﻿nav .box li:nth-child(5) a {
    font-weight: bold;
    border-bottom: 2px solid rgb (255,  255,  255);
}
nav .subnav-zong #subnav5 {
    display: block;
}
.sm_div {
    width: 1200px;
    margin: 30px auto 0;
    font-size: 0;
}
.hdjl {
    padding-top: 70px;
    width: 100%;
    min-width: 1230px;
}
.hdjl_one_open {
    width: 100%;
    height: 100px;
    background: url(open.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdjl_one_open .open {
    cursor: pointer;
    width: 120px;
    height: 40px;
    background: url(zk.png) no-repeat center;
    background-size: cover;
}
.hdjl_one_close {
    width: 100%;
    height: 240px;
    background: url(close.png) no-repeat center;
    background-size: cover;
    display: none;
    overflow: hidden;
}
.hdjl_one_close .close {
    cursor: pointer;
    width: 120px;
    height: 40px;
    background: url(yc.png) no-repeat center;
    background-size: cover;
    display: block;
    margin: 20px auto 0;
}
.hdjl_one_close .word {
    width: 961px;
    font-size: 16px;
    line-height: 32px;
    color: #2d4661;
    margin: 0 auto;
    padding-top: 60px;
}
.top_content:nth-of-type(2n) {
    margin-right: 0;
}
.all_ul {
    padding-top: 25px;
}
.top_content .blue_title {
    border-bottom: 1px solid #115496;
    padding-bottom: 10px;
    position: relative;
}
.top_content .blue_title::before{
    content: '';
    position: absolute;
    width: 4px;
	height: 25px;
	background-color: #115496;
    top: 4px;
}
.top_content .tab {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    /* margin-right: 29px; */
    padding-left: 20px;
}
.top_content .active {
    /* padding-bottom: 2px; */
    color: #333;
}
.top_content .all_more .more {
    font-size: 16px;
    color: #999999;
    display: none;
    float: right;
}
.top_content .all_more .cur {
    display: inline-block;
}
.top_content .all_ul .content_ul {
    display: none;
}
.top_content .all_ul .cur {
    display: block;
}
.content_ul li {
    position: relative;
    margin-bottom: 22px;
}
.content_ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #acc2d4;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.content_ul li:last-of-type {
    margin-bottom: 0;
}
.content_ul li .title {
    font-size: 16px;
    color: #333333;
    width: 490px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 13px;
}
.content_ul li:hover .title {
    color: #115db2;
}
.content_ul li .time {
    color: #999999;
    font-size: 16px;
    float: right;
}
.content_ul li:hover .time {
    color: #115db2;
}
.hdjl_two_left {
    width: 730px;
    display: inline-block;
    margin-right: 40px;
    padding-top: 10px;
    float: left;
}
.hdjl_two_left .content_ul li .title {
    width: 540px;
}
.biaoge{
    width: 730px;
    height: 266px;
    padding: 20px 20px 0;
}
.hdjl_two_right {
    width: 430px;
    display: inline-block;
    padding-top: 10px;
}
.hdjl_two_right .content_ul li .title {
    width: 340px;
}
.hdjl_three {
    font-size: 0;
    display: flex;
    margin-top: 40px;
}
.hdjl_three li {
    width: 230px;
    height: 100px;
    margin-right: 12px;
    display: inline-block;
}
.hdjl_three li a img{
    width: 230px;
    height: 100px;
    object-fit: cover;
}

.hdjl_five-left {
    width: 730px;
    display: inline-block;
    margin-right: 40px;
}
.hdjl_five-right{
    width: 429px;
}
.hdjl_five-left .content_ul li .title{
    width: 338px;
}
.hdjl_five-left .content_ul li{
    margin-bottom: 26px;
}
.hdjl_five-left .content_ul li:last-of-type{
    margin-bottom: 0;
}
.bumen_ul li a:hover {
    color: #1c649f;
}
.hdjl_five{
    display: flex;
}
.all_ul_left{
    width: 280px;
    margin-right: 20px;
    display: block;
    float: left;
}
.all_ul_left img{
    width: 280px;
	height: 150px;
    object-fit: cover;
}
.all_ul_left .title{
    font-size: 16px;
    color: #115db2;
    font-weight: bold;
    margin-top: 15px;
}
.all_ul_left .time{
    font-size: 16px;
    color: #404040;
    margin-top: 15px;
}
.all_ul_right{
    width: 429px;
    float: right;
}
.top_content .all_ul .content_ul{
    width: 429px;
}
.last_div_left .all_ul .content_ul{
    width: 731px;
}
.last_div_left .content_ul li .title{
    width: 642px;
}
.wsdc_div{
    margin-bottom: 50px;
}
/* newStyle */

.newStyle .hdjl_one_close{
    height: 500px;
}
.newStyle .hdjl_one_close .word{
    font-size: 32px;
    line-height: 64px;
}
.newStyle .hdjl_one_open .open{
    width: 116px;
    height: 38px;
}
.newStyle .hdjl_one_close .close{
    width: 197px;
    height: 66px;
}
.newStyle .box_div a{
    display: block;
    float: left;
    width: 387px;
    height: 400px;
    border: solid 1px #daecfb;
    font-size: 0;
    margin-right: 12px;
    margin-top: 12px;
    text-align: center;
    padding-top: 35px;
    border-radius: 10px;
}
.newStyle .box_div a .blue{
    width: 200px;
    height: 135px;
}
.newStyle .box_div a p{
    display: flex;
    font-size: 34px;
    width: 255px;
    height: 95px;
    margin: 50px auto 0;
    border-radius: 10px;
    justify-content: center;
    line-height: 45px;
    align-items: center;
    color: black;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(17 93 178 / 30%);
}
.newStyle .hdjl_two_left{
    width: 1200px;
}
.newStyle .all_tab img{
    width: 50px;
}
.newStyle .top_content .active {
    position: relative;
    top: 10px;
}
.newStyle .top_content .active::after{
    width: 295px;
    left: -60px;
    bottom: -17px;
}
.newStyle .top_content .all_more .cur{
    font-size: 40px;
    position: relative;
    top: 10px;
}
.newStyle .tableInfo th{
    font-size: 30px;
}
.newStyle .tableInfo tr:nth-child(even) td{
    font-size: 21px;
}
.newStyle .tableInfo td{
    font-size: 21px;
}
.newStyle .hdjl_one_close{
    height: auto;
    padding-bottom: 20px;
}
.newStyle .hdjl_one_close .close{
    width: 200px;
    height: 66px;
}
.newStyle .sm_div{
    display: flex;
    flex-wrap: wrap;
}
.newStyle .hdjl_two_left{
    width: 100%;
}
.newStyle .hdjl_two_right{
    width: 100%;
}
.newStyle .biaoge{
    width: 100%;
    height:  auto;
}
.newStyle .top_content .all_ul .content_ul{
    width: 100%;
}
.newStyle .top_content .active{
    font-size: 44px;
}
.newStyle .top_content .blue_title::before{
    display: none;
}
.newStyle .top_content .all_more .cur{
    font-size: 44px;
}
.newStyle .content_ul li a{
    width: 100%;
}
.newStyle .hdjl_two_right .content_ul li .title{
    width: 80%;
}
.newStyle .content_ul li .title{
    font-size: 40px;
}
.newStyle .content_ul li .time{
    font-size: 36px;
}
.newStyle .hdjl_three li{
    width: 228px;
}
.newStyle .hdjl_five-left{
    width: 100%;
}
.newStyle .all_ul_right{
    width: 70%;
}
.newStyle .hdjl_five-left .content_ul li a{
    width: 100%;
}
.newStyle .hdjl_five-left .content_ul li .title{
    width: 70%;
    font-size: 40px;
}
.newStyle .all_ul_left .title{
    font-size: 36px;
}
.newStyle .all_ul_left .time{
    font-size: 36px;
}
.newStyle .hdjl_five-right{
    width: 100%;
}
.newStyle .last_div_left .all_ul .content_ul{
    width: 100%;
}
.newStyle .hdjl_five-left .content_ul li a{
    width: 100%;
}
.newStyle .last_div_left .content_ul li .title{
    width: 75%;
}
.newStyle .content_ul li::before{
    display: none;
}
@media screen and (max-width: 768px) {
    .hdjl {
        padding-top: 0;
        min-width: auto;
    }
    .sm_div {
        width: 98%;
    }
    .content_ul li .title {
        width: 250px !important;
    }
    .hdjl_one_close {
        height: auto;
    }
    .hdjl_one_close .word {
        width: 100%;
        padding: 20px 10px;
    }
    .hdjl_one_close .close {
        margin-bottom: 20px;
    }
    .hdjl_two_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hdjl_two_right {
        width: 100%;
    }
    .top_content .new_title {
        font-size: 16px;
    }
    .top_content .new_title .new_more {
        font-size: 14px;
    }
    .hdjl_three li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
    .top_content,
    .hdjl_five-left{
        width: 100%;
    }
    .hdjl_five-left {
        margin-right: 0;
    }
    .top_content .tab {
        font-size: 17px;
    }
    .hdjl_three{
        display: block;
    }
    .top_content .all_more .more {
        font-size: 14px;
    }
    .bumen_ul li {
        text-align: center;
    }
    .biaoge{
        width: 100%;
    }
    .hdjl_five{
        display: block;
    }
    .all_ul_left{
        width: 100%;
        margin-right: 0;
    }
    .all_ul_left img{
        width: 100%;
        margin-bottom: 10px;
    }
    .all_ul_right{
        margin-top: 10px;
        padding-left: 24px;
    }
    .top_content .all_ul .content_ul{
        width: 100%;
    }
}
