/* ---html、body100%--- */
html, body { }
/* ---默认字体9pt--- */
div, table {	font-size: 14px; }
/* ---div居中、div背景--- */
body {
	/* text-align: center; */
	font-size: 9pt;
	color: #2f2f2f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	font-family: "宋体";
	
	background-repeat: repeat-y;
	background-position: top;
}
table {
	font-size: 14px;
}
td{
	font-size: 14px;
}
/* ---标准链接样式--- */
/* a:link {
	font-size: 14px;
	text-decoration: none;
	color:#2f2f2f;
	line-height: 1.5em;
	text-align: justify;
} 
a:visited {
    font-size: 14px;
	text-decoration: none;
	color:#2f2f2f;
	line-height: 1.5em;
	text-align: justify;
}
a:hover {
    font-size: 14px;
	color: #E16417;	
	line-height: 1.5em;
	text-align: justify;
}
a:active {
    font-size: 14px;
	text-decoration: none; 
	color:#2f2f2f;
	line-height: 1.5em;
	text-align: justify;
}*/

a:hover{
	text-decoration: none;
}
a{
	text-decoration: none;
}
/* ---白色字链接样式--- */
.wlink:link {
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color:#ffffff;
	
}
.wlink:visited{
	font-size: 9pt;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	display: block;


}
.wlink:hover {
	color:#b90101;
	font-size:9pt;
	}
	/*font-size: 11pt;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	display: block;
	height:51px;
	width:100px;
	line-height:51px;
}*/
.wlink:active{
	color:#ffffff;
	font-size: 9pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}
	/*text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	display: block;
	height:51px;
	width:100px;
	line-height:51px;
}
/* ---蓝色字链接样式--- */
.blink:link {
	font-size: 9pt;
	text-decoration: none;
	color:#FFFFFF;
}
.blink:visited{
	font-size: 9pt;
	text-decoration: none;
	color:#FFFFFF;
}
.blink:hover {
	font-size: 9pt;
	text-decoration: none;
	color:#CC0000;
}
.blink:active{
	font-size: 9pt;
	text-decoration: none;
	color:#FFFFFF;
}
/* ---蓝色字链接样式--- */
.dlink:link {
	font-size: 10pt;
	text-decoration: none;
	color:#49536d;
	font-weight: bold;
}
.dlink:visited{
	font-size: 10pt;
	text-decoration: none;
	color:#49536d;
	font-weight: bold;
}
.dlink:hover {
	font-size: 10pt;
	text-decoration: none;
	color:#A52D2E;
	font-weight: bold;
}
.dlink:active{
	font-size: 10pt;
	text-decoration: none;
	color:#49536d;
	font-weight: bold;
}

/* ---浅蓝色字链接样式--- */
.clink:link {
	font-size: 9pt;
	text-decoration: none;
	color:#444341;
	line-height: 1.5em;
}
.clink:visited{
	font-size: 9pt;
	text-decoration: none;
	color:#444341;
	line-height: 1.5em;
}
.clink:hover {
	font-size: 9pt;
	text-decoration: none;
	color:#A52D2E;
	line-height: 1.5em;
}
.clink:active{
	font-size: 9pt;
	text-decoration: none;
	color:#444341;
	line-height: 1.5em;
}

/* ---其他字链接样式--- */
.zlink:link {
    font-size: 10.5pt;
	text-decoration: none;
	color:#333333;
	}
.zlink:visited {
    font-size: 10.5pt;
	text-decoration: none;
	color:#333333;
	}
.zlink:hover {
    font-size: 10.5pt;
	text-decoration: none;
	color: #A52D2E;
	}
.zlink:active {
    font-size: 10.5pt;
    text-decoration: none; 
	color:#333333;
	}
.llink:link {
	font-size: 9pt;
	text-decoration: none;
	color:#305F17;
}
.llink:visited {
	font-size: 9pt;
	text-decoration: none;
	color:#305F17;
}
.llink:hover {
	font-size: 9pt;
	text-decoration: none;
	color:#3189c1;
}
.llink:active {
	font-size: 9pt;
	text-decoration: none;
	color:#305F17;
}
/* ---查询input框宽--- */
.SearchTitleInput3 {
	width: 100px;
}
.SearchKeyWordsInput3{width: 100px;}
/* ---信息正文--- */
.content {
	font-size: 10.5pt;
	line-height: 1.5em;
}
#infocontent div{
	font-size: 10.5pt;
	line-height: 1.5em;
}
/* ---最大的div容器--- */
#container_page {
	/* width: 998px; */
	text-align: left;
	min-height: 100%; /* For IE */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	
}

#container_page1 {
	width: 998px;
	text-align: left;
	min-height: 100%; /* For IE */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	
}
/* ---中部div，要制定高度--- */
#container_content {
    margin:10px auto 0px;
	width: 1200px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container_content_body1,
#container_content_body2{
	margin-top: 20px;
	width: 998px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.post{
	width: 570px;
	height: 340px;
}
/* ---头--- */
#headnav {
	padding-right: 0px;
	padding-left: 0px;
	width: 998px;
}

#head {
    margin-top:6px;
	width:998px;
	clear: both;
	float:right;
	margin-bottom: 20px;
}
.head_image {
	font-weight:bold;
	}
