@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
/* html{ overflow-x:hidden; } */
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
/*body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}*/
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 16px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#095ab5; }
/*页面尺寸*/
.wp-wrapper { 
	width:100%; 
	margin:0 auto;  
	background-color: #fff;
}
.wp-wrapper .wp-inner {
	width: auto;
	max-width: 1100px;
	margin:0 auto;
}
/**
  * [站点LOGO]
  */
.logo-panel {
	float: left;
}
.logo-window {
	padding: 6% 0;
	margin-left: 10px;
}
.logo-window img {
	vertical-align: middle;
}
.wp-head-tools {
	float: right;
}
/**页面全局宽度**/
/*head开始*/
#head {
	background: #fff url('../images/head/dt.png') no-repeat ;
	width: 100%;
	background-size: 100% 100%;
}
.logo-window {
    padding: 24px 0;
}
/**主导航**/
.wp-navi {
	position:relative;
	background-color: #125eac;
}
.main-nav-panel {
}
.menu-switch-arrow {
	display: none;
}
.main-nav-panel .wp-menu ,.main-nav-panel .wp_nav {
	margin: 0 auto;
	text-align: left;
	
}
.main-nav-panel .wp-menu .menu-item ,.main-nav-panel .wp_nav .nav-item {
	display: inline-block;
	float: none;
	position: relative;
	z-index: 100;
}
.main-nav-panel .wp-menu .menu-item a.menu-link ,.main-nav-panel .wp_nav .nav-item a {
	display: inline-block;
	padding: 0 34px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight:700;
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover ,
.main-nav-panel .wp-menu .menu-item.current_menu_item a.menu-link,
.main-nav-panel .wp_nav .nav-item a:hover{
	text-decoration: none;
	color: #fff !important;
	background: linear-gradient(180deg,rgba(195,74,135,1),rgba(104,0,52,1));
}
.main-nav-panel .sub-menu,
.main-nav-panel .sub-nav {
	background-color: #FFEBF5;
	display: none ;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	width: 100% !important;
}
.main-nav-panel .sub-menu .sub-item ,
.main-nav-panel .sub-nav .nav-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #fff;
}
.main-nav-panel .sub-menu .sub-item a,
.main-nav-panel .sub-nav .nav-item a  {
	display: block;
	color: #125eac;
	height: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: block;
	font-size: 14px;
    font-weight: 700;
	text-align: center;
}
.main-nav-panel .sub-menu .sub-item a:hover{
	color: #e99839;
	display: block;
}
.wp_nav .sub-nav .nav-item a.parent { 
	background:#FFEBF5;
}
.sub-nav .nav-item.on a.parent:hover{
	background:#FFEBF5 ;
	color: #e99839 !important;
}
.main-nav-panel .sub-menu .sub-menu  {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}
/**slide导航**/
.wp-navi .navi-slide-head {
	display: none;
	padding: 0 10px;
	height: 40px;
}
.wp-navi .navi-slide-head .navi-slide-title {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.wp-navi .navi-slide-head .navi-slide-arrow {
	display: block;
	width: 34px;
	height: 40px;
	float: right;
	background: url(img/menu-icon-arrow.png) no-repeat 50%;
}
/*banner*/
#banner,#container-1 ,#listdetails{
	/* background: url(../images/head/dw.png) repeat; */
}
#container-1 .wp-inner{
	padding: 0 0 50px 0;
	/*background: #fff;*/
}
#banner .banner,#container-1 .content {
	/*background: #fff;*/
}
.banner img{
	width: 100%;
}
/*container*/
#container-1 .content {
    padding: 40px 0 0 0;
}
.cbox-left{
	width: 68%;
	display: inline-block;
}
.cbox-right{
	width: 30%;
	float: right;
}
.cbox-left .more_btns{
	position: absolute;
	top: 0;
	right: 0;
}
#container-1 .sudy-scroll{
	position: relative;
	border-bottom: 1px solid #ECECEC;
}
#container-1 .sudy-scroll-page{
	display: inline-block !important;
	position: absolute;
	top: 205px;
	left: 0px;
	width: 310px;
    text-align: right;
}
.post-news.scroll .news-item{
	padding:15px 0 20px 0;
	box-sizing: border-box;
}
.post-news.scroll .news-item .thum{
	width: 100%;
	height: 100%;
}
.post-news.scroll .news-item .thum img{
	width: 320px;
	height: 207px;
	float: left;
	margin: 0 20px 0 20px;
}
.post-news.scroll .news-item .thum h4{
	color: #333;
	font-size: 20px;
	margin: 0 0 16px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.post-news.scroll .news-item .thum p{
	color: #666;
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
       margin-left:20px;
    
}
.list-news .list-news-item,li.cleft-news_item{
	height: 46px;
	position: relative;
}
.list-news .list-news-item b.little-point{
	width:8px;
	height:8px;
     
	background:rgba(208,208,208,1);
	border-radius:50%;
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
}
.list-news .list-news-item h5.news-item-title,li.cleft-news_item p.cleft-news-title{
	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 0 0 0 20px;
	line-height: 46px;
}
li.cleft-news_item p.cleft-news-title{
	padding-left: 0;
}
.list-news .list-news-item:hover h5.news-item-title{
	color: #125eac;
}
.list-news .list-news-item span.news-item-time,.cleft-news_item span.cleft-news-time{
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 18px;
	right: 0;
}
/*资料下载*/
#container-1 .cbox-right .crignt-list {
	min-height:230px;
    margin:0 0 50px 0;
}
.cbox-right .header_line,.cbox-left .header_line{
	width:100%;
	height: 36px;
	background:#f0f0f0 url(../images/index/bt.png) no-repeat;
	background-size: 100% 100%;
	
}
.cbox-left .header_line{
	background-image:url(../images/index/bt3.png) ;
}
.cbox-right .header_line h3,.cbox-left .header_line h3{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	padding: 0 0 0 10px;
	position: relative;
}
.cbox-right .header_line h3 .more_btn,
.cbox-left .header_line h3 .more_btn,
.cbox-left .more_btns{
	position: absolute;
	top: 3px;
    right: -15px;
}
.tab-list li span.more_text {
   position: absolute;
	top: 10px;
    right: 0px;
}
.cbox-right .header_line h3 a,.cbox-left .header_line h3 a{
	color: #666;
	float: right;
    margin: 0 20px 0 0;
}
.download_list,.study_list{
	width: 100%;
}
.download_item,.study_item{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin: 20px 0 25px 0;
}
.download_item a,.study_item a{
	color: #333;
	font-size: 16px;
}
/*审计公示公告*/
.cbox-left-1{
	margin: 50px 0  0 0;
}
/*相关链接*/
.related-link{
	background: url(../images/index/xk2.png) no-repeat;
	height: 420px;
	background-size: 100% 100%;
	/*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    /*下一行为关键设置*/
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index/xk2.png', sizingMethod='scale');
}
.related-link-list{
	margin-top: 25px;
}
.related-link-title{
	color: #125eac;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
    line-height: 15px;
}
.related-link-item {
    text-align: center;
    margin: 17px 0 0 0;
}
li.related-link-item img {
    width: 260px;
}
/*底部导航*/
.nav_bottom {
    background: #0C4782;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
.nav_bottom .wp-inner,.wp-footer .wp-inner{
    width: 95%;
    margin: 0 auto;
}
.nav-bottom-list{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
}
.nav-bottom-list li {
    display: inline-block;
}
.nav-bottom-item a{
	color: #fff;
	font-size: 18px;
	border-right: 2px solid #fff;
	padding: 0 20px;
}
.nav-bottom-item:last-child a{
	border: none;
}
footer.wp-footer{
	background: #999;
	height: 40px;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
/*********************************/
/*列表页*/
/*********************************/
.column-path ,.currentlocation{
	font-size: 14px;
	margin: 0px 0 30px 0;
    padding-top: 20px;
}
.column-path ,.column-path a,.currentlocation ,.currentlocation a{
 	color: #333;
}
.currentlocation span.possplit {
    color: #333;
    background: #fff;
    border-left: 2px solid #000;
    margin: 0 0 0 10px;
}
.column-path a.current_path{
    color: #125eac;
}
.wp-column-menu {
    float: left;
    width: 230px;
}
.column-head,li.column-item,.wp_listcolumn .wp_column a{
	background: #eee;
	height: 50px;
	width: 100%;
	color: #333;
	font-size: 14px;
}
.column-head span.Column_Anchor {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.column-head h3.anchor-title,li.column-item{
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.column-head h3.anchor-title img{
	position: absolute;
	top: 15px;
	right: 20px;
}
li.column-item{
	cursor: pointer;
}
li.column-item a{
	color: #333;
}
.wp_listcolumn .wp_column a .column-name {
    font-weight: 400;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 100%;
}
li.column-item.selected,.only-anchor-title,.wp_listcolumn .wp_column a.selected{
	
	background: #125eac;
}
li.column-item.selected a,.only-anchor-title ,.wp_listcolumn .wp_column a.selected{
	color: #fff;
}

/*右侧内容*/
.column-news-con {
    padding: 0 0 0 250px;
}
h3.column_intro_title ,h3.column_mlist_title,h3.column_clist_title{
    color: #125eac;
    font-size: 18px;
    border-bottom: 2px solid #125eac;
    padding: 10px 0 10px 20px;
}
.wp_introcontent .column_content,.wp_mlistcontent .column_content,.wp_clistcontent .column_content,.column-news-con .column-news-list{
	background: #fff;/*FDF8FE*/
	padding: 35px 30px 50px 25px;
}
.column-news-con .column-news-list{
	border-top: 1px solid #125eac;
}
.wp_article_list .list_item {
    height: 40px;
    line-height: 40px;
    margin:5px 0 0 0;
}
.wp_introcontent .column_content p,.column_sut_item p,.wp_clistcontent .column_content p{
	font-size: 16px;
	color: #333;
	text-indent: 32px;
	line-height: 25px;
	margin: 0 0 12px 0;
}
h4.column_set_mitem_name{
	color: #333;
	font-size: 18px;
	line-height: 33px;
    margin: 0 0 20px 0;
}
h4.column_set_mitem_name img{
	margin: 0 12px 0 0;
}
.column_sut_item p{
	color: #666;
}
li.column_set_mitem {
    margin: 0 0 50px 0;
}
.wp_clistcontent .column_content{
	padding: 0 ;
}
li.column_citem{
	border-bottom: 1px solid #EEEEEE;
	height: 69px;
	position: relative;
	
}
li.column_citem p.column_citem_name {
	line-height: 69px;
	margin: 0;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-indent: 20px;
}
li.column_citem:hover p.column_citem_name{
	color: #125eac;
}
li.column_citem span.column_citem_date{
	position: absolute;
	top: 29px;
	right: 15px;
	font-size: 14px;
	color: #666;
}
/*********************************/
/*详情页*/
/*********************************/
#listdetails .wp-inner {
	background: #fff;
	padding-bottom: 50px;
}
.wp-listdetails .info-box{
	background: #fff;/*FDF8FE*/
	border-top: 1px solid #125eac;
	padding: 25px 80px 45px 80px;
}
#listdetails .article {
    text-align: center;
}
.wp-listdetails .info-box h1.arti-title{
	color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.wp-listdetails .info-box .arti-metas{
	color: #999;
	font-size: 14px;
	text-align: center;
	padding: 15px 0 40px 0;
	
}
.wp-listdetails .wp_articlecontent {
	text-align: center;
	margin: 30px 0 0 0;
}
.wp-listdetails .wp_articlecontent p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px 0;
	text-indent: 33px;
	text-align: justify;
}
.wp-listdetails .wp_articlecontent img{
	margin: 0 auto 20px;
	max-width: 100%;
}
.wp-listdetails .wp_articlecontent p.publisher,.wp-listdetails .wp_articlecontent p.releasettime{
	text-align: right;
}
.arti-update, .arti-viewer {
    display: inline-block;
	margin: 0 10px;
}
.Article_Content p ,.wp-listdetails .wp_articlecontent p span,.wp_articlecontent .p_text_indent_2,.wp_articlecontent div,.wp_articlecontent table,.wp_articlecontent .content{
    background: transparent !important;
    line-height: 30px;
}
/*资料下载*/
.wp_articlecontent .download-list{
	text-align: left;
}
.wp_articlecontent .download-list span{
	color: #333;
	font-size: 16px;
}
/*联系我们*/
.wp_clistcontent .column_content.contact-box{
	padding: 20px 0 50px 0;
}
.contact-item {
    position: relative;
    padding: 25px 0 0px 90px;
}
span.contact-item-ti {
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 18px;
    color: #333;
}
.wp_clistcontent .column_content p.contact-item-co{
	text-indent: 0;
	font-size: 16px;
    color: #666;
}






