.main{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 60px;
}

.second{
    margin: 30px 0;
}
.left-box,.right-box{
    width: 48%;
}
.two-box ul.box-title{
    border-bottom: 1px solid rgba(209, 209, 209, 1);
}
.two-box ul.box-title li{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(128, 128, 128, 1);
    cursor: pointer;
}
.two-box ul.box-title li.on{
    border-bottom: 3px solid rgba(35, 106, 194, 1);
    color: #000;
}
.two-box .hd .more{
    float: right;
    margin-top: 16px;
    width: 70px;
    height: 20px; 
    overflow: hidden;
}
.two-box .hd .more a{
    color: #9E9E9E;
}

/*滚动*/
.first{
    height: 450px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
}
.swiper-container{
    height: 100%;
}
.lbt-main{
    width: 100%;
    height: 100%;
    position: relative;
}
.lbt-main .img-cont img{
    width: 710px;
    height: 100%;
}
.lbt-main .text{
    width: 440px;
    padding: 30px 30px 20px 0;
}
.lbt-main .text h4 a{
    color: #015293;
    font-size: 22px;
    /* display: inline-block; */
    line-height: 40px;
    margin-bottom: 10px;
}
.lbt-main .text h4 a:hover,.lbt-main .text h4 a:focus,.lbt-main .text a:hover,.lbt-main .text a:focus{
    color: rgb(177, 66, 66);
}
.lbt-main .text p{
    line-height: 40px;
    text-indent: 2em;
    color: #808080;
    position: relative;
}
.lbt-main .text a{
    color: #015293;
}
.swiper-pagination{
    left: auto;
    right: 0;
    width: 420px;
    color: #015293;
    font-size: 18px;
    bottom: 60px;
}
.swiper-pagination .swiper-pagination-current{
    font-weight: 600;
    font-size: 24px;
}
.swiper-button-prev{
    background: url(../images/public/left.png)  center center no-repeat;
    height: 38px;
    width: 38px;
    bottom: 52px;
    top: auto;
    left: auto;
    right: 280px;
    background-size: 100% 100%;
}
.swiper-button-next{
    background: url(../images/public/right_on.png)  center center no-repeat;
    height: 38px;
    width: 38px;
    bottom: 52px;
    top: auto;
    right: 87px;
    background-size: 100% 100%;
}
.gwyxx-szfxx-data{display:none;}
@media (max-width: 768px) {
    .main{
        width: 100%;
        padding: 0 10px;
    }
    .first{
        height: auto;
    }
    .lbt-main>a{
        float: none !important;
        display: block;
    }
    .lbt-main .img-cont img{
        width: 100%;
        height: 260px;
    }
    .lbt-main .text{
        float: none;
        width: 100%;
        padding: 10px 10px 64px 10px;
    }
    .lbt-main .text h4 a{
        font-size: 20px;
        line-height: 40px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lbt-main .text p{
        line-height: 36px;
    }
    .swiper-pagination{
        bottom: 30px;
        width: 100%;
    }
    .swiper-button-prev,.swiper-button-next{
        bottom: 22px;
    }
    .left-box, .right-box{
        float: none;
        width: 100%;
    }
    .infolist li > a{
        max-width: 75%;
    }
}