.list-con ul.xyfc li .box .pic img:hover {
    transform: scale(1.05);
}
.list-con ul.xyfc {
    overflow: hidden;
    /*margin: 0 -25px;*/
}
.clearfix {
    zoom: 1;
}
.list-con ul.xyfc li {
    float: left;
    width: 50%;
    margin-top: 35px;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.list-con ul.xyfc li .box {
    margin: 0 25px;
    background: #eaeaea;
    border-radius: 0 0 20px 0;
    overflow: hidden;
}
.list-con ul.xyfc li .box .pic {
    float: left;
    width: 70%;
    padding-bottom: 46.6%;
    position: relative;
    overflow: hidden;
}
.list-con ul.xyfc li .box .text {
    float: left;
    margin: 5% 0 0 5%;
}
.list-con ul.xyfc li .box .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-con ul.xyfc li .box .text .tit {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: -10px;
}
.list-con ul.xyfc li .box .text a {
    display: block;
    margin-top: 20%;
    color: #333;
    font-size: 0.875rem;
    position: relative;
    padding-left: 20px;
}

.list-con ul.xyfc li .box .text a:hover{
    color:#00558d;
}

.list-con ul.xyfc li .box .text a:nth-child(2):before {
    background: url(../images/xyfc-ico1.png) center no-repeat;
    background-size: 100% 100%;
}
.list-con ul.xyfc li .box .text a:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    margin-left: -11px;
}
.list-con ul.xyfc li .box .text a:nth-child(3):before {
    background: url(../images/xyfc-ico2.png) center no-repeat;
    background-size: 100% 100%;
}
.list-con ul.xyfc li .box .text a:nth-child(4):before {
    background: url(../images/xyfc-ico3.png) center no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 1230px) {
    .list-con ul.xyfc li .box {
        background: #fff;
        border-radius: 0;
    }
    .list-con ul.xyfc li .box .pic {
        width: 100%;
        padding-bottom: 0;
    }
    .list-con ul.xyfc li .box .pic img {
        position: relative;
    }
    .list-con ul.xyfc li .box .text {
        margin: 0 0 15px 0;
        width: 100%;
        text-align: center;
        position: relative;
    }
    .list-con ul.xyfc li .box .text .tit {
        margin-bottom: 0;
        position: absolute;
        top: -35px;
        right: 0;
        background: rgba(0, 0, 0.8);
        color: #fff !important;
        padding: 5px 15px;
        font-weight: normal;
        border-radius: 15px 0 0 0;
    }
    .list-con ul.xyfc li .box .text a {
        float: left;
        width: 33.3%;
        text-align: center;
        position: relative;
        padding-top: 30px;
        color: #797979;
        margin: 15px 0 0 0;
        padding-left: 0;
        border-right: 1px solid #e8e9ea;
    }
    .list-con ul.xyfc li .box .text a:before {
        content: "";
        display: block;
        position: absolute;
        width: 28px;
        height: 28px;
        left: 50%;
        top: 0;
        margin-left: -11px;
    }
    .list-con ul.xyfc li .box .text a:nth-child(2):before {
        background: url(../images/xyfc-ico1.png) center no-repeat !important;
        background-size: 100% 100%;
    }
    .list-con ul.xyfc li .box .text a {
        float: left;
        width: 33.3%;
        text-align: center;
        position: relative;
        padding-top: 30px;
        color: #797979;
        margin: 15px 0 0 0;
        padding-left: 0;
        border-right: 1px solid #e8e9ea;
    }
    .list-con ul.xyfc li .box .text a:before {
        content: "";
        display: block;
        position: absolute;
        width: 28px;
        height: 28px;
        left: 50%;
        top: 0;
        margin-left: -11px;
    }
    .list-con ul.xyfc li .box .text a:nth-child(3):before {
        background: url(../images/xyfc-ico2.png) center no-repeat !important;
        background-size: 100% 100%;
    }
    .list-con ul.xyfc li .box .text a:nth-child(4) {
        border-right: none;
    }
    .list-con ul.xyfc li .box .text a {
        float: left;
        width: 33.3%;
        text-align: center;
        position: relative;
        padding-top: 30px;
        color: #797979;
        margin: 15px 0 0 0;
        padding-left: 0;
        border-right: 1px solid #e8e9ea;
    }
    .list-con ul.xyfc li .box .text a:before {
        content: "";
        display: block;
        position: absolute;
        width: 28px;
        height: 28px;
        left: 50%;
        top: 0;
        margin-left: -11px;
    }
    .list-con ul.xyfc li .box .text a:nth-child(4):before {
        background: url(../images/xyfc-ico3.png) center no-repeat !important;
        background-size: 100% 100%;
    }
}
@media (max-width: 580px) {
    .list-con ul.xyfc li {
        width: 100%;
    }
}