.m-bot {
	width: 100%;
	overflow: hidden;
}

.m-bot .content {}

.ad_1180 {
	width: 1180px;
}

.ad_1180 ul {
	width: 1200px;
}

.ad_1180 li {
	width: 228px;
	height: 100px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.ad_1180 li img {
	width: 228px;
	height: 100px;
}

.ad_1180 li span {
	width: 40px;
	height: 20px;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}

.wrap_left {
	width: 820px;
	padding-top: 20px;
	overflow: hidden;
	float: left;
}

.toutiao {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	overflow: hidden;
}

.toutiao_bt {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}

.toutiao_a {
	width: 720px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
}

.toutiao_a a {
	font-size: 36px;
	font-weight: bold;
	color: #4c4c4c;
}

.toutiao_a a:hover {
	color: #3f51b5;
}

.toutiao_b {
	width: 720px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
}

.toutiao_b a {
	color: #999;
	margin-right: 20px;
}

.toutiao_b a:hover {
	color: #3f51b5;
}

.m_menu {
	width: 820px;
	height: 63px;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	position: relative;
}

.m_menu li {
	width: 70px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

.m_menu a {
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	position: relative;
}

.m_menu .here a {
	border-bottom: 3px solid #3f51b5;
	font-weight: bold;
	color: #3f51b5;
}

.m_menu a:hover {
	color: #3f51b5;
}

#buoy {
	position: absolute;
	width: 70px;
	height: 3px;
	background: #3f51b5;
	bottom: 2px;
	left: -157px;
}

.m_news {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.m_news li {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}

.m_news li:hover {
	background-color: #f7f7f7;
}

.m_news .news_pic {
	width: 260px;
	height: 182px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	position: relative;
}

.m_news .news_pic span {
	position: absolute;
	top: .4rem;
	left: .4rem;
	display: block;
	padding: 0 .5rem;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	font-size: .6rem;
	text-align: center;
	border-radius: 1rem;
	z-index: 11;
}

.m_news .news_pic img {
	width: 100%;
	height:100%;
	object-fit:cover;
	transition: 0.6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.m_news .news_pic img:hover {
	-webkit-transform: scale(1.1);
}

.m_news .news_text {
	width: 520px;
	height: 182px;
	overflow: hidden;
	float: left;
	position: relative;
}

.m_news .news_text h2 a {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
}

.m_news .news_text p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.m_news .news_text p a {
	color: #666;
}

.news_type {
	position: absolute;
	left: 0;
	bottom: 7px;
	line-height: 15px;
	width: 100%;
}

.news_type span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #9B9B9B;
	margin-right: 20px;
	cursor: pointer;
}

.news_photo>a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 6px;
	border-radius: 100%;
	overflow: hidden;
	transform: translatey(8px);
}

.news_photo b {
	display: inline-block;
	max-width: 130px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	font-weight: normal;
}

.news_photo b a {
	font-weight: normal;
	color: #747474;
}

.news_photo b a:hover {
	color: #3f51b5;
}

.news_type span i {
	margin-right: 6px;
}

.news_timer i {
	padding: 0 7px;
	background: url(../images/time.svg) no-repeat center;
}

.news_look i {
	padding: 0 9px;
	background: url(../images/liuliang.svg) no-repeat center;
}

.news_message i {
	padding: 0 8px;
	background: url(../images/pinglunshu.svg) no-repeat center;
}

.mod_b_push .mod_thumb {
	width: 500px;
	height: 350px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.mod_b_push .mod_thumb img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition: 0.6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.mod_b_push .mod_thumb img:hover {
	-webkit-transform: scale(1.1);
}

.mod_b_push .mob_ctt {
	width: 280px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
}

.mod_b_push .mob_ctt h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #333;
}

.mod_b_push .mob_ctt h2:hover {
	color: #3f51b5;
}

.mod_b_push .mob_ctt p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.mod_b_push .mob_author {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mod_b_push .mob_author span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #9B9B9B;
	margin-right: 20px;
	cursor: pointer;
}

.mod_b_push .mob_author b:hover {
	color: #3f51b5;
}

.mod_b_push .news_photo img {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 6px;
	border-radius: 100%;
	overflow: hidden;
	transform: translatey(8px);
}

.mod_b_push span i {
	margin-right: 6px;
}

.mod_b_push .news_timer i {
	padding: 0 7px;
	background: url(../images/time.svg) no-repeat center;
}

.column_link_big_box {
	position: absolute;
	left: 0;
	bottom: 7px;
	line-height: 15px;
	width: 100%;
}

.column_link_big_box span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #9B9B9B;
	margin-right: 20px;
	cursor: pointer;
}

