body {
    overflow-x: hidden;
    font-size: 16px;
    background: #f9f9f9 url(../images/bg.jpg) 50% 170px no-repeat;
}
.content{
    width:1200px;
    margin:0 auto;
}

.grid{
    padding:20px;
    background-color: #fff;
}
.content .row{
    margin-right: -10px;
    margin-left: -10px;
}
.content .row>.col, .content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.content .row .title{
    padding-bottom:15px;
    border-bottom: 1px solid #edeced;
}
.content .row .title span{
    color:#645d5d;
    font-weight: bold;
    font-size: 18px;
    padding:0 15px;
    border-left:3px solid #f07f7f;
}
.content .row .title a{
    color:#f08181;
    font-size: 12px;
    float:right;
}
.content .row .title2{
    color:#645d5d;
    font-weight: bold;
    font-size: 18px;
}
.list-ul{
    margin-top:10px;
    padding-left:30px;
}
.list-ul li{
    list-style: disc;
    color:#d7d7d7;
    line-height: 40px;
}
.list-ul li:hover .cont{
    color:#f07f7f;
}
.list-ul li a{
    color:#d7d7d7;
}
.list-ul li .cont{
    color:#424242;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:50%;
    display: inline-block;
    line-height: 40px;
}
.list-ul li .name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:20%;
    text-align: right;
}
.list-ul li .split{
    margin:0 10px;
}

.color-green{
color:#5aceb9;
}
.color-yellow{
color:#eda23e;
}

.hd-ul{
    display: flex;
    margin:10px 0;
}
.hd-ul li:first-child{
    width:50%;
    padding-right:10px;
}
.hd-ul li:last-child{
    width:50%;
    padding-left:10px;
}
.hd-ul li a{
    display: inline-block;
    width:100%;
    height:100%;
    border:1px solid #f4f4f4;
    text-align: center;
}
.hd-ul li a img{
    display: block;
    margin:10px auto 0;
}
.hd-ul li a span{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}

.zxft{
    overflow: hidden;
    position: relative;
}
.zxft img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.zxft:hover img {
    transform: scale(1.05);
}
.zxft .mask-text{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    background-color: rgba(0,0,0,0.5);
    padding:0 20px;
    line-height: 50px;
    color:#fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zxft-zx{
    position: absolute;
    left:20px;
    top:10px;
    background-color: #da8f38;
    color:#fff;
    text-align: center;
    line-height: 30px;
    padding:0 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
}
.zxft-hg{
    position: absolute;
    right:20px;
    top:10px;
    background-color: rgba(183,180,180,0.3);
    color:#fff;
    text-align: center;
    line-height: 30px;
    padding:0 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
}
.zxft-hg i{
    display: inline-block;
    width:10px;
    height:10px;
    border-radius: 10px;
    background-color: #e57374;
    border:2px solid #d5d9db;
}

.h385{
    height:385px;
}


@media (max-width: 1200px){

    .content{
        width: 100%;
    }
    .list-ul li span.cont{
        width:45%;
    }
}

@media (max-width: 991px){

    .content{
        width: 100%;
    }
    .list-ul li span.cont{
        width:30%;
    }
    .h385{
        height:auto;
    }
}
@media (max-width: 768px){

    .content{
        width: 100%;
    }
    .h385{
        height:auto;
    }
    .list-ul li span{
        display: none;
    }
    .list-ul li span.cont{
        display: inline-block;
        width:100%;
    }
}