.article-source{font-size:18px}
.article-list ul li dl dd span{font-size:12px}
.download-btn{color:#fff;background-color:rgb(107, 160, 232);border-color:rgb(107, 160, 232)}
.download-btn:focus,
.download-btn:hover{color:#fff;background-color:orange;border-color:rgb(107, 160, 232)}
.sub-article-item,
.top-article-item{position:relative}
.sub-article-item{margin-top:15px;border-bottom: 1px solid rgb(230, 232, 235);}
.top-article-item a{width:100%;height:260px;display:inline-block;overflow:hidden}
.sub-article-item a{width:100%;height:140px;display:inline-block;overflow:hidden}
.top-article-item h4{height:35px;width:750px;line-height:35px;width:100%}
.sub-article-item h6,.top-article-item h4{position:absolute;bottom:0;color:#fff;background-color:rgba(0,0,0,.58);margin:0 30px 0 0;width: 100%;}
.sub-article-item h6{width:229.98px;line-height:20px;font-size:14px;width: 100%;}
.sub-article-item img{height:150px}
.article-content h3{font-size:22px;color:#404040}
.article-content h3:hover{color:rgb(107, 160, 232)}
.article-content span{font-size:13px;color:#999}
.article-content p {font-size: 14px;color: rgb(153, 153, 153);}
.article-content .head{width:24px}
.article-cover{height:140px;overflow:hidden}
.pager li>a{border:1px solid #2db6f4;color:#2db6f4}
.pager .disabled>span{border:1px solid #ddd}
.activity-area,.hot-article-area,.resource-area{border-top:2px solid rgb(107, 160, 232)}
.activity-area h5,.hot-article-area h5,
.resource-area h5{height:35px;line-height:35px;border-bottom:1px dashed #d4d4d4}
.hot-article-area dl a{color:#666;font-size:15px;font-weight:400}
.hot-article-area a:hover{color:rgb(107, 160, 232)}
.top-num{display:inline-block;border:1px solid #666;color:#000;border-radius:50%;width:21px;height:21px;line-height:21px;text-align:center}
.text-index-25{text-indent:25px}
.hot-article-area img{margin:auto}
.activity-area li a{font-size:15px;color:#404040;font-weight:700}
.activity-area li a:hover{color:rgb(107, 160, 232)}
.activity-area .icon-venue,.icon-time{color:#2de6f4}
.advert-4 img{margin:auto}.resource-area dl a{color:#666;font-size:15px;font-weight:400}
.resource-area dl a:hover{color:#009acd}
.article-detail-head{border-bottom:1px solid #d4d4d4;padding-bottom:10px;margin-bottom:20px}
.article-detail-head img{width:24px}
.text-advert-bottom,.text-advert-top{border:1px solid #d4d4d4}
.text-advert-bottom{margin-top:20px}
.bd-search{margin-bottom:20px}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 20px;
	margin-bottom:10px;
	width: 0%;
	min-width: 60px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid rgb(107, 160, 232);
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	font-family: inherit;
	font-size: 15px;
	padding-left:5px;
	
}



.sb-search-input::-webkit-input-placeholder {
	
}

.sb-search-input:-moz-placeholder {
	
}

.sb-search-input::-moz-placeholder {
	
}

.sb-search-input:-ms-input-placeholder {
	
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
}

.sb-icon-search {
	color: #fff;
	background: #e67e22;
	font-size: 20px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
	padding-bottom:50px;
	vertical-align:middle;
 	 display:inline-block;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
}

.authordesc li {
    float: left;
    width: 33%!important;
    padding: 7px 0;
    text-align: center;
    list-style: none;
    margin: 5px 0;
}
.authordesc li.side {
    border: 1px solid #ddd;
}
.authordesc li.inner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.articleli li {
    font-size:15px;
    display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.author{
	font-size:15px;
}
.untitled-btn{
       background-color:rgb(107, 160, 232);
       color: #fff;
}
button.untitled-btn:hover{
  color:#fff;
}
.authorname {
	margin-top:10px;
	font-size:15px
}
.meta_original_tag {
    display: inline-block;
    vertical-align: middle;
    padding: 1px .5em;
    border: 1px solid #9e9e9e;
    color: #8c8c8c;
    border-top-left-radius: 20% 50%;
    -moz-border-radius-topleft: 20% 50%;
    -webkit-border-top-left-radius: 20% 50%;
    border-top-right-radius: 20% 50%;
    -moz-border-radius-topright: 20% 50%;
    -webkit-border-top-right-radius: 20% 50%;
    border-bottom-left-radius: 20% 50%;
    -moz-border-radius-bottomleft: 20% 50%;
    -webkit-border-bottom-left-radius: 20% 50%;
    border-bottom-right-radius: 20% 50%;
    -moz-border-radius-bottomright: 20% 50%;
    -webkit-border-bottom-right-radius: 20% 50%;
    font-size: 15px;
    line-height: 1.1;
}
.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}
span.rich_media_meta_nickname {
    display: none!important;
}
.rich_media_meta_list em {
    font-style: normal;
}
.rich_media_title {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e7e7eb;
}

 .author-name {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 15px;
}

.authorfn {
    font-weight: 700;
    font-style: normal;
}
.desc p{
	color:#404040
}
.thumbnail{
	height:170px;
}
.article-item{
	width:20%;
}
.article-item p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}