.top {
    width: 100%;
    background: url(../images/logo_bg.png) no-repeat right;
    overflow: hidden;
}

.top_box {
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-top: 33px;
    margin-bottom: 32px;
}

.search {
    width: 270px;
    display: flex;
    justify-content: space-between;
    height: 43px;
    margin-top: 60px;
}

.search_int {
    width: 75%;
    height: 43px;
    background-color: white;
    outline: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
    float: left;
}

.search_sub {
    width: 54px;
    height: 43px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: url(../images/search_bg.png) no-repeat 13px;
    background-color: #0068b7;
    cursor: pointer;
    float: right;
}

.nav {
    height: 56px;
    line-height: 56px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(50rem);
    /* padding-right: 0.18125rem; */
    /* padding-left: 0.16125rem; */
    height: 55px;
    line-height: 56px;
    width: 100%;
    z-index: 111111111111111111111111111111111;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav ul li>a {
    font-size: 21px;
    display: block;
    position: relative;
    width: 100%;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    width: 100%;
    left: 0rem;
    /* transform: translateY(15%); */
    background-color: white;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #4c7bc8;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 56px;
}

.nav-item:hover {
    background-color: #01358a;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: white;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
    /* height: 1.9rem; */
}

.top_nav p {
    font-size: 17px;
    transition: all .3s;
}

.top_nav p:hover {
    font-weight: bold;
}

.dh_bx {
    background-color: #0068b7;
}


/* banner ----------------- 开始 */

.banner,
.banner_bd {
    width: 100%;
}

.banner_bd ul li {
    width: 100%;
    height: 591px;
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 11111;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 40%;
    background-size: 100%;
    z-index: 11111111;
}

.banner .prev {
    background: url(../images/prev.png) no-repeat center;
    right: 20%;
}

.banner .next {
    background: url(../images/next.png) no-repeat center;
    left: 20%;
}

.banner_hd ul {
    display: flex;
    max-width: 300px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.banner_hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    margin: 10px;
}

.banner_hd ul li.on {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
}


/* banner ----------------- 结束 */


/* section_01 ----------------- 开始 */

.section_01 {
    width: 100%;
    overflow: hidden;
    background: url(../images/s01_bg.png) no-repeat center;
    /* background-size: 100%; */
}

.s01_box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 52px;
}

.s01_01 {
    width: 64%;
}

.s01_02 {
    width: 33%;
}

.section_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.section_tit p {
    font-size: 25px;
    font-family: "fzzz";
    position: relative;
}

.section_tit span {
    display: block;
    position: absolute;
    left: 32px;
    top: 14px;
    font-size: 30px;
    color: #a7a7a7;
    font-family: "fzzz";
    z-index: -11111111;
    opacity: .3;
}

.section_tit a {
    font-size: 14px;
    background: url(../images/more.png) no-repeat right;
    padding-right: 20px;
}

.section_tit p::after {
    content: "";
    position: absolute;
    left: 106px;
    top: 7px;
    width: 13px;
    height: 11px;
    background: url(../images/tit_after.png) no-repeat center;
    background-size: 100%;
}

.s01_contatiner {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.s01_lb {
    width: 52%;
}

.s01_list {
    width: 45%;
}

.s01_lb_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: white;
    height: 47px;
    z-index: 1111;
}

.s01_lb_info p {
    width: 81%;
    padding-left: 14px;
    font-size: 16px;
    font-weight: bold;
}

.s01_lb_info p::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background-color: white;
    right: 16%;
    top: 9px;
}

.s01_lb_info span {
    width: 10%;
    padding-right: 14px;
}

.s01_lb_box ul li a {
    width: 444px;
    height: 312px;
    overflow: hidden;
    display: block;
    position: relative;
}

.s01_lb_box ul li a img {
    width: 100%;
    height: 100%;
}

.s01_lb_box ul li:hover img {
    transform: scale(1.1);
}

.s01_lb_box ul li img {
    transition: all .5s;
}

.s01_lb_info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 47px;
    background-color: #085a9a;
    opacity: .8;
    z-index: -1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.day {
    font-size: 13px;
}

.year {
    font-size: 15px;
    font-weight: 400;
}

