

/* 2.最新动态 about_news*/
/* 3统计报告 about_report*/
/* 4.业界评价 about_comment*/
/* 5.支持与媒体 about_support*/
/* 6 历史回顾about_history*/
/* 7展馆介绍 about_saloon*/


/* 1.关于安博会 */
.about-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about-left {
	width: 75%;
	margin-top: 70px;

}

.about-left .about-left1:first-child h2 {

	opacity: 1;
	font-size: 32px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;

	color: #b01e22;
	line-height: 32px;
}

.about-left1 {
	margin-top: 56px;

}

.about-left1 h2 {

	font-size: 21px;
	
	font-weight: 500;

	color: #000000;
	line-height: 35px;
	margin-bottom: 46px;
}

.about-left1 p {

	font-size: 13px;
	
	font-weight: 500;

	color: #8b8b8b;
	line-height: 32px;
}








/* 2.最新动态 about_news*/
.about_news-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about_news-bottom .news-left {
	width: 75%;
	margin-top: 54px;
}

.about_news-bottom .news-left ul .first-news {
	display: flex;
	/* margin-bottom: 75px; */
	justify-content: space-between;
}

/* 最新动态搜索*/
.news-left ul li:first-child{
	/* background-color: #007AFF; */
	display: flex;
	/* justify-content: flex-end; */
	
}
.news-search{
	position: relative;
	padding: 6px 40px 6px 6px;
	/* background-color: #007AFF; */
	border: 1px solid #c5c5c5;
	
	margin-bottom: 30px;
	
}

.news-search input {
	width: 246;
	height: 24px;
	display: flex;
	align-items: center;
	border: none;
	outline: none;
}

.news-search img {
	position: absolute;
	top: 9px;
	right: 6px;
}

.news-left ul .first-news div  {
	display: flex;
	flex-direction: column;
	width: 349px;
	height: 234px;
	
	
	margin-bottom: 30px;
}
.news-left ul .first-news div img {
	width: 100%;
	/* height: 234px; */
}



.news-left ul .first-news div em {
	margin-bottom: 20px;

	font-size: 13px;
	
	font-weight: 500;

	color: #8b8b8b;

}

.news-left ul .first-news div a {

	font-size: 21px;
	
	font-weight: 500;

	color: #b01e22;
	line-height: 32px;
	margin-bottom: 15px;

}

.news-left ul .first-news div .more {

	font-size: 13px;
	
	font-weight: 500;
	text-align: justifyLeft;
	color: #bebebe;
	line-height: 32px;
	display: block;
}

.news-left ul .first-news div .more img {
	width: 18px;
	height: 18px;
	margin-left: 9px;
	background-color: #000;
	border-radius: 50%;
	margin-bottom: -4px;
}

.news-left ul .first-news div .more:hover {

	font-weight: 500;
	color: #AF1E22;

}

.news-left ul .first-news div .more:hover img {
	width: 18px;
	height: 18px;
	margin-left: 9px;
	background-color: #AF1E22;
	border-radius: 50%;
	margin-bottom: -4px;
	
}

.about_news-bottom .news-left .news-time {}

.news-left .news-time a {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #afafaf;
	padding: 14px 0;
}

.news-left .news-time a span:hover {
	color: #AF1E22;
}

.news-left .news-time a em:hover {
	color: #AF1E22;
}

.news-left .news-time a span {

	font-size: 13px;
	
	font-weight: 500;
	
	color: #bebebe;
	line-height: 32px;
}

.news-left .news-time a em {

	font-size: 13px;
	
	font-weight: 500;
	
	color: #bebebe;
	line-height: 32px;
}

/* 翻页 */
.pages {
	text-align: center;
	padding: 40px 0 20px 0px;
	font-family: arial;
	margin-top: 40px;
}

.pages a {
	display: block;
	float: left;
	margin: 0 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #ededed;
	font-size: 14px;
}

.pages a .back,
.pages a .next {
	background: #686765 url(../img/icon/icon2.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
}

.pages a:hover .back,
.pages a:hover .next {
	background: #cc0000 url(../img/icon/icon2.png) no-repeat;
}

.pages a .back,
.pages a:hover .back {
	background-position: 6px -311px;
}

