#floor1{
	width: 1154px;
	margin: 0 auto;
}
#con_title {
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #cc0001;
	margin: 0 0 10px 0;
}

.con_title {
	width: 160px;
	height: 48px;
	float: left;
	background: #f0efef;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	margin-right: 15px;
	font-size: 18px;
	color: #cc0001;
	line-height: 48px;
	text-indent: 62px;
	display: block;
}

.con_title.active {
	background: #cc0001;
	color: #fff;
}

.title_icon {
	height: 21px;
	position: absolute;
	top: 15px;
	left: 25px;
}

.more_news {
	font-size: 18px;
	line-height: 48px;
	float: right;
	color: #cc0001;
	margin-right: 20px;
}

.more_news img{
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.pic_news{
	width: 100%;
	height: 400px;
	display: none;
}

.pic_news.active{
	display: block;
}

.pic_news_left {
	width: 545px;
	height: 371px;
	border: 1px solid #d2d2d2;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.pic_news_left img {
	width: 524px;
	height: 312px;
	display: block;
}

.pic_news_left p {
	height: 30px;
	color: #444444;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.pic_news_left:hover p{
	color: #ea5455;
}

.pic_news_right {
	width: 288px;
	height: 179px;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0 0 13px 14px;
	box-sizing: border-box;
	padding: 8px;
	display: block;
}

.pic_news_right img {
	width: 270px;
	height: 140px;
	display: block;
}

.pic_news_right p {
	height: 28px;
	font-size: 14px;
	color: #444444;
	text-align: center;
	line-height: 28px;
}

.pic_news_right:hover p{
	color: #ea5455;
}

#news_lists{
    width: 1194px;
    margin-left: 10px;
    overflow: hidden;
}
.list_with_point{
	width: 100%;
	height:39px;
	line-height: 39px;
}

.news_list_card{
	width: 560px;
	height: 241px;
	margin-right: 37px;
	float: left;
}

.title_white_icon{
	top: 8px;
}

.title_white_warp{
	height: 50px;
	width: 100%;
}

.news_list{
	width: 565px;
	height: 200px;
	display: none;
}
.news_list.active{
	display: block;
}