/*#headleft {
     margin-top:6px;
	 width:278px;
	 float:left;
}

/* ---导航栏--- */
#nav {
	/* width: 998px; */
	width: 100%;
}
#page {
	width: 998px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right top;
}
#container_infobody {
	width: 998px;
	background-color: #FFFFFF;
}
/* ---左侧放子栏目div--- */
#listleft {
	float: left;
	width: 25%;
	background-color: #eeeeee;
}
/* ---右侧放主要信息div--- */
#listright {
	background-color: #FFFFFF;
	float: right;
	width: 70%;
}
/* ---当前位置--- */
#position {
	padding: 3px;
}	
.listtitfont {	font-size: 12pt;
	font-weight: normal;
}
/* ---列表标题--- */
#listtit {
	font-size: 12pt;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
}
/* ---列表正文--- */
#newslist {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	font-size: 10.5pt;
}
.wp_news ul li{
	height: 53px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: none;
    transition: all 0.2s linear;
    padding-right: 20px;
    vertical-align: top;
    width: 100%;
}
#newslist ul li:nth-child(odd){
background-color: #f5f5f5
}
/* ---版权栏--- */
#foot {
	clear: both;
	background-repeat: repeat-x;
}

.kuang
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-left-color: #bfbfbf;
}
.kuang1
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d3d3d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}

.baizi
{
	color: #0172bb;
	font-size: 9.5pt;
	font-weight: bold;
}
.hezi
{
	color: #000000;
	font-size: 10pt;
}

.nanzi {
	color: #115eb6;
}

.huizi
{
	color: #ADAF9A;
	clear: both;
}
.hongzi
{
	color: #b60103;
	clear: both;
}
.biaoti
{
	font-size: 28px;
	font-weight: bolder;
	color: #1A74B3;
	font-family: "华文行楷";
	font-style: oblique;
}
.biaoti1
{
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	
	}
.biaoti11
{
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	background-image:url(images/1.gif)
	}
.biaoti2
{
	color: #00518E;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	clear: both;
	
}
.biaoti3
{
	color: #003366;
	font-family: "宋体";
	font-size: 20px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}
.biaoti4
{
	color: #000000;
	font-weight: bolder;
	clear: both;
	font-size: 14px;
}

.biaoti5
{
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	clear: both;
	}

.headbg
{
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mainbg
{
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainleftbg1
{
	background-image: url(images/line1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.mainleftbg2
{
	background-image: url(images/mainleft1_3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.mainleftbg3
{
	background-image: url(images/mainleft2_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainmiddlebg1
{
	background-image: url(images/mainmiddle1_4.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f1faf5;
}
.mainmiddlebg2
{
	background-image: url(images/line2.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.mainrightbg1
{
	background-image: url(images/mainright2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.mainrightbg2
{
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.listmainbg1
{
	background-image: url(images/listleft1_4.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.listmainbg2
{
	background-image: url(images/listleftbg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.listleftbg1
{
	background-image: url(images/mainleft1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.listleftbg2
{
	background-image: url(images/listleft3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.listrightbg1
{
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.listrightbg2
{
	background-image: url(images/listright1_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}
.infobg1
{
	background-image: url(images/disbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

.toolsInput
{	
	width: 100px;
}
.xian
{
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.foothang
{
	line-height: 1.8em;
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #535353;
	background-color: #FFFFFF;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
}
.input{
	height: 16px;
	width: 120px;
}
.findinput{
	height:23px;
	width:120px;
	}


	.post88{
		height: 486px;
	}
	/*图列表*/
	.news_tu .news_list li.news .news_imgs {
		height: 180px;
		background-color: #F1F1F1;
		overflow: hidden;
		vertical-align: middle;
		display: table-cell;
	}
	li {
		list-style: none;
	}
	

.wp_nav .sub-nav .nav-item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgb(0 0 0 / 18%) !important;
    line-height: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
}
.wp_nav .nav-item a span.item-name {
	line-height: 32px !important;
}



/* 文章详情处 */
#l-container {
    width: 1200px;
	margin: 0 auto;
}

#l-container .inner {
    padding: 25px 10px;
}

.wrapper .inner {
    margin: 0 auto;
    width: 1200px;
}
.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}
.col_menu .col_menu_head {
    background: #1672b8;
}
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding-left: 78px;
}
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}
.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}
.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px !important;
    line-height: 48px !important;
}
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #1672b8;
    border-bottom: 3px solid #1672b8;
line-height: 2.3 !important;
}
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    
}

.col_news_list {
    margin-top: 7px;
}
.col_news_list{
float:left;
width:240px;
    height: 450px;
    overflow: hidden;
}
.n1:hover,.n2:hover,.n3:hover,.n4:hover,.n5:hover,.n5:hover,
.n6:hover,.n7:hover,.n8:hover,.n8:hover,.n9:hover,.n10:hover,
.n11:hover,.n12:hover,.n13:hover,.n14:hover,.n15:hover,.n16:hover{
    background-color: #1672b8;
    
}

.n1:hover a,.n2:hover a,.n3:hover a,.n4:hover a,.n5:hover a,.n5:hover a,
.n6:hover a,.n7:hover a,.n8:hover a,.n8:hover a,.n9:hover a,.n10:hover a,
.n11:hover a,.n12:hover a,.n13:hover a,.n14:hover a,.n15:hover a,.n116:hover a{
  
    color: white;
}
.infobox {
    width: auto;
    margin: 0 auto;
}

.article {
    padding-top: 10px;
    min-height: 500px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #000;
}
/**文章副标题**/

.article .arti_metas {
    padding: 10px;
    text-align: center;
    /*border-top: 1px solid #ececec;*/
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}
#wp_paging_w6{
display:none;
}
.news_list li.news {
    line-height: 44px;
    padding-left: 0px;
display: flex;
    justify-content: center;
}
.col_news_list{
float:left;
width:240px;
}

.active{

    background-color: green;
}
.active2{
    color: white;
}
.news{
	height: 44px;
	overflow: hidden;
}
.news_title a{
	color: #000000;
	text-decoration: none;
}
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
.nav-item a ,.links a{
font-size: 16px
}
.read table{
margin: 0 auto
}