﻿* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;/* background-color: yellowgreen; */
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
}                     /*清除浮动*/
.clear_1 {
	clear: both;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
.content {
	margin: 0 auto;
	width: 989px;  /*定宽居中*/
}
.nav_bar {
	height: 110px;
	margin-bottom: 0.2px;
}
.nav_bar img:nth-child(1) {
	height: 110px;
	width: 390px;
}
.nav_bar img:nth-child(2) {
	height: 110px;
	float: right;
}
.nav li {
	float: left;/* padding: 6px 28px;	 */
}
.nav li:hover {
	background: white;
	transition: all 0.3s;
}
/* .nav li:hover a{
	color: #0d5398;
} */
.nav li>a {
	font-size: 18px;
	color: white;
	cursor: default;
}
.nav {
	background-color: #0d5398;
	border-radius: 2px;
}
.nav ul {
*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #0d5398;
}
.nav ul:before, .nav ul:after {
	content: "";
	display: table;
}
.nav ul:after {
	clear: both;
}
.nav ul > li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	width: 123px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	color: #fff;/* border-left: 1px solid #595959; */
}
.nav a:hover, .nav li:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	cursor: pointer;
}
.nav li:hover>a {
	color: #000;
}
.nav li ul {
	background: #0d5398;
}
.nav li ul li>a {
	width: 160px;
}
.nav li ul a {
	border: none;/* color:#000; */
}
.nav li ul a:hover {
	background: #fff;
	cursor: pointer;
}
.nav li ul a:hover {
	background: #fff;
}
.nav ul > li:hover ul li {
	max-height: 100px;
}
.nav li ul {
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 1;
}
.nav li ul li {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 300ms ease;
	-moz-transition: max-height 300ms ease;
	-o-transition: max-height 300ms ease;
	transition: max-height 300ms ease;
}
.nav_picture {
	width: 989px;
	height: 250px;
}
.nav_picture img {
	width: 989px;
	height: 250px;
}
.nav_bottom {
	height: 30px;
	background-color: #bbbbbb;
	border-radius: 2px;
	position: relative;
}
.nav_bottom_input {
	position: absolute;
	left: 680px;
	height: 27px;
	width: 190px;
}
.nav_bottom_input>input {
	height: 30px;
	width: 170px;
	background-color: #0d5398;
	/* position: absolute;
	left: 700px; */
	color: white;
	font-size: 14px;
	font-family: '微软雅黑';
	outline: none;
	border-radius: 1px;
	border-style: none;
	padding-left: 3px;
}
.nav_bottom_input>input:focus {
	background-color: rgba(142, 33, 33, 0.7);
	transition: ease-in-out 0.3s;
}
.nav_bottom_button {
	position: absolute;
	right: 0;
	cursor: pointer;
}
.nav_bottom_button a {
	position: absolute;
	right: 0;
	top: -2px;
	cursor: pointer;
}
.nav_bottom_button a img {
	width: 30px;
	height: 30px;
}
.con {
	margin: 1px auto;
	width: 989px;
	padding-left: 2px;
	padding-right: 2px;
}
.announcement_demo {
	width: 240px;
	height: 266px;
}
.announcement {
	width: 240px;
	display: block;
	background: url('style_res/bg_announcement.png') no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.announcement h3 {
	line-height: 40px;
	position: relative;
}
.announcement>h3 a {
	color: #0d5398;
	font-size: 15px;
	line-height: 42px;
}
.announcement>h3 a:nth-child(1) {
	margin-left: 36px;
}
.announcement>h3 a:nth-child(2) {
	position: absolute;
	right: 30px;
}
.announcement ul {
	padding: 15px;
}
.announcement ul li {
	border-bottom: 1px dashed #bbbbbb;
	padding-left: 15px;
	position: relative;
	margin: 8px 0;
	width: 180px;
}
.announcement ul li a::before {
	content: url('style_res/bg_announcement_icon.png');
	position: relative;
	width: 2px;
	margin-right: 10px;
	display: inline-block;
}
.announcement ul li a {
	font-size: 14px;
	color: #333333;
	padding: 5px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.linked {
	width: 240px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-top: 18px;
}
.linked a img {
	width: 100%;
	margin-top: 5px;
}
.link-friend {
	background-color: #C8858C;
	margin-top: 7px;
	padding-top: 20px;
	padding-bottom: 26px;
}
.select-box {
	margin-top: 5px;
	display: inline;
}
.select-box span {
	font-size: 20px;
	color: #fff;
}
.link-friend>p {
	font-size: 20px;
	color: #fff;
}
/* .h200{
	height: 200px;
} */
.select-box select {
	height: 27px;
	width: 100px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline-style: none;
	background: url("style_res/down-circle.png") no-repeat scroll right center rgba(255,255,255,0.6);
	background-size: 18px 18px;
	background-position: 75px 5px;
}
.select-box select option {
	background-color: rgba(255,255,255,0.6) !important;
}
.news-title {
	width: 710px;
	padding-top: 8px;
	padding-right: 10px;
}
.news-title>h3 {
	color: #0d5398;
	font-size: 15px;
}
.news-title> .xian {
	padding-right: 10px;
	width: 710px;
	height: 4px;
	background-image: url("style_res/xian.png");
	background-size: cover;
	margin-top: 1px;
}
.pic {
	position: relative;
	width: 360px;
	height: 240px;
	overflow: hidden;
}
/* .pic_show{
	height:200px;
	background-color: #FFF0C7;
	overflow: hidden;
} */

.pic img {
	width: 360px;
	height: 240px;
}
.news-content {
	padding-top: 3px;
}
.news-content-2 {
	width: 720px;
	margin-top: 10px;
}
.news-con-right {
	margin-left: 20px;
}
.news-date {
	/*float: right;*/
	font-size: 15px;
	color: #333;
	position: absolute;
	right: 4px;
	top: 0px;
}
.news-list-box {
	width: 340px;
}
.news-list-box li span>img {
	width: 15px;
	height: 15px;
}
.news-list-box li {
	border-bottom: dashed 1px #333;
	margin-bottom: 7px;
	position: relative;
}
.news-list-box li>a {
	width: 235px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #333;
	display: inline-block;
}
.news-con-right li a {
	font-size: 15px;
	color: #333;
	width: 235px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
.news-con-right li {
	border-bottom: dashed 1px #333;
	margin-bottom: 7px;
}
.list-2 span {
	color: #0d5398;
}
.list-2 {
	width: 340px;
	margin-left: 10px;
	height: 228px;
}
.news-title-list {
	width: 330px;/* padding-top: 8px;
	padding-right: 10px; */
}
.news-title-list>h3 {
	color:#0d5398;
	font-size: 15px;
}
.news-title-list> .xian-list {
	padding-right: 10px;
	width: 330px;
	height: 4px;
	background-image: url("style_res/xian.png");
	background-size: cover;
	margin-top: 1px;
}
.news-box {
	margin-top: 10px;
}
.news-title-list>h3>a {
	color: #0d5398;
	float: right;
}
.footer {
	height: 80px;
	background-color: #0d5398;
	padding-top: 10px;
}
.footer p {
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.footer p>a {
	color: white;
}
/* 下面是list和content页面的css*/
.list-title h1 span {
	font-size: 16px;
	color: #0d5398;
}
.list-title h1 span a {
	color: #0d5398;
}
.list-title>h1 {
	border-bottom: 1px solid #0d5398;
	margin-top: 10px;
	margin-bottom: 40px;
}
.list-list-title {
	border-bottom: 1px solid #0d5398;
	width: 230px;
}
.list-list {
	min-height: 800px;
}
.list-left {
	width: 230px;
}
.list-list-title i, .list-list-title_right i {
	color: #0d5398;
	font-size: 20px;
}
.list-list-title a, .list-list-title_right a {
	color: #0d5398;
	font-size: 16px;
}
.list-list-list a {
	width: 230px !important;
	height: 55px;
}
.list-list-list ul li a {
	line-height: 55px;
	height: 55px;
	font-size: 16px;
	text-align: center;
	width: 230px !important;
	color: #0d5398;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-list-list ul li a:hover {
	background: #F2F2F2;
}
.list-list-title_right {
	border-bottom: 1px solid #0d5398;
	width: 700px;
}
.list-a li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 35px;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
}
.list-a li a, .list-a li span {
	color: #0d5398;
}
.list-a span {
	float: right;
	position: absolute;
	right: 20px;
}
.list-page {
	text-align: center;
	margin: 10px;
	font-family: '宋体';
}
.list-page a {
	background: #fff;
	margin: 0px 1px;
	padding: 4px 6px;
	border: 1px solid #8B0000;
	color: #333;
	font-family: '宋体';
}
.list-page li {
	display: inline;
}
.list-content-title {
	width: 700px;
	text-align: center;
}
.list-content-title .title {
	font-size: 22px;
	width: 700px;
	text-align: center;
	color: #000;
}
.list-contect {
	width: 700px;
	color: #333;
}
.list-contect pre {
	white-space: normal;
}
.active {
	background: #f2f2f2;
}



.banner {width:360px; height:240px;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.selected2,.parent2 {
    background: #f2f2f2 !important;
}
.wp_entry {padding-top:30px; width:700px;}


.wp_articlecontent img {max-width:700px; _width:expression(this.width > 700 ? "700px" : this.width); }  













