body {
	background-color: #fff;
}
.container{width: 1200px !important;}
.headbar{
	height: 35px; background-color: #024d82; line-height: 35px; color: #ddd; clear: both; overflow: hidden;
}
.headbar .welcome{ font-size: 14px;  color: #ddd; float: left; }
.headbar .home_fav{ float: right; }
.headbar .home_fav a{color: #ddd; font-size: 14px;}
.header {

	height:125px; background:#006dba;

}

.header .logo { float: left; margin-top:25px;}
.header .search{ float: right; margin-top:30px; }

 .menu {
	background-color:#eee;;
	height: 50px;
	width: 100%;
}


		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ padding:0 25px; height:50px; line-height:50px; position:relative; z-index:99;  }
		.nav a{ color:#333;  }
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 25px; font-size:16px; color:#333; margin-right:10px;  }
		.nav .sub{ display:none; width:140px; left:0; top:50px;  position:absolute; background:#ddd;  line-height:32px; padding:5px 0;  }
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; padding:0 10px; font-size:14px; text-align:center; }
		.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
		.nav .on h3 a{ background:#024d82; color:#fff;  }
#flash{width:100%;height: 320px;margin: 0 auto;position: relative;overflow: hidden;}
#flash img{width:100%;}
#flash #play{width:100%;height: 320px;list-style: none;position:absolute;top:0px;left:0px;}
#flash #play li{display: none;position:absolute; width: 100%;}
#flash #play li img{width:100%;text-align: center; margin: 0 auto;}
#button{position: absolute;bottom:20px;left: 50%; margin-left:-50px;list-style: none;}
#button li{margin-left: 10px;float: left;}
#button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#prev{width:40px;height:63px;background:url(../images/beijing.png) 0px 0px;position: absolute;top:150px;left:30px;z-index: 1000;}
#next{width:40px;height:63px;background:url(../images/beijing.png) -40px 0px;position: absolute;top:150px;right:30px;z-index: 1000;}
#prev:hover{background:url(../images/beijing.png) 0px -62px;}
#next:hover{background:url(../images/beijing.png) -40px -62px;}
/* 本例子css */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 48%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #025ba1;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 12px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 4px solid #705629;
}
.slideBox .hd ul li:hover {
	border: 2px solid #705629;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
	overflow: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}


/* 选项卡1css */
		.slideTxtBox{ width:100%; border:0px;  }
		.slideTxtBox .hd{ height:42px; line-height:42px;   border-bottom:1px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:-1px; height:50px;   }
		.slideTxtBox .hd ul li{ float:left;  margin-right:30px;cursor:pointer; font-size:24px; }
		.slideTxtBox .hd ul li.on{ height:42px; color:#006dba; font-weight:bold; }
/*		.slideTxtBox .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }*/

.tongzhi{ width:100%; background:#eee;	padding-bottom: 50px;}
.tongzhi_title {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.tongzhi_title h3 {
	color: #025ba1;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;

	width: 160px;
	margin: 0 auto;
}


.picnews{margin-top:10px;}
.news{margin-top:20px;}
.news .news_title { color:#014881; font-size:24px; font-weight:bold; padding-left:5px; height:32px; line-height:32px; border-bottom:1px #014881 solid;}
.news .news_title1 span,.news .news_title2 span,.news .news_title3 span,.news .news_title4 span,.news .news_title5  span{font-weight:bold;}
.news .news_title1 { color:#006dba; font-size:24px; font-weight:bold; padding-left:5px; height:42px; line-height:42px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon1.png) left no-repeat; padding-left: 45px;}
.news .news_title2 { color:#006dba; font-size:24px; font-weight:bold; padding-left:5px; height:42px; line-height:42px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon2.png) left no-repeat; padding-left: 45px;}
.news .news_title3 { color:#006dba; font-size:24px; font-weight:bold; padding-left:5px; height:42px; line-height:42px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon3.png) left no-repeat; padding-left: 45px;}
.news .news_title4 { color:#006dba; font-size:24px; font-weight:bold; padding-left:5px; height:42px; line-height:42px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon4.png) left no-repeat; padding-left: 45px;}
.news .news_title5 { color:#006dba; font-size:24px; font-weight:bold; padding-left:5px; height:42px; line-height:42px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon5.png) left no-repeat; padding-left: 45px;}
.news span.more{float:right; color:#999;font-size:14px;font-weight:normal;}
.news .news_con {padding:5px; min-height:200px;}
.news .news_con li{ 	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;}
.news .news_con li{ color:#333;}
.news .news_con li span{	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;}
.imgscroll2_tpl	a {font-size:14px; }
	.rili { padding:0;}
.rili li{  border-bottom:1px #999 dotted; height: 72px; margin-bottom:10px;}
.rili li.rilinews { position: relative;}
.rili li.rilinews .news_time { float: left; width: 62px; height: 62px; text-align: center; position: absolute; top: 0; left: 0;}
.rili li.rilinews .news_time .news_year { line-height: 30px; font-size: 13px; color: #fff; background: #f9b243; border-top:0;}
.rili li.rilinews .news_time .news_days { font-size: 22px; color: #555; line-height: 32px; background: #fff; border:1px solid #f9b243;}
.rili li.rilinews .news_wz {padding: 0 0 10px;text-align: left;margin-left: 78px; margin-top:-20px; height:72px;}
.rili li.rilinews .news_title {line-height: 28px;font-size: 14px; border-bottom:none;}
.rili li.rilinews .news_title a {line-height: 28px;font-size: 14px; font-weight: normal; color:#222;}
.rili li.rilinews .news_summary {line-height: 20px;overflow: hidden;font-size: 12px;color: #8c8c8c;}
	.btn-link{ padding:15px; width:100%;}
	.btn-link li{ margin-top:15px; text-align:center;}

.links{margin-top:30px; width:100%; height:45px; line-height:45px; color:#184b8a;font-size:18px; background:#ddd; overflow: hidden;}
.links a{height:45px; line-height:45px; color:#333;font-size:16px; margin-left:15px;}
.links   .links_title{ float:left;}
 
.footer{ width:100%; height:160px; background-color:#184b8a; padding:20px;}	

.footer .copyright{ float: left;}
.footer  p{font-size:14px; color:#fff; line-height:28px; text-align:left; }
.footer .xiaoxun{background: url(../images/xiaoxun.png) no-repeat ;  float: right; width: 305px;height: 35px; margin-top: 30px;}
.path {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	margin-top: 15px;
	padding-left: 30px;
}
.path a {
	color: #6B3423;
}
.sidebar {
	min-height: 400px;
	background-color: #FFF;
	margin-top: 15px;
}
.sidebar .sidetit {
	background-color: #025ba1;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.sidebar .list-group {
	margin-top: 15px;
}
.sidebar .list-group .listname {
	line-height: 30px;
	color: #025ba1;
	border-bottom: #ddd solid 1px;
	text-align: left;
	padding: 0 20px 0 80px;
}
.sidebar .list-group .listname a {
	line-height: 30px;
	font-size: 16px;
	color: #025ba1;
	text-align: center;
	text-decoration: none;
}
.sidebar .list-group .listname a:hover {
	color: #FF7F00;
}
.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.listmain .listitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #025ba1;
	background-color: #FFF;
	margin-top: 15px;
}
.listmain .listitle .listit {/*width:108px;*/
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #025ba1;
	text-indent: 3px;
	white-space: nowrap;
	padding-left: 15px;
	font-size: 18px;
}
.listcon {
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content .maintitle {

	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #025ba1;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #6DB0EC;
}
.content .attributes {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 40px;
}
.content .article a {
	color: #00F;
}
.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}

.wp_article_list .list_item {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;}
