.article {
	margin-top: 60px;
}
/*article left*/
.article_left {
	width: 620px;
	min-height: 600px;
}
.article_left h1.art_heading {
	font-family: 'Open Sans';
	font-size: 38px;
	margin-bottom: 15px;
}
.article_left h5.sub_heading {
	color: #57615D;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow:ellipsis;
}
.article_left .time {
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 25px;
}
.article_left .time p.pull-right{
	color: #868e8c;
	font-weight: normal;
}
.article_left .time .pull-left>i{
	font-style: normal;
}
.article_left .article_banner {
	margin-top: 30px;
}
.article_left .article_banner img {
	width: 100%;
}
.article_left .art_introduction {
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 1.8;
	color: #333836;
}
.article_left .art_introduction h3 {
	font-family: 'Open Sans';
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #333836;
}
.article_left .art_area_introduction h3 {
	margin-bottom: 30px;
}
.article_left .art_introduction .desc {
	font-size: 16px;
	margin: 10px 0;
	line-height: 2;
	color: #333836;
}
.article_left .art_introduction p,.article_left .art_introduction ul,.article_left .art_introduction ol,.article_left .art_introduction dl,.article_left .art_introduction img{
	margin: 10px 0;
}
.article_left .gray {
	width: 70%;
	text-align: center;
	color: #868d8a;
	font-size: 14px;
	margin: 20px auto;
}
.fixed {
	position: fixed;
	top: 0;
}
.fixed.bottom {
	bottom: 0;
	top: auto;
}
/*art_media
 ---------------------------------------*/
.art_media:hover {
	background: #f1f1f1;
}
.art_media .media-left {
	width: 230px !important;
	padding: 0 !important;
}
.art_media .media-left a {
	width: 230px;
	height: 230px;
	overflow: hidden;
	display: block;
	position: relative;
}
.min_width {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 230px;
}
.min_height {
	height: 230px;
	max-width: inherit;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.art_media .media-body {
	padding-left: 30px !important;
	line-height: 29px;
	padding-right: 20px;
	max-width: 380px;
	font-size: 14px;
	overflow: hidden;
	color: #828f87
}
.art_media .media-body .media-heading {
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 22px;
	margin-bottom: 13px;
}
.art_media .media-body .media-more {
	margin-top: 20px;
	display: block;
	font-size: 12px;
	color: #333836;
	font-weight: bold;
}
.art_media .media-body .media-more:hover {
	color: #a0c181;
}
.art_media .media-body .media-more:after {
	content: "\e62a";
	font-family: "iconfont" !important;
	margin-left: 10px;
	font-size: 12px;
}
.art_media .media-body .time {
	color: #868e8c;
	margin: 10px 0;
}
.article_left h3.art_heading {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 20px;
	font-family: 'Open Sans';
}
/*评论
 ------------------------------*/
.comment {
	margin-top: 20px;
}
.comment .no_data {
	margin: 10px auto;
	font-weight: bold;
	font-size: 14px;
	color: #aaa;
	line-height: 100px;
	text-align: center;
}
.comment .comment_heading {
	padding: 32px 32px 18px;
	background: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
}
.comment .comment_box {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.comment .comment_box li {
	background: #fff;
	padding: 0 32px;
	overflow: hidden;
}
.comment .comment_box li .comment-items {
	border-top: 1px solid #f3f7f7;
	padding: 20px 0;
	overflow: hidden;
}
.comment .comment_list {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.comment .comment_list:last-child {
	border-bottom: 0
}
.comment .comment_box li .comment_left,
.comment .comment_box li .comment_body {
	float: left;
	overflow: hidden;
}
.comment .comment_box li .comment_left>a {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
}
.comment .comment_box li .comment_body {
	padding-left: 25px;
	width: calc(100% - 46px);
}
.comment .comment_box li .comment_body .comment_title {
	font-weight: 700;
}

.comment .comment_box li .comment_body .comment_title a {
	margin-right: 10px;
	color: #A0C181!important;
}

.comment .comment_box li .comment_body .comment_info {
	color: #48504d;
	margin-top: 10px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 10px;
}
.comment .comment_box li .comment_body .comment_icon {
	display: flex;
}
.icon {
	margin-right: 15px;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	display: flex;
	align-items: center;
}
.icon:hover {
	color: #a0c181;
}
.icon i {
	margin-right: 5px;
}
.icon.active {
	color: #a0c181;
}
.comment_icon em {
	font-style: normal;
}
.praise-txt {
	font-style: normal;
}
#reply {
	padding: 32px;
	background: #fff;
}

/*点赞+1特效
 ---------------------------*/
.add-num {
	opacity: 0;
	position: absolute;
	left: 40%;
}
.add-num .add-animation {
	color: #E09200;
	position: absolute;
	top: -15px;
	left: 10px;
	font-size: 18px;
	opacity: 0;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	animation: mypraise 0.5s;
	-moz-animation: mypraise 0.5s;
	-webkit-animation: mypraise 0.5s;
	-o-animation: mypraise 0.5s;
	font-style: normal;
}
@keyframes myfirst {
	0% {
		width: 40px;
		height: 40px;
	}
	50% {
		width: 50px;
		height: 50px;
	}
	100% {
		width: 40px;
		height: 40px;
	}
}
@-moz-keyframes myfirst {
	0% {
		width: 40px;
		height: 40px;
	}
	50% {
		width: 50px;
		height: 50px;
	}
	100% {
		width: 40px;
		height: 40px;
	}
}

@-webkit-keyframes myfirst {
	0% {
		width: 40px;
		height: 40px;
	}
	50% {
		width: 50px;
		height: 50px;
	}
	100% {
		width: 40px;
		height: 40px;
	}
}
@-o-keyframes myfirst {
	0% {
		width: 40px;
		height: 40px;
	}
	50% {
		width: 50px;
		height: 50px;
	}
	100% {
		width: 40px;
		height: 40px;
	}
}
@keyframes mypraise {
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}
	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}
@-moz-keyframes mypraise {
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}
	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}