.pages a .next,
.pages a:hover .next {
	background-position: 7px -339px;
}

.pages a.current {
	color: #fff;
	background: #c5c5c5;
}

/* 翻页 */

/* 2. 最新动态详情页*/
.about_news_detail-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about_news_detail-bottom .news_detail-left {
	width: 75%;
	margin-top: 54px;
}

.news_detail-left {}

.news_detail-left h2 {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #F4F4F4;
}

.news_detail-left .detail-content {
	margin-top: 30px;
}



/* 3统计报告 about_report*/
.about_report-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about_report-bottom .report-left {
	width: 75%;
	margin-top: 54px;
}

.about_report-bottom .report-left img {
	width: 100%;

}


/* 4.业界评价 about_comment*/
.about_comment-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about_comment-bottom .comment-left {
	width: 75%;
	margin-top: 54px;
}

.about_comment-bottom .comment-left h2 {

	font-size: 21px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;

	color: #b01e22;
	line-height: 39px;

}

.comment-left .comment-left1 {
	margin-top: 51px;
}

.comment-left .comment-left1 h4 {

	font-size: 21px;
	
	font-weight: 500;

	color: #000000;
	line-height: 35px;
	margin-bottom: 46px;
}

.comment-left .comment-left1 ul {}

.comment-left .comment-left1 ul li {
	display: flex;
	justify-content: space-between;

	font-size: 13px;
	
	font-weight: 500;

	color: #bebebe;
	line-height: 32px;
	margin-top: 47px;

}

.comment-left .comment-left1 ul li img {
	width: 111px;
	height: 138px;
	margin-right: 28px;
}

.comment-left .comment-left1 ul li h5 {

	margin-top: 10px;
	/* margin-bottom: 3px; */
}

.comment-left .comment-left1 ul li p {
	color: #8b8b8b;
	text-align: right;
}

.comment-left .comment-left1 ul li em {
	color: #8b8b8b;
	display: block;
	text-align: right;
}


/* 5.支持与媒体 about_support*/
.about_support-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about_support-bottom .support-left {
	width: 75%;
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;



}

.support-left .support-left1 {
	margin-bottom: 76px;
}

.support-left h2 {

	font-size: 21px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;

	color: #b01e22;
	line-height: 39px;
	margin-bottom: 49px;
}

.support-left ul {

	font-size: 13px;
	
	font-weight: 500;

	color: #8b8b8b;
	line-height: 32px;
}

.support-left .support-left1 ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.support-left .support-left1 {
	width: 40%;
}

.support-left .support-left2 {
	width: 60%;

}

.support-left .support-left3 {
	width: 40%;
}

.support-left .support-left3 ul li img {
	width: 129px;
	height: 40px;
}

.support-left .support-left2 ul li img {
	width: 100%;
}


/* 6 历史回顾about_history*/
.about-history-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about-history-left {
	width: 75%;
	margin-top: 47px;
}

.about-history-left ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 24px;

}

.about-history-left ul li {
	width: 17%;
	text-align: center;
	padding: 14px 0 11px;
	background-color: #F5F5F5;
	margin-right: 21px;
	margin-bottom: 21px;

	font-size: 21px;

	font-weight: 500;

	color: #8B8B8B;
	line-height: 35px;

}

/* .about-history-left ul li:hover{
	color: #fff;
	background-color: #B01E22;
} */
.act {
	color: #fff !important;
	background-color: #B01E22 !important;
}

.tab .tab1 {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.tab .tab1::after {
	content: "";
	display: block;
	width: 209px;
	height: 118px;
	visibility: hidden;
}

.tab .tab1 div {
	width: 209px;
	height: 118px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.tab .tab1 img {
	width: 100%;
	height: 118px;
}

/* 7展馆介绍 about_saloon*/
.about-saloon-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.about-saloon-bottom .saloon-left {
	width: 75%;
	margin-top: 54px;
}

.about-saloon-bottom .saloon-left img {
	width: 100%;

}

.about-saloon-bottom .saloon-left ul {
	font-size: 13px;
	
	font-weight: 500;
	color: #8b8b8b;
	line-height: 32px;
	margin-top: 30px;
}

.about-saloon-bottom .saloon-left ul li {
	margin-bottom: 30px;
	text-indent: 2em;
}
