﻿.info_main_wrap{ margin:0;}

/* 视频详情 */
.detail_box { margin-top:10px;}
.detail_box .location_title_bar{ width:1190px; background-color:#f9fafc; color:#888; padding-left:10px; height:28px; line-height:28px;}
.detail_box .location_title_bar a{color: inherit;}
.detail_box .location_title_bar a:hover{ color:#1f8ccd;}
.detail_box .play_video {margin:10px auto;}
.detail_box div.video_title{position:relative;}
.detail_box div.video_title h3{font-weight:bold;margin:15px 0 10px;font-size: 21px;}
.detail_box div.video_time{padding-left:0;padding-top: 10px;}
.detail_box div.video_time span{font-size: 14px;color: #666;}
.detail_box div.video_detail{padding-top: 15px;margin-bottom:35px;}
.detail_box div.video_detail span{font-size: 14px;color: #666;}
.detail_box div.video_detail .video_content{line-height:26px;font-size:14px;color: #666;margin-top:5px;}

.detail_box div.share_box_wrap{position:absolute;right:0;top:-6px;}
.detail_box div.share_box_wrap button{ margin-right:10px; border:none; background:white url(/uploads/image/wimg/share-btn-32-32.png) no-repeat;}
.detail_box div.share_box_wrap button.edit_btn_share{background-position:center center;width: 30px;height: 30px;background-size:30px;}
.detail_box div.share_box_wrap div.share_btn_wrap{ display:none; box-shadow:0 0 1px 2px #eee; width:180px; background-color:white; border:1px solid #b9b9b9; padding:10px 0; position:absolute; top:30px; left:-140px;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_title{ padding:0 10px; border-bottom:1px solid #ddd; font-size:16px; height:30px; line-height:30px;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_title span.close_btn{ cursor:pointer; display:inline-block; width:21px; height:21px; background:url(/uploads/image/wimg/bg_delete_single_21.png) left center no-repeat; float:right; vertical-align:bottom;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_item{ white-space:nowrap; margin:10px; text-align:center; border-bottom:1px dotted #ddd;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_item a{ margin-bottom:10px; cursor: pointer;display: inline-block;height: 22px;width: 30px; background: no-repeat;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_item a.weibo_item{ background-position:left 0;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_item a.qq_item{ background-position:left -30px; margin-left:15px;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_item a.weixin_item{ background-position:left -60px; margin-left:10px;}
.detail_box div.share_box_wrap div.share_btn_wrap div.share_tip{ padding:0 10px;}

/* 热播视频 */
.flash_box{height:450px;margin-top:25px;}
.flash_box .all_wrap{float:left;width:1200px;}
.flash_box ul {overflow:hidden;width:1200px;}
.flash_box ul li{float:left;margin-left:10px;margin-top:20px;width:290px;}
.flash_box ul li a{color:#333;}
.flash_box ul li a:hover{color:#1f8ccd;}
.flash_box ul li img { width: 275px;height: 150px;border-radius:10px;}
.flash_box ul li p { font-size:14px;padding-top:15px;width:275px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
