@charset "utf-8";
/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    /* min-width: 1200px; */
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}
ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.i-yqlj .dl1 {
    width: 18%;
    float: left;
    text-align: center;
    margin: 0;
}
.i-yqlj .dl2 {
    width:20%;
    float: left;
    text-align: center;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #1f509c;
    transition: all 0.6s;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.relative {
    position: relative;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}
.imghover:hover {
    transform: scale(1.2);
}
/*header*/
.header {
    width: 100%;
    height: 167px;
    background: url("../images/nytop_bg20230911.png") center;
    position: relative
}
.top_link {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0 0;
    width: 240px;
}
.top_link a {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}
.logo {
    width: 609px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
    display: block;
    height: 83px;
}
/*search*/
.i-search {
    width: 255px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 18px;
    background: #ffffff;
    border-radius: 0px;
    border: #c2c9d9 1px solid;
}
.i-search .search-txt {
    width: 190px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #c2c9d9;
    border: none;
    background: none;
    outline: none
}
.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/btn_search.png") center no-repeat;
    cursor: pointer;
}
/*nav*/
.i-nav {
    width: 100%;
    height: 50px;
    margin: 19px auto 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav {
    /* padding: 0 20px; */
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1285px;
}
.nav a {
    color: #fff;
}
.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}
.nav .nLi h3 {
    float: left;
}
.nav .nLi h3 a {
    display: block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background:url("../images/nav_bgline.png") bottom repeat-x;
}
.nav .sub {
    display: none;
    width: 120px;
    left: 0;
    top: 50px;
    position: absolute;
    background: #000000;
    line-height: 36px;
    padding: 0;
    opacity: 0.7;
}
.nav .sub li {
    zoom: 1;
    border-bottom: #1f1f1f 1px solid;
    text-align: center;
    position: relative;
}
.nav .sub a {
    display: block;
    /* lxf修改 */
    /* padding: 0 10px; */
}
.nav .sub a:hover {
    color: #fff;
    background:#3e6db5;
}
.nav .on h3 a {
    color: #ffffff;
    background:url("../images/nav_bglinehover.png") bottom repeat-x;
}
.nav .sub .sanmenu{
    display: none;position: absolute;top:0;left:120px;width:120px;background: #000;
}
/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 15px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 50px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #3e6db5;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}
/*imain*/
.news_box {
    margin: 0 auto 40px auto;
    height: auto;
    overflow: hidden;
}
.i-title {
    height: 50px;
    line-height:50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px auto;
    padding: 30px 0 5px 0;
    border-bottom: #e5e5e5 1px solid;
}
.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3e6db5;
    display: block;
    float: left;
    padding: 0;
}
.i-title h2 span {
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    font-style:italic
}
.i-title a {
    display:block;
    font-size:12px;
    float:right;
    color:#9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}
.i-title a:hover {
    color:#330000;
}
.news_box_left {
    width: 450px;
    float: left
}
.tj_img {
    width: 450px;
    height: 260px;
    overflow: hidden;
}
.tj_img img {
    width: 450px;
    height: 260px;
}
.tj_title {
    margin: 10px 0 0 0
}
.tj_title a {
    color: #3e6db5;
    font-size: 16px;
    line-height: 30px;
}
.tj_title a:hover {
    color: #cc3300;
}
.tj_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.tj_zy a {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
}
.news_box_right {
    float: right;
    width: 690px;
    height: auto;
    overflow: hidden;
}
.top_title {
    margin: 0 0 10px 0
}
.top_title a {
    color: #3e6db5;
    font-size: 22px;
    line-height: 30px;
}
.top_title a:hover {
    color: #cc3300;
}
.top_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.top_zy a {
    color: #595858;
    font-size: 14px;
    line-height: 27px;
}
.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    border-bottom: #dcdcdc 1px dashed;
    padding:0 0 10px 0;
}
.n_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}
.n_list li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    color: #999999;
    font-size: 16px;
}
.n_list li a {
    font-size: 16px;
    color: #333333;
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 15px;
    display: block;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
.n_list li a:hover {
    color: #cc3300
}
.n_list li .date {
    float: right;
    font-size: 14px;
    color: #999999
}
.n_list li i {
    font-style: normal;
    color: #ff9900
}
/*i-tzgg*/
.i-tzgg {
    width:100%;
    height: 530px;
    background: url("../images/tzgg_bg.jpg") center no-repeat #ffffff;
    background-size:cover;
}
.tz_box_nr {
   /* lxf修改 */
   /* width: 1300px; */
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.tz_list {
   /* lxf修改 */
    width: 570px;
    height: auto;
    overflow: hidden;
    margin: 0 30px 38px 0;
    float: left;
}
.tz_list .tz_date {
    font-size: 14px;
    color: #ffffff;
    background: #4d78b9;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    float: left;
    opacity: 0.9;
}
.tz_list .tz_date span {
    font-size: 30px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0 0
}
.tz_list .tz_txt {
    float: right;
    width: 460px;
    height: 92px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tz_list .tz_txt h1 {
    color: #242424;
    font-size: 16px;
    line-height: 30px;
}
.tz_list .tz_txt h1 a {
    color: #242424;
}
.tz_list .tz_txt p {
    font-size: 13px;
    line-height: 30px;
    color: #6b6969;
    margin:5px 0;
    padding: 0;
}
.tz_list .tz_txt p a {
    color: #6b6969
}
.tz_txt:hover h1 a {
    color: #cc0000;
}
.tz_list:hover .tz_date {
    opacity: 1;
}
.tz_list:hover p a {
    color: #3e6db5
}
/*i-xsgz*/
.i-xsgz {
    width:100%;
    height: auto;
    overflow:hidden;
    margin: 20px auto 0 auto;
}
.i-xsgz-left {
    width:580px;
    float: left;
    height: auto;
    overflow:hidden;
}
.i-xsgz-right {
    width:580px;
    float: right;
    height: auto;
    overflow:hidden;
}
.tpwz_list {
    width: 580px;
    height: 126px;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.tpwz_list .imgqy {
    width: 180px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.tpwz_list img {
    width: 180px;

    padding: 0;
    border: #dfdfdf 1px solid;
    margin-right: 15px
}
.tpwz_list .tpwz_txt {
    float: right;
    width: 370px;
    height: 124px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tpwz_list .tpwz_txt h1 {
    color: #242424;
    font-size: 18px;
    line-height: 30px;
}
.tpwz_list .tpwz_txt h1 a {
    color: #242424;
}
.tpwz_list .tpwz_txt p {
    font-size: 13px;
    line-height: 30px;
    color: #494949;
    margin:5px 0;
    padding: 0;
}
.tpwz_list .tpwz_txt p a {
    color: #494949
}
.tpwz_txt:hover h1 a {
    color: #cc0000;
}
/*i-wyfc*/
.i-wyfc-box {
    width:1200px;
    overflow:hidden;
    position:relative;
}
.i-wyfc-box .hd {
    overflow:hidden;
    height:30px;
    background:#f4f4f4;
    padding:0 10px;
}
.i-wyfc-box .hd .next {
    background-position:0 -50px;
}
.i-wyfc-box .hd .prevStop {
    background-position:-60px 0;
}
.i-wyfc-box .hd .nextStop {
    background-position:-60px -50px;
}
.i-wyfc-box .hd ul {
    float:right;
    overflow:hidden;
    zoom:1;
    margin-top:10px;
    zoom:1;
}
.i-wyfc-box .hd ul li {
    float:left;
    width:9px;
    height:9px;
    overflow:hidden;
    margin-right:5px;
    text-indent:-999px;
    cursor:pointer;
}
.i-wyfc-box .hd ul li.on {
    background-position:0 0;
}
.i-wyfc-box .bd {
    padding:0;
}
.i-wyfc-box .bd .tempWrap {
    width: 1200px !important;
}
.i-wyfc-box .bd ul {
    overflow:hidden;
    zoom:1;
}
.i-wyfc-box .bd ul li {
    margin:0 18px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    position: relative;
}
.i-wyfc-box .bd ul li .pic {
    text-align:center;
    width:286px;
    height:204px;
    overflow: hidden;
}
.i-wyfc-box .bd ul li .pic img {
    width:286px;
    height:204px;
    display:block;
    padding:0;
}
.i-wyfc-box .bd ul li .pic a:hover img {
    border-color:#999;
}
.i-wyfc-box .bd ul li .title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background:url("../images/tt_bg.png");
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}
.i-wyfc-box .bd ul li .title a {
    color: #ffffff;
}
/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
    height: 60px;
}
.list_banner img {
    width: 100%;
    display: none;
}
.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}
.this_name {
    float: left;
    width: 240px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #3e6db5;
    padding: 20px 0;
}
.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_dqwz {
    float: right;
    width: 920px;
    text-align: right;
    color: #555555;
    font-size: 14px;
    line-height: 48px;
}
.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #3e6db5;
    font-size: 20px;
}
.this_dqwz .ico_home {
    margin: 0 5px;
}
/*list_main*/
.list_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}
.list_main_left {
    width: 240px;
    float: left;
}
.list_main_right {
    width: 920px;
    float: right;
    padding: 10px 0;
}
.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
}
.list_sub li {
    padding: 5px 0 5px 0px;
}
.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 0 0 35px;
    font-size: 16px;
}
.list_sub li a:hover {
    background: #ffffff;
    border-left: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}
