.list {
	width: 100%;
	background: #fff;
	height: auto;
	overflow: hidden;
	min-height: 600px;
	margin-top: 0;
}
.wp-inner {
	width: 1280px;
	height: auto;
	overflow: hidden;
	min-height: 600px;
	padding-top: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 10px #ccc;/*左右两边的阴影*/
	margin: 0 auto;
}
.wp-img {width: 260px;height: 180px;}
.wp-img img{width: 260px;height: 180px;margin-top: 5px;margin-left: 5px;}
.wp-column-menu {
	width: 270px;
	float: left;
	height: 600px;
	background:linear-gradient(to bottom,#60b7df,#d7ecf7);/*颜色渐变*/
}
.column-head {
	width: 220px;
	height: 45px;
	/*background: #2c9bd2;*/
	line-height: 24px;
	margin-left: 18px;
}
.column-anchor {
	line-height: 45px;
	text-align: center;	
}
h3 a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.column-body {
	margin-top: 0px;
	margin-left: 18px;
	width: 220px;
	height: auto;
	overflow: hidden;
}
.column-body ul {
	list-style: none;
}
.column-body ul li {
	width: 220px;
	height: 43px;
	line-height: 43px;
	/*width: 100%;*/
	vertical-align: bottom;
}
.column-body ul li .selected {font-size: 24px;margin-top: 20px;color: #000;}
.column-body li a {
	text-align: center;
	color: #2C9BD2;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	text-decoration: none;
}
/*.column-body ul li:hover {
	background: #5988a6;
}*/
.column-body ul li a:hover {
	color: #333;
}
.wp-news {
	/*margin: 0 auto;*/
	float: right;
	width: 950px;
	height: auto;
	overflow: hidden;
	/*padding-left: 30px;*/
	margin-right: 30px;
	/*margin-top: -180px;*/
}
.wp-news .news-box {
	margin: 0 6px;
}
.li-head {
	margin-top: 15px;
	padding: 10px 0;
	border-bottom: 2px solid #e5e5e5;
}
.list-meta {
	margin-top: -20px;
}
.clearfix {
	display: block;
}
h2 {
	font-size: 22px;
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	color: #555;
}
.wp-news .path {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
}
.wp-news .path a {
	color: #454545;
	text-decoration: none;
}
.wp-news .column-news-con {
	padding: 10px 0;
	margin-top: 20px;
}
.wp-news .column-news-con ul {
	
}
.wp-news .column-news-con ul>li{
	list-style: square;
	height: 50px;
	width: 920px;
	margin-left: 20px;
}
.wp-news .column-news-con ul li a {
	color: #000;
	line-height: 50px;
	display: inline-flex;
        width: 750px;
        white-space: nowrap;
        overflow: hidden;
}
.wp-news .column-news-con ul li p {
	float: right;
	line-height: 50px;
}