@charset "utf-8";

/*轮播切换按钮*/
/* button */
.panel-lbxw-lb .xw-prev, .panel-lbxw-lb .xw-next {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 38px;
    height: 58px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 4;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
    -khtml-opacity: .2;
    transition: all .3s
}

.panel-lbxw-lb .xw-prev {
    left: 1px;
    background-image: url(../images/public/common_spr_prev_ico.png)
}

.panel-lbxw-lb .xw-next {
    right: 1px;
    background-image: url(../images/public/common_spr_next_ico.png)
}

.panel-lbxw-lb:hover .xw-prev, .panel-lbxw-lb:hover .xw-next {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity: .7
}

.panel-lbxw-lb .xw-prev:hover, .panel-lbxw-lb .xw-next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}
/*-----------------------------theme主题-----------------------------*/
html,body{font-family:微软雅黑;color: #333333;background-color: white;word-wrap:break-word;overflow-x: hidden;}
a,span{font-family:微软雅黑;color: #333333;}
p,h1,h2,h3,h4,h5,h6{font-family:微软雅黑;color: #333333;font-weight: 500;}
a:hover{color: red;}
.cor1,a.cor1{color: white;}

/* .cor2,a.cor2{color: ;}
.cor3,a.cor3{color: ;}
.cor4,a.cor4{color: ;} */
.bg1{background: white;}
/* .bg2{background: ;}
.bg3{background: ;} */
.boder1{border:1px solid #e5e5e5;}
.boder2{border:1px dashed #e5e5e5;}
/* .boder3{border: ;} */
.theme-lm>*{font-size: 20px;padding: 0 10px;float: left;line-height: 45px;height: 45px;color: #3560a0;}
.theme-lm>*.active{color: #be5556;border-bottom: 2px solid #be5556;}
.theme-lm img{float: left;margin-top: 7px;}
.theme-more a,a.theme-more{line-height: 45px;color: #C9C9C9;float: right;font-size: 14px;}
.theme-time{color: #737373;float: right;margin-left: 15px;}
.theme-list li{padding-left: 15px;background: url(../images/icon/icon2.jpg) no-repeat 0 center;line-height: 35px;}
.theme-ct{margin-bottom:30px;background: white;padding: 0 20px 20px;}
.theme-dqwz{padding-top:14px;margin-bottom: 20px;font-size: 16px;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.container{width: 1160px;margin: 0 auto;}

/*-----------------------------header页眉-----------------------------*/
.version{font-size:18px;background: #f9f9f9;line-height: 50px;text-align: center;}
.version a{color: #d80909;text-decoration:underline;}
.logorotate img{-webkit-animation: change 6s linear infinite;}
@-webkit-keyframes change {0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(-180deg);} 100%{-webkit-transform:rotate(-360deg);}}

/*公共头*/
.header{
    background: url(../images/index/index_head_bg3.jpg) no-repeat center top;
    width: 100%;
    height: 470px;
    background-size: cover;
    background-position-x: right;
}
/*顶部*/
.header-top{width:100%;height:40px;background-color: rgba(63, 136, 202, 0.7);}
.container{width: 1160px;margin: 0 auto;}
.header-top .container .header-top-left{height: 40px;}
.header-top .container .header-top-left ul{height: 40px;line-height: 40px;}
.header-top .container .header-top-right ul{height: 40px;line-height: 40px;float: left;}
.header-top .container .header-top-right ul:nth-child(2){margin-left:30px;}
.header-top .container .header-top-left ul li,
.header-top .container .header-top-right ul li{
    height:40px;
    line-height: 40px;
    float: left;
}

.header-top-right>ul:nth-child(3)>li>a{border-right:none !important;border-left:1px solid #fff;padding-left:5px;margin-left:5px;}

.header-top .container .header-top-left ul li a,
.header-top .container .header-top-right ul li a{
    display:inline-block;
    height:16px;
    line-height: 16px;
    color: #ffffff;
    font-size: 16px;
}
.header-top .container .header-top-left ul li:nth-child(1) a,
.header-top .container .header-top-right ul li:nth-child(1) a{
    border-right: 1px solid #ffffff;
    padding-right:5px;
    font-size:16px;
}
.header-top .container .header-top-left ul li:nth-child(2) a{border-right: 1px solid #ffffff;padding-right:5px;}
.header-top .container .header-top-left ul li:nth-child(2) a,
.header-top .container .header-top-right ul li:nth-child(2) a{
    padding-left:5px;
}
.header-top .container .header-top-left ul li:nth-child(3){
    padding-left:5px;
    display:inline-block;
    color: #ffffff;
    font-size: 16px;
}

/*主体部分*/
.header-main{width: 100%;margin: 0 auto;height: 290px;}
/*logo*/
.header-main .header-main-logo{width: 100%;text-align: center;height: 200px;line-height: 290px;}
.header-main .header-main-logo > img {
    max-width: 100px !important;
    vertical-align:middle;
}
.header-main .header-main-logo a img {
    vertical-align:middle;
}
/*搜索框*/
.header-main .header-main-search{width: 100%;text-align: center;height: 90px;line-height: 90px;margin: 0 auto;}
.header-main .header-main-search .com-srh {
    position: relative;
    width: 660px;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}
.header-main .header-main-search .com-srh .srh-in {
    padding: 0 70px 0 15px;
    border: 1px solid #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #999999;
    font-size: 16px;
    background: rgba(230, 231, 233, 90%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgb(255 255 255 / 30%);
    border-radius: 6px;
    transition: all .3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.header-main .header-main-search .com-srh .srh-sub {
    position: absolute;
    top: 21px;
    right: 1px;
    bottom: 0;
    width: 70px;
    height: 48px;
    cursor: pointer;
    background:#0166b6 url(../images/public/common_search_ico.png) no-repeat center;
    transition: transform .3s;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*导航*/
.header-nav{
    width: 100%;
    height: 140px;
}
.header-nav-main{
    width: 1160px;
    margin: 0 auto;
    height: 140px;
    line-height: 80px;
    position:relative;
    overflow:hidden;
}
.header-nav-main ul{
    width:100%;
    height: 110px;
    line-height: 80px;
}
.header-nav-main ul li{
    float: left;
    width: 150px;
    height: 140px;
    margin-right: 102px;
    text-align: center;
    position: relative;
    padding-top:5px;
}
.header-nav-main ul li:last-child{margin-right: 0;}
.header-nav-main ul li a{display: inline-block;width: 150px;height: 100px;text-align: center;line-height: 70px;}
.header-nav-main ul li a h4{color:#ffffff;font-weight: 530;font-size: 22px;height: 30px;line-height: 30px;}
.header-nav-main ul li a img{ display: block; width:25px; height:20px;margin: 0 auto;margin-top: 20px;}
.header-nav-main ul li a img:nth-child(2){ width:10px; height:10px; display: block; margin: 10px auto;}
.header-nav-main-block-on{
    background: url(../images/public/zxb-icon.png) no-repeat center top;
    background-position: 50% 15px;
}
.header-nav-main .header-nav-main-block:nth-child(1) a h4{letter-spacing: 7px;}
.header-bottom-hf{height: 40px;width:100% !important;}
.header-bottom-hf>img{height: auto;width:100% !important;display: block;}
/* 下拉导航样式 */
.header-nav-zwdt-slide{
    position:absolute;
    z-index:1000000;
    background-color:rgb(255 255 255 / 0.2);
    display:none;
    width: 990px;
    left: -205px;
    top: 100px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
}
.header-nav-zwdt-slide>ul{width: 990px;height: 28px;text-align: center;line-height: 28px;padding-left: 26px;}
.header-nav-zwdt-slide>ul>li{
    display:inline-block;
    margin-right: 25px;
    line-height:28px;
    width: 72px;
    height: 28px;
    text-align: center;
}
.header-nav-zwdt-slide>ul>li.header-nav-main-block-on{background:none !important;}
.header-nav-zwdt-slide>ul>li>a{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display:block;
    width: inherit;
    height: inherit;
    line-height: 28px;
    font-family:"黑体";
}
.header-nav-zfxxgk-slide{
    position:absolute;
    z-index:1000000;
    background-color:rgb(255 255 255 / 0.2);
    display:none;
    width: 1095px;
    left: -460px;
    top: 100px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
}
.header-nav-zfxxgk-slide>ul{
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    padding-left: 140px;
}
.header-nav-zfxxgk-slide>ul>li{
    display:inline-block;
    line-height:28px;
    margin-right:25px;
    width: 145px;
    height: 28px;
    text-align: center;
}
.header-nav-zfxxgk-slide>ul>li:nth-child(1){width:40px;}
.header-nav-zfxxgk-slide>ul>li:nth-child(7){width:95px;}
.header-nav-zfxxgk-slide>ul>li>a{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display:block;
    width: inherit;
    height: inherit;
    line-height: 28px;
    font-family:"黑体";
}
.header-nav-zmhd-slide{
    position:absolute;
    z-index:1000000;
    background-color:rgb(255 255 255 / 0.2);
    display:none;
    width: 150px;
    left: 0;
    top: 100px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
}
.header-nav-zmhd-slide>ul{
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    padding-left: 40px;
}
.header-nav-zmhd-slide>ul>li{
    display:inline-block;
    margin-right: 25px;
    line-height:28px;
    width: 72px;
    height: 28px;
    text-align: center;
}
.header-nav-zmhd-slide>ul>li>a{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display:block;
    width: inherit;
    height: inherit;
    line-height: 28px;
    font-family:"黑体";
}

/*-----------------------------footer页脚-----------------------------*/
.footer{background-color: #0f66b7;color: #ffffff;height: 230px;margin-top: 40px;position: relative;}
.footer .links{width:100%;height: 50px;border-bottom: 1px solid #3f85c5;line-height: 50px;position: relative;}
.footer .links h4{font-weight: normal;color:#fff;font-size:16px;}
/*友情链接网站链接*/
/* 网站链接开始 */

.link {
    height: 45px;
    line-height: 50px;
    float:left;
    width:65%;
}
.item_gd{
    display: none; 
    position: absolute;
    right: -200px;
    top: 0;
    background-color: #eee;
    z-index: 99;
    height: 224px;
    overflow-y: auto;
    width: 200px;
}
.link .content {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

.link .link_nav {
    float: left;
    width: 100%;
}

.link .link_nav >ul > li {
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
}
.zgzfw {
    width: 200px!important;
}
.zgzfw::after{
    display: none;
}
.zgzfw a {
    color: red;
}

.link li span {
    position: relative;
    display: block;
    cursor: pointer;
    color:#fff;
    font-size:16px;
}

.link li span:hover .links {
    height: 180px;
}

.link li::after {
    position: absolute;
    top: 18px;
    right: 2px;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transform: rotate(45deg);
}

.link .links {
    height: 0px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: -1px;
    background: #fff;
    line-height: 34px;
    width: 100%;
    border-top: none;
    text-align: center;
    transition: 200ms;
}

.link .links a {
    display: block;
}
/* 网站链接结束 */
/*友情链接右侧网站地图*/
.footer .links .container .links-wzdt span a{color:#ffffff;border-right: 1px solid #ffffff;display: inline-block;height: 12px;line-height: 12px;padding-right: 25px;font-size:16px;}
.footer .links .container .links-wzdt span:nth-child(2) a{border-right:none;padding-left:20px;padding-right: 0;}
.footer .links .container .links-wzdt span:nth-child(3) a{}
/*主办单位信息*/
.footer .footer-main{line-height: 200px;}
.footer .footer-main .footer-container p{/* padding-top:20px; */line-height:40px;/* width:74%; */}
.footer .footer-main p{height:20px;line-height:120px;}
.footer .footer-main p:nth-child(2){padding-top: 65px;}
.footer .footer-main p span{margin-right: 13px;color:#fff;font-size:16px;}
.footer .footer-main a{color: #ffffff;}
.footer .footer-main div{line-height: 60px;margin-top: 20px;}
.footer .footer-main div>img:nth-child(1){width:65px;height:65px;margin-right:10px;}
.footer .footer-main div a img{width: 60px;height: 70px;margin-right: 10px;}
/*-----------------------------list列表-----------------------------*/
.list-fl{width: 20%;float: left;}
.list-fl>p{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #3871a6;margin-bottom: 20px;line-height: 40px;}
.list-lm li{line-height: 37px;background: #eff4f9;border-bottom: 3px solid white;font-size: 18px;text-align: center;position: relative;}
.list-lm li:before{content: " ";background: url(../images/icon/list_nav.png);width: 8px;height: 13px;position: absolute;right: 15px;top: 12px;transform:rotate(180deg);transition:transform .3s;}
.list-lm li:hover:before,.list-lm li.active:before{transform:rotate(270deg);}
.list-lm li a{display: block;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;z-index: 2;padding: 0 25px 0 20px;}
.list-lm li.active a,.list-lm li:hover a{font-weight: bold;color: #3871a6;}
.list-fr{width: 78%;float: right;}
.list-fr>p{background: #f3f3f3;margin-bottom: 20px;}
.list-fr>p span{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #3871a6;line-height: 40px;float: left;padding: 0 50px;}
.list li{line-height: 35px;padding-left: 20px;background: url(../images/icon/dian2.jpg) no-repeat 0 center;font-size: 16px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;transition: all .5s;}
.list li:hover{transform:translateX(1em);}
.list li span{float: right;color: #999;margin-left: 20px;position: relative;}
.list hr{border-bottom: dashed 1px #cccccc;}
.list.pic li+hr{display: none;}
.list.pic li{padding-left:0;background-image:none;margin-bottom:20px;}
.list.pic li:hover{transform:initial;}
.list.pic li:after{display: block;content: " ";clear:both;border-bottom: 1px dashed #ccc;padding-top:20px}
.list.pic li:last-child::after{display: none;}
.list.pic li>a{float:left;width: 23%;margin-right:20px;}
.list.pic li>a img{width:100%;height:150px;border: 1px solid #e5e5e5;}
.list.pic li dl dt{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 20px;transition: all .5s;}
.list.pic li dl dt:hover{transform:translateX(1em);}
.list.pic li dl dd{text-indent: 2em;white-space:initial;color:#8c8c8c}
.list.pic li dl dd a{color:#d20707;}
.newicon{background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;padding-left: 35px !important;}
.panel-list-left-block-title{height:69px !important;line-height:22px !important;}
/*分页*/
.fany{ margin-top:30px;}
.page_num{margin-bottom:20px;overflow:hidden;text-align: center;margin:auto;font-size:13px}
#page_div{line-height:20px;color:#666;padding:5px 12px;text-align: center;}
#page_div li{ display:inline-block;}
.page_jump{margin:0 8px;padding:0;overflow:hidden;border:1px solid #ccc}
#page_div li:nth-child(1) a{background:none;border:none;}
#page_div li a{ width:auto;transition: all .2s;-webkit-transition: all .2s;border:1px solid #dfdfdf;padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px;float:left;text-align:center; margin-top:10px;}
#page_div li a.current{ background:#2d66a5; border:1px solid #2d66a5; color:#fff;}
#page_div .page_jump{background:none;border:none;line-height:0;}
#page_div .page_jump input{ width:40px;transition: all .2s;-webkit-transition: all .2s;border:1px solid #dfdfdf;margin-right:2px;margin-left:2px;text-align:center;line-height:35px;}
.pagination_index_num a{display:block;padding-right:15px;padding-left:15px}
#page_div .pagination_index a,#page_div .pagination_index_num a{padding:0px;margin:0px;text-align:center;color:#666666}
#page_div .pagination_index a:hover,#page_div .pagination_index_num a:hover{padding:0px;margin:0px;text-align:center;color:#666666}
#page_div .pagination_index_last{width:400px;float:right;text-align:right}
#page_div .pagination_index_num{padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px}
#page_input{ width:30px;border:1px solid #dfdfdf;color:#000000;text-align:center;font-weight:bold}
@media (max-width:768px) {.end_page small{display: none;}.pagination-index,.pagination-num{padding:0 4px;}}

/*-----------------------------detail详情-----------------------------*/
.detail{background: #FFFFFF;padding-bottom: 20px;}
.detail>h1{font-size: 32px;text-align: center;padding: 0 50px 20px;}
.inform{border: 1px solid #CCCCCC;border-left: none;border-right: none;line-height: 40px;text-align: center;color: #999;}
.inform>div{display: inline-block;margin: 0 20px;}
.inform .fontsize img,.inform .fontsize span{margin: 0 5px;cursor: pointer;}
.inform .dywb{cursor: pointer;background: url(../images/icon/print.png) no-repeat 0 center;padding-left: 15px;}
.inform .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
#NewsContent{padding: 20px;}
.zrbj{display: block;margin: 10px 0;text-align: right;}
#div-div,#div-div2{text-align: center;font-size: 12px;color: #999;clear: both;padding-bottom: 20px;}
#div-div>table,#div-div2>table{display:inline-block;}
.xgxw p{border-bottom: 1px solid #CCCCCC;font-size: 20px;line-height: 50px;margin-bottom: 10px;}
.xgxw p i{width: 5px;height: 20px;background: #3871a6;display: inline-block;margin-right: 15px;vertical-align: -3px;}
.xgxw ul{padding-bottom: 20px;margin: 0 -20px;}
.xgxw li{float: left;width: 50%;padding: 0 20px 0 35px;background: url(../images/icon/dian2.jpg) no-repeat 20px center;line-height: 35px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 16px;}
.xgxw li span{float: right;color: #999;margin-left: 20px;}
.click-top{position: fixed;bottom: 50px;right: 20px;z-index: 1000;cursor: pointer;width: 30px;display: none;}
@media print{.dyyc{display: none !important;}.detail{padding-top: 20px;}}

/* 分享 */
#share{display: inline-block; position: relative;}
.share-box{display: inline-block;}
.share-box>*{vertical-align: middle;}
.share-box a{display: inline-block; width: 24px; height: 24px; background:url(../images/icon/share.png) no-repeat; margin-left: 8px; cursor: pointer;}
.share-box a:hover{opacity: .8;}
.share-box a.gwds_weixin{background-position: 0 -38px;}
.share .gwds_more{display: inline-block; width: 24px; height: 24px; background:url(../images/icon/share2.jpg) no-repeat 5px center; cursor: pointer;}
.share-popup{ width: 214px; -webkit-box-shadow: 0 0 7px #eee; -moz-box-shadow: 0 0 7px #eee; z-index: 1000000; position: absolute;border: 1px solid #e9e9e9; display:none;background: white;}
.share-popup h6{ height: 34px; line-height: 34px;padding-left: 5px; background-color: rgb(246, 246, 246);text-align: left;color: #000000;}
.share-popup h6 b{position: absolute; top:5px; right:5px; width: 22px; height: 23px; background: url(../images/icon/share4.gif) no-repeat 0 0; cursor: pointer;}
.share-popup ul{background-color: #fff;}
.share-popup li{width: 46%; float: left;margin: 2%;}
.share-popup li a{display:block;line-height: 32px; border: 1px solid transparent; font-size: 14px; color: #565656; text-indent: 34px; background: url(../images/icon/share3.png) no-repeat; cursor: pointer;padding-right: 5px;}
.share-popup li a:hover{background-color: #f3f3f3; border: 1px solid #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.share-popup li a.gwds_qzone{background-position: 0 -237px}
.share-popup li a.gwds_douban{background-position: 0 -357px}
.share-popup.top{ bottom: 35px;}
.share-popup.bottom{ top: 35px;}
.share-popup.left{ right: 0; }
.share-popup.right{ left: 90px;}


/*-----------------------------添加类名（辅助）-----------------------------*/
/* {white-space: nowrap;overflow:hidden;text-overflow:ellipsis;} */
/* 滚动条样式 */
.scroll{overflow-y: auto;height: 100%;padding-right: 15px;}
.scroll::-webkit-scrollbar{width:10px;}/* 整个滚动条 */
.scroll::-webkit-scrollbar-track{background:#f8f8f8;border-radius:5px;}/* 滚动条轨道 */
.scroll::-webkit-scrollbar-track-piece{}/* 滚动条没有滑块的轨道部分 */
.scroll::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;min-height:30px;border-radius:5px;}/* 滚动条上的滚动滑块 */
.scroll::-webkit-scrollbar-thumb:hover{background:#bbb;}


/*-----------------------------********-----------------------------*/
/*政府信息公开底部*/
.zfxxgk-footer{width: 1100px;height:95px;line-height:30px;margin: 0 auto;overflow: hidden;text-align: left;margin-top: 30px;}
.zfxxgk-footer p span,.zfxxgk-footer p span a{font-size: 14px;color: #000000;margin-right: 20px;}
.zfxxgk-footer p span:nth-child(3){margin-right: 0;}
.zfxxgk-footer div{margin-top: -27px;}
.zfxxgk-footer div #_span_jiucuo,.zfxxgk-footer div #_span_jiucuo img{width: 100px;}
.zfxxgk-footer div a img{display:inline-block;height: 50px;}
/*-----------------------------响应式-----------------------------*/
.container,.container-fluid{margin-right: auto;margin-left: auto;}
@media (min-width: 768px) {
.container {width: 100%;margin:0 auto;}

}
@media (min-width: 992px) {
.container {width: 100%;margin:0 auto;}

}
@media (min-width: 1160px) {
.container {width: 1160px;margin:0 auto;}
.theme-ct{min-height: 600px;}

}
@media (min-width: 1520px) {
.container {width: 1200px;margin:0 auto;}

}

@media (max-width: 1500px) {
.container {width: 1200px;margin:0 auto;}
}
@media (max-width: 1160px) {
    .theme-ct{padding-left: 10px;padding-right: 10px;}
    .theme-dqwz{background-position-y: 20px;}
    /* list */
    .list-fl{display: none;}
    .list-fr{width: 100%;}
    .list.pic li>a{width: 100%;margin-right:0;display: block;float: initial;margin-bottom: 20px;}
    .list.pic li>a img{height: 200px;}

    /* dtail */
    #NewsContent{padding-left: initial;padding-right: initial;}
    #NewsContent img{height: initial !important;}
    .detail>h1{font-size: 20px;padding:0 0 20px 0;}
    .inform{line-height: 25px;padding: 10px 0;}
    .xgxw li{float: initial;width: initial;}
    .inform .removedis,.click-top{display: none;}

    /*1160的变为跟随屏幕100%*/
    .container {width: 100% !important;}
    /*header*/
    .header{width: 100%;height: 660px !important;background-size: cover;}
    .header-top{height: 75px;padding-left: 15px;}
    .header-top .container .header-top-left,.header-top .container .header-top-right{height: 18px;float: left;}
    .header-main{height: 200px;padding: 15px;}
    .header-main .header-main-logo{height: 100px;line-height:100px;}
    .header-main .header-main-logo > img {
      max-width: 56px !important;
    }
    .header-main .header-main-logo a img {
        width:82%
    }
    .header-main .header-main-search .com-srh{width: 100%;}
    /*导航*/
    .header-nav{height: 385px;}
    .header-nav-main{height:385px;}
    .header-nav-main ul{height:385px;}
    .header-nav-main ul li{width: 46%;margin-right: 25px;float: initial;display: inline-block;height: 100px;}
    .header-nav-main ul li:nth-child(1),.header-nav-main ul li:nth-child(2){margin-top:0;}
    .header-nav-main ul li:nth-child(2n){margin-right:0;}
    .header-nav-main ul li:nth-child(5){text-align:center;margin:0 auto;width:100%;}
    .header-nav-main-block-on{background-position: 51% 24%;}
    .header-bottom-hf>img{height:7px;}
    .header-bottom-hf{height:15px;}
    /*底部*/
    .footer{height: 100%;margin-top: 10px;padding: 15px 15px 50px 15px;}
    .footer .links{height: auto;border-bottom:none;}
    .link{height:150px;}
    .link .link_nav{height:300px;}
    .link .link_nav >ul > li {position: relative;float: left;width: 80%;text-align: center;}
    .link li span {position: relative;display: block;cursor: pointer;}
    .link li span:hover .links {height: 180px;}
    .link li::after {position: absolute;top: 18px;right: 2px;content: '';width: 8px;height: 8px;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;transform: rotate(45deg);}
    .link .links {height: 0px;overflow: auto;overflow-x: hidden;margin-top: 0px;background: #fff;line-height: 34px;width: 100%;border-top: none;text-align: center;transition: 200ms;}
    .link .links a {display: block;}
    /*网站地图*/
    .links-wzdt{float: left;width:100%;margin: 0 auto;padding-left: 0;}
    /*底部信息*/
    .footer-container{height: 200px;text-align: center;}
    .footer .footer-main{line-height: 200px;height: auto;}
    .footer .footer-main div{float: none;text-align: left;margin: 0 auto;height: auto;}
    .footer .footer-main p{height: auto;line-height: 30px;width:100%;}
    .footer .footer-main p:nth-child(2){padding-top: 0;}
    .footer .footer-main p span{margin-right:0;}
    .footer-container div{text-align:center !important;}
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
    .header-top{height:120px;}
    .header-top .container .header-top-left,.header-top .container .header-top-right{float:initial;}
    .header-top .container .header-top-right ul{height:40px;line-height:40px;}
    .header-top .container .header-top-right ul:nth-child(2){margin:0;}
    .header-top .container .header-top-left ul li:nth-child(3){padding:0;}
    .h_login{margin-left:20px;}
    .header {
        width: 100%;
        height: 705px !important;
        background-size: cover;
    }
    .panel-zwdt-gggs-rd{height:130px;}
    .panel-zwdt-gggs-bottom{height:400px;}
    .panel-zwdt-gggs{height:560px;}
}
/* 登录样式 */
.h_login{position:relative;}
.h_login>a{color:#fff;font-size:16px;}
.h_login>ul{position:absolute;height:40px !important;line-height:20px !important;text-align: center;font-size:16px;width: 100%;margin-top: -1px;} 
.h_login>ul>li{height:25px!important;line-height: 35px !important;text-align: center;font-size:16px;width: 100%;}
.h_login>ul>li:nth-child(2){text-align:center;font-size:16px;}
.h_login>ul>li:nth-child(2)>a{padding:0 !important;font-size:16px;}
.h_login>ul>li{padding:0 !important;}
.h_login>ul>li>a{border-right:none !important;text-align:center;font-size:16px;padding:0 !important;}

.crumb{margin:20px 0 10px 0;}
.current-address,.current-address>a,.current-address>span{font-size:16px;}

#welcomeList{display:none;background-color: rgb(71 153 226 / 70%);}

.nolineh59{line-height:5px !important;}

/*归档*/
#file_box{display:none;position: absolute;width: 320px;height: 180px;top: 460px;right: 85px;background: url(../images/guidang.png) center center no-repeat;transform: rotate(35deg);color: #ff0000;text-align: center;z-index: 9999;background-size: cover;}
#file_box span{font-size: 21px;font-weight: bold;bottom: 22px;position: absolute;left: 0px;right: 0;padding: 20px 0;color: #ff0000;}
#file_box span i{font-style: normal;}

