/*
* @Author: Administrator
* @Date:   2018-07-27 18:28:45
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-31 17:49:36
*/
.video{
	text-align: center;
	padding:160px 0 100px;
	border-bottom:1px solid #ccc;
	/* width:1190px; */
}
.video h3{
	font-size:36px;
	font-weight:300;
	color:#666;
}
.video p{
	font-size:20px;
	padding-bottom:40px;
	line-height: 64px;
	color:#999;
}
.video video{
	width:1190px;
}

/* video end */
.content{
	/* padding-bottom:100px; */
}
.content li{
	/* padding:100px 0; */
	border-bottom:1px solid #ccc;
}
.content .feture{
	padding-top:160px;
	padding-left:40px;
}
.content h5{
	font-size:36px;
	color:#222;
	padding-bottom:16px;
	font-weight:normal;
}

.content h6{
	font-size:20px;
	color:#666;
	font-weight:normal;
	padding-bottom:48px;
}
.content p{
	font-size:18px;
	color:#666;
	line-height:32px;
}
.content .picture{
	width: 595px;
	height: 595px;
	/* background-color: pink; */
}
.content .picture img:hover{
	width: 550px;
	height: 550px;
}
.content .last{
	border-bottom: none;
}
/* content end */
