#main{
    min-width: 1366px;
    max-width: 1920px;
}
.main_content{
    margin: 0 auto;
    overflow: hidden;
}
.list_content_info{
    width: 1200px;
    margin: 0 auto;
}
/*文章*/
.online_article{
    min-width: 1366px;
    max-width: 1920px;
    height: 469px;
    /*margin-top: 95px;*/
}
.online_article_info{
    width: 1200px;
    margin: 0 auto;
}
.online_name{
    font-size: 14px;
    color: #4D4C49;
    font-weight: 600;
}
.online_name>div:nth-child(2){
    width: 70px;
    height: 1px;
    background: #3D3A2F;
    margin: 9px 0 0 21px;
}
.online_article_content{
    margin-top: 42px;
}
.online_article_content>div:first-child{
    width: 449px;
}
.online_article_content>div:first-child>div:first-child{
    width: 100px;
    height: 5px;
    background: #3D3A2F;
    margin-left: 346px;
}
.online_article_content .introduction{
    color: #3D3D3D;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
}
.online_article_content>div:last-child{
    /*width: 685px;*/
}
.online_article_list{
    margin-top: 25px;
    color: #3D3A2F;
}
.online_article_list:first-child{
    margin-top: 0;
}
.online_article_content .online_article_swiper{
    /*height: 400px;*/
}
.online_article_list .a-number{
    font-size: 24px;
    margin-right: 20px;
}
.online_article_list .a-atom{
    width: 530px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.online_article_list:last-child .a-atom{
    border-bottom: 0;
}
.online_article_list .a-atom .a-title{
    font-size: 24px;
    line-height: 26px;
    /*height: 52px;*/
    color: #000000;
    /*font-weight: 600;*/
    margin-bottom: 20px;
}
/*影音*/
.online_video{
    min-width: 1366px;
    max-width: 1920px;
    height: 700px;
    /*margin-top: 80px;*/
    background: url("../../images/online/video_bg.png") no-repeat right center;
}
.online_video_info{
    width: 1200px;
    margin: 0 auto;
}
.online_video_content{
    margin-top: 17px;
}
#certify {
    position: relative;
    width: 578px;
    height: 460px;
    margin: 48px auto 0;
}
#certify .swiper-container {
    height: 330px;
    margin-bottom: 81px;
}
#certify .swiper-slide {
    width: 524px;
    height: 330px;
    border-radius: 6px;
}
#certify .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}
#certify .swiper-button{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    width: 150px;
    height: 60px;
}
.swiper-button > div {
    width: 60px;
    height: 60px;
    border-radius: 13px;
    box-shadow: 0px 0px 44px 5px rgba(204, 204, 223, 0.56);
    background-color: #FFFFFF!important;
    outline: none;
    cursor: pointer;
}

.swiper-button .left_btn {
    background: url("../../images/project/leftBtn.png") no-repeat center center;
}

.swiper-button .left_btn:hover {
    background: url("../../images/project/leftBtn2.png") no-repeat center center;
}

.swiper-button .right_btn {
    background: url("../../images/project/rightBtn.png") no-repeat center center;
}

.swiper-button .right_btn:hover {
    background: url("../../images/project/rightBtn2.png") no-repeat center center;
}
.online_video_list{
    width: 549px;
    margin-top: 40px;
    margin-left: 73px;
}
.online_video_list li{
    width: 527px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
}
.online_video_list li:last-child{
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.online_video_list .duration{
    font-size: 14px;
}
.online_video_list .a-title{
    width: 527px;
    height: 66px;
    color: #000000;
    font-size: 24px;
    line-height: 33px;
    margin: 6px 0 20px 0;
    /*font-weight: 600;*/
}
/*图集*/
.online_picture{
    min-width: 1366px;
    max-width: 1920px;
}
.online_picture_info{
    width: 1200px;
    margin: 0 auto;
}
.online_picture_content{
    position: relative;
    margin-top: 16px;
    padding-bottom: 100px;
}
.online_picture_content .img{
    position: relative;
    width: 380px;
    height: 277px;
    overflow: hidden;
}
.online_picture_content .img .shadow{
    position: absolute;
    top: 277px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.5));
}
.online_picture_content .img .shadow>div{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 16px;
    color: #FEFEFE;
    line-height: 16px;
    text-align: center;
}
.online_picture_content .swiper-slide:hover .shadow{
    top: 0;
}
.online_picture_content .time{
   font-size: 14px;
    margin: 30px 0 10px 0;
}
.online_picture_content .a-title{
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    /*font-weight: 600;*/
}
.online_picture_swiper{
    margin-top: 45px;
    margin-bottom: 50px;
}
.online_picture_content .swiper-button{
    position: absolute;
    left: 50%;
    bottom: 47px;
    transform: translate(-50%,0);
    width: 150px;
    height: 60px;
}
/*--------*/
.list_link{
    width: 160px;
    height: 40px;
    background: url("../../images/other/link_icon.png") no-repeat 139px center;
    /*background-color: #FFFFFF;*/
    /*box-shadow: 0px 0px 24px 3px rgba(204, 204, 223, 0.27);*/
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    text-indent: 21px;
    /*font-weight: 600;*/
    cursor: pointer;
    border: 1px solid #B3B3B3;
    margin-top: 20px;
}
.list_link>a{
    display: block;
    font-weight: 600;
}
.icon>span{
    font-size: 14px;
    color: rgba(47, 52, 59, 0.8);
    line-height: 18px;
    padding-right: 38px;
    border-right: 1px solid #CCCCCC;
    margin-right: 38px;
    padding-left: 18px;
}
.icon>span:nth-child(1){
    background: url("../../images/other/address_icon.png") no-repeat left center;
}
.icon>span:nth-child(2){
    background: url("../../images/other/time_icon.png") no-repeat left center;
}
.icon>span:last-child{
    border: 0;
    background: url("../../images/other/eye_cion.png") no-repeat left center;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    text-align: left;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
}

.swiper-button-prev:after {
    content: '';
}

.swiper-button-next:after {
    content: '';
}
