﻿/* 头部 */

.header {
    width: 100%;
    min-width: 1200px;
    height: 603px;
    /*background: url(header_bg.jpg) no-repeat center;*/
    background-size: cover;
}

.header .header_top {
    padding-top: 12px;
    height: 66px;
}

.header .header_top .hb {
    float: left;
    width: 48px;
    height: 54px;
    margin-right: 30px;
}

.header .header_top .hb img {
    width: 100%;
    height: 100%;
}

.header_top .top_left {
    float: left;
    line-height: 14px;
    margin-top: 18px;
}

.header_top .dl,
.header_top .zc {
    float: left;
    position: relative;
}

.header_top a {
    font-size: 14px;
    color: #1157a5;
    float: left;
    cursor: pointer;
}

.header_top a:hover {
    color: #fff;
}

.header_top span {
    float: left;
    font-size: 14px;
    color: #1157a5;
    line-height: 14px;
    margin: 0 10px;
}

.header_top .hb {
    float: left;
    width: 48px;
    height: 54px;
    margin-right: 30px;
}

.header_top .hb img {
    width: 100%;
    height: 100%;
}

.header_top .dl .dl_sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    padding-top: 8px;
    display: none;
}

.header_top .zc .zc_sub {
    position: absolute;
    top: 100%;
    right: 0;
    width: 80px;
    padding-top: 8px;
    text-align: right;
    display: none;
}

.header_top .dl_sub a,
.header_top .zc_sub a {
    float: none;
    display: block;
    line-height: 30px;
}

.header_top .top_right {
    float: right;
    line-height: 14px;
    margin-top: 18px;
}

.header_logo {
    margin-top: 85px;
    text-align: center;
}

.search_form {
    height: 76px;
}

.header_search {
    width: 660px;
    margin: 20px auto 0 auto;
}

.header_search input {
    outline: none;
    border: none;
}

.header_search_inputli {
    height: auto;
    width: auto;
    overflow: hidden;
}

.search_input .switch {
    float: left;
    text-align: left;
    width: 98px;
    height: 24px;
    position: relative;
    margin-top: 16px;
    padding: 0 20px;
}

.search_input .switch .switch_btn {
    width: 58px;
    height: 24px;
    background: url(down.png) no-repeat right center;
    font-size: 18px;
    color: #666;
    text-align: left;
}

.search_input .switch .switch_sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 78px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 6px;
    display: none;
}

.search_input .switch .switch_sub span {
    display: block;
    padding-left: 20px;
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    cursor: pointer;
}

.header_search .search_input {
    float: left;
    height: 56px;
    background: #fff;
}

.search_input .input_text {
    float: left;
    width: 430px;
    font-size: 18px;
    color: #cbcbcb;
    border-left: 1px solid #cbcbcb;
    padding-left: 18px;
    margin-top: 16px;
}

.header_search .search_submit {
    float: left;
    width: 132px;
    height: 56px;
    background: url("search_submit.png") #115db1 no-repeat;
}

.search_rc {
    margin-top: 20px;
}

.search_rc span {
    float: left;
    line-height: 24px;
    margin-left: 10px;
}

.search_rc ul {
    float: left;
}

.search_rc ul li {
    float: left;
    height: 24px;
    padding: 0 10px;
    background-color: #ef920e;
    border-radius: 10px;
    margin-left: 10px;
}

.search_rc ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.header_nav {
    width: 100%;
    /* margin-top: 230px; */
    display: block;
    padding-bottom: 50px;
    height: 136px;
}

.header .nav_open,
.header_nav .nav_close {
    display: none;
    cursor: pointer;
}

.header_nav .nav_box ul.nav_menu {
    text-align: right;
    padding-right: 28px;
}

.header_nav .nav_box ul.nav_menu li {
    display: inline-block;
    height: 55px;
    margin-left: 46px;
}

.header_nav .nav_box ul.nav_menu li a {
    line-height: 55px;
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}

.header_nav .nav_box ul.nav_menu li:first-child a,
.header_nav .nav_box ul.nav_menu li.active a,
.header_nav .nav_box ul.nav_menu li a:hover,
.header_nav .nav_box ul.nav_menu li.on a {
    font-weight: bold;
    border-bottom: 4px solid #fff;
}

