.pic_wrap {
	max-width: 1920px;
	height: 300px;
	margin: 0 auto;
}
.pic img{
	width: 100%;
	height: 300px;
}
.news {
	width: 1200px;
	margin: 5px auto;
	overflow: hidden;
}
.news .news_left {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.news_left .news_items {
	float: left;
	width: 300px;
	text-align: center;
}
.news_items dt {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #005dd5;
}
.news_items dd {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #eee;
}
.news_items dd a {
	color: #333;
	display: block;
}
.news_items dd a:hover,
.news_items dd a.active {
	color: #fff;
	background-color: #405dcd;
}
.news .news_right {
	width: 870px;
	float: left;
	min-height: 800px;
}
.news_right .right_top {
	height:39px;
	line-height: 40px;
    width: 100%;
	border-bottom: 1px solid #ddd;
}
.news_right .right_top .title {
	font-size: 16px;
    height:38px; 
    display:inline-block;
    line-height:40px;
	color:#005dd5;
	border-bottom: 2px solid #005dd5;
}
.news_right .right_top .location {
    font-size: 14px;
	float: right;
    height:40px;
    line-height:40px;
}
.news_right .news_content {
	text-align: center;
}
.news_right .news_content h4 {
	margin-top:10px;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	color: #005dd5;
	text-align: center;
}
.news_right .news_content h6 {
	height:30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.news_right .news_content p {
	text-align: left;
	color: #333;
        text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
}
.news_right .news_content img {
	text-align: center;
}