@charset "UTF-8";

body{
	max-width:640px;
	margin:0 auto;
	background:#fff;
}
.container{
	width:100%;	
	font-size:14px;
	color:#666;
}
.top{
	width:100%;
	/*height:124px;*/
	position:relative;
}
.top h1{
	width:32px;
	height:32px;
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo/logo.png) no-repeat;
	background-size:32px 32px;
	overflow:hidden;
	position:absolute;
	left:13px;
	top:4px;
	text-indent:-99em;
}
.top img{
	width:100%;
	display:block;
}
.top h3{
	width:100%;
	height:30px;
	line-height:30px;
	color:#fff;
	text-indent:2em;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
	background:-webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background:-moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.live-box{
	padding:9px 0 0 13px;
	position:relative;
}
.live-box .main-title{
	width:55px;
	height:26px;
	overflow:hidden;
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo2/icon-main-title.png) no-repeat;
	text-indent:-99em;
	background-size:55px 26px;
	text-indent:-99em;
}
.live-date{
	margin-left:25px;
	padding-top:13px;
	border-left:1px solid #10ce84;
}
.live-date .date-title{
	background:#90c31f;
	height:25px;
	line-height:25px;
	color:#fff;
	text-indent:20px;
	font-size:1em;
	font-weight:normal;
}
.news-box{
	padding:8px 0;
}
.news-box .news-title{
	font-size:1em;
	font-weight:normal;
	padding-left:20px;
	position:relative;
	line-height:20px;
	position:relative;
}
.news-box .news-title i{
	position:absolute;
	top:4px;
	left:-6px;
	width:11px;
	height:11px;
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo2/icon-news-title.png) no-repeat;
	background-size:11px 11px;
}
.news-box .news-title strong{
	display:block;
	font-weight:bold;
}
.news-box .news-title span{
	position:absolute;
	width:60px;
	height:20px;
	line-height:20px;
	top:0;
	right:15px;
	font-size:0.8em;
	text-align:right;
}
.news-box .news-cont{
	border:1px dashed #ccc;
	border-radius:5px;
	margin:8px 15px 0;
	padding:8px 10px;
}
.news-box .news-cont p{
	line-height:1.5em;
	word-wrap:break-word;
}
.news-box .news-image{
	margin:8px 15px 0;
	text-align:center;
}
.news-box .news-image img{
	max-width:100%;
}
.news-box .news-image video{
	max-width:100%;
}
.share-box{
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo/icon-share.png) right top no-repeat;
	background-size:100px 17px;
	height:17px;
	margin:8px 15px 0;
	position:relative;
}
.share-box a{
	position:absolute;
	top:0;
	width:17px;
	height:17px;
}
.share-box a.weixin{
	right:83px;
}
.share-box a.sina{
	right:55px;
}
.share-box a.qqweibo{
	right:27px;
}
.share-box a.qq{
	right:0px;
}

/*评论*/
.comment-box{
	padding:8px 15px;
}
.comment-box h1{
	font-size:1.2em;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:2em;
}
.textarea p{
	line-height:1.5em;
	padding:8px 0 0 10px;
}
.textarea textarea{
	width:99%;
	height:70px;
	resize:none;
	border:1px dashed #ccc;
	border-radius:5px;
}
.textarea input[type=submit]{
	width:45px;
	height:20px;
	color:#666;
	background:#fff;
	border:1px dashed #ccc;
	border-radius:5px;
	margin:5px auto;
	display:block;
	cursor:pointer;
}
.hot-comment h3{
	font-size:1.2em;
	font-weight:normal;
	padding:0 0 15px 10px;
}
.comment-cont{
	background:#f5f4f4;
	border-radius:5px;
	padding:15px 10px 8px 10px;
	line-height:1.5em;
	position:relative;
}
.zan{
	position:absolute;
	right:1px;
	top:-12px;
	height:25px;
	padding:4px 0 0 12px;
}
.zan i{
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo/icon-zan.png) no-repeat;
	background-size:25px 25px;
	width:25px;
	height:25px;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
.zan span{
	background:#4a8937;
	color:#fff;
	font-size:12px;
	height:17px;
	line-height:17px;
	border-radius:4px;
	display:block;
	padding:0 10px 0 20px;
}
.comment-cont .name{
	color:#55bddd;
}
.comment-reply{
	position:relative;
	border-radius:5px;
	border:1px solid #ccc;
	padding:8px 10px 8px 10px;
	line-height:1.5em;
	margin-top:15px;
}
.comment-reply .arrow{
	position:absolute;
	left:10px;
	top:-12px;
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo/icon-reply.png) no-repeat;
	background-size:13px 11px;
	width:13px;
	height:11px;
}
.btn-reply{
	text-align:right;
}
.btn-reply a{
	color:#666;
	text-decoration:none;
	line-height:1.5em;
	display:block;
	padding:8px 0;
}
.comment-list .comment-cont-wrap{
	border-top:1px solid #6c6c6c;
	padding:25px 0 15px;
}
.live-box .comment{
	position:absolute;
	right:80px;
	top:9px;
	height:25px;
	line-height:25px;
	padding-left:26px;
	background:url(http://static.21jingji.com/image/mobile/zhuanti_zhibo/icon-comment.png) 0 3px no-repeat;
	background-size:23px 18px;
	font-size:12px;
	font-weight:normal;
}
.live-box .comment a{
	color:#666;
	text-decoration:none;
}
.live-box .zan{
	right:10px;
	top:9px;
}
.load-more{
	background:#90c31f;
	color:#fff;
	text-align:center;
	border-radius:5px;
	margin:15px;
	line-height:24px;
	font-size:0.8em;
}
.load-more a{
	color:#fff;
	display:block;
	text-decoration:none;
}
