@charset "UTF-8";

.banner img{
    display: block;
    width: 100%;
}
/* 分页 */

.banner{
    position: relative;
}
.banner .b_link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .b_link .wp{
    padding: 40px 0;
}
.banner .b_link .link{
    float: right;
    font-size: 0;
    width: 437px;
    height: 63px;
    background: url("../images/b-link.jpg") no-repeat 50%;
    background-size: 100%;
    box-shadow: 0 0 30px rgba(245, 0, 0, 0.5);
}
.banner .b_link a{
    display: inline-block;
    width: 50%;
    height: 63px;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #a80024;
    color: #fff;
    border: 1px solid #a80024;
}

.pagination a:hover {
    background: #a80024;
    color: #fff;
    border: 1px solid #a80024;
}
.n_container{
    padding-top: 50px;
    padding-bottom: 60px;
}
.n_tit{
    font-size: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfa75e;
}
.n_tit h2{
    display: inline-block;
    font-size: 48px;
    line-height: 64px;
    padding-left: 25px;
    border-left: 5px solid #a80024;
}

.n_list li{
    overflow: hidden;
    background-color: #f7f3e7;
    padding: 30px;
    margin-top: 40px
}
.n_list li .left{
    width:85%;
    font-size: 36px;
    line-height: 60px;
    padding-left: 30px;
    background: url(../images/dot.png) no-repeat 0 25px;
}
.n_list li .left a{

}
.n_list li .right{
    width: 175px;
    text-align: center;
    margin-top: 10px;
}
.n_list li .right .time{
    font-style: normal;
    font-size: 24px;
    color: #999;
    display: block;
    line-height: 40px;
}
.n_list li .right .broadcast a {
    display : block;
    width : 100%;
    height : 55px;
    line-height : 55px;
    background : url(../images/bct.png) no-repeat center center;
    padding-left: 78px;
    box-sizing : border-box;
    font-size : 28px;
    color : #fff;
    text-align: left;
}
.n_list li:hover .left{
    color: #a80024;
}

.n_list_pic li{
    width: 46%;
    float: left;
    margin-top: 5%;
    min-height: 416px;
}
.n_list_pic li:nth-child(2n){
    margin-left: 2.5%;
}
.n_list_pic li a{
    display: block;
}
.n_list_pic li .img {
    padding: 10px;
    border-radius: 5px;
    background-color: #ebebeb;
}
.n_list_pic li .img img{
    display: inline;
    width: 100%;
}
.n_list_pic li .txt p{
    font-size: 24px;
    color: #111;
}
.n_list_pic li .txt{
    padding-top:20px;
}

.n_leader li{
    display: block;
    font-size: 0;
    margin-top: 40px;
    padding: 45px;
    background-color: #f7f3e7;
}
.n_leader li .pic{
    display: inline-block;
    vertical-align: middle;
    width: 175px;
    height: 215px;
}
.n_leader li .txt{
    width: 74%;
    display: inline-block;
    margin-left: 5%;
    text-align: center;
    vertical-align: middle;
}
.n_leader li .txt h2{
    font-size: 46px;
    line-height: 50px;
    color: #000;
    margin-bottom: 25px;
}
.n_leader li .txt h4{
    font-size: 30px;
    color: #000;
    line-height: 34px;

}
.n_leader li .btn{
    width: 170px;
}
.n_leader li .broadcast a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: url(../images/bct.png) no-repeat center center;
    padding-left: 78px;
    box-sizing: border-box;
    font-size: 28px;
    color: #fff;
    text-align: left;
}

