/* 1.展商目录 */
.famous-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.famous-bottom .famous-left {
	width: 75%;
	margin-top: 56px;

}
/* 左面 1表单 */
.famous-left .list-top{
	
}
.famous-left .list-top form{
	
}
.famous-left .list-top form label{
	margin-right: 17px;
}
.famous-left .list-top form input{
	width: 160px;
	height: 35px;
	opacity: 1;
	margin-right: 15px;
	outline: none; 
	font-size: 17px;
	
	font-weight: 500;
	
	color: #8b8b8b;
	line-height: 35px;
	
}
.famous-left .list-top form select{
	width: 160px;
	height: 39px;
	opacity: 1;
	margin-right: 15px;
	outline: none;
	
	font-size: 17px;
	
	font-weight: 500;
	color: #8B8B8B;
	line-height: 35px;
	
}
.famous-left .list-top form select option{
	
	
}
.famous-left .list-top form .sub_search{
	width: 160px;
	height: 39px;
	opacity: 1;
	
	margin-right: 0px!important;
	background-color: #B01E22;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	
	
}



/* 左边 2.推荐展商 */
.famous-left .list-center{
	margin-top: 53px;
}
.famous-left .list-center h2{
	
	opacity: 1;
	font-size: 21px;
	
	font-weight:500;
	
	color: #000000;
	line-height: 35px;
	padding-bottom:9px;
	border-bottom: 2px solid #BEBEBE;
}
.famous-left .list-center div{
	margin: 56px 0;
	text-align: left;
	font-size: 17px;
	
	font-weight: 700;
	
	color: #8b8b8b;
	line-height: 35px;
}
/* 左边 3.更多展商 */
.famous-left .list-bottom{
	
}
.famous-left .list-bottom h2{
	opacity: 1;
	font-size: 21px;
	
	font-weight: 500;
	
	color: #000000;
	line-height: 35px;
	padding-bottom:9px;
	border-bottom: 2px solid #BEBEBE;
}

/* 字母 */

.famous-left .list-bottom .alphabet{
	
}
.famous-left .list-bottom .alphabet ul{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}
.famous-left .list-bottom .alphabet ul li{
	padding: 0 16px;
	margin-bottom: 20px;
}
.famous-left .list-bottom .alphabet ul li a{
	width: 18px;
	display: inline-block;
	opacity: 1;
	font-size: 19px;
	
	font-weight: 500;
	
	color: #8b8b8b;
	text-align: center;
	
}
.famous-left .list-bottom .alphabet ul li a:hover{
	color: #AF1E22;
}
/* 展商列表 */
.famous-left .list-bottom .list-muem{
	
}
.famous-left .list-bottom .list-muem ul{
	display: flex;
	flex-wrap: wrap;
}
.famous-left .list-bottom .list-muem li{
	width: 32%;
	padding: 10px 0;
	border-bottom: 1.5px solid #909090;
	padding-right: 10px;
}
.famous-left .list-bottom .list-muem li a{
	
	opacity: 1;
	font-size: 15px;

	font-weight: 500;
	
	color: #8b8b8b;
	line-height: 32px;
	
	
}
.famous-left .list-bottom .list-muem li a:hover{
     color: #AF1E22;
}

/* 翻页 开始*/
.pages {
	text-align: center;
	padding: 40px 0 20px 0px;
	font-family: arial;
	margin-top: 40px;
	float: right;
	
}

.pages a {
	display: block;
	float: left;
	margin: 0 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #ededed;
	font-size: 14px;
}
.pages a:hover {
	color: #AF1E22;
}

.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-color: #c5c5c5;
}

/* 翻页 结束*/


/* 2.展商的详情 */

.famous-left .list-recommend{
	
}
.famous-left .list-recommend div{
	display: flex;
	justify-content: center;
	margin-top: 52px;
	margin-bottom: 39px;
}
.famous-left .list-recommend div img{
	display: block;
	width: 200px;
}
.famous-left .list-recommend ul li{
	
	opacity: 1;
	font-size: 15px;
	
	font-weight: 500;
	
	color: #8b8b8b;
	line-height: 32px;
}
.famous-left .list-recommend ul li a{
	opacity: 1;
	font-size: 15px;
	
	font-weight: 500;
	
	color: #8b8b8b;
	line-height: 32px;
}
.famous-left .list-recommend ul li a:hover{
	color: #AF1E22;
}
.famous-left .list-recommend ul li:last-child{
	
	margin-top: 30px;
}



