.content_box{
	width: 100%;
	margin-top: 20px;
}
.content_box .content_con{
	width: 1200px;
	margin:0 auto;
}
.content_box .content_con .sousuo_box{
	width: 532px;
	height: 62px;
	background: url(../img/bg_ss.png);
	margin:60px auto 0;
}
.content_box .content_con .sousuo_box input{
	width: 440px;
	height: 62px;
	margin-left: 80px;
	border:0;
	background: 0;
	line-height: 62px;
	color: #3B3B3B;
	font-size: 20px;
	outline: 0;
}
.content_box .content_con .news_list{
	width: 1200px;
	display: block;
	margin-top: 30px;
}
.content_box .content_con .news_list li{
	width: 1200px;
	display: block;
	line-height: 60px;
	border-bottom: dotted 1px #666666;
	font-size: 20px;
	color: #666666;
}
.content_box .content_con .news_list li:hover{
	font-weight: bold;
}
.content_box .content_con .news_list li .txt_title{
	width: 960px;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.content_box .content_con .news_list li .txt_date{
	font-size: 18px;
}