.new-list{
	width: 900px;
	height: auto;
	margin: 40px auto 60px;
	border-radius:  15px;
	border: 1px solid #dcdcdc;
	padding-bottom: 70px; 
}

.new-list-title{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	font-size: 22px;
	background: -webkit-linear-gradient(#fbfbfb,#ececec);
        background: linear-gradient(#fbfbfb,#ececec);
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 0px 2px 5px #f5f5f5;
}
.new-list-box{
	width: 840px;
	height: auto;
	margin: 10px auto 0;
	padding-bottom: 30px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px dashed #000;
}
.new-title{
	line-height: 60px;
	font-size: 22px;
	width: 600px;
	float: left;
}
.new-title a{
	color: #333;
}
.new-time{
	width: 600px;
	line-height: 30px;
	color: #999;
	float: left;
	text-indent: 1em;
}
.new-text{
	line-height: 30px;
	width: 600px;
	float: left;
}
.new-text a{
	color: #84a2d0;
}
.new-img{
	width: 220px;
	height: 165px;
	margin-top: -77px; 
	float: right;
}
.video-list{
	width: 1132px;
	height: auto;
	overflow: hidden;
	margin: 30px auto 60px;
}
.video-one{
	width: 670px;
	height: 380px;
	margin: 0 auto;
	background-color: #f0f0f0;
}
.video-two{
	width: 1132px;
	height: auto;
	overflow: hidden;
	margin-left: -6px;
	padding-top:  50px;
}
.video-two>ul>li{
	float: left;
    width: 176px;
    height: 167px;
    margin: 6px 6px ;
    background-color: #f0f0f0;
}

.new-box{
	width: 700px;
	height: auto;
	overflow: hidden;
	padding: 10px 50px 50px;
	margin: 40px auto 60px;
	border: 1px solid #d0d0d0;
	border-radius: 20px;
}
.new-box-title{
	line-height: 60px;
	font-size: 25px;
}
.new-box-time{
	margin:10px 0;
	float: right;
	color: #999;
}
.new-box-text{
	float: left;
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
	margin: 0 0 10px 0; 
}
.new-box img{
	margin: 10px 0 20px 0;
}
.new-box-text p{
	width: 600px;
	display: block;
	line-height: 30px;
	text-align: center;
}
.new-box-text span{
	font-size: 18px;
	color:red;
}