@-webkit-keyframes mypraise {
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}
	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}

@-o-keyframes mypraise {
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}
	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}
.btn_common,.check_box{
    width:180px;
    margin-top:0px;
}
.replies_box {
	display: none;
}
.check_box {
	width: 180px;
    height: 43px;
    float: left;
    line-height: 43px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 3px;
    font-size: 12.5px;
    color: #57615d;
    margin-right: 8px;
    background: #f9f9f9 url(/home/image/article/checkbox_icon.jpg) right 0 no-repeat;
}
.check_box label {
	padding-left: 40px;
}
.check_box label>span {
	top: 15px;
	left: 20px;
}
.history_box_out{
	display: none;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.history_box {
	/*margin-top: 20px;*/
	background: #f6f7f8;
	padding: 20px;
	float: left;
	width: 100%;
}
/*article right*/

.article_right {
	width: 280px;
	position: relative;
}
/*weather*/

.weather .weather_box {
	margin: 30px auto;
	padding: 20px;
}
.weather .weather_box .media-left {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #F5F6FA;
	padding: 0;
	border-radius: 100%;
	font-size: 24px;
}
.weather .weather_box .media-body {
	padding-left: 20px;
}
.weather .weather_box .media-body .form-inline {
	display: table-cell;
}
.weather .weather_box .media-body .form-inline .form-group {
	width: 130px;
}
#map_art {
	width: 80%;
	margin: 0 auto;
	/*padding: 50px 0;*/
}
#map_art h3 {
	color: #57615d;
	font-size: 24px;
	margin-bottom: 10px;
}

