/****list_banner***/
/****left***/
.list_content_bg {
	background: #fafafa;
}
.list_content {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.leftlist {
	width: 200px;
	height: 780px;
	float: left;
	background: #fff;
	border: 1px solid #ebf0f4;
	border-top: none;
}
.leftlist h2 {
	background: #0079ca;
	height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}
.leftlist h2 span {
	font-size: 28px;
	line-height: 40px;
	padding-right: 5px;
}
    .leftlist ul li {
      
        border-bottom: #f3f3f3 solid 1px;
        margin: 0 auto;
        line-height: 43px;
        text-indent: 50px;
        /*text-align: center;*/
    }
.leftlist ul li span {
	/*background: url(../images/d.jpg) no-repeat left center;*/
	width: 4px;
	height: 14px;
	display: inline-table;
	margin-right: 15px;
}
.leftlist ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	line-height: 43px;
	
	
}
.leftlist ul li a.selected {
	color: #0079ca;
	background-color: #f0f0f0;
}
.leftlist ul li a:hover {
	background: #ececec;
	display: block;
	/*text-indent: 92px;*/
	border-left: 3px solid #0079ca;
	/*text-align: center;*/
}
/****right***/
.rightcontent {
	width: 970px;
	float: right;
	color: #555;
}
.rightcontent_t {
	height: 33px;
	border-bottom: #e0e0e0 1px solid;
	line-height: 33px;
	width: 100%;
}
.rightcontent_t h2 {
	font-weight: normal;
	font-size: 14px;
}
.rightcontent_t h2 span {
	color: #002f5d;
}
.rightcontent_t h2 a {
	color: #555555;
	margin-left: 5px;
	margin-right: 5px;
}
.listcontent h1, .listcontent h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0px 20px 0px;
	border: none;
	text-align: left;
}
.listcontent ul li {
	line-height: 40px;
	border-bottom: #b2b2b2 dotted 1px;
}
.rightcontent ul li a {
	color: #555555;
	font-size: 14px;
}
.rightcontent ul li a:hover {
	color: #026eb7;
}
.rightcontent ul li span {
	float: right;
	color: #999;
}
.pagecode {
	margin: 50px auto;
	width: 500px;
}
.pagecode a {
	border: #e0e0e0 solid 1px;
	padding: 7px 15px;
	background: #fff;
	color: #555555;
	font-size: 14px;
	margin-right: 3px;
}
.pagecode a:hover {
	background: #026dbb;
	color: #fff;
}
.listinfo h1 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 40px auto 0;
	padding-bottom: 10px;
}
.listinfo .datetime {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	margin-top: 9px;
	text-align: center;
	text-indent: 0;
}
.listinfo p {
	/* text-indent: 2em; */
	font-size: 14px;
	color: #555;
	line-height: 26px;
	margin: 20px auto;
}
.list_news {
	width: 1200px;
	margin: 20px auto;
	padding-bottom: 30px;
	color: #555;
	border: #e4e4e4 solid 1px;
}
.list_news h3 {
	height: 33px;
	background: #ececec;
	line-height: 33px;
	text-indent: 35px;
	width: 100%;
	position: relative;
	font-weight: normal;
	font-size: 14px;
}
.list_news h3 span {
	position: absolute;
	left: -1px;
	background: url(../images/title.jpg) no-repeat left center;
	top: -1px;
	height: 52px;
	width: 25px;
}
.list_news h1 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin-top: 70px;
}
.list_news .datetime {
	text-align: center;
	color: #888888;
	font-size: 12px;
	line-height: 30px;
	margin-top: 0;
}
.list_news p {
	text-indent: 2em;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	width: 95%;
	margin: 20px auto;
}
.list_news img {
	display: block;
	margin: 10px auto 20px;
}
.list_news p.last_next {
	line-height: 30px;
	height: 30px;
	margin: 0px;
}
.list_news p.last_next a {
	color: #0079ca;
	font-size: 13px;
}

#wp_pager {
	padding: 20px 0;
}

#wp_pager ul li {
	display: inline-block;
	padding: 8px 10px;
	margin: 0 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#wp_pager ul li:hover{
	background-color: #0079ca;
	color: #fff;
	border-color: #fff;
}
#wp_pager ul li:hover a span{
	color: #fff;
}
.column-subnav li a{

	display:block;
	width:100%;
	height:42px;
	line-height:48px;
	
	font-size:10px;
	border-bottom:1px solid #eee;
	color:#333;
 
}
.column-subnav li ul li a{
	padding-left:26px;
	
	color:#555;
	border-bottom:none; 
    



}

@media screen and (max-width: 1199px) {
	.list_content {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.leftlist{
		width: 16.667%;
	}
	.rightcontent{
		width: 83%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
}
@media screen and (max-width: 1024px) {
	.leftlist ul li{text-indent: 20px;}
	.leftlist ul li a{width: 100%}
}
@media screen and (max-width: 767px) {
	.leftlist {
		float: none;
		width: 100%;
		height: auto;
	}
	.rightcontent {
		float: none;
		width: 100%;
		padding: 0;
		
	}
}