﻿@charset "UTF-8";
body{
    font-size: 16px;
    color: #333;
}
*{
    outline: none;
}
.jzdc_end{
    color: #999999
}
a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.index_container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/***** 第一部分 顶部新闻 *****/
.part_01{
    width: 100%;
    min-width: 1200px;
    margin-top: -62px;
    background: url("part1_bg.png") no-repeat center top;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 26px;
}
.part_01 .index_container{
    margin-top: 18px;
}
.part1_left{
    float: right;
    width: 554px;
    padding-top: 28px;
}
.part1_left h1 a{
    font-size: 32px;
    color: #fff;
    line-height: 48px;
}
.part1_left p{
    margin-top: 20px;
    color: #9cd3fd;
    line-height: 28px;
    text-align: justify;
    opacity: 0.57;
}
.part1_left .more{
    margin-top: 40px;
	text-align: right;
}
.part1_left .more a{
    font-size: 24px;
    color: #fff;
}
.part1_left .more img{
    margin-top: 10px;
}
.part1_right{
    float: left;
    width: 596px;
    margin-right: 50px;
}
.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 .bd ul li{
    width: 580px;
    height: 320px;
}
.part1_right .top_lb .bd ul li a{
    display: block;
}
.part1_right .top_lb .bd ul li img{
    width: 100%;
    height: 328px;
}
.part1_right .top_lb .hd{
    float: right;
    margin-top: 15px;
    padding-right: 6px;
}
.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 .hd ul li:first-child{
    margin-left: 0;
}
.part1_right .top_lb .hd ul li.on{
    opacity: 1;
}
/***** 第二部分 *****/
.thir_news{
    width: 100%;
    height: 56px;
    line-height: 56px;
    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 ul{
    float: left;
}
.news_list_menu ul li{
    float: left;
    cursor: default;
    margin-left: 24px;
    height: 38px;
    line-height: 24px;
}
.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{
    border-bottom: 4px solid #115db2;
    color: #115db2;
}
.news_list_menu .more{
    float: right;
    line-height: 23px;
}
.news_list_menu .more:hover{
    color: #115db2;
}
.news_list_sub{
    margin-top: 12px;
}
.news_list_sub ul{
    display: none;
    min-height: 252px;
}
.news_list_sub ul:first-child{
    display: block;
}
.news_list_sub ul li{
    padding-left: 20px;
    background: url("list_ico.png") no-repeat 4px center;
    height: 50px;
    line-height: 50px;
	border-bottom: 1px dashed #d0d0d0;
}
.news_list_sub ul li a{
    float: left;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list_sub ul li a:hover{
    color: #115db2;
}
.news_list_sub ul li .date{
    float: right;
    color: #999;
}
.news_list_sub ul .more{
    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: 40px;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.line_title{
    width: 100%;
    text-align: center;
    background: url("line_title.png") no-repeat center;
}
.line_title a{
    font-size: 33px;
    font-weight: bold;
	color:#115db2;
}
.line_title a img{
    margin-right: 25px;
}
.ywtb_con{
    margin-top: 36px;
}
.ywtb_con .ywtb_list{
    float: left;
    width: 355px;
    margin-left: 65px;
	box-shadow: 5px 0px 10px #e6eaef,0px 5px 10px #e6eaef,-5px 0px 10px #e6eaef,0px -5px 10px #e6eaef;
}
.ywtb_con .ywtb_list:first-child{
    margin-left: 0;
}
.ywtb_list .list_img{
    width: 355px;
    height: 150px;
}
.ywtb_list .list_img a{
    display: block;
}
.ywtb_list .list_img img{
    width: 100%;
    height: 100%;
}
.ywtb_list .list_con{
    background: #fff;
    padding-top: 14px;
    height: 242px;
    overflow: hidden;
}
.ywtb_list .list_con .bd ul li{
    /*padding: 0 7px;*/
	overflow: hidden;
}
.ywtb_list .list_con .bd ul li span{
    width: 33%;
    float:left;
    text-align: center;
    margin-top: 20px;
}
/* .ywtb_list .list_con .bd ul li span a{
    color: #115db2;
} */
.ywtb_list .list_con .bd ul li span a:hover{
    text-decoration: underline!important;
}
.ywtb_list .list_con .hd{
    margin-top: 30px;
	text-align: center;
}
.ywtb_list .list_con.ywtb_tsbs{
    padding-top: 0;
}
.ywtb_list .list_con.ywtb_tsbs ul li{
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 28px;
}
.ywtb_list .list_con.ywtb_tsbs li img{
    width: 32px;
    height: 32px;
}
.ywtb_list .list_con.ywtb_tsbs li div{
    margin-top: 8px;
}
.ywtb_list .list_con.ywtb_tsbs li div a:hover{
    color: #115db2;
}
.ywtb_con .ywtb_bmts{
    margin-top: 50px;
    background: url("bmts_ico.png") no-repeat 48px center #fff;
    padding-top: 30px;
    padding-left: 116px;
    height: 212px;
}
.bmts_list{
	height:247px;
	background: #daecfb;
}
.bmts_list ul{
    width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.bmts_list ul li{
    width: 165px;
	height:165px;
    background:#ffffff;
    float: left;
    margin-left: 42px;
	margin-top:40px;
	border:1px solid #b9d7f0;
}
.bmts_list ul li:first-child{
    margin-left: 0;
}
.bmts_list ul li a{
	display: block;
	padding-top: 30px;
	text-align: center;
}
.bmts_list ul li .date{
    color: #115db2;
	display: block;
	margin-top: 15px;
	font-size: 20px;
}
.bmts_list ul li a:hover{
    color: #115db2;
}
.zwzt{
    margin-top: 40px;
}
.zwzt ul li{
    float: left;
}
.zwzt ul li:first-child{
    margin-right: 40px;
}
.zwzt ul li img{
    width: 100%;
}
/***** 第五部分 *****/
.part_05{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
}
.part_05 .line_title{
    background: url("line_title01.png") no-repeat center;
}
.zwgk_con{
    margin-top: 25px;
}
.zwgk_con .con_top{
    padding-bottom: 15px;
}
.zwgk_con .con_top .con_top_left{
    float: right;
    width: 774px;
	padding-top:32px;
}
.zwgk_con .con_top .con_top_right{
    float: left;
    width: 389px;
    margin-right: 32px;
	padding:0 17px;
	border: 1px solid #e2e2e2;
}
.zwgk_con .con_top .con_top_right .xxgk a{
    font-size: 27px;
	font-weight: bold;
	line-height: 73px;
	text-align: center;
	display: block;
}
.con_top_right .xxgk_list ul li{
    width: 100%;
    height: 66px;
    line-height: 66px;
    background-color: #e8ecf1;
    margin-bottom: 16px;
}
.con_top_right .xxgk_list ul li a{
    padding-left: 140px;
    display: block;
	color:#054791;
	font-size: 20px;
    background-repeat: no-repeat;
    background-position: 50px center;
}
.con_top_right .xxgk_list ul li.xxgk_list_01 a{
    background-image: url("xxgk_01.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_02 a{
    background-image: url("xxgk_02.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_03 a{
    background-image: url("xxgk_03.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_04 a{
    background-image: url("xxgk_04.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_05 a{
    background-image: url("xxgk_05.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_06 a{
    background-image: url("xxgk_06.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_07 a{
    background-image: url("xxgk_07.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_08 a{
    background-image: url("xxgk_08.png");
}
.con_top_right .xxgk_list ul li:hover a{
    color: #115db2;
}
.zwgk_con .con_bottom{
}
.zwgk_con .con_bottom ul li{
    float: left;
    width: 276px;
	height:90px;
    margin-top: 40px;
	margin-right: 32px;
	box-shadow: 2px 0px 5px #ebebeb,0px 2px 5px #ebebeb,-2px 0px 5px #ebebeb,0px -2px 5px #ebebeb;
}
.zwgk_con .con_bottom ul li:nth-child(4n){
	margin-right: 0;
}
.zwgk_con .con_bottom ul li a{
    line-height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-position: 55px center;
    padding-left: 128px;
    transition: all 0.2s ease-out 0s;
	font-size: 20px;
}
/* .zwgk_con .con_bottom ul li a:hover{
    color: #115db2;
    font-weight: bold;
} */
.zwgk_con .con_bottom ul li.gk_links_01 a{
    background-image: url("gk_01.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_01 a:hover{
    background-image: url("gk_01_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_02 a{
    background-image: url("gk_02.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_02 a:hover{
    background-image: url("gk_02_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_03 a{
    background-image: url("gk_03.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_03 a:hover{
    background-image: url("gk_03_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_04 a{
    background-image: url("gk_04.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_04 a:hover{
    background-image: url("gk_04_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_05 a{
    background-image: url("gk_05.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_05 a:hover{
    background-image: url("gk_05_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_06 a{
    background-image: url("gk_06.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_06 a:hover{
    background-image: url("gk_06_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_07 a{
    background-image: url("gk_07.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_07 a:hover{
    background-image: url("gk_07_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_08 a{
    background-image: url("gk_08.png");
}
/* .zwgk_con .con_bottom ul li.gk_links_08 a:hover{
    background-image: url("gk_08_hover.png");
} */
.zwgk_con .con_bottom ul li.gk_links_09 a{
    background-image: url("gk_09.png");
}
.zwgk_con .con_bottom ul li.gk_links_09 a:hover{
    background-image: url("gk_09_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_10 a{
    background-image: url("gk_10.png");
}
.zwgk_con .con_bottom ul li.gk_links_10 a:hover{
    background-image: url("gk_10_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_11 a{
    background-image: url("gk_11.png");
}
.zwgk_con .con_bottom ul li.gk_links_11 a:hover{
    background-image: url("gk_11_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_12 a{
    background-image: url("gk_12.png");
}
.zwgk_con .con_bottom ul li.gk_links_12 a:hover{
    background-image: url("gk_12_hover.png");
}
.part_05 .news_list_sub ul{
    min-height: 294px;
}
/***** 第六部分 *****/
.part_06{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.hdjl_con{
    margin-top: 35px;
}
.hdjl_top .hdjl_top_left{
}
.hdjl_top .jsjb img{
    width: 100%;
}
.hyhf_list{
    padding-bottom: 30px;
}
.hyhf_list .hyhf_title span{
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #115db2;
    cursor: default;
}
.hyhf_list .hyhf_title .more{
    float: right;
    color: #999;
    line-height: 24px;
}
.hyhf_list .hyhf_title .more:hover{
    color: #115db2;
}
.hyhf_list ul{
    margin-top: 8px;
    min-height: 160px;
}
.hyhf_list ul li{
    padding-left: 16px;
    line-height: 40px;
    background: url("list_ico.png") no-repeat left center;
}
.hyhf_list ul li a{
    float: left;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hyhf_list ul li a:hover{
    color: #115db2;
}
.hyhf_list ul li .date{
    float: right;
    color: #999;
}
.hyhf_list .zxhf{
	float: left;
	width:775px;
}
.hyhf_list .zxhf ul .more{
	display: none;
}
.hyhf_list .rdhy{
	float: right;
	width:390px;
}
.hyhf_list .rdhy a{
    display:block;
}
.hdjl_top .hdjl_top_right{
    
}
.hdjl_top_right .zxft{
	float:left;
	width:580px;
}
.hdjl_top_right .zxft .zxft_title{
    margin-top: 12px;
}
.hdjl_top_right .zxft .zxft_title span{
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #115db2;
}
.hdjl_top_right .zxft .zxft_title .more{
    float: right;
    line-height: 24px;
    color: #999;
}
.hdjl_top_right .zxft .zxft_title .more:hover{
    color: #115db2;
}
.hdjl_top_right .zxft .zxft_con{
    margin-top: 40px;
}
.hdjl_top_right .zxft .zxft_con .more{
	display:none;
}
.hdjl_top_right .zxft .zxft_con ul li{
    float: left;
    width: 270px;
}
.hdjl_top_right .zxft .zxft_con ul li:first-child{
    margin-right: 40px;
}
.hdjl_top_right .zxft .zxft_con ul li a{
    display: block;
    overflow: hidden;
}
.hdjl_top_right .zxft .zxft_con ul li a img{
    max-width: 270px;
    height: 175px;
}
.hdjl_top_right .zxft .zxft_con ul li a p{
    margin-top: 25px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hdjl_top_right .zxft .zxft_con ul li a:hover{
    color: #115db2;
}
.hdjl_top_right .zjdc{
    margin-top: 15px;
	float:right;
	width:578px;
}
.hdjl_top_right .zjdc .news_list_sub{
    margin-top: 10px;
}
.hdjl_top_right .zjdc .news_list_sub .zt{
    color: #f88400;
}
.hdjl_bottom{
    margin-top: 30px;
}
.hdjl_bottom ul li{
    width: 285px;
    height: 98px;
    line-height: 98px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
}
.hdjl_bottom ul li:first-child{
    margin-left: 0;
}
.hdjl_bottom ul li a{
    display: block;
    padding-left: 135px;
    background-repeat: no-repeat;
    background-position: 75px center;
    font-weight: bold;
    transition: all 0.2s ease-out 0s;
}
.hdjl_bottom ul li:hover a{
    color: #115db2;
    font-weight: bold;
}
.hdjl_bottom ul li.hd_01 a{
    background-image: url("hd_01.png");
}
.hdjl_bottom ul li.hd_01:hover a{
    background-image: url("hd_01_hover.png");
}
.hdjl_bottom ul li.hd_02 a{
    background-image: url("hd_02.png");
}
.hdjl_bottom ul li.hd_02:hover a{
    background-image: url("hd_02_hover.png");
}
.hdjl_bottom ul li.hd_03 a{
    background-image: url("hd_03.png");
}
.hdjl_bottom ul li.hd_03:hover a{
    background-image: url("hd_03_hover.png");
}
.hdjl_bottom ul li.hd_04 a{
    background-image: url("hd_04.png");
}
.hdjl_bottom ul li.hd_04:hover a{
    background-image: url("hd_04_hover.png");
}
.part_06 .news_list_sub ul{
    min-height: 210px;
}
/***** 第七部分 *****/
.part_07{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
}
.part_07 .line_title{
    background: url("line_title01.png") no-repeat center;
}
.zt_con{
    margin-top: 34px;
}
.zt_con .bd{
    overflow: hidden;
}
.zt_con .bd ul li{
    width: 270px;
    height: 200px;
    margin-right: 40px;
}
.zt_con .bd ul li img{
    width: 100%;
    height: 100%;
}
.zt_con .hd{
    margin-top: 34px;
}
.zt_con .hd ul{
    text-align: center;
}
.zt_con .hd ul li{
    width: 14px;
    height: 14px;
    background: #999;
    border-radius: 100%;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.zt_con .hd ul li:first-child{
    margin-left: 0;
}
.zt_con .hd ul li.on{
    background: #db4e5c;
}

.bt-mod-lmwk-02{
    display:none!important;
}
/**** 响应式 ****/
@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("phone_part1_bg.png") no-repeat center;
        background-size: cover;
    }
    .part_01 .index_container{
        margin-top: 0;
    }
    .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 .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;
    }
    .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: 10px;
        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%;
    }
	.bmts_list {
		height: auto;
	}
	.bmts_list ul{
		width:100%;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 40px;
	}
	.bmts_list ul li{
		margin-left:0;
		width:70%;
	}
    .ywtb_con .ywtb_bmts{
        background-image: none;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }
    .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;
    }
    .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: 120px;
    }
	
    .zwgk_con .con_bottom ul li{
        width: 46%;
        padding-left: 10px;
		margin-left:2%;
		margin-right:2%;
    }
	.zwgk_con .con_bottom ul li a{
		padding-left: 65px;
		background-position: 15px center;
	}
    .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 .zjdc,.hdjl_top_right .zxft{
		float:none;
		width:100%;
	}
	.hdjl_top_right .zxft .zxft_title{
		text-align: center;
	}
	.hdjl_top_right .zxft .zxft_title span{
		float:none;
	}
	.hdjl_top_right .zxft .zxft_title .more{
		display:none;
	}
    .hdjl_top_right .zxft .zxft_con ul li{
        width: 100%;
		float: none;
		margin-bottom: 20px;
    }
    .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{
	    text-align: center;
	}
    .hdjl_top_right .zxft .zxft_con ul li a img{
        width: 95%;
		max-width: 95%;
        height: auto;
    }
	.hyhf_list .rdhy,.hyhf_list .zxhf{
		width:95%;
		float:none;
		margin:auto;
	}
	.hyhf_list .zxhf ul .more{
		display:block;
		text-align: center;
	}
	.hyhf_list .rdhy a{
		margin-top:35px;
	}
	.hyhf_list .rdhy img{
		width:100%;
		height:auto;
		
	}
	.hyhf_list .hyhf_title .more{
		display:none;
	}
	.hdjl_top_right .zxft .zxft_con .more{
	    display:block;
		text-align: center;
		margin-bottom: 20px;
	}
    .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;
		white-space: normal;
    }
    .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;
    }
	.hyhf_list .hyhf_title span{
		text-align: center;
		float:none;
		display: block;
	}
    .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;
    }
}
@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;
    }
}



.newStyle .search_input .input_text {
    font-size: 30px;
    margin-top: 5px;
}
.newStyle .search_rc ins.split_span.text-tag {
    font-size: 27px !important;
}
.newStyle .search_rc ul li a {
    font-size: 27px;
}
.newStyle .header{
    height: 580px;
}
.newStyle .header_nav .nav_box ul.nav_menu li a {
    line-height: 65px;
    font-size: 38px;
    padding-bottom: 5px;
}
.newStyle .header_nav .nav_box ul.nav_menu{
    text-align: left;
    padding-left: 100px;
}
.newStyle .header_nav .nav_box ul.nav_menu li{
    height: 65px;
}
.newStyle .part1_left h1 a {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
}
.newStyle .part3_left {
    width: 100%;
    margin-bottom: 40px;
}
.newStyle .part3_right{
    width: 100%;
    margin-left: 0;
}
.newStyle .clearfix li span ins {
    font-size: 36px !important;
}
.newStyle .news_list_sub ul li a{
    max-width: 75%;
    font-size: 34px;
}
.newStyle .news_list_sub ul li {
    height: 65px;
    line-height: 50px;
}
.newStyle .news_list_menu a img{
    display: none;
}
.newStyle .line_title a {
    font-size: 40px;
}
.newStyle .ywtb_list .list_con .hd{
    margin-top: 15px;
}
.newStyle .ywtb_list .list_con {
    height: 400px;
}
.newStyle .bd ul li span a.text-tag {
    font-size: 40px;
}
.newStyle .hd a img {
    width: 195px;
}
.newStyle .zwgk_con .con_top .con_top_right .xxgk a{
    font-size: 40px;
}
.newStyle .con_top_right .xxgk_list ul li a {
    padding-left: 90px;
    font-size: 30px;
    background-position: 30px center;
}
.newStyle .zwgk_con .con_bottom ul li a {
    line-height: 90px;
    background-position: 25px center;
    padding-left: 90px;
    font-size: 36px;
}
.newStyle .hyhf_title a img{
    display: none;
}
.newStyle .zxft_title a img{
    display: none;
}
.newStyle .hdjl_top_right .zxft .zxft_con ul li a p {
    font-size: 32px;
}
.newStyle ins.ymd_split_span.text-tag {
    font-size: 32px !important;
    line-height: 35px;
}
