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;
}
.page_left_item{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 6px 6px 6px 6px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #666666;
	line-height: 1.5;
}
.page_one{
	display: flex;
	justify-content: flex-start;
}
.page_one .page_one_img{
	width: 260px;
	height: 260px;
	min-width: 260px;
	margin-right: 20px;
}
.page_one .page_one_img img{
	width: 100%;
	height: 100%;
}
.page_one_info{
	height: 260px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.page_one_info_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.page_one_info_top .page_one_info_title{
	min-height: 88px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	width: 450px;
	height: 80px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_one_info_score{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.page_one_info_score .page_one_info_score_num{
	font-size: 20px;
	font-weight: bold;
	color: #FF793D;
}
.page_one_info_score .page_one_info_score_text{
	font-size: 10px;
	font-weight: 400;
	color: #333333;
}
.page_one_info_tag{
	font-size: 14px;
	font-weight: bold;
	color: #1E50AE;
	margin-bottom: 10px;
	min-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.page_one_info_tag span{
	margin-right: 5px;
	margin-bottom: 5px;
}
.page_one_info_message .page_one_info_message_item{
	display: flex;
	justify-content: flex-start;
}
.page_one_info_message .page_one_info_message_item:first-child{
	margin-bottom: 10px;
}
.page_one_info_message .page_one_info_message_item .page_one_info_message_item_title{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: 70px;
	min-width: 70px;
}
.page_one_info_message .page_one_info_message_item .page_one_info_message_item_content{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_one_info_button{
	margin-top: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page_one_info_button .yy_btn{
	width: 130px;
	height: 44px;
	background: #1E50AE;
	border-radius: 6px 6px 6px 6px;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
}
.page_one_info_button .collect_btn{
	width: 100px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 17px;
	display: none;
	cursor: pointer;
}
.page_one_info_button .collect_btn .collect_box{
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_one_info_button .collect_btn img{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.page_title{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 4px solid #1E50AE;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.page_right{
	width: 280px;
	min-width: 280px;
}
.page_right_item{
	width: 100%;
	margin-top: 20px;
	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;
}
.advtage_item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.advtage_item:last-child{
	margin-bottom: 0;
}
.advtage_item .advtage_item_img{
	width: 20px;
	height: 20px;
	margin-right: 14px;
}
.advtage_item .advtage_item_img img{
	width: 100%;
	height: 100%;
}
.advtage_item span{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.article_item{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.article_item .article_title{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_item .article_data{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 6px;
}
.article_item .article_data_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 10px;
	font-weight: 400;
	color: #777777;
	margin-right: 40px;
}
.article_item .article_data_item:last-child{
	margin-right: 0 !important;
}
.article_item .article_data_item_img{
	width: 10px;
	height: 10px;
	margin-right: 3px;
}
.article_item .article_data_item_img img{
	width: 100%;
	height: 100%;
}
.last_btn{
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.look_more{
	font-size: 14px;
	font-weight: bold;
	color: #1E50AE;
}


.comput_box{
	width: 100%;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 40px;
}
.comput_box_tabbar{
	width: 100%;
	/* padding: 21px 6px 11px; */
	box-sizing: border-box;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comput_box_tabbar .tabbar_list_hidden{
	flex-grow: 1;
	overflow: hidden;
	margin:0 6px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 6px 11px;
}
.comput_box_tabbar .tabbar_list_hidden .tabbar_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.25s linear;
}
.comput_box_tabbar .tabbar_list_hidden .tabbar_list .tabbar_item{
	white-space: nowrap;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	max-width: 150px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.comput_box_tabbar .tabbar_list_hidden .tabbar_list .tabbar_item_cur{
	color: #1E50AE;
	font-weight: bold;
	position: relative;
}
.comput_box_tabbar .tabbar_list_hidden .tabbar_list .tabbar_item_cur::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #1E50AE;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}


.left_btn,.right_btn{
	width: 18px;
	height: 18px;
	min-height: 18px;
	min-width: 18px;
	cursor: pointer;
}
.left_btn img,.right_btn img{
	width: 100%;
	height: 100%;
}

.comput_box_content{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	display: none;
}
.comput_box_content_block{
	display: block !important;
}

.collect_show{
	display: inline-block !important;
}