.header_nav .nav_box .nav_sub {
    width: 100%;
    margin-top: 10px;
}

.header_nav .nav_box .nav_sub ul {
    display: none;
    text-align: center;
}

.header_nav .nav_box .nav_sub ul li {
    display: inline-block;
    margin-right: 37px;
}

.header_nav .nav_box .nav_sub ul li a {
    color: #9cd3fd;
}

.header_nav .nav_box .nav_sub ul li a:hover {
    color: #fff;
}

.header .nav_open,
.header_nav .nav_close {
    display: none;
    cursor: pointer;
}


/* 手机版 */

@media screen and (max-width: 768px) {
    .header {
        min-width: auto;
        height: auto;
        padding-bottom: 50px;
        background: url(index_header.png) no-repeat bottom center;
        background-size: cover;
    }
    .index_container {
        width: 96%;
    }
    .header_top .top_left,
    .header_top .top_right a,
    .header_top .top_right span,
    .header_nav .nav_box .nav_sub {
        display: none!important;
    }
    .header_logo {
        width: 63%;
        margin: 0 auto;
    }
    .header_logo img {
        width: 100%;
    }
    .header_top .hb {
        margin-right: 0;
        margin-left: 10px;
    }
    .header_search {
        width: 96%;
    }
    .search_input .switch {
        width: 32%;
        margin-top: 8px;
    }
    .search_input .input_text {
        width: 68%;
        margin-top: 8px;
        padding-left: 10px;
    }
    .header_search .search_submit {
        width: 20%;
        height: 40px;
        background-position: center;
        background-size: cover;
    }
    .header_search .search_input {
        width: 80%;
        background: #fff;
        height: 40px;
        border-radius: 4px 0px 0px 4px;
    }
    .search_rc {
        margin-top: 20px;
        display: none;
    }
    .search_rc span {
        margin-left: 2%;
        width: 22%;
        color: #fff;
    }
    .search_rc ul {
        width: 76%;
    }
    .search_rc ul li {
        margin-bottom: 10px;
    }
    .header_nav {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 20px;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #1d68d0;
        z-index: 999;
        display: none;
    }
    .header_nav .index_container {
        width: 100%;
    }
    .header .nav_open {
        width: 30px;
        height: 30px;
        background: url(button.png) no-repeat center;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
    }
    .header_nav .nav_close {
        width: 30px;
        height: 30px;
        background: url(close.png) no-repeat center;
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
    }
    .header_top .top_right a.gwyx {
        display: block;
    }
    .header_nav .nav_box ul.nav_menu {
        padding-right: 0;
        float: none;
    }
    .header_nav .nav_box ul.nav_menu li {
        width: 100%;
        margin-left: 0;
        text-align: center;
        background: #1d68d0;
    }
    .header_nav .nav_box ul.nav_menu li:first-child {
        width: 100%;
        float: right;
        background: none;
    }
    .header_nav .nav_box ul.nav_menu li:first-child div {
        width: 50%;
        height: 100%;
        float: right;
        background: url(/picture/83/2108121035532234169.png) no-repeat left;
        background-size: cover;
    }
    .header_nav .nav_box ul.nav_menu li a {
        font-size: 20px;
    }
}


/* 第一 部分*/

.part_01 {
    width: 100%;
    min-width: 1200px;
    margin-top: -100px;
    background: url(part1_bg.png) no-repeat top center;
    background-size: cover;
    /* padding-top: 128px; */
    padding-top: 10px;
    padding-bottom: 26px;
}

.part1_left {
    float: left;
    width: 454px;
}

.part1_left h1 a {
    font-size: 26px;
    color: #fff;
    line-height: 48px;
}

.part1_left p {
    margin-top: 20px;
    color: #fff;
    line-height: 28px;
    text-align: justify;
    opacity: 0.8;
}

.part1_right {
    float: left;
    width: 696px;
    margin-left: 25px;
}

.part1_left .more {
    margin-top: 40px;
}

