.news{

}
.news .row1{
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.news .row1:first-child{
    border-top: 1px solid #f0f0f0;
}
.news .row1 .col-md-3{
    padding-left: 50px;
}
.news .row1 h6{
    font-size: 24px;
    color: #222222;
    margin: 0;
    margin-bottom: 25px;
    line-height: 1em;
    display: inline-block;
    position: relative;
}
.news .row1::after{
    content: '';
    display: block;
    clear: both;
}
.news .row1 h6::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 35px;
    height: 1px;
    background: #7d7d7d;
    transform: translate(100%,-50%);
    transition: 0.3s;
}
.news .row1:hover h6::after{
    width: 60px;
}
.news .row1 h5{
    font-size: 24px;
    color: #222222;
    margin: 0;
    margin-bottom: 25px;
    line-height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .row1 p{
    font-size: 14px;
    color: #888888;
    line-height: 2em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .row1 i{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: rotate(-90deg);
    font-size: 20px;
    color: #bfbfbf;
    transition: 0.3s;
}
.news .row1:hover i{
    background: #9dc0de;
    color: #fff;
}
.news .row1 .left,.news .row1 .right{
    transition: 0.3s;
}
.news .row1:hover .left{
    transform: translateX(20px);
}
.news .row1:hover .right{
    transform: translateX(-20px);
}

.page{
    text-align: center;
}
.page a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #f0f0f0;
    text-align: center;
    color: #666666;
    font-size: 16px;
    transition: 0.3s;
    margin: 0 1px;
}
.page a.xz{
    transform: rotate(180deg);
}
.page a.iconfont{
    color: #c9c9c9;
}
.page a.active,.page a:hover{
    color: #fff;
    background: #9dc0de;
    border-color: #9dc0de;
}
.detail{
    background: #f2f2f2;
}
.detail-main{
    background: #fff;
    padding: 80px 45px 0;
    margin-top: -120px;
    overflow: hidden;
}
.detail-main h5{
    font-size: 30px;
    margin-top: 0;
    text-align: center;
    color: #444444;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.fubiaoti{
    text-align: right;
    margin-bottom: 25px;
}
.detail-main h6{
    font-size: 14px;
    color: #888888;
    text-align: center;
    margin-top: 0;
    line-height: 1em;
    margin-bottom: 40px;
}
.detail-main .text img{
    max-width: 100%;
margin: 25px 0;
}
.detail-main .text p{
    margin: 0;
    font-size: 14px;
    text-indent: 28px;
    line-height: 2.2em;
    color: #888888;
}
.detail-main .text{
    margin-bottom: 40px;
}
.detail-main h4{
    margin: 0;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}
.detail-main h4 a{
    font-size: 14px;
    color: #888;
    transition: 0.3s;
}
.detail-main h4 a:hover{
    color: #9dc0de;
}
.detail-main h4 i{
    font-size: 20px;
    vertical-align: middle;
}
.detail-main h4 a:first-child{
    float: left;
}
.detail-main h4 a:last-child{
    float: right;
}
.detail-main h4 a:last-child i{
    display: inline-block;
    transform: rotate(180deg);
}
.detail-main .back{
    padding: 7px 30px;
}
@media(max-width:1440px){
    .detail-main{
        margin-top: 0;
    }
}
@media(max-width:1199px){
    .news .row1 .col-md-3 {
        padding-left: 15px;
    }
}
@media(max-width:991px){
    .news .row1:hover .left{
        transform: translateX(0px);
    }
    .news .row1:hover .right{
        transform: translateX(0px);
    }
    .detail-main {
        padding: 60px 30px 0;
    }
    .detail-main h5 {
        margin-bottom: 30px;
    }
    .detail-main h6 {
        margin-bottom: 30px;
    }
    .detail-main .text img {
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .news .row1 {
        padding: 15px 0;
    }
    .news .row1 h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news .row1 h6{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news .row1 h6::after{
        display: none;
    }
    .news .row1 p{
        margin-bottom: 10px ;
    }
    .detail-main {
        padding: 20px 15px 0;
    }
    .detail-main h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .detail-main h6 {
        margin-bottom: 15px;
    }
    .detail-main .text img {
        margin-bottom: 10px;
    }
    .detail-main .text p {
        line-height: 2em;
    }
    .detail-main .text {
        margin-bottom: 10px;
    }
    .detail-main h4 {
        margin: 0;
        margin-bottom: 30px;
        padding-top: 30px;
        border-top: 1px solid #f0f0f0;
        text-align: center;
    }
    .detail-main h4 {
        margin-bottom: 15px;
        padding-top: 15px;
    }
}