@charset "utf-8";
/**
 * create time 2016年10月31日14:34:57;
 * 高端访谈
 */
body{
	font-family: "微软雅黑","Microsoft Yahei",arial, helvetica, sans-serif;
}
.fc9{
	color: #999;
}
/*头部标题及其他部分*/
.art-tit-layout{
    margin-bottom: 25px;
    padding:10px 0 25px 0;
    border-bottom: 1px solid #e4e4e4;
}
.art-tit-layout h1{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
}
.art-tit-layout .author{
	color: #004276;
}
.art-tit-layout .time{
	color: #999;
}
.art-tit-layout .tag{
	display: inline-block;
	margin-right: 5px;
	padding: 2px 10px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	color: #aaa;
}
.art-tit-layout .tag:hover,.art-collect:hover,.art-collected:hover{
	border-color: #c00;
	color: #c00;
	text-decoration: none;
}
.art-icon{
	display: inline-block;
	margin: -1px 2px 0 0;
	vertical-align: middle;
	background: url(../images/art-icons.png);
	width: 15px;
	height: 15px;
}
.art-replyed{
	background-position: -15px 0;
}
.art-coll{
	margin-top: -6px;
	background-position: 0 -30px;
}
.art-colled{
	background-position: -15px -30px;
}
.art-like{
	margin-top: -6px;
	background-position: 0 -15px;
}
.art-likeed{
	background-position: -15px -15px;
}
.art-tit-layout .ext .r{
	float: right;
	line-height: 24px;
}
.art-tit-layout .r .fc9{
	display: inline-block;
	width: 56px;
	cursor: pointer;
}
/*主要内容*/
.art-main-layout{
	float: left;
	margin-right: 30px;
	width: 670px;
}
/*右侧边*/
.art-aside-layout{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 50px;
}
.art-collect,.art-collected{
	display: inline-block;
	width: 80px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
	color: #555;
	visibility: hidden;
}
.art-collected{
	background-color: #f9f9f9;
	color: #999;
	text-decoration: none;
}
.art-like-up{
	display: block;
	margin: 10px auto 30px;
	width: 80px;
	padding-top: 50px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: url(../images/art-like-up.png);
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.art-like-up:hover{
	opacity: 1;
	filter:alpha(opacity=100);
	color: #fff;
	text-decoration: none;
}
.art-like-u{
	text-align: center;
	margin-bottom: 30px;
}
.art-like-u li{
	overflow: hidden;
	display: inline-block;
	margin: 0 4px;
	line-height: 29px;
	color: #999;
}
.art-like-u img{
	float: left;
	width: 29px;
	height: 29px;
	border-radius: 29px;
}
/*相关内容*/
.art-about-art{
	border-top: 1px solid #e4e4e4;
}
.art-about-art .hb{
	padding: 25px 0;
	font-size: 16px;
	line-height: 34px;
}
.art-about-art .hb ul{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.art-about-art .hb li{
	margin-right: 15px;
	float: left;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 12px;
	background-color: #f2f2f2;
	line-height: normal;
	cursor: pointer;
}
.art-about-art .hb .on{
	background-color: #d22222;
	color: #fff;
}
.art-about-art .bb{
	overflow: hidden;
	padding: 10px 15px;
	background-color: #f9f9f9;
	font-size: 14px;
}
.art-about-art .bb li{
	float: left;
	width: 50%;
	height: 60px;
	margin: 10px 0;
}
.art-about-art img{
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
.art-about-art .desc{
	display: -webkit-box;
	overflow: hidden;
	height: 42px;
	margin: 10px 15px 0 0;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.art-about-art .bb a:hover{
	text-decoration: none;
}

.art-main-pannel{
	margin-top: 50px;
	border-top: 1px solid #e4e4e4;
}
.art-main-pannel .hd{
	font-size: 16px;
	line-height: 70px;
	border-bottom: none;
}
.art-main-pannel .btn{
	width: 90px;
	font-size: 14px;
}


.art-main-deliver textarea{
	margin-bottom: 5px;
	width: 648px;
	padding: 8px 10px;
	resize: none;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	transition: all .3s;
}
.art-main-reply dd{
	border-top: 1px dashed #e4e4e4;
	padding: 20px 0;
}
.art-main-reply img{
	float: left;
	margin-right: 15px;
	width: 35px;
	height: 35px;
	border-radius: 35px;
}
.art-main-reply .ext{
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
}
.art-main-reply .name{
	color: #004276;
}
.art-main-reply .time{
	margin-right: 20px;
	color: #999;
}
.art-main-reply .icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	background: url(//www.elecfans.com/skin-2014/images/c-img.png) 0 -304px;
}
.art-main-reply a:hover .icon{
	background-position: 0 -272px;
}
.art-main-reply-pop{
	display: none;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.art-main-reply-pop .place{
	position: absolute;
	top: 8px;
	left: 10px;
	color: #666;
	z-index: -1;
}
.art-main-reply-pop .name{
	color: #004276;
}
.art-main-reply-pop textarea{
	display: block;
	margin-bottom: 10px;
	padding: 8px 10px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	resize: none;
	background-color: transparent;
	transition: all .3s;
}
textarea.reply-empty-err{
    background-color: #FFF2F2;
    border-color: #FFB4B4;
}
.load-more-comment{
	display: block;
	width: 84px;
	margin: 0 auto;
	font-size: 14px;
}

/*侧边内容*/

.art-aside-layout .hd{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	border-bottom: none;
}
.art-aside-layout .zjhd{
	font-weight: 400;
	color: #666;
}
.art-aside-brief{
}
.art-aside-brief .desc{
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}
.art-aside-brief img{
	float: left;
	margin-right: 20px;
	width: 57px;
	height: 57px;
	border-radius: 57px;
}
.art-aside-brief .u-ext{
	overflow: hidden;
	zoom: 1;
	color: #666;
}
.art-aside-brief .u-name{
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.art-aside-brief .fcblue{
	color: #004276;
}
.art-aside-brief .rss,.art-aside-brief .rssed{
	margin-top: 15px;
	visibility: hidden;
	display: inline-block;
	border: 1px solid #c00;
	background-color: #c00;
	width: 80px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.art-aside-brief .rss:hover{
	text-decoration: none;
	background-color: #b00;
}
.art-aside-brief .rssed{
	background-color: #f9f9f9;
	color: #999;
	border: 1px solid #e4e4e4;
	text-decoration: none;
}
.art-aside-brief .rssed:hover{
	background-color: #fcfcfc;
}
.art-aside-hot{
	margin-top: 25px;
}
.art-aside-hot dt{
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.art-aside-hot dt a{
	display: block;
}
.art-aside-hot dt img{
	margin-top: 10px;
	width: 100%;
}
.art-aside-hot dd{
	margin-bottom: 12px;
}
.art-aside-hot a{
	font-size: 14px;
	display: inline-block;
	margin-bottom: 8px;
	color: #333;
}
.art-aside-hot a:hover{
	text-decoration: none;
	color: #d22222;
}
.art-aside-hot .ext{
	color: #999;
}
.art-aside-hot .tag{
	float: left;
	margin: 0 10px 15px 0;
	padding: 8px 20px;
	background-color: #f2f2f2;
	color: #666;
	border-radius: 20px;
	font-size: 12px;
}
.art-aside-hot .tag:hover{
	text-decoration: none;
	background-color: #d22222;
	color: #fff;
}

/*
主要内容

.art-share-layout{
	margin-top: 50px;
	line-height: 32px;
}
.art-share-layout .fb{
	color: #999;
}
.art-main-pannel{
	margin-top: 50px;
	border-top: 1px solid #e4e4e4;
}
.art-main-pannel .hd{
	font-size: 16px;
	line-height: 70px;
	border-bottom: none;
}
.art-main-pannel .btn{
	width: 90px;
	font-size: 14px;
}
.art-main-like{
	font-size: 14px;
}
.art-main-like dd{
	margin-bottom: 10px;
}
.art-main-like .ext{
	margin-left: 25px;
	font-size: 12px;
	color: #999;
}
右侧边
.art-aside-dir{
	margin-top: 10px;
	width: 260px;
	top: 0;
}
.art-aside-dir a{
	display: block;
	line-height: 34px;
	border-left: 2px solid #e4e4e4;
	text-indent: 15px;
	transition: all .2s;
}
.art-aside-dir .on,.art-aside-dir a:hover{
	border-left-color: #c00;
	background-color: #f9f9f9;
	text-decoration: none;
	color: #666;
}
.art-aside-fixed{
	position: fixed;
} */

/*重置文章内容样式标签*/
.art-main-cont{
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.art-main-cont p{
	line-height: 26px;
}
.art-main-cont img{
	height: auto;
	width: auto;
	max-width: 100%;
}
.art-main-cont em{
	font-style: italic;
}
.art-main-cont h1, .art-main-cont h2, .art-main-cont h3, .art-main-cont h4, .art-main-cont h5, .art-main-cont h6{
	font-weight: 700;
	font-size: initial;

}
.art-main-cont li{
	list-style: initial;
	line-height: 26px;
}

.article-pagn{
	padding-top: 10px; text-align: center;
}