.list_sub .on_here {
    background: #c1c1c1;
    /* border-left: #3e6db5 2px solid; */
    color: #3e6db5;
    font-weight: bold;
    padding-left: 35px;
}
.list_sub li .sanmenu li{
    /* padding:0 0 0 10px; */
    margin-top: 10px;
}
/*list_box*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}
.list_box li {
    line-height: 46px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}
.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_001.png") left center no-repeat;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: left;
}
.list_box li:hover {
    background: #f8f8f8;
    color: #cc3300;
}
.list_box li a:hover {
    background: url("../images/ico_001.png") left center no-repeat #ececec;
    color: #cc3300;
}
.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}
/*piclist*/
.pic-list {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}
.pic-list ul {
    /* width: 1000px; */
    margin: 0 auto;
    padding: 0;
}
.pic-list li {
    width: 200px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}
.pic-list li img {
    width: 200px;
    height: 270px;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}
.pic-list li a {
}
.pic-list li a:hover {
    color: #000;
}
.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}
/**/
.fl_bk{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.fl_bk h2{
    font-size: 22px;
    font-weight: bold;
    line-height: 44px;
    background: #cee1ff;
    border-radius: 6px;
    padding-left: 40px;
    position: relative;
    background: linear-gradient(#ffffff, #c8daf4);
    color: #1468a8;
    border: #bfcbdf 1px solid;
}
.fl_bk h2:before{
    content:"";
    position:absolute;
    left: 20px;
    top: 12px;
    width: 5px;
    height: 20px;
    background: #3e6db5;
    border-radius: 5px;
}
.pic-list2 {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}
.pic-list2 ul {
    /* width: 1000px; */
    margin: 0 auto;
    padding: 0;
}
.pic-list2 li {
    width: 200px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}
.pic-list2 li img {
    width: 200px;
    height: 270px;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list2 li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}
.pic-list2 li a {
}
.pic-list2 li a:hover {
    color: #000;
}
.pic-list2 li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block;
    font-size: 16px;
}
/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}
.c-content .c-title {
    font-size: 30px;
    /* color: #cc3333; */
    line-height: 50px;
    text-align: center
}
.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}
.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}
.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p,.c-content .nr-info div {
    font-size: 16px !important;
    color: #666;
    line-height: 34px !important;
    margin: 15px 0 !important;
    text-indent: 2em !important;
    text-align: left;
}
.c-content .nr-info table p{    text-indent: 0;}
.c-content .nr-info img{max-width:90%;height:auto;margin:0 auto;display:block;}
.wz_fj {
}
.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}
.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}
.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}
.wzclose-relative span {
    margin: 0 15px;
}
.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}
.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.i-sxt a:hover {
    color: #cc0010;
}
/**/
/*c-content*/
.icontent {
    width: 1120px;
    border: #e5e5e5 1px solid;
    padding:0 40px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto
}
.icontent .lm_name {
    height: 70px;
    line-height: 70px;
    border-bottom: #cccccc 1px solid
}
.icontent .lm_name h2 {
    float: left;
    /* lxf修改 */
    /* width: 130px; */
    text-align: center;
    height: 69px;
    font-size: 24px;
    color: #3e6db5;
    font-weight: bold;
    border-bottom: #3e6db5 3px solid;
}
.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 12px;
}
.icontent .lm_name span a {
    color: #666666;
}
.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top:40px;
}
/*end*/
.end {
    background: url("../images/2020-banner-bhkg.png") center no-repeat #385f9a;
    background-size:cover;
    width: 100%;
    height:380px;margin-top:50px;
}
.end_left {
    width: 924px;
    float: left;
}

