/* 搜索筛选 */
.expo-search-box{
	margin-bottom: 20px;
}
.search-item{
	padding: 14px 0px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0;
}
.sort-name>span{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.search-cent>ul>li{
	float: left;
	margin-right: 4px;
	/* margin-bottom: .1rem; */
}
.sort-name,
.search-cent{
	display: inline-block;
	vertical-align: top;
}
.search-cent>ul>li>a{
	display: inline-block;
	padding: 0 14px;
	 height: 29px;
	 line-height: 29px;
	 text-align: center;
	font-size: 14px;
	 color: #333333;
	 position: relative;
}
.search-cent>ul>li:hover>a,
.search-cent>ul>li.on>a{
	/* color: #0064a9; */
}
.sort-name{
	/* width: 60px; */
	width: 80px;
	text-align: left;
}
.search-cent{
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
}
.expo-area>ul>li.on{
	border-radius: 3px;
	background-color: rgb( 243, 243, 243 );
}
.search-year{
	position: relative;
}
.search-year>a{
	position: relative;
	
}
.search-year>a::after{
	content: "";
	width: 8px;
	height: 5px;
	background: url(../images/xl2.png) no-repeat center;
	/* background: url(../images/xl2a.png) no-repeat right center; */
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .8s;
}
/* .search-year.on>a::after, */
.search-year:hover>a::after{
	background: url(../images/xl2s.png) no-repeat center;
	background-size: 100% 100%;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(180deg); 
	transition: all .8s;
}
.year-dow{
	position: absolute;
	top: 100%;
	left: -30px;
	right: 0;
	margin: auto;
	width: 120px;
	max-height: 274px;
	overflow-y: auto;
	display: none;
	background-color: #fff;
	z-index: 2;
}
/*滚动条整体部分,必须要设置*/
.year-dow::-webkit-scrollbar{
  width: 6px;
  background-color: pink;
}
/*滚动条的轨道*/
.year-dow::-webkit-scrollbar-track{
  background-color: rgb( 243, 243, 243 );
}
/*滚动条的滑块按钮*/
.year-dow::-webkit-scrollbar-thumb{
  /* height: 100px; */
  background-color: rgba( 0, 0, 0 ,0.102);
}
/*滚动条的上下两端的按钮*/
.year-dow::-webkit-scrollbar-button{
  height: 0px;
  background-color: rgb( 243, 243, 243 );
}

.year-dow>ul>li{
	padding: 16px 0px;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
}
.year-dow>ul>li>a{
	font-size: 14px;
	color: #666666;
	
}

/* 搜索筛选-内容 */
.expo-li{
	background-color: rgb( 255, 255, 255 );
	padding: 30px 0px;
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}
.expo-img,
.expo-infbox,
.expo-btnbox{
	display: inline-block;
	vertical-align: middle;
}
.expo-img{
	width: 250px;
	padding: 0 10px;
	text-align: center;
}
.expo-infbox{
	width: calc(100% - 250px - 220px);
	width: -moz-calc(100% - 250px - 220px);
	width: -webkit-calc(100% - 250px - 220px);
	border-right: 1px solid #f3f3f3;
}
.expo-tit{
	font-size: 20px;
	color: #333333;
	margin-bottom: 12px;
}
.exp-tli{
	margin-bottom: 8px;
}
.exp-tli>img,
.exp-tli>span{
	display: inline-block;
	vertical-align: middle;
}
.exp-tli>img{
	width: 11px;
	max-height: 13px;
	margin-right: 10px;
}
.exp-tli>span{
	font-size: 14px;
	color: #333333;
}
.expo-btnbox{
	width: 220px;
}
.expo-btnbox>a{
	display: block;
	border-radius: 2px;
	background-color: rgb( 23, 146, 229 );
	width: 121px;
	height: 35px;
	margin: 0px auto 20px;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	text-align: center;
	line-height: 35px;
}
.expo-btnbox>a:last-child{
	margin-bottom: 0;
}
.expo-btnbox>a:nth-child(2){
	background-color: rgb( 0, 100, 169 );
}

.expo-libot{
	margin-bottom: 50px;
}

/*  */
.year-dow{
	/* background: rgb(23, 146, 229); */
	width: 100%;
	left: 0;
}
.year-dow>ul>li>a{
	color: #fff;
}
.year-dow>ul>li {
    padding: 10px 0px;
}
/* .search-cent>ul>li:hover,
.search-cent>ul>li.on{
	border-radius: 3px;
	background-color: rgb( 243, 243, 243 );
} */
.expo-area>ul>li.on{
	background-color: #0064a9;
}
.search-cent>ul>li:hover>a, 
.search-cent>ul>li.on>a{
	/* color: #fff; */
}
.expo-time>ul>li.on>a::after,
.expo-area>ul>li.on a::after{
	content: "";
	background: url(../images/xl2a.png) no-repeat right center;
}
.search-cent>ul>li.on,
.expo-time>ul>li.on{
	background: #0064a9;
	border-radius: 3px;
}
.search-cent>ul>li.on>a,
.expo-area>ul>li.on>a,
.expo-time>ul>li.on>a{
	color: #fff;
}
.year-dow>ul>li>a{
	color: #333;
}
.year-dow>ul>li>a:hover{
	color: #0064a9;
}

.expo-area .he{
	position: relative;
	padding-left: 130px;
}
.expo-area .he>li:nth-child(1){
	position: absolute;
	left: 0;
}
.expo-area .he>li:nth-child(2){
	position: absolute;
	left: 60px;
}