* {
	margin: 0;
	padding: 0;
}

body {
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}
.topheader {
	height: 32px;
	text-align: center;
	margin-bottom: 15px;
}

.top_nav {
	width: 1000px;
	height: 32px;
	font-size: 14px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ysp_logo{
	width: 1000px;
	height: 91px;
	margin:0 auto;
}
.ysp_logo img{
	display: block;
	float: left;
}
.ysp_logo .hot_video{
	float: left;
	text-align: right;
	width: 900px;
	margin-left: -100px;
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
	padding: 0 50px 10px 0;
	margin-top: 46px;
	font-size: 14px;
}
.hot_video a{
	margin-left: 30px;
	color: #2c69ab;
}
.ysp_list_title{
	width: 100%;
	height: 213px;
	background: url(/uploads/image/pzcimg/ysp_title_bg.jpg) center no-repeat;
	color: #ffffff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	letter-spacing: 10px;
	font-size: 45px;
	text-shadow:5px 5px 10px #000000;
	margin-top: 30px;
}
.ysp_container{
	background-color: #ebebeb;
}
.ysp_list_box{
	box-sizing: border-box;
	width: 1030px;
	padding: 15px 15px 35px;
	margin: 0 auto;
	background-color: #ffffff;
}

.video_li{
	width: 238px;
	margin-top: 10px;
}
.video_img{
	position: relative;
}
.video_img img{
	display: block;
	width: 238px;
	height: 134px;
}
.video_tl{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
	bottom: 0;
	left: 0;
	padding: 0 10px;
}
.v_tl{
	float: left;
}
.v_long{
	float: right;
}
.video_sub{
	border: 1px #ccc solid;
	padding: 10px;
	font-size: 14px;
}
.box_list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ysp_list_bottom{
	width: 1070px;
	margin: 0 auto;
}
.more{
	float: right;
	color: #787878;
	font-size: 22px;
}
.more span{
	font-family: 宋体;
	color: #000000;
	font-weight: bold;
}