.part1_left .more a {
    font-size: 16px;
    color: #fff;
}

.part1_left .more a i {
    padding-left: 10px;
}

.part1_right .top_lb {
    width: 100%;
}

.part1_right .top_lb .bd {
    border: 8px solid #fff;
    height: 320px;
    box-sizing: border-box;
    overflow: hidden;
}

.part1_right .top_lb .hd {
    width: 130px;
    margin: 20px auto;
}

.part1_right .top_lb .hd ul li {
    width: 14px;
    height: 14px;
    float: left;
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
    margin-left: 20px;
    opacity: 0.5;
}

.part1_right .top_lb .bd ul li img {
    width: 100%;
    height: 100%;
}

.part1_right .top_lb .hd ul li:first-child {
    margin-left: 0;
}

.part1_right .top_lb .hd ul li.on {
    opacity: 1;
}


/* 第二 部分*/

.part_02 {
    background: #fff;
}

.thir_news {
    width: 100%;
    /* height: 56px;
    line-height: 56px; */
    height: 100px;
    min-width: 1200px;
    background: #1764ce;
    text-align: center;
}

.thir_news ul {
    text-align: center;
}

.thir_news ul li {
    display: inline-block;
    height: 18px;
    line-height: 20px;
    border-left: 1px solid #fff;
    padding: 0 20px;
    max-width: 33%;
    margin-top: 20px;
}

.thir_news ul li:first-child {
    border-left: none;
    margin-top: 0;
}

