@charset "UTF-8";
/*修改部分*/
.cultureC1 .txtScr li .intit p{
    font-weight:600;
}



.cultureC1{
    overflow:hidden;
}
.cultureC1 .tit span{display:block;font-size:18px;text-transform:uppercase;margin-top:6px;}
.cultureC1 .topNew{display:flex;justify-content: space-between;}
.cultureC1 .picScr{width:52%;position:relative;}
.cultureC1 .picScr .swiper-slide{overflow:hidden;}
.cultureC1 .picScr .swiper-slide img{
    width:100%;
    transition:all 0.3s;
}
.cultureC1 .picScr .swiper-slide:hover img{transform: scale(1.05);}
.cultureC1 .picScr .btnG{position:absolute;width:121px;height:60px;right:0px;bottom:0px;z-index:100;}
.cultureC1 .picScr .btnG .btn{width:60px;height:60px;top:0px;margin-top:0px;background-color:#fff;transition:all 0.3s;}
.cultureC1 .picScr .btnG .btn:hover{background-color:#e60021;}
.cultureC1 .picScr .btnG .prev{left:0px;background:url("../images/nprev.png") center no-repeat;background-color:#fff;}
.cultureC1 .picScr .btnG .next{right:0px;background:url("../images/nnext.png") center no-repeat;background-color:#fff;}
.cultureC1 .picScr .btnG .prev:hover{background:url("../images/nprevn1.png") center no-repeat;background-color:#e60021;}
.cultureC1 .picScr .btnG .next:hover{background:url("../images/nnext1.png") center no-repeat;background-color:#e60021;}
.cultureC1 .txtScr{
    width:48%;
    margin-top:114px;
    color:#fff;
    background-color:#f3f3f3;
    box-sizing:border-box;
    padding:0 60px 0;
}
.cultureC1 .txtScr a{color:#333;}
.cultureC1 .txtScr li{display:none;}
.cultureC1 .txtScr li .intit{font-size:18px;}
.cultureC1 .txtScr li .intit span{
    display:block;
    width:150px;
    height:60px;
    position: relative;
    top: -34px;
    font-size:24px;
    text-align: center;
    line-height:60px;
    background-color:#fff;
    box-shadow:0px 1px 10px rgba(0,0,0,0.1);
}
.cultureC1 .txtScr li .intit p{
    color:#333;
    height:45px;
    line-height:45px;
    overflow:hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    white-space: nowrap;
}
.cultureC1 .txtScr li .inbod{
    font-size:14px;
    line-height:24px;
    margin-top:4%;
    text-align:justify;
    color:#666;
}
.cultureC1 .txtScr li .inbod .txt{
    height: 68px;
    font-size: 15px;
    line-height: 24px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.cultureC1 .txtScr li .inbod .more{
    margin-top:9%;
    display:block;
    width:170px;
    height:50px;
    line-height:50px;
    background-color:#e70012;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
    box-sizing:border-box;
    position:relative;
    border-radius: 3px;
}
.cultureC1 .txtScr li .inbod .more:hover span{
    margin-right: 18px;
}
.cultureC1 .txtScr li .inbod .more span{
    margin-right: 28px;
    transition:all 0.3s;
}
.cultureC1 .txtScr li .inbod .more i{
    display: inline-block;
    width: 13px;
    height: 15px;
    vertical-align: middle;
    background: url('../images/home_icon_l.png') no-repeat top left / 100%;
}
.newList{margin-top:60px;background-color:#f7f7f7;padding:0 0 100px;}
.newList ul{
    width:1300px;
    display:flex;
    flex-wrap:wrap;
}
.newList ul li{
    width:29%;
    margin-right:30px;
    margin-bottom:25px;
}
.newList ul li:nth-child(3n + 1) {
    clear: both;
}
.newList ul li a{

}
.newList ul li a:hover .caption .title{
    color:#e70012;
}
.newList ul li .caption{
    padding:20px;transition:all 0.3s;
}
.newList ul li .caption .title{
    font-size: 18px;
    font-weight:600;
    line-height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}
.newList ul li .caption .txt{
    height: 48px;
    padding-top:4px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #777777;
    text-align: justify;
}
.newList ul li .caption .date{
    display:block;
    padding-top:10px;
}
.newList ul li .pic{text-align:center;overflow:hidden;}
.newList ul li .pic img{width:100%;height: 276px; box-sizing:border-box;transition:all 0.3s;}
.newList ul li:hover .caption{background-color:#fff;box-shadow:0px 1px 5px rgba(0,0,0,0.1);}
.newList ul li:hover .pic img{transform: scale(1.05);}



/*新闻详情*/
.newsDetail .mains{
    width:1000px;
}

.newsDetail .con{
    padding-bottom:40px;
    border-bottom:1px solid #ccc;
}
.newsDetail .con h2{
    font-size: 24px;
    text-align:center;
}
.newsDetail .con .time{
    margin:30px 0;
    text-align:center;
    color: #666
}
.newsDetail .con .mainCon p{
    margin-top:30px;
    line-height:30px;
    text-indent:30px;
}
.newsDetail .con .mainCon img{
    margin-top:30px;
}
.newsDetail .p_n{
    padding:30px 0;
    display:flex;
    justify-content: space-between;
}
.newsDetail .p_n a:hover{
    color:#e70012;
}
.newsDetail .return{
    width: 170px;
    height: 50px;
    margin:0 auto 52px;
    line-height: 50px;
    background-color: #e70012;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
}
.newsDetail .return span {
    color:#fff;
    margin-right: 10px;
    transition: all 0.3s;
}
.newsDetail .return i{
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    background: url("../images/return.png") no-repeat top left / 100%;
}

@media (max-width: 767px){
    .cultureC1 .topNew{
        display:block;
        width:95%;
        margin:0 auto;
    }
    .cultureC1 .picScr,
    .cultureC1 .txtScr{
        width:100%;
    }
    .cultureC1 .txtScr{
        padding:0 18px 20px;
        margin-top:50px;
    }
    .cultureC1 .newList ul li {
        width: 96.8%;
    }
    .newList ul{
        width:95%;
        padding-left:0;
        margin:0 auto!important;
    }
    .cultureC1 .newList ul li{
        width:100%;
    }
    .cultureC1 .newList ul li{
        margin-right:0;
    }
    .cultureC1 .txtScr li .inbod .more {
        width: 135px;
        height: 40px;
        line-height: 40px;
    }
    .newsDetail .p_n{
        display:block;
    }
    .newsDetail .p_n a{
        line-height:30px;
    }
    .newsDetail .return{
        width:110px;
    }
}
@media (max-width:1200px){
    .newsDetail .mains{
        width:90%;
        margin:0 auto;
        overflow:hidden;
        text-align: justify;
    }
}
@media(max-width:1200px) and (min-width:768px){
    .newList ul{
        width:100%;
        margin:0 auto!important;
        padding-left:30px;
    }
    .newList ul li{
        width: 45.6%;
    }
}
@media (max-width: 768px) and (min-width:768px){
    .cultureC1 .newList ul li {
        width: 90.8%;
    }
    .cultureC1 .topNew{
        display:block;
        width:95%;
        margin:0 auto;
    }
    .cultureC1 .picScr,
    .cultureC1 .txtScr{
        width:100%;
    }
    .cultureC1 .txtScr{
        margin-top:50px;
    }
}
@media(max-width:768px){

}
@media(max-width:1200px){
    .container{
        width:90%!important;
        margin:0 auto;
    }
    .newList .container{
        width:90%!important;
    }
}
.container{
    width:1200px;
    margin:0 auto;
}