.n_leader_js{
    background: #fff;
    padding: 40px;
}
.n_leader_con01 img{
    display: block;
    width: auto;
    margin: 0 auto;
}
.n_leader_con01 h2{
    font-size: 46px;
    font-weight: bold;
    padding: 60px 0;
    color: #000;
    line-height: 50px;
    text-align: center;
}
.n_leader_con01 .broadcast a {
    display: block;
    width: 170px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    background: url(../images/bct.png) no-repeat center center;
    padding-left: 78px;
    box-sizing: border-box;
    font-size: 28px;
    color: #fff;
    text-align: left;
}
.n_leader_con02 h3{
    color: #be0023;
    font-size: 38px;
    text-align: left;
    border-bottom: 14px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.n_leader_con02 p{
    font-size: 30px;
    line-height: 50px;
    color: #000;
    text-indent: 2em;
}
.n_leader_con02{
    margin-bottom: 40px;
}

.dtl_tit h1{
    font-size: 38px;
    display: block;
    padding: 60px 0;
    color: #111;
    text-align: center;
}

.dtl_tit .ti {
    padding : 10px 40px;
    margin : 0 auto;
    background-color: #ffe6c8;
    border : 2px solid #fff;
    border-radius : 5px;
    box-shadow : 0 0 20px #f3f5fa;
}
.dtl_tit .cl {
    text-align : left;
    font-size : 24px;
    line-height: 50px;
    color: #333;
}
.dtl_tit  .cr {
    width: 167px;
    margin-top: 30px;
}

.dtl_tit .broadcast a {
    display : block;
    width : 100%;
    height : 55px;
    line-height : 55px;
    background : url(../images/bct.png) no-repeat center center;
    padding-left: 78px;
    box-sizing : border-box;
    font-size : 28px;
    color : #fff;
    text-align: left;
}
.dtl_tit{
    margin-bottom: 50px;
}
.dtl_txt p{
    font-size: 30px;
    color: #000;
    line-height: 60px;
    text-indent: 2em;
}

.n_dtl{
    padding: 20px 50px 60px;
    background: #fff;
}

.broadcast{
    display: block;
}



/*2023-12-01*/

.n_interview .block1 h2{
    font-size: 38px;
    color: #111111;
    line-height: 50px;
    text-align: center;
    margin-bottom: 35px;
}
.n_interview .block1 img{
    display: block ;
    width: auto !important;
    margin: 0 auto 40px!important;
    max-width: 100% !important;
}
.n_interview .block1 h5{
    font-size: 36px;
    line-height: 66px;
    color: #333333;

}
.n_interview .block1 h5 span{
    font-weight: 600;

}
.n_interview .block1{
    padding: 80px 60px 30px;
}
.n_interview .block2 h1{
    font-size: 48px;
    line-height: 63px;
    color: #333333;
    margin-bottom: 34px;
    padding: 0 31px;
}
.n_interview .block2 img{
    display: block ;
    width: auto !important;
    margin: 0 auto 48px!important;
    max-width: 100% !important;
}
.n_interview .block2 h5{
    overflow: hidden;
    margin-bottom: 40px;
}
.n_interview .block2 span{
    float: left;
    width: 200px;
    color: #DAAF70;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
.n_interview .block2 p{
    overflow: hidden;
    margin-left: 200px;
    font-size: 28px;
    line-height: 50px;
    color: #333333;
}
.n_interview .block2 .scroll{
    height: 812px;
    padding-right: 45px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.n_interview .block2{
    padding: 37px 0 34px;
}
.n_interview{
    background: #fff;
}
.n_interview2 .block1 h4{
    font-size: 38px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 35px;
}
.n_interview2 .block1 h5{
    font-size: 36px;
    line-height: 66px;
    color: #333333
}
.n_interview2 .block1 h5 span{
    font-weight: 600;
}
.n_interview2 .block1 img{
    display: block ;
    width: auto !important;
    margin: 0 auto 37px!important;
    max-width: 100% !important;
}
.n_interview2 .block1 .more{
    text-align: right;
    margin-right: -20px;
}
.n_interview2 .block1 .more a{
    display: inline-block;
    font-size: 30px;
    color: #FFFFFF;
    background: #DAAF70;
    line-height: 60px;
    width: 180px;
    border-radius: 10px;
    text-align: center;
}
.n_interview2 .block1{
    padding: 80px 40px 42px 50px;
    background: #fff;
    margin-bottom: 73px;
}
.n_interview2 .block2 .n_tit h2{
    line-height: 64px;
}
.n_interview2 .block2 .n_tit{
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
}
.n_interview2 .block2 .list_tabs{
    font-size: 0;
    text-align: center;
    width: 800px;
    height: 70px;
    background: #DAAF70;
    border-radius: 30px;
    margin: 0 auto;
}
.n_interview2 .block2 .list_tabs .li{
    font-size: 30px;
    line-height: 70px;
    color: #FFFFFF;
    width: 200px;
    text-align: center;
    transition: .5s;
    display: inline-block;
    cursor: pointer;
}
.n_interview2 .block2 .list_tabs .li.active{
    background: #BA0C31;
}
.n_interview2 .block2 .list_bds_li .n_list ul{
    margin-bottom: 58px;
}
.n_interview2 .block2 .list_bds_li{
    display: none;
}
.n_interview2 .block2 .list_bds_li.active{
    display: block;
}
.n_interview2 .block2 .gd a{
    display: block;
    font-size: 30px;
    color: #7B7B7B;
    line-height: 80px;
    text-align: center;
    background: #F0F0F0;
}
.n_interview2 .block2{
    background: #fff;
    padding: 60px 0 ;
    margin-bottom: -60px;
}