@charset "utf-8";
/* CSS Document */
body{font-family:'Helvetica Neue',Helvetica,sans-serif; background-color:#ebedf0; position:relative;}
*{padding:0; margin:0;}
a{text-decoration:none;}
a:focus{outline:none;}
i,em{font-style:normal;}
img{border:0 none;}
input,button,select,textarea{outline:none;}
.live_main{
	margin-top: 55px;
	}
.live_box {
    width: 96%;
    padding-top: 3%;
    background: #fff;
    margin: 0 auto 4% auto;
    border-radius: 8px;
}
.live_img {
    width: 95%;
    height: auto;
    margin: 0 auto;
	
}
.live_img img{
	border-radius:8px;
}
.live_tit {
    width: 95%;
    height: 70px;
    margin: 0 auto;
    color: #333;
}
.live_tit span {
    width: 100%;
    height: auto;
    line-height: 0.7rem;
    padding-top: 2%;
    text-align: justify;
    float: left;
    font-size: 17px;
}
.live_date_box{
    font-size: 14px;
    color: #333;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.live_date {
    line-height: 32px;
    color: #999;
    float: right;
}
.live_time{
	line-height: 32px;
    color: #999;
    float: right;
	margin-left: 0.6rem;
	}
.live_date_box img {
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.15rem;
    width: 0.5rem;
}
.live_now{
    width: 95%;
    height:0rem;
    margin: 0 auto;
}
.live_now img {
    position: relative;
    width: 2.2rem;
}
.live_playback{
    width: 95%;
    height:0rem;
    margin: 0 auto;
}
.live_playback img{
	position:relative;
	width: 6rem;
	}