#map_art .map_art_desc {
	line-height: 2;
	font-size: 15px;
	width: 100%;
	word-wrap: break-word;
}
#map_art .map_art_desc>p {
	height: 85px;
}
#map_art .map_art_more {
	display: block;
	padding: 20px 0;
	text-align: center;
	color: #A0C181!important;
}
.map_list {
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}
.map_list h5 {
	line-height: 45px;
	font-size: 15px;
}
.map_list span {
	width: 33%;
	float: left;
	margin-bottom: 14px;
}
.map_list span a {
	color: #828f87;
	font-size: 15px;
}
.map_list .active a {
	color: #A0C181;
}
/*swiper*/
.art_swiper {
	margin-bottom: 0;
}
.art_swiper .swiper-container .swiper-slide {
	max-height: 180px;
}
.art_swiper .swiper-container .swiper-slide .intwoline {
	font-size: 20px;
	display: block;
	 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
}
/*topics about dining*/
.topics_list {
	margin-bottom: 20px;
}
.topics_list li {
	line-height: 150%;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 700;
	position: relative;
	padding: 0 15px;
}
.topics_list li a:before {
	content: "";
	width:0;
    height:0;
    border-width:0px 10px 10px 0;
    border-style:solid;
    border-color:transparent #aaa transparent transparent;
    position:absolute;
    left: 0px;
    top: 6px;
}
.topics_list li a {
	color: #aaa;
}
.topics_list li a:hover {
	color: #A0C181;
}
.topics_list li a:hover:before {
	border-color:transparent #A0C181 transparent transparent;
}
#Topics .more {
	font-weight: 700;
}
/*advanced search*/
.venue_search {
	width: 100%;
	margin-top: 25px;
}
.venue_search .form-control {
	height: 50px;
}
.venue_search .btn-default {
	color: #A0C181;
	width: 160px;
	text-align: left;
}
.venue_search .btn-default:after {
	font-family: "FontAwesome";
	content: "\f0d7";
	position: absolute;
	right: 0px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.venue_search .open .btn-default:after {
	content: "\f0d8";
}
.venue_search .btn-default,.venue_search .form-control {
	border-color:  transparent;
	-webkit-box-shadow: none;
   	box-shadow: none;
   	font-weight: 700;
}
.venue_search .btn-default:hover,.venue_search .btn-default:focus,.venue_search .btn-default:active,.venue_search .btn-default.active,.venue_search .open .dropdown-toggle.btn-default {
	background: transparent;
	border-color: transparent;
	color: #A0C181;
}
.venue_search .input-group-btn .search_btn {
	padding: 15px 20px;
	background: #a0c181;
	color: #fff;
}
.venue_search .dropdown-menu {
	-webkit-box-shadow: none;
   	box-shadow: none; 
   	border: 0;
   	margin: 0;
}
.venue_search .dropdown-menu li {
	line-height: 30px;
	padding: 5px 20px;
	font-weight: 700;
	color: #868d8a;
}
.venue_search .dropdown-menu li:hover {
	background: #A0C181;
	color: #fff;
}
/*city scenes*/
.topnews {
	padding: 10px;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}
.topnews .swiper_news {
	width: 600px;
	height: 400px;
	float: left;
	position: relative;
	overflow: hidden;
}
.topnews .swiper_news img {
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.topnews .swiper_news img.width_img {
	width: 100%;
}
.topnews .swiper_news img.height_img {
	height: 400px;
}
.topnews .swiper_news .swiper-container .swiper-slide img {
	width: 100%;
	height: 400px;
}
.topnews .news_info {
	padding: 5px 20px 5px 40px;
	float: left;
	width: 340px;
}
.topnews .news_info h1 {
	font-size: 38px;
	line-height: 45px;
	margin: 0;
	font-family: 'Open Sans';
}
.topnews .news_info h1.line-clamp-3 {
	max-height: 135px;
}
.topnews .news_info h5 {
	color: #57615d;
	margin: 10px 0;
	font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow:ellipsis;
}
.topnews .news_info .time {
	color: #868e8c;
	font-size: 13px;
	margin-top: 15px;
	overflow: hidden;
}
.topnews .news_info .time span.pull-right{
	color: #868e8c;
	font-weight: normal;
}
.topnews .news_info .time>span>i{
	font-style: normal;
}
.topnews .news_info .desc {
	line-height: 2.2;
	margin-top: 20px;
	color: #57615d;
	font-size: 14px;
	height: 84px;
}

.topnews .news_info .more {
	position: absolute;
	bottom: 30px;
	color: #333836;
	font-weight: 700;
}
.topnews .news_info .more:hover {
	color: #a0c181;
}
.topnews .news_info .more:after {
	content: "\e62a";
	font-family: "iconfont" !important;
	margin-left: 10px;
	font-size: 12px;
}

/*others */
.others_search .input-group-addon {
	background: #fff;
	border-color: #fff;
	padding-left: 30px;
}
.others_search .form-control {
	border-color: #fff;
	height: 50px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	font-family: 'Open Sans';
	font-weight: 700;
	color: #000000;
}
.search_type {
	margin: 20px 0;
	overflow: hidden;
}

.search_content {
	padding: 0 30px;
}
.search_content .search_list {
	overflow: hidden;
}
.search_content .search_no_data p:nth-child(1){
	font-size: 27px;
	color: #57615D;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.search_content .search_no_data p:nth-child(2){
	text-align: center;
	margin-top: 15px;
	color: #aaa;
	font-weight: bold;
}
.search_content .search_list li {
	width: 100%;
	float: left;
	padding: 25px 0;
	overflow: hidden;
	border-top: 1px solid #e2eaeb;
}
.search_content .search_list li:first-child {
	border-top: none!important;
}
.search_content .search_list li h3 {
	font-size: 17px;
	margin-bottom: 10px;
}
.search_content .search_list li .author {
	margin: 20px 0;
	color: #57615D;
	line-height: 1.8;
	font-size: 13px;
	font-weight: 700;
}
.search_content .search_list li .author i {
	color: #868e8c;
	font-style: normal;
	font-weight: 300;
	margin-left: 6px;
}
.search_content .search_list li .author a {
	color: #57615D;
	/* margin-left: 15px; */
}
.search_content .search_list li .delete {
	margin-left: 15px;
}
.search_content .search_list li .author a:hover{
	color: #A0C181;
}

.others_page .pagination {
	margin-bottom: 0 !important;
}

.topic_post_form {
	padding: 35px;
}

.topic_post_form h3 {
	color: #333836;
	font-size: 20px;
	margin-bottom: 15px;
}
.topic_post_form p {
	font-size: 14px;
	color: #333836;
	margin-top: 0;
}
.topic_post_form form {
	margin-top: 30px;
}
.topic_post_form .form-group input.comment_control {
	height: 50px;
}
.topic_post_form .form-group label {
	margin: 20px 0 10px;
	color: #57615D;
	font-weight: bold;
}
.topic_post_form form .select2_out{
	overflow: hidden;
}

/*whats new
 -----------------------------------*/
.whats_topnews {
	padding: 0;
}
.whats_topnews .top_news_img {
	float: left;
	width: 610px;
}
.whats_topnews .top_news_img img {
	width: 100%;
	height: 400px;
}
.whats_topnews .news_info {
	width: 350px;
}
.whatsnews_search {
	margin: 35px 0;
	padding: 30px;
}
.whatsnews_search>h1 {
	font-size: 28px;
}
.whatsnews_search form#whatnew_form {
	text-align: center;
	padding-top: 15px;
}

.btn_post{
	width: 20%!important;
	float: right;
}
/* 调整中部搜索栏的宽度 放下按钮 */
.others_search{
	width: 75%!important;
}
.modal_out{
	position: fixed;
	width:100%;
	height:100%;
	left:0;
	top: 0;
	background: rgba(35,24,21,.2);
    z-index: 33333;
    display: none;
}
.modal_out .confirm_modal{
	width: 400px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.modal_out .confirm_modal>h2{
	padding-top: 15px;
}
.modal_out .confirm_modal .btns{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.modal_out .confirm_modal .btns>p{
	width: 49%;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #898989;
	font-weight: 700;
	cursor: pointer;
}
.modal_out .confirm_modal .btns>p:nth-child(1){
	color: #A0C181;
}
.top_control{
	padding: 10px 0 20px;
	overflow: hidden;
}
.top_control .control_left{
	font-size: 13px;
	font-weight: normal;
	color: #57615D;
}
.top_control .control_left>span>a{
	color: #57615D;
	font-weight: 700;
}
.top_control .control_left>span:nth-child(2){
	display: inline-block;
	margin-left: 8px;
	color: #868e8c;
}
.top_control .control_right{
	font-size: 13px;
	font-weight: 700;
	color: #57615D;
}
.top_control .control_right>span{
	cursor: pointer;
}
.top_control .control_right>span:hover{
	color: #A0C181;
}
.top_control .control_right>a:hover{
	color: #A0C181!important;
}
.others_tags{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.others_tags>span>a{
	color: #57615D;
	background-color: #eee;
}
.others_tags>span:hover a{
	color: #fff;
	background-color: #A0C181;
}
.article_subhead{
	font-size: 15px;
    font-family: 'Open Sans';
    line-height: 2;
    color: #828f87;
}
.art_introduction .img_details{
	width: 70%;
	margin: 20px auto;
	font-size: 14px;
	color: #868d8a;
	text-align: center;
}
.bottom_share{
	width: 50%!important;
}
.article_left #form_search{
	width: 100%;
}
.article_left #form_search .others_search{
	width: 100%;
}
.author>a{
	text-decoration: none;
	color: #57615D;
	margin-right: 5px;
}
.whatnew_detail .container .row .article_left h6{
	font-size: 14px!important;
	color: #57615D;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px!important;
}
.whatnew_detail .detail_title{
	margin-top: 65px;
	padding: 15px 0;
	border-top: 1px solid #d7e0e1;
	border-bottom: 1px solid #d7e0e1;
}
.whatnew_detail .detail_title>p>span{
	display: inline-block;
	width: 49%;
	text-align: left;
	padding: 15px 0;
	font-size: 14px;
}
.whatnew_detail .detail_title .v_name{
	font-size: 28px!important;
	color: #333836;
	line-height: 28px;
	font-weight: 700;
}
.whatnew_detail .detail_title .v_list>a{
	color: #737254;
	font-weight: 700;
}
.whatnew_detail .detail_title .v_list>a:hover{
	color: #A0C181;
}
.whatnew_detail .detail_title .v_list>a>i{
	display: inline-block;
	margin-left: 10px;
}
.detail_share{
	width: 50%!important;
	margin-top: 30px;
}
.whatsnew_ad{
	top: 65px!important;
	position: relative!important;
}
.article_left .art_introduction .desc p a{
	position: static!important;
}
/* whatsnew中部选项框 */
#whatnew_form{
	position: relative;
	width: 100%;
	margin-top: 20px;
	height: 40px;
}
#whatnew_form .dropdown_center{
	position: absolute;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#whatnew_form .dropdown{
	display: inline-block;
	background-color: #f4f7fa;
	width: 190px;
	height: 38px;
}
#whatnew_form .dropdown:nth-child(1){
	margin-right: 30px;
}
#whatnew_form .dropdown>a{
	display: inline-block;
	height: 38px;
	width: 165px;
	line-height: 38px;
	color: #57615D;
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 700;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#whatnew_form .dropdown>i{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	color: #57615D;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#whatnew_form .dropdown_center .dropdown ul.dropdown-menu{
	background-color: #fff;
	width: 100%;
	border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    max-height: 190px;
    overflow: auto;
}
/*/*凹槽宽度*/
#whatnew_form .dropdown_center .dropdown ul.dropdown-menu::-webkit-scrollbar{
    width:5px;
    height:5px;
}
/*拖动条*/
#whatnew_form .dropdown_center .dropdown ul.dropdown-menu::-webkit-scrollbar-thumb{
    background-color:#ccc;
}
#whatnew_form .dropdown_center .dropdown ul.dropdown-menu li{
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	cursor: pointer;
	padding-left: 10px;
	color: #57615D;
	font-family: 'Open Sans';
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#whatnew_form .dropdown_center .dropdown ul.dropdown-menu li.selected{
	background-color: #fff;
	color: #A0C181;
}
#whatnew_form .dropdown_center .dropdown ul.dropdown-menu li:hover{
	background-color: #A0C181;
	color: #fff;
}
.article_heading>a{
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.article_desc{
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	height: 116px;
}
/* 文章底部三个相近图片 */
.article_card{
	width: 100%;
	margin-top: 25px;
}
.article_card>li{
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 3px;
	overflow: hidden;
}
.article_card>li:hover {
	background: #f1f1f1;
}
.article_card>li:nth-child(1){
	margin-right: 15px;
}
.article_card>li:nth-child(2){
	margin-right: 15px;
}
.more_like{
	margin-top: 30px;
}
.figcaption{
	width: 100%;
	height: 68px;
	font-size: 21px;
	padding: 0 10px;
	font-weight: 700;
	margin-top: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.figcaption>a{
	color: #57615D;
	text-decoration: none;
}
.figcaption>a:hover {
	color: #A0C181;
}
.article_card .card_tags{
	margin: 15px auto;
	padding: 0 10px;
	height: 56px;
}
.article_card .card_tags .card_tags_outer{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.article_card .card_tags .card_tags_outer a.label_name{
	display: inline-block;
	color: #57615D;
	background-color: #eee;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	border-radius: 11px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis;
	max-width: 100%;
	align-self: baseline;
}
.article_card .card_tags .card_tags_outer a.label_name:hover {
	color: #fff;
	background-color: #A0C181;
}
.article_card .shape_img{
	width: 194px!important;
	height: 129px!important;
}
.more_btn{
	width: 100%;
	margin-top: 20px;
}
.more_btn>a{
	display: block;
	width: 194px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	background-color: #A0C181;
	margin-top: 20px;
	margin: auto;
}
.more_btn>a:hover{
	background-color: #b9d1a6;
}
#topicSubmit{
	width: 100px;
}
button:focus{
	outline: none!important;
}
.btn_common:disabled{
	cursor: pointer;
	background-color: #b9d1a6;
}
.article_left .other_left{
	position: relative;
}
.article_left .other_left span.label{
	display: inline-block;
	height: 23px;
	background-color: #EEEEEE;
	padding: 0 10px;
	line-height: 23px;
	font-size: 13px;
	cursor: pointer;
}
.article_left .other_left span.label>i.iconfont{
	font-size: 12px!important;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
}
.article_left .other_left span.label:hover{
	background-color: #A0C181;
	color: #fff;
}
.article_left .other_left .icon-Fill258{
	text-indent: 5px;
	font-size: 12px;
	display: none;
}
.article_left .other_left span.label:hover .icon-Fill258{
	display: inline-block;
}
.others_post .btn_post{
	background-color: #A0C181;
	border-color: #A0C181;
	color: #ffffff;
    font-weight: 700;
    line-height: 2;
    border-radius: 3px;
}
.others_post .btn_post:hover{
    background-color: #b9d1a6;
    border-color: #b9d1a6; 
}
.whatsnew_desc{
	font-size: 14px;
}
.search_no_data{
	padding: 60px 0;
	display: none;
}
.article_left .main .article_empty{
	display: none;
	text-align: center;
	margin-top: 225px;
}
.article_left .main .article_empty h2{
	color: #737674;
    font-size: 27px;
    margin-bottom: 15px;
}
.article_left .main .article_empty>p{
	color: #babcbb;
    font-size: 15px;
}
.textarea_control {
	font-weight: 300;
}
.textarea_control::-webkit-input-placeholder { /* WebKit browsers */ 
	font-weight: 300;
	color: #ccc;
} 

.textarea_control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	font-weight: 300;
	color: #ccc;
} 

.textarea_control::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	font-weight: 300;
	color: #ccc;
} 

.textarea_control:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	font-weight: 300;
	color: #ccc;
} 