.s01_list ul li {
    width: 100%;
    margin-top: 23px;
}

.s01_list ul li span {
    font-size: 14px;
    display: block;
    color: #0068b7;
    width: 73px;
    border-bottom: 1px solid #0068b7;
    height: 25px;
    transition: all .3s;
}

.s01_list ul li p {
    height: 42px;
    margin-top: 15px;
    position: relative;
    transition: all .5s;
}

.s01_list ul li p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e8e8;
    left: 0px;
    bottom: -16px;
}

.s01_list ul li:first-child {
    margin-top: 0px;
}

.s01_list ul li:hover span {
    color: #f8b551;
    border-bottom: 1px solid #f8b551;
}

.s01_list ul li:hover p {
    font-weight: bold;
}

.s01_02_list {
    margin-top: 50px;
}

.s01_02_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s01_02_time {
    width: 50px;
    height: 50px;
    color: white;
    background-color: #0068b7;
    position: relative;
}

.s01_02_time::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #0068b7;
    top: 3px;
    left: 3px;
    z-index: -1;
}

.s01_day {
    font-size: 19.76px;
    text-align: center;
    margin-top: 5px;
}

.s01_year {
    font-size: 12.07px;
    text-align: center;
}

.s01_02_container p {
    width: 84%;
}

.s01_02_list ul li:first-child {
    margin-top: 0px;
}

.s01_02_list ul li {
    margin-top: 35px;
}

.s01_02_list ul li .s01_02_time,
.s01_02_list ul li .s01_02_time::after {
    transition: all .3s;
}

.s01_02_list ul li:hover .s01_02_time {
    background-color: #f8b551;
}

.s01_02_list ul li:hover .s01_02_time::after {
    border: 1px solid #f8b551;
}

.s01_02_list ul li:hover p {
    font-weight: bold;
}


/* section_01 ----------------- 结束 */


/* section_02 ----------------- 开始 */

.section_02 {
    width: 100%;
    background: url(../images/s02_bg.png) no-repeat center;
    /* background-size: 100%; */
    overflow: hidden;
}

.s02_box {
    margin-top: 35px;
}

.s02_tit {
    width: 100%;
    position: relative;
}

.s02_tit .section_tit {
    justify-content: center;
}

.s02_tit a {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/more2.png) no-repeat right;
    padding-right: 20px;
    color: white;
}

.s02_tit .section_tit span {
    left: 50%;
    z-index: 1;
}

.s02_tit .section_tit p {
    color: white;
}

.s02_list {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 66px;
}

.s02_lb {
    width: 100%;
}

.s02_lb ul li {
    width: 303px;
}

.s02_lb ul li a {
    display: block;
    background-color: white;
    width: 302px;
    overflow: hidden;
}

.s02_img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.s02_img img {
    width: 100%;
    height: 100%;
}

.s02_img span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    background: url(../images/nz.png) no-repeat left;
    padding-left: 19px;
    width: 100px;
    height: 27px;
    display: block;
    line-height: 27px;
    z-index: 111;
    margin-left: 4px;
}

.s02_img::after {
    position: absolute;
    content: "";
    width: 106px;
    height: 27px;
    background-color: #0068b7;
    opacity: .5;
    border-bottom-right-radius: 30px;
    left: 0px;
    bottom: 0px;
}

.s02_info {
    padding: 15px;
}

.s02_info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.s02_info div {
    font-size: 13px;
    color: #717171;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 17px;
    /* margin-bottom: 24px; */
}

.s02_lb ul li {
    transition: all .3s;
    width: 25%;
    padding-top: 4px;
    float: left;
}

.s02_lb ul li:hover {
    transform: translateY(-4px);
}

.s02_lb ul li:hover .s02_info p {
    font-weight: bold;
}

.s02_lb ul li:hover .s02_img::after {
    background-color: #f8b551;
}


/* section_02 ----------------- 结束 */


/* section_03 ----------------- 开始 */

.section_03 {
    width: 100%;
    background: url(../images/s03_bg.png) no-repeat center;
    /* background-size: 100%; */
    overflow: hidden;
}

