
body{
background: rgb(241,245,252);
}
.head_portrait img{width:auto;height:340px;}
.nav_title:before, .nav-title:before, .nfooter .about{
background: none !important;
}
/*
.block {
    width: 1400px;
    display: block;
    margin: 0 auto;
}
*/
.m_t_70{margin-top:70px;}
.bwhite{
background:#fff;
}

.overv{
overflow:visible;
}
/* flex布局 */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.bg-grey {
    background: #F7F7F7;
}


/* 头部 */
.header {
    width: 100%;
    /*box-shadow: 0 3px 3px rgb(0, 0, 0, 0.14);*/
    padding: 25px 0 15px;
}

.header-box {
    justify-content: space-between;
    align-items: center;
    overflow: unset;
}

.header-box .left {
    align-items: center;
}

.nav-list li {
    margin-right: 40px;
    letter-spacing: 20px;
    padding-top: 0px;
}

.nav-list li.active > a {
    color: #13498B;
}

.nav-list li > a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    writing-mode: vertical-rl;
    padding-top: 20px;
}

.nav-list li > a:hover, .nav-list li.icon > a {
    color: #fff;
    /*background:#13498B;*/
}

.nav-list li.icon > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    /*background: url('../images/icon-nav-active.png') no-repeat;*/
    background-size: 100%;
    width: 9px;
    height: 8px;
}

.nav-list li:last-child, .headline-list li:last-child {
    margin-right: 0;
}

.nav-list li .nav-child-list {
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    padding-top: 65px;
}

.nav-list li .nav-child-list > a {
    letter-spacing: 0;
    color: #333;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    /*border-right: 1px solid #bebebe;*/
    padding-right: 15px;
    display: inline-block;
    overflow: hidden;
}

.nav-list li .nav-child-list > a:last-child {
    border-right: none;
}

.nav-list li .nav-child-list > a:hover {
    color: #13498B;
}