.posts_image_box h2 {
	width: 100%;
	padding-bottom: 10px;
}

.posts_image_box h2 a {
	font-size: 20px;
	font-weight: normal;
}

.posts_image_box dl {
	margin-left: -10px;
}

.posts_image_box dd {
	width: 33.33%;
	float: left;
}

.posts_image_box dd span {
	width: 100%;
	height: 186px;
	display: block;
	overflow: hidden;
	margin-left: 10px;
}

.posts_image_box dd a {
	width: 266px;
	height: 186px;
	display: block;
	overflow: hidden;
}

.posts_image_box dd img {
	width:100%;
    height:100%;
	object-fit:cover;
	transition: 0.6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.posts_image_box dd img:hover {
	-webkit-transform: scale(1.1);
}

.posts_image_box p {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.posts_image_box p a {
	color: #616161;
}

.posts_news_type {
	left: 0;
	bottom: 7px;
	line-height: 15px;
	width: 100%;
}

.posts_news_type span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #9B9B9B;
	margin-right: 20px;
	cursor: pointer;
}

.posts_news_type span i {
	margin-right: 6px;
}

.m_more {
	width: 818px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #999;
	border: 1px solid #e0e0e0;
	margin-top: 20px;
	border-radius: 3px;
}

.m_more:hover {
	background: #f5f6fb;
	border: 1px solid #d9dcf0;
	color: #3f51b5;
	cursor: pointer;
}

.m_more.disabled {
	color: #999;
	border: 1px solid #ddd;
}

.wrap_right {
	width: 330px;
	padding-top: 20px;
	overflow: hidden;
	float: right;
}


/*公告开始*/

.wrap_right .gonggao {
	width: 100%;
	height: 30px;
}

.wrap_right .gonggao .a1 {
	width: 17px;
	height: 16px;
	margin-top: 7px;
	margin-right: 5px;
	display: block;
	background-image: url(../images/gonggao_biao.svg);
	background-repeat: no-repeat;
	float: left;
}

.wrap_right .gonggao .a2 {
	width: 40px;
	height: 14px;
	font-size: 14px;
	line-height: 12px;
	color: #3f51b5;
	margin-top: 9px;
	display: block;
	float: left;
	border-right: 1px solid #e6e6e6;
}

.wrap_right .gonggao .a3 {
	width: 245px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
}

.wrap_right .gonggao .a3 li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.wrap_right .gonggao .a3 a {
	color: #666;
	font-size: 14px;
}

.wrap_right .gonggao .a3 a:hover {
	color: #3f51b5;
}


/*公告结束*/


/*右侧广告开始*/

.right_ad {
	width: 330px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.right_ad img {
	float: left;
}

.right_ad span {
	width: 40px;
	height: 20px;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}


/*右侧广告结束*/

.box_moder {
	width: 100%;
	overflow: hidden;
	background-color: #fafafa;
	margin-top: 20px;
	position: relative;
}

.box_moder h3 {
	font-size: 18px;
	font-weight: normal;
	color: #616161;
	padding: 30px 30px 0 30px;
	margin: 0;
}

.box_moder .p_mark {
	width: 4px;
	height: 20px;
	display: block;
	background-color: #3f51b5;
	position: absolute;
	left: 0px;
	top: 30px;
}

.box_moder .p_more {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 14px;
}

.box_moder .p_more a {
	color: #999;
}

.box_moder .p_more a:hover {
	color: #3f51b5;
}


/*24小时开始*/

.ess_time {
	width: 290px;
	height: 560px;
	padding: 0px 10px 0px 20px;
	margin: 30px 0 30px 0;
	overflow: hidden;
}

.ess_time ul {
	width: 290px;
	height: 560px;
}

.ess_time li {
	width: 280px;
	padding-bottom: 20px;
}

.ess_time li:before {
	content: '';
	position: absolute;
	top: 70px;
	left: 30px;
	width: 1px;
	height: 100%;
	background: #f1f1f1;
}

.infos_wrap {
	padding: 0 0 0 30px;
	position: relative !important;
}

.infos_wrap .p_time {
	position: relative !important;
	top: 0 !important;
	left: -26px !important;
	margin: 0 0 15px !important;
	padding-left: 26px !important;
	color: #999;
}

.infos_wrap .p_time:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #d8d8d8;
	z-index: 5;
}

.infos_wrap .p_time:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 1px;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: rgba(216, 216, 216, 0.34);
	z-index: 5;
}

