@charset "utf-8";
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.bold{font-weight:bold}
/*两端对齐*/
.keith {
    text-align: justify;
    /*兼容IE*/
    text-justify:inter-ideograph;
}
.xxgkml_body {
	background: url("../../images/bg_ny_06.jpg") center top no-repeat !important;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.col021{ text-align:center!important;}
.main{ height:auto!important; width:auto!important;}
.keith:after {
    display: inline-block;
    width: 100%;
    content: ".";
    visibility: hidden;
    height: 0;
}
.hide{ display:none;}
/*icon字体*/
@font-face {
  font-family: 'iconfont';  /* project id 1890891 */
  src: url('//at.alicdn.com/t/font_1890891_t0figj2oiw.eot');
  src: url('//at.alicdn.com/t/font_1890891_t0figj2oiw.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1890891_t0figj2oiw.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1890891_t0figj2oiw.woff') format('woff'),
  url('//at.alicdn.com/t/font_1890891_t0figj2oiw.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1890891_t0figj2oiw.svg#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*xxgkml*/
.mainbg{background: url(../images/bg_01.png) center top no-repeat #fff;}
.mainwrap{width: 100%; max-width: 1100px; margin: 0 auto;}
.mainwrap .header1 {
  width: 100%;
  position: relative;
  padding-top: 60px;
  line-height: 70px;
  padding-bottom: 80px;
}
.mainwrap .header1 .header-text {
  position: absolute;
  top:10px;
  left: 30px;
  color: #fff;
  margin-left: 30px;
  font-size: 1.875em;
}

.mainwrap .header1 .header-title {
  font-size: 6.25em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.mainwrap .header1 .header-title span {
  vertical-align: middle;
  -webkit-text-shadow:3px 3px 0px #587197;
  text-shadow:3px 3px 0px #587197;
  
}
.mainwrap .header1 .header-split {
  height: 2px;
  width: 45%;
  background: #fff;
  margin-left: 44%;
  margin-top: 10px;
}

.main{
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}
.mainbg .search{
	display: none;
    height: 50px;
    margin: 89px 3.27% 79px;
    background: url("../xxgk_images/line_03.png") center 24px no-repeat;
	position: relative;
}
.mainbg .search:before{
	position: absolute;
	width: 22%;
	height: 1px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #dadada;
	content: "";
}
.mainbg .search:after{
	position: absolute;
	width: 22%;
	height: 1px;
	top: 50%;
	right: 0;
	margin-top: -1px;
	background: #dadada;
	content: "";
}
#xxgkform{
    width: 47%;
    height: 48px;
    border: 1px solid #2d66a5;
    margin: 0 auto;
    border-radius: 8px/6px;
    background: #ffffff;
    position: relative;
    left: 0;
    top: 0;
	z-index: 2;
}
#xxgkform .inp{
    width:calc(100% - 44px);
    height: 46px;
    position: absolute;
    left: 10px;
    top: 0;
    border: none;
    outline: none;
    line-height: 46px;
}
#xxgkform .btn{
    width: 34px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 7px;
	color: #1EA4FE;
	background:none;
}
#xxgkform .btn i{font-size: 2em;}
.xxgkMain{
    margin: 30px 3.27%;
	position: relative;
}
.navLeft{
    width: 240px;
	position: relative;
	float: left;
}
.navLeft>ul>li{
    width: 100%;
	box-sizing: border-box;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
	margin-bottom: 15px;
}

.navLeft li .link{
    display: block;
    width: 100%;
    height: 68px;
    position: relative;
    left: 0;
    top: 0;
	background: #ffffff;
}
.navLeft li i{
    font-size: 2.4375em;
    line-height: 68px;
    position: absolute;
    left: 28px;
    color: #2d66a5;
}
.name{
    display: block;
    width: 45%;
    position: absolute;
    left: 91px;
    top: 7px;
    font-size:22px;
    color: #2d66a5;
    line-height: 26px;
}
.name.dh{
    line-height: 52px;
}
.more{
    display: block;
    font-size: 1.125em;
    color: #2d66a5;
    position: absolute;
    right: 12px;
    top: 50%;
	margin-top: -0.5em;
	content: "";
}
.navLeft .on, .navLeft .link:hover{
    color: #ffffff;
    background: #2d66a5 !important;
}
#on{color: #2d66a5;background: #ffffff;}
.navLeft .on i, .navLeft .on .name, .navLeft .on .more, .navLeft .link:hover i, .navLeft .link:hover .name, .navLeft .link:hover .more {
    color: #ffffff;
}


.navcon{
	padding: 0 10px 0;
	border: 1px solid #dedede;
	background: #ffffff;
}
.layui-tree-entry{background:url(../images/join.gif) no-repeat 0px;    padding-left: 20px;}
.layui-tree-iconClick{ display:none;}
.navml li{ background: #e5e5e5; margin-bottom: 10px; line-height: 35px; padding-left: 40px; position: relative;}
.navcon .flcon{display: none; padding-bottom: 10px; height: 150px; overflow-y:auto;}
.navml>li i{font-size: 12px; top:8px; left: 8px; background: #005293; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #fff;}

.navlist{
	padding: 8px 0;
}
.navlist li{
    border: none;
    line-height: 32px;
	position: relative;
}
.navlist li{
    border: none;
    line-height: 32px;
	position: relative;
	text-indent: 3em;
	font-size: 1em;
	color: #353535;
}
.navlist li:after{display: block; content: ""; position: absolute; left:2em; top: 50%; margin-top: -2px; width: 4px; height: 4px; background-color: #A0A0A0; }

.navlist li+li{
    margin-top: 0;
}
.navlist .choose{
    color:  #2d66a5;
    background:#e6f5ff;
}
.navlist .choose a{
    color:  #2d66a5;
    display: block;
    width: 100%;
    height: 100%;
}
.showContent{
	width:calc(100% - 270px);
	position: relative;
	float: right;
    padding: 0;
    border: 1px solid #dedede;
    min-height: 950px;
    background: #ffffff;
}
.list{
    width: 100%;
}
.list .channel{
    height: 33px;
    border-bottom: 2px solid #e7e7e7;
}
.channel li{
    float: left;
    padding: 0 16px;
    height: 34px;
    background: #2d66a5;
    color: #ffffff;
    line-height: 34px;
    font-size: 16px;
}
.channel li a{
    color: #ffffff;
}
.listContent{
    margin-top: 16px;
}
.listContent li{
    line-height: 35px;
    font-size: 16px;
   margin-left: 30px;
   padding-right: 100px;
   position: relative;
}
.listContent li a{display: inline-block; max-width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.listContent li span{
	position: absolute;
	top: 0;
	right: 10px;
    color: #a0a0a0;
	word-break: normal;
    display: inline-block;
	padding-left: 1.5em;
	vertical-align: top;
}
.list+.list{
    margin-top: 30px;
}
.listmore{
    margin-top: 10px;
	margin-bottom: 8px;
}
.listmore a{
    display: block;
    width: 100px;
    height: 32px;
    background-color: #e6e6e6;
    color: #353535;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin: 0 auto;
}

.lmlist li{width: 40%; float: left; line-height: 60px; height: 60px; box-sizing: border-box; vertical-align: middle; margin: 20px 5%; border: 1px solid #587197; text-align: center; border-radius: 5px;}
.lmlist li span{display: inline-block; line-height: 30px;}
.lmlist li a{display:block;}
.lmlist li:hover{background:#2d66a5; color:#fff;}
.lmlist li:hover a{color:#fff;}

.listbmli li{line-height: 45px; box-sizing: border-box; padding-left: 30px; width: 33.33%; float: left; white-space: nowrap; font-size: 16px;}

.tt{padding-top: 20px;} 
.article-title{font-size: 1.75em; line-height: 2; text-align: center; color: #005192;}
.article-attr{padding-bottom:20px; color:#333; text-align:center; font-size:14px; border-bottom:1px solid #e1e1e1;}
.article-attr b{font-weight:normal;}
.article-attr span{margin:0 8px; display:inline-block; white-space:nowrap;}
.article-attr .fontsize{display:none !important;}
.article-attr .fontsize a{cursor:pointer; color:#333; margin-right:4px; margin-left:4px;}
.article-attr .fontsize a:hover{color:#8d0707;}
.article-attr #view span{margin:0;}
.article-content{clear:both; padding:20px; line-height:2.2; overflow:hidden; font-size:16px;}
.article-content p{margin:15px 0;}
.article-content table,
.article-content video,
.article-content img{max-width:100%;}


.ysqgk{padding: 20px;}
.ysqgk h1{font-size: 1.25em; color: #015293; text-align: center;}
.ysqgk form{margin-top: 20px;}
.ysqgk fieldset{ border:1px solid #1c75bc; padding: 20px;}
.ysqgk legend{ background:#1c75bc; padding-left: 10px; padding-right: 20px; margin-left: 20px;  line-height: 30px; font-size: 16px; color: #fff;}
.ysqgk legend span{font-size: 14px; font-family: "宋体"; display: inline-block; padding-right: 10px; }
.ysqgk .ysqgklist li{ width: 33%; line-height: 2; float: left; white-space: nowrap;}
.ysqgk .ysqgklist li.one{ width:100%; white-space: normal;}

/*pagediv*/
#page_div {line-height:24px; width:80%; font-size:14px; margin:auto;}
#page_div .pagination_index, #page_div .pagination_index_num{ line-height:24px;
	background:url(../images/pager_bg.jpg) repeat-x; border:1px solid #94D996; padding:0 4px;
	margin-right:4px;
	float: left;
	font-size:14px;
}
#page_div .pagination_index_num{margin-right:0px; font-size:14px;}
#page_div .currentIndex{ background:#94D996; font-size:14px; text-decoration:underline; font-weight:bold;}
#pagination_input{ width:25px; height:12px; font-size:14px; line-height:12px; margin:0; padding:0; overflow:hidden;}

#page_div .pagination_index, #page_div .pagination_index_num{ 
	background:none; border:0; padding:0 3px; font-size:14px;
	margin-right:4px;
	float: left;
}
#page_div .pagination_index_num{margin-right:0px; font-size:14px;}
#page_div .currentIndex{ background:none; font-size:14px; text-decoration:underline;}
.pagination_index_last{ float:right; font-size:14px;}


#ucappageContent{ width:100%; text-align:right; font-size:14px;}
#ucappageContent span{ margin:5px; cursor:pointer; font-size:14px;}

.ucappage{ width:100%; text-align:center; font-size:14px;}
.article-content-body{height: 720px; overflow-y: auto;}

/* 设置滚动条的样式 */
.article-content-body::-webkit-scrollbar{
    width: 10px;
}
/*滚动槽*/
.article-content-body::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}
/* 滚动条滑块 */
.article-content-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2d66a5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.frame-body{background: #fff;}

/* 设置内嵌页滚动条的样式 */
.frame-body::-webkit-scrollbar{
    width: 10px;
}
/*滚动槽*/
.frame-body::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}
/* 滚动条滑块 */
.frame-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2d66a5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}


.ewb-notice{ margin-top:0px!important;}
.ysqgklist ul{ visibility: hidden;
    position: absolute;}
.ysqgklist li:hover ul,
           .ysqgklist ul a:hover ul {
                visibility: visible;
            }
 .ysqgklist li ul li{ float:none!important; width:auto!important;}
 .ysqgklist li ul li a {
                        display: block;
                        background: #eee;
                        border: 1px solid #9dc4e4;
                      /*   height: 26px; */
                        line-height: 26px;
                         top:10px;
                         left:0px;
                         padding: 2px;
                         color: #333;
                    }
					
		
.xxgk-main{ padding:10px;}
.sideItem{margin-bottom:10px; padding:10px;}
.sideItem .hd{ display:none;font-size:16px;height: 35px;position: relative;padding:0 9px 0 39px;background: url(../images/xxgk/b_04.jpg) repeat-x;}
.sideItem .hd:before{content:"";position:absolute;left:0;top:0;width:39px;height: 100%;background: url(../images/xxgk/b_01.jpg) no-repeat;}
.sideItem .hd:after{content:"";position:absolute;right:0;top:0;width:9px;height: 100%;background: url(../images/xxgk/b_05.jpg) no-repeat right top;}
.sideItem .hd span{position: relative;display: inline-block;height: 100%;color:#FF0000;padding: 0 13px 0 8px;line-height: 45px;background: url(../images/xxgk/b_02.jpg) repeat-x;}
.sideItem .hd span:after{content:"";width:8px;height: 100%; position: absolute;right:0;background: url(../images/xxgk/b_03.jpg) no-repeat;}
.sideItem .bd{ border-top:none;}

.search-main li{ float:left; line-height:35px; width:50%;}
.search-main li span{ display:block; float:left; margin-left:20px;}
.search-main li input{ height:30px; line-height:30px;}
.search-main li.input-block-bt{ width:100%; margin-top:10px; text-align:center;}
.search-main li.scrq{ width:100%;}
.input-block p{ float:left; width:27%;}
.input-block input{ margin-left:10px;}
.xxgkSearchBtn{padding-left:30px;padding-right:30px;margin: 0 20px 10px 20px; display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;}
.xxgkSearchBtn {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.xxgkSearchBtn:hover,
.xxgkSearchBtn:focus,
.xxgkSearchBtn.focus,
.xxgkSearchBtny:active,
.xxgkSearchBtn.active,
.open > .xxgkSearchBtn {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.xxgk-table-box{}
.xxgk-list-table{width:100%; text-align:center; line-height:1.6em; font-size:12px;}
.xxgk-list-table thead tr{background-color:#d3dced;}
.xxgk-list-table thead tr th{height:30px; line-height:30px; padding:0 5px; text-align:center; font-weight:bold;}
.xxgk-list-table tbody td{padding:8px 5px;}
.xxgk-list-table .col01{width:140px;}
.xxgk-list-table .col02{text-align:left;}
.xxgk-list-table .col03{width:170px;}
.xxgk-list-table .col04{width:70px;}
.xxgk-list-table .col05{width:70px;}
.xxgk-list-table td.col03{text-align:left;}


/* 搜索 */
.search-main ul{width:100%;margin-top:20px;}
.search-main ul li:first-child{width:88%;float:left;}
.search-main li input{width:86%;}
.search-main ul li:last-child{width:12%;float:right;}
.search-main li.input-block-bt{margin-top:0;}
.xxgk-list-table{font-size:16px;}
.xxgk-list-table dl{width:100%;background-color:#d3dced;line-height:32px;font-weight:600;}
.xxgk-list-table dl dt.col02{width:80%;float:left;text-align:center;}
.xxgk-list-table dl dt.col05{width:20%;float:left;}
#xxgk-show-list{width:100%;margin:12px 0;}
#xxgk-show-list li{line-height:40px;}
#xxgk-show-list li .zcwj_title{width:80%;float:left;text-align:left;display:block;
white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
#xxgk-show-list li .zcwj_time{width:20%;float:left;text-align:right;display:block;color:#999;}

/*展开式菜单 End*/
.pageList{padding:0 12px;}
.pageList.split li:nth-child(5n),
.pageList.split .addLine{margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}
.pageList.split.ldzclist li:nth-child(5n){margin-bottom:0px; padding-bottom:7px; border-bottom:0;}
.pageLists .setModule:last-child{margin-bottom: 0;}



@media (max-width:1024px) {
	.main{margin-bottom: 0;}
	.mainwrap .header1{ padding-bottom: 50px;}

}
@media (max-width:991px) {
	body{font-size:15px;}
	.mainbg{background-size: 200%;}
	.mainwrap .header1{padding-top: 20px; padding-bottom: 30px; line-height: 40px;}
	.mainwrap .header1 .header-title {font-size: 5em;}
	.mainbg .search{margin: 30px;}
	#xxgkform{width: 90%;}
	
.footer .footer-grid{padding:20px 0; text-align:center;}
.footer .footer-grid .bqxx{padding-bottom:15px;}
.footer .footer-grid .bqxx span.beian{display:inline-block;}
.footer .footer-grid .biaozhi{position:static; width:auto; margin-top:0;}

}
@media (max-width: 640px) {
.navLeft{position: relative; width:100%;}
.navLeft>ul>li{width: 48%; margin-right: 2%; float: left;}
.name{left: 80px; line-height: 30px !important;}
.showContent{width:100%;left: 0;}
.listbmli li{width: 50%}
.ysqgk .ysqgklist li{ width: 50%;}
}
@media (max-width: 480px) {
	body{font-size:14px; }
	.navLeft>ul>li{width: 100%; margin-right: 0; margin-bottom: 10px;}
	.navLeft li i{line-height:45px;}
	.navLeft li .link{height: 45px;}
	.mainwrap .header{ padding-bottom: 20px;}
	.mainbg{background-size: 200%;}
	.mainwrap .header1{padding-top: 10px; line-height: 30px;}
	.mainwrap .header1 .header-text {font-size: 1.125em;}
	.mainwrap .header1 .header-title {font-size: 3em; text-indent: 1em;}
	.mainbg .search{margin: 20px;}
	#xxgkform{width: 100%;}
	
	.con_left,.con_right{width: 100%;}
	.bqtitle li{width:calc(50% - 10px); margin-right: 10px; margin-bottom: 10px;}
	.ysqgk .ysqgklist li{ width:100%; }
	.listbmli li{width: 100%}
}
@media (max-width: 375px) {
	body{font-size:12px; }
}

@media (max-width:340px) {
.ysqgk legend{margin-left:5px; width: 200px;}
}

