@charset "utf-8";
@import url("common.css");
.graybg{
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:0.75;
	filter:alpha(opacity=75);
	z-index:99;
 	display:none;
}
.pasm_intro5,.news_intro5{
	background:#333;
	padding:10px 10px 0 10px;
}
.video_file{
	min-height:300px;
	width:666px;
	height:auto;
	position:absolute;
	left:50%;
	top:15%;
	margin-left:-333px;
	z-index:100;
 	display:none;
}
.video_file video{
	text-align:center;
}
.video_file img{
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
}
.video_file video{
	width:100%;
	height:auto;
	cursor:pointer;
}
.video_area{
	float:left;
	width:420px;
	padding:35px 0;
}
.news_area{
	float:right;
	width:550px;
	padding-top:35px;
}
.video_area .title,.news_area .title{
	color: #444444;
    font-size:20px;
}
.video_area .video_img{
	margin:10px 0;
	position:relative;
	cursor:pointer;
}
.video_area .video_img .img{
	width:100%;
}
.video_area .video_img .play{
	position:absolute;
	left:160px;
	top:70px;
}
.video_area .desc{
	color: #6e6969;
    font-size: 14px;
    line-height: 1.5em;
}
.clearfix:after{
	display:block;
	clear:both;
	content:"";
}
.news_area .section{
	border-top:1px solid #d1d1d1;
	margin:10px 0 20px 0;
	clear:both;
	position:relative;
}
.news_area .section .caption{
	color: #333332;
    font-size: 18px;
    padding:10px;
}
/*.news_area .section .img{
	float:left;
	width:190px;
	position:relative;
}
.news_area .section .img a{
	display:block;
	width:190px;
}
.news_area .section .img img{
	width:100%;
}
.news_area .section .img .play{
	position:absolute;
	left:75px;
	top:38px;
	width:50px;
	height:50px;
}*/
.news_area .section .desc{
	/*float:right;*/
	margin:5px 0;
	/*width:350px;*/
	color: #656565;
    font-size: 14px;
    line-height:1.5em;
}
.news_area .section .desc span{
    color: #333332;
    font-size:18px;
}
.news_area .section .more{
	position:absolute;
	right:5px;
	bottom:0;
}
.news_area .section a:hover{
	color:#66cbf2;
	text-decoration:none;
}
.news_area .news_video{
	margin-top:10px;
}
.news_area .news_video img{
	width:270px;
}