/**
 * @Author: minihui
 * @Date:   2017-04-01-Sat-14-47-57
 * @Last modified by:   minihui
 * @Last modified time: 2017-04-01-Sat-16-42-58
 * @Copyright: Copyright © 2000 - 2017 XINHUANET.com　All Rights Reserved.
制作单位：新华网股份有限公司　　版权所有 新华网股份有限公司
 */
.panorama-list-cont {
	width: 626px;
	padding-top: 20px;
}
.panorama-list-cont-box {
	width: 273px;
	height: 236px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.list-headnews {
	height: 100px;
	overflow: hidden;
	line-height: 20px;
}
.list-headnews img {
	width: 145px;
	height: 99px;
	float: left;
	margin-right: 20px;
}
.list-headnews a {
	font-size: 14px;
	/*color: #808080;*/
	line-height: 20px;
}
.headnews-big{
	margin-top:10px;}
.headnews-big a {
	font-size: 16px;
}
.list-items {
	margin-top: 15px;
}
.list-items li {
	position: relative;
	line-height: 18px;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.list-items i {
	width: 3px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 8px;
}
.list-items a {
	color: #000;
}
.items-big li {
	font-size: 16px;
}
.video-list ul {
	width: 376px;
	height: 258px;
	margin-top:10px;
	overflow: hidden;
}
.video-list li {
	width: 168px;
	height: 108px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.video-list li:hover .video-list-cover {
	bottom: 0;
}
.video-list-img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.video-list-img img {
	width: 100%;
	height: 100%;
}
.video-list-btn {
	width: 20px;
	height: 20px;
	background-image: url(http://www.xinhuanet.com/english/special/chinaeurope-relations/static/imgs/video-playbtn.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	left: 10px;
    bottom: 10px;
}
.video-list-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.video-list-bg {
	width: 100%;
	height: 100%;
	background-color: #033a7d;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.video-list-tit {
	font-size: 16px;
	line-height: 20px;
	z-index: 2;
	position: relative;
	margin: 5px 10px 10px 10px;
}
.video-list-tit a {
	color: #fff;
}

