@charset "UTF-8";
.ey-imgbox {
	display: block;
	position: relative;
	overflow: hidden;
}
.ey-imgbox img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.ey-imgbox--round {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.ey-imgbox.is-auto img {
	max-width: none;
}
.ey-imgbox--hover img {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ey-imgbox--hover:hover img {
	-webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
	transform: scale(1.2) translate3d(-42%, -42%, 0);
}
.ey-container {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
}
.ey-container::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.ey-section {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.ey-section__head {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 56px;
	font-size: 14px;
	border-bottom: 1px solid #ebeced;
}
.ey-section__head::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.ey-section__head.is-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: table-cell\9;
}
.ey-section__head.is-flex::after, .ey-section__head.is-flex::before {
	display: none;
}
.ey-section__head.is-flex .ey-navtab {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 56px;
}
.ey-section__head.is-flex .text {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.ey-section__head .text {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.ey-section__head .desc {
	float: left;
	margin-left: 17px;
	color: #999;
}
.ey-section__head .more {
	float: right;
	color: #999;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.ey-section__head .more .iconfont {
	font-size: 12px;
}
.ey-section__head .opt {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.ey-section__head .opt .opt-item {
	position: relative;
	display: inline-block;
	margin-left: 16px;
	cursor: pointer;
}
.ey-section__head .opt .opt-item.is-active {
	font-weight: bold;
	color: #333;
}
.ey-section__head .opt .opt-item.is-active::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #3599e1;
}
.ey-section__cont {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.ey-section__cont.is-padding {
	padding: 0 30px;
}
.ey-section--box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
}
.ey-section--solid {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #EFF1F3;
}
.ey-section--b .ey-section--b {
	width: 690px;
}
.ey-section--b .ey-section--s {
	width: 280px;
}
.ey-section.is-normal .ey-section--b {
	width: 880px;
}
.ey-section.is-normal .ey-section--s {
	width: 300px;
}
.none {
	display: none !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ey-section--b {
	width: 880px;
}
.ey-section--s {
	width: 300px;
}
.ey-article {
	padding: 20px 0;
	border-bottom: 1px solid #ebeced;
	height: unset;
	line-height: unset;
}
.ey-article .is-fill {
	width: 100%;
}
.ey-article:last-child {
	border-bottom: none;
}
.ey-article__imgbox {
	position: relative;
	width: 260px;
	height: 150px;
	margin-left: -100%;
}
.ey-article__imgbox .ey-imgbox {
	width: 100%;
	height: 100%;
}
.ey-article__imgbox .flag {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 20px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	background: #4373ab;
	z-index: 1;
}
.ey-article__cont {
	margin-left: 285px;
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ey-article__tit {
	font-size: 18px;
	color: #333;
}
.ey-article__tit:hover {
	color: #ff6f06;
}
.ey-article__desc {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}
.ey-article__binfo {
	font-size: 12px;
	color: #999;
}
.ey-article__user {
	display: inline-block;
	margin-right: 20px;
}
.ey-article__user .ey-imgbox {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.ey-article__user span {
	font-size: 12px;
	color: #999;
}
.ey-tag {
	display: inline-block;
	margin-right: 20px;
	line-height: 16px;
}
.ey-tag__icon {
	display: inline;
	font-size: 14px !important;
	color: #ccc;
}
.ey-tag__text {
	display: inline;
	font-size: 12px;
	color: #999;
	margin-right: 5px;
}
.ey-tag__text span, .ey-tag__text a {
	font-size: 12px;
	color: #999;
	margin-right: 5px;
}
.ey-tag__text a:hover {
	color: #ff6f06;
}
.ey-tag--default {
	padding: 0 5px;
	line-height: 20px;
	background: #f4a11f;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ey-tag--default .ey-tag__text {
	color: #fff;
	margin-right: 0;
}
 @-webkit-keyframes rotating {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
}
}
 @keyframes rotating {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
}
}
.obs-navtab {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
}
.obs-navtab__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 64px;
	line-height: 64px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-right: 50px;
	font-size: 16px;
	color: #666;
}
.obs-navtab__item span {
	color: #999;
}
.obs-navtab__item:last-child {
	margin-right: 0;
}
.obs-navtab__item.is-active {
	color: #ff6f06;
	border-bottom: 2px solid #ff6f06;
	padding-bottom: 8px;
}
.obs-navtab__item.is-active a {
	font-weight: bold;
	color: #ff6f06;
}
.article-box {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 30px;
}
.live-preview__cont {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 30px 0;
}
.live-preview__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 27px;
	font-size: 14px;
	line-height: 20px;
	border-left: 1px solid #ebeced;
}
.live-preview__item:last-child {
	border-left: none;
}
.live-preview__item::after {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ebeced;
}
.live-preview__item.is-active::after {
	background: #ff6f06;
}
.live-preview__item .mt-5 {
	margin-top: 5px;
}
.live-preview__item .time {
	color: #ff6f06;
	font-weight: bold;
}
.live-preview__item .tag {
	display: inline;
	padding: 0 6px;
	background-color: #ff6f06;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
.live-preview__item .tit {
	display: block;
	max-height: 40px;
	color: #666;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.live-preview__item .tit:hover {
	color: #ff6f06;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	overflow: hidden;
}
.ey_both {
	margin-top: 20px;
}
