body{
	background-color: #f6f7fa;
}
.page_box{
	padding-top: 20px;
}
.page_content{
	display: flex;
	justify-content: space-between;
}
.page_left{
	width: 900px;
	min-width: 900px;
}
.page_address{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}
.page_left{
	width: 900px;
}
.page_left_item{
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
}
.article_box{
	padding: 30px 30px 20px;
	margin-bottom: 40px;
}
.article_title{
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.article_info{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.article_info .article_time{
	margin-right: 197px;
}
.article_info .article_look{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.article_info .article_look img{
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.article_content{
	margin-top: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
}

.article_aurth{
	margin-top: 50px;
	width: 100%;
	height: 100px;
	background: #F6F6F6;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 20px;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	font-size: 14px;
	word-break: break-all;
}
.article_zan{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.article_zan_btn{
	width: 140px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #777777;
	color: #777777;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.article_zan_btn_cur{
	border-color: #1E50AE;
	color: #1E50AE;
}
.article_zan_btn img{
	margin-right: 10px;
}
.article_zan_btn .zan_img{
	display: inline-block;
}
.article_zan_btn_cur{
	display: none !important;
}
.article_handle{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 22px;
}
.article_handle .handle_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #777777;
}
.article_handle .handle_item:last-child{
	margin-right: 0px !important;
}
.article_handle .handle_item:nth-child(2){
	padding-right: 20px;
	border-right: 1px solid #777777;
}
.article_handle .handle_item img{
	width: 16px;
	height: 16px;
}
.article_handle .handle_item span{
	margin-left: 6px;
}
.article_collet{
	cursor: pointer;
}
.article_collet_img{
	display: inline-block;
}
.article_collet_show{
	display: none !important;
}
.page_title{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 4px solid #1E50AE;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.correlation{
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.correlation_item{
	min-width: 410px;
	margin-right: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 20px;
}
.correlation_item:nth-child(1),.correlation_item:nth-child(2){
	margin-top: 0 !important;
}
.correlation_item .correlation_item_sjx{
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #CCCCCC;
	margin-right: 4px;
}
.correlation_item:nth-child(2n){
	margin-right: 0px;
}
.correlation_item .correlation_item_content{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.retrun_box{
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.retrun_box_content{
	height: 150px;
	border: 1px solid #e6e6e6;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 14px;
}
.retrun_box_content textarea{
	width: 100%;
}
.return_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	box-sizing: border-box;
	padding: 14px;
}
.return_bottom .return_message{
	font-size: 12px;
	font-weight: 400;
	color: #777777;
}
.return_bottom .return_message a{
	color: #1E50AE;
}
.return_bottom .return_btn{
	width: 60px;
	height: 30px;
	background: #1E50AE;
	border-radius: 4px 4px 4px 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.comment_box{
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.comment_item{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.comment_item:last-child{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	border: none;
}
.comment_item_top{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.comment_item_top .comment_item_img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.comment_item_top .comment_item_img img{
	width: 100%;
	height: 100%;
}
.comment_item_name{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.comment_item_content{
	width: 100%;
	padding-left: 70px;
	box-sizing: border-box;
	font-size: 16px;
	color: #777777;
	margin-top: 10px;
}

.page_right{
	width: 280px;
	min-width: 280px;
}
.page_right_item{
	width: 100%;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
}
.page_ewm{
	padding: 30px 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.page_ewm .page_r_title{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.page_ewm .page_r_ewm{
	width: 140px;
	height: 140px;
	margin-top: 20px;
}
.page_ewm .page_r_ewm img{
	width: 100%;
	height: 100%;
}
.page_ewm .page_r_message{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #1E50AE;
}
.lately{
	margin-top: 20px;
}
.lately_item{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
	display: inline-block;
}
.lately_item:last-child{
	margin-bottom: 0 !important;
}
.lately_item:hover{
	color: #1E50AE !important;
}

.lately_comment{
	margin-top: 20px;
}
.lately_comment_item{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.lately_comment_item:last-child{
	padding-bottom: 0px !important;
	border-bottom: none !important;
	margin-bottom: 0px !important;
}
.lately_comment_item .lately_comment_item_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lately_comment_item .lately_comment_item_top .lately_comment_item_top_left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lately_comment_item .lately_comment_item_top .lately_comment_item_top_left .lately_comment_item_img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 6px;
}
.lately_comment_item .lately_comment_item_top .lately_comment_item_top_left .lately_comment_item_img img{
	width: 100%;
	height: 100%;
}
.lately_comment_item .lately_comment_item_top .lately_comment_item_top_left .lately_comment_item_name{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lately_comment_item .lately_comment_item_top .lately_comment_item_top_time{
	font-size: 10px;
	font-weight: 400;
	color: #777777;
}
.lately_comment_item .lately_comment_item_content{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top: 6px;
}