*{
    margin:0;
    padding:0;
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}
input {
    -webkit-user-select:auto; /*webkit浏览器*/
}

li{ list-style:none }
a{ text-decoration:none }
body{ background:#ebebeb; font-family:STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif }

/****************************************视频和音频地址****************************************/
.mediaSource {display:none}

/****************************************标题和时间****************************************/
.icswb-detail-header{ margin:4px 4% 16px 4%; color:black; padding-top:12px; padding-bottom:6px;
    border-bottom:1px solid #cccccc }
.icswb-detail-header .icswb-title{ font-size:22px; font-weight:bold; }
.icswb-detail-header .icswb-time{ font-size:14px; font-weight:500; margin-top:10px; color:#555555; position:relative}

.icswb-detail-header .icswb-time .icswb-size-control {position:absolute;right:0;bottom:-1px;font-size:16px;}


/****************************************内容****************************************/
.icswb-content{ padding:0 4%; font-size:18px; color:#444444; line-height:1.5em; font-weight:400; text-align:justify;}
.icswb-content img{ width:100%; display:block }
.icswb-content p{ margin-bottom:0.8em }
.icswb-content .imgDescription{ font-size:14px; margin-top:0.5em; color:#999999; line-height:1.3em }



/****************************************作者和来源****************************************/
.icswb-author{ padding:2% 4% 0 4%; font-size:14px; margin:20px 0; font-weight:500 }



/****************************************下载框和点赞按钮****************************************/
.icswb-download{ border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:3px;
    font-size:14px; color:#555555; margin:10px 0; background:#ffffff }
.icswb-download li{ color:#cccccc; display:inline-block; box-sizing:border-box; width:42%; text-align:center; }
.icswb-download li img{ height:40px; vertical-align:bottom; margin-bottom:6px; }
.icswb-download li hr{ width:1px; height:90%; margin-left:50% }


/****************************************评论****************************************/
.icswb-hot-comment{ border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:0 4%; margin:10px 0;
    background:#ffffff }
.icswb-hot-comment header{ color:red; border-left:4px solid red; text-indent:0.5em; font-size:16px;
    font-weight:500; margin:8px 0; }
.icswb-hot-comment .icswb-hot-comment-list{ margin:16px 0; border-bottom:1px solid #e5e5e5; font-size:16px }
.icswb-hot-comment .icswb-hot-comment-list:last-child{ border-bottom:none }
.icswb-hot-comment .icswb-hot-comment-list .icswb-comment-user-name{ color:#cccccc; margin:5px 0 }
.icswb-hot-comment .icswb-hot-comment-list .icswb-hot-comment-content{ color:#333333; margin:5px 0;
    font-weight:500; line-height:1.2em }
.icswb-hot-comment .icswb-more-comment{ text-align:center; color:red; display:block; padding:5px;
    border-radius:18px; border:1px solid red; width:26%; margin:10px auto }

/****************************************相关新闻****************************************/
.icswb-relative_news{ border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:0 4%; margin:10px 0;
    background:#ffffff; }
.icswb-relative_news header{ color:red; border-left:4px solid red; text-indent:0.5em; font-size:16px;
    font-weight:500; margin:8px 0; }
.icswb-relative_news .icswb-news-list-item{ padding:5px 0; position:relative }
.icswb-relative_news .icswb-news-item-line{ height:2px; color:#cfcfcf; border-bottom:1px solid #e5e5e5; margin-top:6px }
.icswb-news-list-item .icswb-item-left{ float:left; width:26% }
.icswb-news-list-item .icswb-item-left > a > img{ width:100%; max-height:70px; min-height:50px }
.icswb-news-list-item .icswb-item-right{ margin-left:28.5%; word-wrap:break-word; padding-top:2px }
.icswb-news-list-item .icswb-item-right .icswb-news-title{ color:#444; font-weight:500; display:block; line-height:1.2em }
.icswb-news-list-item .icswb-item-right .icswb-news-time{ position:absolute; bottom:16px; font-size:12px; color:#cccccc }
.icswb-news-list-item .icswb-item-right .icswb-news-time a{ color:#db2428; border:1px solid #db2428; font-size:12px;
    font-weight:500; border-radius:5px; padding:2px }
.icswb-news-list-item .icswb-item-right .icswb-news-time span{ vertical-align:middle; margin-left:0.5em }
@media screen and (max-width:330px){
    .icswb-news-list-item .icswb-item-right .icswb-news-title{ font-size:13px }
}

/****************************************右侧浮动按钮****************************************/
.side-buttons{ font-size:34px; position:fixed; right:-4px; top:50%; opacity:0.6 }
.side-button-not-show{ display:none }
.side-button-show{ display:block }
.side-buttons li{ margin-bottom:5px }
.newsVideo{ text-align:center; margin:10px 0; background-color:#000; }
.newsAudio{ text-align:center; margin:10px 0; }
/*******************************************全屏查看图片*********************************************/
.full-screen-warp-show{ z-index:9999; position:absolute; width:100%; }
.full-screen-warp-hide{ display:none; }
.full-screen-mask{ background:black; width:100%; height:100%; position:relative }
.full-screen-content{ position:absolute }
.full-screen-content > img{ width:100%; display:block; }