/*** 影像主区 ***/
.div_main{width:1160px;margin:0 auto;overflow:hidden;}
.div_main ul{display: contents;}
.div_main ul li{
    float: left;
    margin: 0 6px;
    line-height: 40px;
    margin-top: 15px;
    background: #fff;
    width: 374px;
}
.div_main ul li.active a{color:#fff;}
.div_main ul li h3{
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div_main ul li img{width:374px;height:231px;}


.pagination {
    display: inline-block!important;
    padding-left: 0;
    margin: 20px 0 0px;
    border-radius: 4px;
    font-size: 14px;
}
.pagination>li {
    display: inline;
    width:auto!important;
    border-radius: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    padding: 0;
    width: 58px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #444444;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    margin-left: -1px;
    color: #444444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0 auto!important;
}

/*** 时政页 ***/
.div_main_sz{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.div_main_sz .div_bg{background:rgba(71, 134, 187, 1);}
.div_main_sz .div_h2{
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.leader_info{
    border: 1px solid #4fa4d0;
    overflow: hidden;
    margin: 30px 0;
    padding: 20px;
    display: flex;
    position: relative;
}
.leader_info a.more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.leader_info dt{
    float: left;
    text-align: center;
}
.leader_info dt h3{
    font-size: 30px;
    line-height: 50px;
}
.leader_info dt p{
    font-size: 25px;
    line-height: 40px;
}

.leader_info dd{
    float: left;
    margin-left:20px;
    width: 100%;
}

.lider_news_list{
}
.lider_news_list li{ 
    margin-bottom: 20px;
    border-bottom: 2px dotted #c4c4c4;
}
.lider_news_list li a{
    font-size: 18px;
    color: rgba(56, 56, 56, 1);
}
.lider_news_list li p{
    color: rgba(166, 166, 166, 1);
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
}
.lider_news_list li p .time{float:right;}




/*** header start***/
#time{
    line-height: 42px;
    color: #FFF;
    font-size: 15px;
    float: right;
}
.inputbox input.input {
    background: #c9c9c940;
    border-radius: 4px;
    height: 30px;
    font-size: 14px;
    width: 200px;
    padding: 0 10px;
    color: #fff;
    /*border: 1px solid #efefef;*/
    outline: none;
}
.inputbox input::placeholder{
color:#FFFFFF;
}

.mainsearch{
    position: relative;
    margin-left: 30px;
}
.mainsearch .btn{
    position: absolute;
    right: 10px;
    top: 6px;
}
.mainsearch .search-icon{
    width: 80%;
}
.div_search{
    height: 32px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* 头部 */
.header {
    width: 100%;
    /*box-shadow: 0 3px 3px rgb(0, 0, 0, 0.14);*/
    padding: 25px 0 15px;
    background: url(../images/2023/channel_bk.png) top center no-repeat;
    height: 180px;
}

.header-box {
    justify-content: space-between;
    align-items: center;
    overflow: unset;
}

.header-box .left {
    align-items: center;
    position: relative;
}
.header-box .left img{
    position: absolute;
    bottom: -60px;
}

.nav-list li {
    margin-right: 40px;
    letter-spacing: 2px;
    padding-top: 9px;
    position: relative;
}
.nav-list li:hover{
    padding-top:9px;
}

.nav-list li.active > a {
    color: #4fa4d0;
}

.nav-list li > a {
    position: relative;
    display: initial;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    writing-mode: inherit;
}

.nav-list li > a:hover, .nav-list li.icon > a , .nav-list li.active a{
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFFF;
}

.nav-list li.icon > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    /*background: url('../images/icon-nav-active.png') no-repeat;*/
    background-size: 100%;
    width: 9px;
    height: 8px;
}

.nav-list li:last-child, .headline-list li:last-child {
    margin-right: 0;
}

.nav-list li .nav-child-list {
    display: none;
    position: absolute;
    top: 35px;
    left: -30px;
    padding-top: 0px;
    cursor: pointer;
    background: rgba(17, 102, 207, 1);
    width: 98px;
    text-align: center;
    /*padding: 10px;*/
    z-index: 9;
    border-radius: 5px;
}

.nav-list li .nav-child-list > a {
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    /*border-right: 1px solid #bebebe;
    padding-right: 15px;*/
    display: inline-grid;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.nav-list li .nav-child-list > a:last-child {
    border-right: none;
}

.nav-list li .nav-child-list > a:hover {
    color: rgba(17, 102, 207, 1);
    border-radius: 5px;
    background: rgba(185, 216, 251, 1);
    box-shadow: 0px 2px 2px -1px rgb(19 83 161 / 25%);
    padding: 10px 0;
}
.nav-list li:nth-child(7) .nav-child-list {
    left: -15px;
}
/*** header over***/







.div_contact{
background:#272d51;height:94px;line-height:94px;
}
.div_contact ul{
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 700px;
    color: #fff;
    position: relative;
}
.div_contact ul li{
    width:400px;
    font-size: 18px;
}
.div_contact ul li:nth-child(1){
    background:url(../images/2023icon_mail.png) left no-repeat;
    padding-left:60px
}
.div_contact ul li:nth-child(2){
    background:url(../images/2023icon_tel.png) left no-repeat;
    padding-left:60px
}



.nblock1400{
    width:1400px;
    margin: 0 auto;
}
.detail_article{
    border-bottom: 2px dotted rgb(218,218,218);
}
.detail_article_content{
    width: 780px;
}
.detail_share {
    width: auto;
    margin-right: 60px;
    margin: 0;
    min-height: 600px;
}
.box_left .detail_title{
    margin-left: 60px;
}
.box_left .m_b_25{
    margin-left: 60px;
}




.readnext{
    background: none;
    margin-top: 0px!important;
    height: auto;
    overflow: hidden;
    margin-left: -110px;
}
.readnext p{
    text-align: right;
    padding: 0;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.readnext p:before {
    content: '';
    position: absolute;
    right: 88px;
    background: url(../images/2023/icon_downArrow.png.png) center no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    top: 12px;
}
.readnext .p_b_40{
    padding: 0px;
    height: 35px;
    line-height: 35px;
}
.readnext .readnex_detail{
    overflow: hidden;
}
.readnext .readnex_detail h1 a{
    color: #a3a3a3;
    font-weight: bold;
    line-height: 140%;
    font-size: 18px;
}
.readnext #div_nextNews{
    text-align: right;
    margin: 5px 0;
}
.readnext a.btn{
    float: right;
    background: none!important;
    border: none!important;
    overflow: hidden!important;
    padding: 0!important;
    height: 35px!important;
    line-height: 35px!important;
    margin: 0!important;
}
.readnext a.btn:hover{
    color: #a3a3a3!important;
}


.nav_title, .nav-title{
    background: url(../images/2023/a1.png) left no-repeat;
    color: rgba(17, 102, 207, 1);
    padding: 3px 10px 5px 30px;
    height: 50px;
    line-height: 50px;
}
.a-img-title{
    width: 265px;
}



/* 底部 */

.footer {
    width: 100%;
    border-top: none;
    margin: 120px 0 0;
    background: url(../images/2023/foot_img.png) top center no-repeat;
    background-size: 100%;
    padding: 0;
}

.footer .links {
    width: 100%;
    background: none;
    padding: 35px 0;
}

.footer .link-box {
    overflow: unset;
}

.footer .link-box .lable {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    font-size: 18px;
    color: #13498B;
    height: 55px;
    line-height: 55px;
    width: 154px;
    text-align: center;
}

.footer .link-list {
    /*border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;*/
    color: #030303;
    font-size: 16px;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    overflow: unset;
    flex: 1;
}

.footer .link-list li {
    position: relative;
    /*border-right: 1px solid #DBDBDB;*/
    flex: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(17, 102, 207, 1);
    margin: 0 10px;
}

.footer .link-list li:last-child {
    border-right: none;
}

.footer .link-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.footer .link-list li a .icon {
    height: 5px;
    margin: 0 10px
}

.footer .link-list li .child-list {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    z-index: 999;
}

.footer .link-list li .child-list a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #DBDBDB;
    color: rgba(17, 102, 207, 1);
}

.footer .content {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 20px 0 64px;
}

