body {
  background-color: #f0f0f0;
}
.section {

}
.video_content {
   min-height: 780px;
}
.video_part {
  width: 100%;
  padding: 0 15px;
}
.video_part li {
  width: 390px;
  height: 250px;
  position: relative;
  left: 0;
  top: 0;
  float: left;
  cursor: hand;
  cursor: pointer;
}
.video_part img {
  width: 100%;
  height: 100%;
}
.video_part .boxBg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #000;
}
.video_boxyy{
	height: 50px;
	width: 100%;
	 position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000;
}
.video_word{
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	bottom: 0px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 90%;
}
.video_part .playBtn {
  position: absolute;
  left: 40.25%;
  top: 34.8%;
  width: 19.50%;
  height: 30.4%;
  background: url("../images/news/video_start.png") no-repeat;
  background-size: contain;
}
.video_part .playBtn_start {
  background: url("../images/news/video_start_over.png") no-repeat;
  background-size: contain;
}


/*视频*/
    #mediaplayer {
    height: 450px;
    left: 50%;
    margin-left: -300px;
    margin-top: -225px;
    position: absolute;
    top: 50%;
    width: 600px;
    background-color: #ccc;
}
.playerBg {
    background-color: #000;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}
 .videoContainer {
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    display: none;
    z-index: 6000;
  }
  .videoContainer .close {
    height: 40px;
    position: absolute;
    top: -40px;
    right: -40px;
    margin-left: 260px;
   
    top: 60px\9;
    right: 20%\9;
    margin-left: 0px\9;
    
    *top: 60px;
    *right: 20%;
    *margin-left: 0px;
    
    width: 40px;
    background: url('../images/news/close.png') no-repeat center center;
}
.videoContainer .close:hover {
  background-color: #00968a;
}


@media screen and (max-width: 1200px) {
  .section { width: 90%; margin-left: 5%;}
  .video_part li {width: 33.3%;}
  .video_part img { width: 100%;}
}
@media (max-width: 992px) and (min-width: 768px) {
  .video_part li {width: 50%; height: auto;}
}
@media (max-width: 768px) {
  .video_part { padding: 0; padding-bottom: 20px;}
  .video_part li {width: 100%; height: auto;}
  /*标题*/
  .section { width: 90%; margin-left: 5%;}
  .video_boxyy{
  	height: 40px;
  }
  .video_word{
  	font-size: 14px;
  	height: 40px;
  	line-height: 40px;
  }
}