.s03_box {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.s03_01,
.s03_02 {
    width: 49%;
}

.s03_list {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 55px;
}

.s03_list ul li a {
    display: flex;
    justify-content: space-between;
}

.s03_img {
    width: 50%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.s03_img::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 20px;
    width: 16px;
    height: 21px;
    background: url("../images/sj.png") no-repeat center;
    background-size: 100%;
}

.s03_img img {
    width: 100%;
    height: 100%;
}

.s03_info {
    width: 50%;
    background-color: #fafafa;
    padding: 15px 22px;
    position: relative;
}

.s03_info span {
    display: block;
    color: #0068b7;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    margin-top: 25px;
}

.s03_info span::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 10px;
    width: 3px;
    background-color: #0068b7;
    top: 4px;
}

.s03_info p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}

.xq {
    font-size: 14px;
    color: #0068b7;
    position: absolute;
    bottom: 15px;
    right: 35px;
}

.s03_list ul li:last-child .s03_img::after {
    background: url(../images/fsj.png) no-repeat center;
    left: -2px;
}

.s03_list ul li .s03_info span {
    transition: all .3s;
}

.s03_list ul li:hover .s03_info span {
    color: #f8b551;
}

.s03_list ul li:hover .s03_info span::after {
    background-color: #f8b551;
}

.s03_list ul li:hover p {
    font-weight: bold;
}

.s03_list ul li:hover .xq {
    color: #f8b551;
}

.s03_list ul li:hover .s03_img img {
    transform: scale(1.1);
}

.s03_list ul li .s03_img img {
    transition: all .5s;
}


/* section_03 ----------------- 结束 */


/* section_04 ----------------- 开始 */

.seciton_04 {
    background: url(../images/s04_bg.png) no-repeat center;
    width: 100%;
    /* background-size: 100%; */
    overflow: hidden;
}

.s04_box {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.s04_01,
.s04_02 {
    width: 49%;
}

.s04_list {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.s04_list ul li a {
    display: block;
    border-left: 4px solid #0068b7;
}

.s04_tit,
.s04_zy {
    padding-left: 20px;
}

.s04_tit {
    display: flex;
    justify-content: space-between;
}

.s04_tit p {
    font-size: 16px;
    width: 86%;
}

.s04_tit span {
    width: 12%;
    font-size: 14px;
}

.s04_zy {
    font-size: 13px;
    height: 42px;
    margin-top: 22px;
}

.s04_list ul li {
    margin-top: 25px;
    transition: all .3s;
}

.s04_list ul li:first-child {
    margin-top: 0px;
}

.s04_list ul li:hover {
    transform: translateY(-4px);
}

.s04_list ul li:hover a {
    border-left: 4px solid #f8b551;
}

.s04_list ul li:hover .s04_tit p {
    font-weight: bold;
}

.s04_box .section_tit span {
    z-index: 1;
}


/* section_04 ----------------- 结束 */


/* footer ----------------- 开始 */

.footer {
    width: 100%;
    background: url(../images/footer.png) no-repeat center;
    overflow: hidden;
    background-size: 100%;
    /* height: 256px; */
}

.footer_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer_logo,
.footer_info {
    width: 49%;
    margin: 40px 0px;
}

.evm {
    width: 300px;
}

.evm ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.evm ul li {
    width: 75px;
    overflow: hidden;
}

.evm ul li p {
    color: white;
    text-align: center;
    font-size: 13px;
}

.footer_info {
    display: flex;
    justify-content: space-between;
}

.f_p {
    color: white;
}

.f_p p {
    font-size: 15px;
    margin-top: 6px;
}

.bottom_info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    background-color: #005b9f;
}

.bottom_info p {
    color: white;
    font-size: 15px;
    background: url(../images/timg.png) no-repeat right;
    padding-right: 30px;
}


/* footer ----------------- 结束 */


/* list&&content */

.static-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.static-img img {
    width: 100%;
}

.list-center {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(255, 253, 246);
    padding-top: 35px;
}

.search-left {
    position: relative;
    float: left;
    width: 264px;
    /* background-color: #fff; */
    margin-right: 19px;
    margin-top: -106px;
}

.search-tit {
    position: relative;
    /* background: url(../images/nt-topic.png) no-repeat center; */
    padding-top: 43px;
    background-color: #005b9f;
    /* padding-bottom: 25px; */
    width: 264px;
    height: 126px;
    text-align: center;
    /* padding-left: 130px; */
    background-size: 320px auto;
}

.search-tit p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.search-tit i {
    font-size: 16px;
    color: #fff;
}

.search-tit span {
    position: absolute;
    right: 55px;
    width: 30px;
    height: 30px;
    top: 25px;
    /* background: url(../images/sub-down.png) no-repeat center; */
}

.nav-item:hover {
    background-color: #0853a8;
    color: white;
}

.l_list_box {
    width: 100%;
}

.nav-item:hover a {
    color: white;
}

.nav-item:hover .hd {
    color: white;
}

.nav-item-li a:hover {
    background-color: #00479d;
    color: white;
    width: 100%;
    margin: 0 auto;
}

.search-right {
    padding-top: 35px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 30px 50px 30px;
    min-height: 300px;
}

.search-nav {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
}

.search-nav h2 {
    float: left;
    font-size: 18px;
    color: #00479d;
    border-left: 5px solid #00479d;
    padding-left: 12px;
}

.position {
    float: right;
    padding-left: 25px;
    background: url(../images/position.png) no-repeat left;
}

.search-list>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #dfdfdf;
    /* margin-top: 5px; */
}