.dblogo{
float: left; 
width:315px;
margin-top:40px;
}
.end_right {
    width: 240px;
    float: right;
}
.i-yqlj {
    width: 124%;
    height: auto;
    overflow: hidden;
}
.i-yqlj a {
    display: block;
    width: 100%;
    color: #ffffff;
    line-height: 40px;
}
.i-yqlj a:hover {
    color: #aebed5;
}
.i-yqlj dl{width: 13%;float:left;text-align:center;margin:0;}
.i-yqlj dl dd{width:100%;margin:0;height:70px;}
.i-yqlj dl dd img{display:block;margin:15px auto;}
.i-yqlj dl dt{}
.i-yqlj dl dt a{font-size:18px;width:100%;}
.copright {
    border-top: #aebed5 1px solid;
    margin-top: 20px;
    padding: 10px 0 0 0;
}
.copright p {
    color: #ffffff;
    line-height: 24px;
}
.wx_sm {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.wx_sm img{max-width:200px;float:right;}
.wx_sm span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd;text-indent:0em;  }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }

/*ie*/

#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}




.wap {
    display: none !important;
}
.banner-wap {
    display: none;
}


/* 机构设置 */

.zzjg-list {
    background: #f7f7f7;
    margin-top: 20px;
}



.zzjg-list>p {
    background: #0058c5;
    color: #fff;
    width: 122px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.zzjg-list ul {
    padding: 10px 30px;
    overflow: hidden;
}

.zzjg-list ul li {
    float: left;
    width: 33.33%;
}

.zzjg-list ul li a {
    display: block;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
    color: #333;
}

.zzjg-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #0058c5;
    top: 10px;
}

