@charset "utf-8";
/* CSS Document */
/*SubWebsite:Article*/
.c-article-header {
	position: relative;
	height: 77px;
	-webkit-transition: transform .4s ease-in-out;
	-moz-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}
.c-article-header__inner {
	height: 77px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}
.c-article-header__logo {
	display: block;
	width: 155px;
	height: 76px;
}
.c-article-navbar__item {
	float: left;
	width: auto;
}
.c-article-navbar__item + .c-article-navbar__item {
	margin-left: 34px;
}
.c-article-navbar__item > a {
	display: block;
	height: 77px;
	padding: 20px 3px;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 2px solid transparent;
	-webkit-transition: color .24s ease-in-out;
	-moz-transition: color .24s ease-in-out;
	transition: color .24s ease-in-out;
}
.c-article-navbar__item.c-article-navbar__item_active > a {
	color: #f52f3e;
	border-bottom-color: #f52f3e;
}
.c-article-navbar__item > a:hover {
	color: #f20000;
}
.c-article-header.c-article-header_fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: -47px;
	height: 47px;
	z-index: 100;
	-webkit-transform: translateY(47px);
	-moz-transform: translateY(47px);
	transform: translateY(47px);
}
.c-article-header.c-article-header_fixed .c-article-header__inner {
	height: 47px;
	-webkit-box-shadow: 0 0 11px rgba(136,136,136,.2);
	box-shadow: 0 0 11px rgba(136,136,136,.2);
}
.c-article-header_fixed .c-article-header__logo {
	height: 46px;
	background: url(../images/articlelogofixed.png) no-repeat left center;
	background-size: auto 26px;
}
.c-article-header_fixed .c-article-header__logo img {
	display: none;
}
.c-article-header_fixed .c-article-navbar__item > a {
	height: 47px;
	padding: 5px 3px;
}


.l-page_article {
	padding: 30px 0;
}
.l-articlewrap {
	width: 840px;
}
.l-article-asidewrap {
	width: 300px;
}

.c-container__title {
	font-size: 20px;
	font-weight: 700;
	color: #323232;
	line-height: 1;
}
.c-container__subtitle {
	font-size: 16px;
	font-weight: 700;
	color: #323232;
	line-height: 1;
}