.search-list>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.search-list li .search-date p {
    font-size: 27px;
    line-height: 38px;
    position: relative;
    background-color: #0068b7;
    color: white;
    font-family: "???’??a�???a�????|???’???￠???￠?￠a???????????￠?￠a�????…a�????’?￠a??????a�????1???’??a�???a�????|???’?￠a??????a�????-???’?￠a??????a�????￡???’??a�???a�????￥???’???￠???￠?￠a??????????a�????|???’?￠a??????a�????°???’??a�???a�????¤???’?￠a??????a�????o???’?￠a??????a�????-???’??a�???a�????¤???’?￠a??????a�????????’?￠a??????a�????-???’??a�???a�????????’?￠a??????a�????????’???￠???￠?￠a??????????a�1?…a�?_GBK.TTF";
}

.search-date span {
    font-size: 12px;
    position: relative;
    line-height: 39px;
}

.search-date {
    background-color: rgb(236, 236, 236);
    width: 69px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    color: black;
    transition: all .3s;
}

.background-images img {
    width: 100%;
    height: 841px;
}

.search-list-tit {
    display: block;
    margin-left: 68px;
    height: 41px;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-top: 2px;
    transition: all .3s;
}

.search-last-text {
    overflow: hidden;
    padding-left: 23px;
    padding-top: 6px;
}

.search-last-text h1 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 24px;
    list-style: 1;
    color: #090909;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

.search-last-text p {
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-list ul li {
    transition: all .3s;
}

.search-list ul li:hover {
    transform: translateY(-2px);
}

.search-left>ul>li.on a {
    background: #2274bd;
    color: #fff;
    width: 184px;
    height: 22px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-list ul li:hover .search-last-text h1 {
    font-weight: bold;
}

.value-tit h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    color: #090909;
    text-align: center;
}

.value-tit-p {
    font-size: 14px;
    line-height: 40px;
    background-color: #f4f4f4;
    color: #767676;
    text-align: center;
    text-indent: 2em;
    margin-top: 15px;
}

.value-tit-p span {
    display: inline-block;
    margin: 0 8px;
}

.value-text p {
    font-size: 16px;
    color: #818181;
    margin-top: 30px;
    white-space: normal;
    text-indent: 2em;
    color: black;
    text-align: justify;
    text-indent: 2em;
}

.search-left ul {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: rgb(242, 242, 242);
}

.search-left ul li {
    position: relative;
}

.search-left ul li a {
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    color: #090909;
    width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-left ul li span {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all .3s;
    background: url(../images/zk.png) no-repeat center;
}

.search-left ul li:hover span {
    width: 51px;
    background: url(../images/zk-other.png) no-repeat center;
}

.value-text-link {
    margin-top: 42px;
}

.value-text-link a {
    margin: 30px 0;
    color: rgb(0, 95, 189);
}

.value-text-link div {
    margin: 15px 0;
}

.value-text-link a:hover {
    color: rgb(0, 95, 189);
}