.zzjg-list ul li a:hover {
    color: #0058c5;
}

@media screen and (max-width:1200px){
    .banner {
        display: none;
    }
.i-yqlj dl {
    width:49%;
 
}
.i-yqlj dl {
    width:49%;
 
}
.i-yqlj .dl1 {
 width:49%;
}
.i-yqlj .dl2{
 width:49%;
}
.i-yqlj {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wx_sm img {
    max-width: 200px;
    float: none;
}
.end_right {
    text-align: center;
  display: block;
}

    .banner-wap {
        display: block;
    }
    .banner-wap .slick .slick-slide a {
        display: block;
        position: relative;
    }
.ibanner{
    display: none;
}

    .banner-wap .slick .slick-slide a img {
        display: block;
        width: 100%;
    }

    .banner-wap .slick-prev {
        height: 45px;
        width: 30px;
        left: 0;
        background-image: url(../images/icon1.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-position: -50px 5px;
        background-color: rgba(0, 0, 0, .6);
        background-size: auto 45px;
        z-index: 9;
    }

    .banner-wap .slick-next {
        height: 45px;
        width: 30px;
        right: 0;
        background-image: url(../images/icon1.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-position: -95px 5px;
        background-color: rgba(0, 0, 0, .6);
        background-size: auto 45px;
        z-index: 9;
    }

    
    body{min-width: auto;}
    .w1200{width: auto;padding-left: 10px;padding-right: 10px;}
    .logo{width: 50%;}
    .logo a{display: block;}
    .logo a img{display: block;max-width: 100%;}
    .i-search{width: 23%;}
    .top_link{width: 23%;}
    .nav{width: auto;padding: 0 10px;}
    .nav .nLi{width: 10%;}
    .nav .nLi h3{float: none;}
    .nav .nLi h3 a{padding: 0;text-align: center;}
    .news_box_right{width: calc(100% - 500px );}
    .tz_box_nr{width: auto;}
    .tz_list{width: 49%;margin-right: 0;}
    .tz_box  .tz_list:nth-child(2n){margin-left: 4%;}
    .tz_list .tz_txt{float: none;overflow: hidden;width: auto;padding-left: 20px;}
    .i-xsgz-left{width: 48%;}
    .i-xsgz-right{width: 48%;}
    .i-wyfc-box{width: auto;}
    .tpwz_list{
        width: auto;height: auto;
    }
    .tpwz_list .tpwz_txt{float: none;width: auto;overflow: hidden;height: auto;padding-left: 15px;}
    .tpwz_list .tpwz_txt p a{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }


    .end_left{
        width: calc(100% - 270px);
    }


    .icontent{
        width: auto;
        padding: 0 15px;
    }
    .c-content{
        padding: 0;
    }
    .list_main{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .list_main_right{
        float: none;
        width: auto;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }
    .this_dqwz{
        float: none;
        width: auto;
        margin-left: 260px;
    }
    .pic-list li{
        width: 23%;
        margin: 0 1%;
    }
    .pic-list li a{
        display: block;
        padding-top: 130%;
        position: relative;
    }
    .pic-list li a img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 40px);
        object-fit: cover;
        padding: 0;
    }
    .pic-list{
        width: auto;
    }



/*  */

 .pic-list2 li{
        width: 23%;
        margin: 0 1%;
    }
    .pic-list2 li a{
        display: block;
        padding-top: 130%;
        position: relative;
    }
    .pic-list2 li a img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 40px);
        object-fit: cover;
        padding: 0;
    }
    .pic-list2{
        width: auto;
    }


    


}
@media screen and (max-width:1024px){
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }


    .header, .mian-nav {
        display: none;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        border: none;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #3e6db5;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li ul li:nth-child(1) a {
        padding-top: 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .news_box_left{
        width: 400px;
    }
    .news_box_right {
        width: calc(100% - 420px );
    }
    .tj_img{
        width: auto;
    }
    .tj_img img{
        max-width: 100%;
    }
}
@media screen and (max-width:768px){
    .news_box_left,.news_box_right,.i-xsgz-left,.i-xsgz-right{
        float: none;
        width: auto;
    }
    .news_box_right,.i-xsgz-right{
        margin-top: 25px;
    }
    .tj_img{
        height: auto;
    }
    .tj_img img{
        width: 100%;
        height: auto;
    }
    .tz_list{
        float: none;
        width: auto;
        margin-left: 0 !important;
    }
    .i-tzgg{
        height: auto;
    }
    .end_left{
        width: auto;
        float: none;
    }

.dblogo{
 width: auto;
        float: none;
margin-top:10px;
text-align: center;
}


    .end_right{
        width: auto;
        float: none;
    }
    .wx_sm{
        margin-top: 20px;
    }
    .end{
        height: auto;
        padding: 20px 0;
    }


    .list_main_left{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .this_name{
        float: none;
        width: auto;
        position: static;
        width: auto;
        padding: 0;
        text-align: center;
        height: auto;
    }
    .this_name h1{
        font-size: 26px;
        line-height: 50px;
    }
    .this_map{
        height: auto;
        background: none;
    }
    .this_dqwz{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .list_sub{
        min-height: auto;
        padding: 0;
    }
    .pic-list li {
        width: 48%;
    }
    .pic-list2 li {
        width: 48%;
    }
    .list_main_right{
        padding-left: 10px;
        padding-right: 10px;
    }
    .this_dqwz h2{
        float: none;
        text-align: left;
    }
    .zzjg-list ul {
        padding: 10px;
    }
    .zzjg-list ul li {
        width: 33.33%;
    }
      .pic-list2 li {
    }
}
@media screen and (max-width:760px){ 
.end_right{}}
@media screen and (max-width:480px){
    .tpwz_list .imgqy {
        width:auto;
        height: auto;
        overflow: hidden;
        float: none;
    }
    .tpwz_list img{
        width: 100%;
        display: block;
        border: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tpwz_list .tpwz_txt{
        padding-left: 0;
    }
}