.video-windows {
	height: 540px;
	background: #2c1f37 url(../img/videoBg.png) no-repeat center center;
}


.hotlink {
	line-height: 55px;
	color: #FFFFFF;

}

.hotlink a {
	color: #FFFFFF;
}

.video-l {
	background: url(../img/markBg2.png) repeat;
	margin-bottom: 6px;
	padding: 20px;
	color: #FFFFFF;
	height: 390px;
	overflow: hidden;
}
.video-l h1 {font-size: 22px; font-weight: 500;    color: #e8e8e8;     margin-bottom: 0px; }
.video-l span {color: #666666; line-height: 35PX;}
.video-l p{    color: #949fab; margin-top: 10PX;}
.video {
	width: 770px;
	height: 430px;
}
.video-alt {
margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
}
.video-tag {margin-top: 20px;     color: #476c9d;}
.video-tag a{    color: #476c9d; }

.i-video{float: left; border: 0px; margin: 10px; width: 265px;}
.play { height: 166px;}

.v-tit{line-height: 35PX; margin-top: 40PX; font-size: 20PX;}
.v-tit em{color: #ff890b; font-weight: 900;}


/* for 980px or less*/
@media screen and (max-width: 980px) {

.video-windows {
    width: 100%;
        height: inherit;
   background: none;
}
.video-l { background: none;     height: inherit;}

.video-l h1 {
color: #333333;

}
.video-l p {
    color: #333;

}
.video-alt {
    max-height: none;
}
.hotlink {
display: none;
}
.ml.fl {
    width: 100%;
}

.video {
    width: 100%;
    height: 240px;
    
}
.i-video {
  width: 45%;
  margin: 2.5%;
}
.play {
    height: 118px;
    background: none;
}
.v-tit {

    padding-left: 10px;
}


}