.thir_news ul li a {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.thir_news ul li a:hover {
    text-decoration: underline!important;
}


/* 第三 部分 */

.part_03 {
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 35px;
    background: #fff;
}

.part3_left {
    width: 580px;
    float: left;
}

.news_list_menu {
    border-bottom: 3px solid #ecebe7;
    height: 38px;
}

.news_list_menu ul {
    float: left;
    height: 38px;
}

.news_list_menu ul li {
    position: relative;
    float: left;
    cursor: default;
    margin-left: 24px;
    height: 38px;
    line-height: 24px;
    cursor: pointer;
}

.news_list_menu ul li:first-child {
    margin-left: 0;
}

.news_list_menu ul li span {
    font-size: 24px;
    font-weight: bold;
}

.news_list_menu ul li.active {
    color: #115db2;
}

.news_list_menu ul li.active::after {
    position: absolute;
    bottom: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #115db2;
}

.news_list_menu .more {
    float: right;
    color: #999;
    line-height: 32px;
}

.news_list_menu .more:hover {
    color: #115db2;
}

.news_list_sub {
    margin-top: 12px;
}

.news_list_sub ul {
    display: none;
    min-height: 252px;
    position: relative;
}

.news_list_sub ul:first-child {
    display: block;
}

.news_list_sub ul li {
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
}

.news_list_sub ul li.iconfont::before,
.ywtb_bmts .bmts_list ul li.iconfont::before {
    float: left;
    position: absolute;
    left: 0px;
}

.news_list_sub ul li a {
    float: left;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-out 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-out 0s;
    /* Opera */
}

.news_list_sub ul li a:hover {
    padding-left: 10px;
    color: #115db2;
}

.news_list_sub ul li .date {
    float: right;
    color: #999;
}

.news_list_sub ul .more {
    display: block;
    text-align: center;
    background: #f4f4f4;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    display: none;
}

.part3_right {
    width: 580px;
    float: left;
    margin-left: 40px;
}

.part3_left .news_list_sub .sub_1 li:first-child a {
    color: #ff0000;
    font-weight: bold;
}


/* 第四 部分 */

.part_04 {
    width: 100%;
    min-width: 1200px;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
}

.line_title {
    width: 100%;
    text-align: center;
    background: url("line_title.png") no-repeat center;
}

.line_title a {
    font-size: 32px;
    font-weight: bold;
}

.ywtb_con {
    margin-top: 36px;
}

.ywtb_con .ywtb_bs {
    height: 170px;
}

.ywtb_con .ywtb_list {
    float: left;
    width: 374px;
    margin-left: 39px;
}

.ywtb_con .ywtb_list:first-child {
    margin-left: 0;
}

.ywtb_list .list_img {
    width: 374px;
    height: 170px;
}

.ywtb_list .list_img a {
    display: block;
}

.ywtb_list .list_img img {
    width: 100%;
    height: 100%;
}

.ywtb_con .ywtb_bmts {
    margin-top: 50px;
    background: url("fwts.jpg") no-repeat left center;
    padding-top: 30px;
    padding-left: 213px;
    height: 212px;
    border: 1px solid #e4e4e4;
}

.ywtb_bmts .bmts_title a {
    font-size: 20px;
    font-weight: bold;
}

.ywtb_bmts .bmts_list {
    margin-top: 12px;
}

.ywtb_bmts .bmts_list ul {
    height: 120px;
}

.ywtb_bmts .bmts_list ul li {
    position: relative;
    width: 474px;
    padding-left: 16px;
    background: url("list_ico.png") no-repeat left center;
    line-height: 40px;
    float: left;
}

.ywtb_bmts .bmts_list ul li a {
    float: left;
    max-width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-out 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-out 0s;
}

.ywtb_bmts .bmts_list ul li .date {
    float: right;
    color: #999;
}

.ywtb_bmts .bmts_list ul li a:hover {
    padding-left: 10px;
    color: #115db2;
}


/* 第五 部分 */

.part_05 {
    background: #fff;
}

.xxgk_con {
    margin-top: 30px;
    overflow: hidden;
}

.xxgk_con ul li {
    width: 386px;
    height: 122px;
    padding-top: 50px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.xxgk_con ul li:first-child {
    margin-left: 0;
}

.xxgk_con ul li a {
    display: block;
    /* padding-left: 205px; */
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 75px center;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: right;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-out 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-out 0s;
}

.xxgk_con ul li:hover a {
    padding-right: 30px;
    /* padding-left: 215px; */
    color: #115db2;
}

.xxgk_con ul li.hd_01 {
    background-image: url("xxgk_01.jpg");
    background-size: cover;
}

.xxgk_con ul li.hd_02 {
    background-image: url("xxgk_02.jpg");
    background-size: cover;
}

.xxgk_con ul li.hd_03 {
    background-image: url("xxgk_03.jpg");
    background-size: cover;
}

.xxgk_con ul li.hd_04 {
    margin-left: 0px;
    background-image: url("xxgk_04.jpg");
    background-size: cover;
}

.xxgk_con ul li.hd_05 {
    padding-top: 35px;
    background-image: url("xxgk_05.jpg");
    background-size: cover;
}

.xxgk_con ul li.hd_06 {
    padding-top: 35px;
    background-image: url("xxgk_06.jpg");
    background-size: cover;
}

.xmgs {
    margin-top: 10px;
}

.part_06 .news_list_sub ul {
    min-height: 210px;
}


/* 第六 部分 */

.part_06 {
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
    background: #fff;
}

.jlhd_con {
    margin-top: 30px;
}

.jlhd_con .ms_title {
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #ecebe7;
}

.jlhd_con .ms_title span {
    position: relative;
    display: block;
    float: left;
    font-size: 20px;
}

.jlhd_con .ms_title span::after {
    position: absolute;
    bottom: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #115db2;
}

.jlhd_con .ms_title .sm_slog {
    font-size: 12px;
}

.jlhd_con .ms_title .sm_slog .a-1 {
    background-color: #daebfb;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: 10px;
}

.jlhd_con .ms_title .sm_slog .a-2 {
    margin-left: 10px;
}

.table_ms {
    table-layout: fixed;
    margin-top: 30px;
    width: 100%;
    border: #eff8f7 solid 1px;
}

.table_ms tr {
    background: #fff;
    line-height: 30px;
    border: #e8e8e8 solid 1px;
}

.table_ms th {
    text-align: center;
}

.table_ms td {
    border: #e8e8e8 solid 1px;
    height: 38px
}

.table_ms td a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-out 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-out 0s;
}

.table_ms td a:hover {
    color: #115db2;
    padding-left: 30px;
}


/* 第七 部分 */

.part_07 {
    background: #fff;
}

.zt_con {
    margin-top: 30px;
    overflow: hidden;
}

.zt_con ul li {
    width: 270px;
    height: 168px;
    float: left;
    margin-left: 40px;
}
.zt_con ul li img {
    width: 270px;
    height: 168px;
}


.zt_con ul li:first-child {
    margin-left: 0;
}

.part_07 {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .part_01,
    .part_03,
    .part_04,
    .part_05,
    .part_06,
    .part_07 {
        min-width: auto;
    }
    .part1_left,
    .part1_right,
    .part3_left,
    .part3_right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .part1_right {
        width: 96%;
        margin: 20px auto 0 auto;
    }
    .part1_right .top_lb .bd {
        height: auto;
    }
    .part1_right .top_lb .bd ul li {
        width: 100%;
        height: auto;
    }
    .part1_right .top_lb .bd ul li img {
        height: 390px;
    }
    .part_01 {
        padding-top: 0;
        margin-top: 0;
        background: url(part1_bg_m.png) no-repeat center;
        background-size: cover;
    }
    .part_01 .index_container {
        margin-top: 0;
    }
    .part1_left h1 {
        padding-top: 20px;
    }
    .part1_left h1 a {
        font-size: 22px;
        line-height: 30px;
        display: block;
        text-align: center;
    }
    .part1_left p,
    .part1_left .more {
        display: none;
    }
    .part1_left .more a {
        font-size: 18px;
    }
    .news_list_menu ul li span {
        font-size: 18px;
    }
    .news_list_menu .more {
        display: none;
    }
    .news_list_sub ul {
        min-height: auto;
    }
    .news_list_sub ul li.iconfont::before,
    .ywtb_bmts .bmts_list ul li.iconfont::before {
        float: left;
        position: absolute;
        left: 0px;
    }
    .news_list_sub ul .more {
        display: block;
    }
    .news_list_sub ul li .date {
        float: none;
        display: block;
    }
    .thir_news {
        height: auto;
        min-width: auto;
        padding: 20px 0;
    }
    .thir_news ul li {
        float: none;
        margin-left: 0;
        max-width: 100%;
        border: none;
        height: auto;
        display: block;
        line-height: 28px;
        text-align: left;
    }
    .thir_news ul li a {
        white-space: normal;
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
    }
    .part3_right {
        margin-top: 30px;
    }
    .news_list_menu ul {
        float: none;
        text-align: center;
    }
    .news_list_menu ul li {
        margin-left: 20px;
        float: none;
        display: inline-block;
    }
    .news_list_sub ul li {
        height: auto;
        line-height: 24px;
        background-position: 4px 10px;
        margin-top: 14px;
    }
    .news_list_sub ul li:first-child {
        margin-top: 0;
    }
    .news_list_sub ul li a {
        float: none;
        white-space: normal;
    }
    .line_title a {
        font-size: 26px;
    }
    .ywtb_con .ywtb_list {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .ywtb_con .ywtb_list:first-child {
        margin-top: 0;
    }
    .ywtb_list .list_img {
        width: 100%;
        height: auto;
    }
    .ywtb_list .list_con {
        height: auto;
        padding-bottom: 20px;
    }
    .ywtb_list .list_con .bd ul li {
        width: 100%;
    }
    .ywtb_list .list_con .bd ul li span {
        width: 32%;
    }
    .ywtb_con .ywtb_bmts {
        background-image: none;
        height: auto;
        padding: 20px 0px;
        margin-top: 20px;
        border: 0px;
        clear: both;
    }
    .ywtb_bmts .bmts_list ul {
        height: auto;
        margin-left: 0;
    }
    .ywtb_bmts .bmts_list ul li {
        width: 100%;
        margin-left: 0;
        line-height: 24px;
        background-position: 4px 10px;
        margin-top: 14px;
        padding-left: 20px;
    }
    .ywtb_bmts .bmts_list ul li:first-child {
        margin-top: 0;
    }
    .ywtb_bmts .bmts_list ul li a,
    .hyhf_list ul li a {
        float: none;
        white-space: normal;
    }
    .zwzt {
        margin-top: 20px;
    }
    .zwzt ul li {
        float: none;
    }
    .zwzt ul li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .part_04,
    .part_06 {
        padding-bottom: 20px;
    }
    .zwgk_con .con_top .con_top_left {
        float: none;
        width: 100%;
    }
    .zwgk_con .con_top .con_top_right,
    .hdjl_top .hdjl_top_left,
    .hdjl_top .hdjl_top_right {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .con_top_right .xxgk_list ul {
        margin-right: 0;
    }
    .con_top_right .xxgk_list ul li {
        width: 100%;
        margin-right: 0;
    }
    .con_top_right .xxgk_list ul li a {
        padding-left: 60px;
    }
    .zwgk_con .con_bottom {
        padding: 0 2% 20px 2%;
    }
    .zwgk_con .con_bottom ul li {
        width: 48%;
        padding-left: 10px;
    }
    .hyhf_list ul li {
        line-height: 30px;
        background-position: left 12px;
        text-align: justify;
        margin-top: 10px;
    }
    .hyhf_list ul li:first-child {
        margin-top: 0;
    }
    .hdjl_top .hdjl_top_right {
        margin-top: 30px;
    }
    .hdjl_top_right .zxft .zxft_con ul li {
        width: 100%;
    }
    .hdjl_top_right .zxft .zxft_con ul li:first-child {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hdjl_top_right .zxft .zxft_con ul li a img {
        width: 100%;
        height: auto;
    }
    .hdjl_bottom ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .hdjl_bottom ul li:first-child {
        margin-top: 0;
    }
    .hdjl_bottom ul li a {
        padding-left: 0;
        text-align: center;
    }
    .hdjl_top_right .zxft .zxft_con ul li a p {
        height: auto;
    }
    .zt_con .bd ul li {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .zt_con .bd ul li img {
        width: 100%;
    }
    .zwgk_con .con_top .con_top_right {
        margin-top: 30px;
    }
    .hyhf_list .hyhf_title span,
    .hdjl_top_right .zxft .zxft_title span {
        font-size: 20px;
    }
    .part_03 .news_list_sub ul,
    .part_05 .news_list_sub ul,
    .part_06 .news_list_sub ul,
    .hyhf_list ul {
        min-height: auto;
    }
    .ywtb_bmts .bmts_list ul li .date {
        float: none;
        display: block;
    }
    .xxgk_con ul li {
        width: 100%;
        height: 122px;
        margin-left: 0px;
    }
    .xmgs {
        margin-top: 0;
    }
    .xmgs img {
        max-width: 100%;
    }
    .jlhd_con .ms_title {
        display: none;
    }
    .table_ms th {
        font-size: 13px;
    }
    .table_ms th:first-child {
        width: 55%;
    }
    /* .table_ms th:first-child {
        width: 15%;
    } */
    .table_ms th:last-child {
        width: 25%;
    }
    .table_ms td {
        font-size: 13px;
    }
    .zt_con ul li {
        width: 50%;
        height: auto;
        margin-left: 0;
        padding: 5px;
    }
    .zt_con ul li img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 600px) {
    .part1_right .top_lb .bd ul li img {
        height: 373px;
    }
}

@media screen and (max-width: 560px) {
    .part1_right .top_lb .bd ul li img {
        height: 297px;
    }
}

@media screen and (max-width: 500px) {
    .part1_right .top_lb .bd ul li img {
        height: 286px;
    }
}

@media screen and (max-width: 480px) {
    .part1_right .top_lb .bd ul li img {
        height: 275px;
    }
}

@media screen and (max-width: 420px) {
    .part1_right .top_lb .bd ul li img {
        height: 199px;
    }
}

@media screen and (max-width: 380px) {
    .part1_right .top_lb .bd ul li img {
        height: 180px;
    }
}

@media screen and (max-width: 340px) {
    .part1_right .top_lb .bd ul li img {
        height: 161px;
    }
}

@media screen and (max-width: 321px) {
    .part1_right .top_lb .bd ul li img {
        height: 151px;
    }
}