.c-article-item {
	margin-top: -1px;
	padding: 30px 0;
	overflow: hidden;
}
.c-article-item + .c-article-item {
	border-top: 1px solid #e8e8e8;
}
.c-article-item__thumb {
	float: left;
	width: 220px;
	height: 165px;
	overflow: hidden;
}
.c-article-item__thumb > img {
	display: block;
	width: 220px;
	height: 165px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.c-article-item__content {
	margin-left: 250px;
	padding-top: 4px;
}
.c-article-item__title {
	height: 30px;
	font-size: 20px;
	font-weight: 400;
	color: #323232;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.c-article-item__summary {
	height: 75px;
	margin-top: 15px;
	margin-bottom: 18px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.c-article-item__meta > li {
	float: left;
	display: block;
	height: 16px;
	font-size: 12px;
	color: #a3a3a3;
	line-height: 16px;
}
.c-article-item__meta > li + li {
	margin-left: 35px;
}
.c-article-item__meta .u-article-icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background-image: url(../images/icoarticlelist.png);
	background-repeat: no-repeat;
}
.c-article-item__meta .u-article-icon.u-article-icon_date {
	background-position: 0 0;
}
.c-article-item__meta .u-article-icon.u-article-icon_note {
	margin-top: 1px;
	background-position: -20px 0;
}
.c-article-item:hover .c-article-item__title {
	color: #f20000;
}
.c-article-item__thumb:hover > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
} 
.c-article-loadmore {
	margin-bottom: 50px;
	font-size: 16px;
	color: #323232;
	line-height: 56px;
	text-align: center;
	overflow: hidden;
}
.c-article-loadmore__btn {
	display: block;
	height: 56px;
	padding: 15px 35px;
	line-height: 1.5;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	-webkit-transition: all .24s ease-out;
	-moz-transition: all .24s ease-out;
	transition: all .24s ease-out;
}
.c-article-loadmore > .hidden {
	display: none;
}
.c-article-loadmore__btn:hover {
	color: #f20000;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}

.c-article-aside-panel {
	margin-bottom: 30px;
}
.c-article-aside-tagwrap {
	background: #eee;
}
.c-article-aside-tag__head {
	padding: 22px 25px 0;
}
.c-article-aside-tag__title {
	height: 20px;
	margin-left: -25px;
	padding-left: 22px;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	line-height: 1;
	border-left: 3px solid #f20000;
}
.c-article-aside-taglist {
	padding: 10px 0 15px 25px;
	overflow: hidden;
}
.c-article-aside-taglist > li {
	float: left;
	width: 83px;
	height: 30px;
	margin: 0 8px 5px 0;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.c-article-aside-taglist > li > a:hover {
	font-weight: 700;
	color: #f20000;
}

.c-article-list_card {
	margin-top: 30px;
	margin-left: -20px;
	overflow: hidden;
}
.c-article-card {
	float: left;
	width: 195px;
	margin: 0 0 20px 20px;
}
.c-article-card__thumb {
	width: 195px;
	height: 146px;
	overflow: hidden;
}
.c-article-card__thumb > img {
	display: block;
	width: 195px;
	height: 146px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.c-article-card__content {
	padding-top: 15px;
	padding-bottom: 5px;
}
.c-article-card__title {
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #323232;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: color .4s ease-out;
	-moz-transition: color .4s ease-out;
	transition: color .4s ease-out;
}
.c-article-card:hover .c-article-card__title {
	color: #f20000;
}
.c-article-card__thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.c-article-post__content {
	padding-bottom: 50px;
	color: #323232;
}
.c-article-post__head {
	margin-bottom: 30px;
}
.c-article-post__title {
	font-size: 28px;
	font-weight: 400;
	color: #323232;
	line-height: 38px;
}
.c-article-post__behavior {
	position: relative;
	height: 20px;
	margin-top: 25px;
}
.c-article-post__sharewrap {
	position: absolute;
	top: 0;
	right: 0;
}
.c-acticle-post__share > span {
	float: left;
	font-size: 12px;
	margin-right: 3px;
	color: #a3a3a3;
}
.c-acticle-share {
	float: right;
}
.c-acticle-share .u-share-icon {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-image: url(../images/icoarticleshare.png);
	background-repeat: no-repeat;
}
.c-acticle-share .u-share-icon__qqzone { background-position: 0 0;}
.c-acticle-share .u-share-icon__qqzone:hover { background-position: 0 -20px;}
.c-acticle-share .u-share-icon__weibo { background-position: -20px 0;}
.c-acticle-share .u-share-icon__weibo:hover { background-position: -20px -20px;}
.c-acticle-share .u-share-icon__tqq { background-position: -40px 0;}
.c-acticle-share .u-share-icon__tqq:hover { background-position: -40px -20px;}
.c-acticle-share .u-share-icon__more { background-position: -60px 0;}
.c-acticle-share .u-share-icon__more:hover { background-position: -60px -20px;}
.c-acticle-share__count {
	position: relative;
	float: left;
	display: block;
	height: 18px;
	margin-left: 6px;
	padding: 0 8px;
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	border-radius: 3px;
	background: #dcdcdc;
}
.c-acticle-share__count:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -8px;
	display: block;
	width: 0;
	height: 0;
	border: 4px solid #dcdcdc;
	border-color: transparent #dcdcdc transparent transparent;
}
.c-acticle-share__count:hover {
	background: #ff0000;
}
.c-acticle-share__count:hover:before {
	border-color: transparent #ff0000 transparent transparent;
}