.infos_wrap .p_title {
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.infos_wrap .p_content {
	width: 100%;
	height: 96px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #666 !important;
}


/*24小时结束*/


/*人物观点 开始*/

.guandian {
	width: 270px;
	padding-top: 30px;
	margin: auto;
}

.guandian dl {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.guandian dt {
	width: 270px;
	height: 189px;
	display: block;
	overflow: hidden;
}

.guandian dt img {
	width: 100%;
	height:100%;
	object-fit:cover;
	transition: 0.6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.guandian dt img:hover {
	-webkit-transform: scale(1.1);
}

.guandian dd {
	padding-top: 15px;
	font-size: 14px;
	line-height: 24px;
}


/*热门文章 开始*/

.hot_wz {
	width: 270px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: auto;
}

.hot_wz dl {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.hot_wz dt {
	width: 100px;
	height: 70px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.hot_wz dt img {
	width: 100%;
	height:100%;
	object-fit:cover;
	transition: 0.6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.hot_wz dt img:hover {
	-webkit-transform: scale(1.1);
}

.hot_wz dd {
	width: 160px;
	display: block;
	overflow: hidden;
}

.hot_wz .a1 {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hot_wz .a2 {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #999;
}


/*活跃用户 开始*/

.hot_yh {
	width: 270px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: auto;
}

.hot_yh ul {
	width: 300px;
}

.hot_yh li {
	width: 70px;
	padding-right: 30px;
	padding-bottom: 20px;
	float: left;
}

.hot_yh .p_img {
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	border-radius: 35px;
}

.hot_yh .p_img img {
	width: 100%;
}

.hot_yh .p_name {
	width: 70px;
	height: 26px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*热门标签 开始*/

.hot_biaoqian {
	width: 270px;
	overflow: hidden;
	padding-top: 30px;
	margin: 0px auto 20px auto;
}

.hot_biaoqian a {
	display: inline-block;
	padding: 3px 10px;
	border: 1px #f5f5f5 solid;
	color: #828a92;
	font-size: 14px;
	margin: 0px 8px 10px 0;
	border-radius: 3px;
}

.hot_biaoqian a:hover {
	color: #3f51b5;
	background: #fff;
}


/*网址导航 开始*/

.wangzhidaohang {
	width: 270px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: auto;
}

.wangzhidaohang ul {
	width: 300px;
}

.wangzhidaohang li {
	width: 83px;
	height: 45px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.wangzhidaohang li img {
	width: 100%;
}

.wangzhidaohang li a:hover {
	opacity: 0.7;
}

.list_left {
	width: 820px;
	overflow: hidden;
	float: left;
}

.column_wrap {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #303030;
	padding-left: 18px;
}

.column_wrap:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 21px;
	background: #3f51b5;
	left: 0;
	top: 14px;
}

.list_right {
	width: 330px;
	overflow: hidden;
	float: right;
}


/*TOP排行开始*/

.list_right_topph {
	width: 270px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}

.list_right_topph li {
	position: relative;
	float: left;
	height: 42px;
	line-height: 42px;
	width: 270px;
	font-size: 14px;
	list-style: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list_right_topph li span {
	float: left;
	display: inline;
	margin-left: 8px;
	color: #777;
	width: 21px;
	height: 21px;
	background: #eee;
	text-align: center;
	line-height: 21px;
	margin: 12px 10px 0 0;
	border-radius: 5px;
}

.list_right_topph .rank1 {
	background: #F00;
	color: #FFF;
}

.list_right_topph .rank2 {
	background: #FD6440;
	color: #FFF;
}

.list_right_topph .rank3 {
	background: #4796d8;
	color: #FFF;
}


/*TOP排行结束*/


/*文章详情页开始*/

.article_left {
	width: 800px;
	overflow: hidden;
	float: left;
}

.text_header {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}

.text_header h2 {
	font-size: 28px;
	color: #212121;
	line-height: 40px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 30px;
}

.issue_box {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #999;
}

.issue_box p {
	float: left;
	padding-right: 40px;
}

.issue_box .p_time span:before {
	margin-right: 5px;
	font-size: 16px;
	content: '\F191';
}

.issue_box .p_read_numbner span:before {
	margin-right: 5px;
	color: #e53e3e;
	font-size: 20px;
	content: '\F193';
}

.article_content_wrap {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.article_content_wrap p {
	padding-bottom: 20px;
}

.article_content_wrap img {
	max-width: 800px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}


/*打赏开始*/

.reward_detailBox {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.reward_detailBox .reward_btnIcon {
	overflow: hidden;
	padding-top: 40px;
}

.reward_detailBox .reward_btnIcon p {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	text-align: center;
	line-height: 90px;
	background-color: #f0af53;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin: auto;
}

.reward_detailBox .reward_btnIcon p:hover {
	background: rgba(240, 175, 83, .8);
}

.reward_detailBox .reward_alreadyBox {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	color: #777;
	text-align: center;
}


/*上一篇 下一篇 分享 开始*/

.m_i_page {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}

.m_i_page ul {
	width: 500px;
	float: left;
}

.m_i_page li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.m_i_page li span {
	color: #666;
}

.m_i_page li a {
	color: #999;
}

.m_i_page li a:hover {
	color: #3f51b5;
}

.m_i_page .share {
	width: 228px;
	padding-top: 8px;
	float: right;
}


/*相关文章 开始*/

.related_articles {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-top: 40px;
}

.related_articles h6 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-bottom: 20px;
	text-indent: 10px;
	position: relative;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

.related_articles h6 span {
	width: 4px;
	height: 20px;
	display: block;
	background-color: #3f51b5;
	left: 0px;
	top: 10px;
	position: absolute;
}

.related_articles ul {
	width: 830px;
}

.related_articles li {
	width: 246px;
	padding-bottom: 30px;
	float: left;
	padding-right: 30px;
}

.related_articles .p_img {
	width: 246px;
	height: 172px;
	display: block;
	overflow: hidden;
}

.related_articles .p_img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.related_articles .p_text {
	color: #666;
	width: 100%;
	overflow: hidden;
	display: block;
	padding-top: 10px;
	height: 44px;
	line-height: 22px;
	font-size: 14px;
}

.related_articles a:hover .p_text {
	color: #3f51b5;
}


/*评论开始*/

.m_i_message {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.m_i_message_tt {
	padding-top: 35px;
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 16px;
}

.m_i_message_tt i {
	margin-right: 6px;
	padding-right: 17px;
	background: url(../images/message.svg) no-repeat center;
}

.m-i-message-textarea {
	position: relative;
	font-size: 14px;
	color: #9B9B9B;
}

.m-i-message-textarea textarea {
	width: 100%;
	height: 130px;
	padding: 14px 15px;
	background: #FAFAFA;
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	box-sizing: border-box;
	vertical-align: top;
}

.m-i-message-textarea textarea:focus {
	border: 1px solid #5670BF;
}

.m-i-message-textarea textarea {
	outline: none;
	font-family: PingFangSC-Regular, Microsoft YaHei;
	resize: none;
	box-sizing: border-box;
}

.m-i-message-textarea .span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m-i-message-textarea .span a {
	color: #3f51b5;
}

.m-i-message-post {
	font-size: 14px;
	color: #494F55;
	line-height: 26px;
	margin: 9px 0 8px;
}

.m-i-message-post .rt {
	width: 60px;
	color: #3f51b5;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #3f51b5;
	transition: all .3s ease;
	cursor: pointer;
}

.commentcon li {
	overflow: hidden;
	padding: 30px 0 20px 68px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.avatar-container-48.absolute {
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
}

.commentcon li .userimg {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 35px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}

.commentcon li .userimg img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.commentcon li .usernick {
	margin-right: 20px;
	color: #444444;
	font-size: 14px;
	font-weight: 600;
}

.commentcon li .timebox {
	line-height: 24px;
}

.commentcon li .usernick {
	margin-right: 20px;
	color: #444444;
	font-size: 14px;
	font-weight: 600;
}

.commentcon li .issuetimer {
	font-size: 12px;
}

.commentcon li .time {
	margin-right: 10px;
	color: #bbbbbb;
}

.commentcon li .commoncon {
	overflow: hidden;
	margin-top: 8px;
	line-height: 24px;
}

.commentcon li .commontxt {
	color: #666666;
	font-size: 14px;
	float: left;
	word-break: break-word;
	word-break: break-all;
	overflow: hidden;
}

.commentcon li .commenticons {
	width: 100%;
	height: 21px;
	margin-top: -5px;
}

.commenticons a {
	line-height: 30px;
	height: 30px;
	float: right;
}

.article_pl:before {
	width: 15px;
	height: 15px;
	font-size: 15px;
	color: #999;
	content: '\F192';
	margin-right: 20px;
}

.article_pl:hover:before {
	color: #3f51b5;
}

.article_dz:before {
	width: 15px;
	height: 15px;
	font-size: 15px;
	color: #999;
	content: '\F194';
	margin-right: 5px;
}

.article_dz:hover:before {
	color: #3f51b5;
}

.article_dz {
	width: 50px;
	color: #999;
	text-align: right;
}

.commentcon li .quote-content-wrap {
	height: auto;
	margin-top: 16px;
	margin-bottom: 20px;
	padding: 16px 20px 20px;
	background: #f4f4f4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
	font-size: 14px;
}

.commentcon li .quote-content-wrap i {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border-top: none;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f4f4f4;
	border-left: 15px solid transparent;
	position: absolute;
	top: -12px;
	left: 15px;
}

.commentcon li .quote-content-wrap .usernicks .usernick-box {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.commentcon li .quote-content-wrap .usernicks .designer-name {
	line-height: 26px;
	color: #444444;
	font-weight: 600;
}

.commentcon li .quote-content-wrap .userreply {
	line-height: 26px;
	color: #666666;
	word-wrap: break-word;
	word-break: break-all;
	display: block;
}

.more-comment {
	width: 798px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #999;
	border: 1px solid #f0f0f0;
	margin-top: 20px;
	border-radius: 3px;
}

.more-comment:hover {
	background: #f5f6fb;
	border: 1px solid #d9dcf0;
	color: #3f51b5;
	cursor: pointer;
}


/*文章详情页结束*/

.news_flash_wrap {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.news_flash_wrap ul li {
	padding-left: 0px;
	position: relative;
	border-bottom: 0;
	padding: 0;
	padding-bottom: 10px;
	cursor: pointer;
}

.news_flash_wrap ul li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 89px;
	width: 1px;
	height: 100%;
	background: rgba(219, 219, 219, 0.3);
}

.news_flash_wrap ul li .date {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 60px;
	height: 60px;
	background: #7b95e2;
	color: #fff;
	border-radius: 2px;
	display: none;
}

.news_flash_wrap ul li .date .num_top {
	line-height: 40px;
	font-size: 40px;
}

.news_flash_wrap ul li .date .num_bottom {
	font-size: 12px;
	position: relative;
}

.news_flash_wrap ul li .infos_wrap {
	position: relative;
	height: auto;
	padding-bottom: 20px;
	padding-left: 160px;
}

.news_flash_wrap ul li .infos_wrap a:hover .title,
.news_flash_wrap ul li .infos_wrap a:hover .kx_content p {
	color: #3f51b5;
}

.news_flash_wrap ul li .infos_wrap .pub_time {
	position: absolute;
	left: 86px;
	top: 10px;
	font-size: 12px;
	color: #999;
	padding-left: 18px;
}

.news_flash_wrap ul li .infos_wrap .pub_time:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #999;
}

.news_flash_wrap ul li .infos_wrap .pub_time:after {
	content: '';
	position: absolute;
	top: 1px;
	left: -4px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: rgba(216, 216, 216, 0.34);
}

.news_flash_wrap ul li .infos_wrap .title {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 25px;
}

.news_flash_wrap ul li .infos_wrap .kx_content {
	text-align: justify;
	height: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 15px !important;
	line-height: 26px !important;
}

.news_flash_wrap ul li .infos_wrap .kx_content p {
	padding-bottom: 10px;
	color: #999;
	font-size: 15px;
	line-height: 26px;
}

.kx_more {
	width: 710px;
	height: 44px;
	line-height: 44px;
	float: right;
	text-align: center;
	font-size: 14px;
	color: #999;
	border: 1px solid #f0f0f0;
	margin-top: 20px;
	border-radius: 3px;
}

.kx_more:hover {
	background: #f5f6fb;
	border: 1px solid #d9dcf0;
	color: #3f51b5;
	cursor: pointer;
}