/*广告位*/

.adv-top {
	width: 1100px;
	margin: 25px auto;
	overflow: hidden;
}

.adv-top a {
	float: left;
}

.content {
	width: 1100px;
	margin: 0 auto;
}

.content>div {
	float: left;
}


/*左侧*/

.content .margin-left {
	width: 800px;
}

.content .margin-left .slideBox {
	width: 800px;
	overflow: hidden;
	position: relative;
}

.content .margin-left .slideBox .hd {
	width: 778px;
	border: 1px solid #EEE;
	height: 54px;
	background: #fafafa;
	overflow: hidden;
	z-index: 1;
}

.content .margin-left .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	margin-top: 22px;
}

.content .margin-left .slideBox .hd ul li {
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	display: inline-block;
	margin-right: 2px;
	width: 8px;
	height: 8px;
	text-align: center;
	background: #7a7a7a;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.content .margin-left .slideBox .hd ul li.on {
	background: #e94740;
	color: #fff;
	width: 30px;
}

.content .margin-left .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.content .margin-left .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 800px;
	height: 360px;
}

.content .margin-left .slideBox .bd li .zl {
	width: 540px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
}

.content .margin-left .slideBox .bd li .zl:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari and Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

/*.content .margin-left .slideBox .bd li .zl a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: -webkit-gradient(linear, 0 40%, 0 100%, from(rgba(0, 0, 0, 0)), to(#121515));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
}*/

.content .margin-left .slideBox .bd li .zl p a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
	line-height: 30px;
	overflow: hidden;
	color: #FFF;
	z-index: 2;
	font-size: 20px;
	transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	-ms-transition: bottom 0.3s;
}

.content .margin-left .slideBox .bd li .zl img {
	width: 540px;
	height: 360px;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
}

.content .margin-left .slideBox .bd li .yr {
	width: 255px;
	float: right;
}

.content .margin-left .slideBox .bd li .yr .yr-img {
	width: 255px;
	height: 178px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}

.content .margin-left .slideBox .bd li .yr .yr-img:last-child {
	margin-bottom: 0px;
}

.content .margin-left .slideBox .bd li .yr .yr-img:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari and Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

/*.content .margin-left .slideBox .bd li .yr .yr-img a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: -webkit-gradient(linear, 0 40%, 0 100%, from(rgba(0, 0, 0, 0)), to(#121515));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
}*/

.content .margin-left .slideBox .bd li .yr .yr-img p a {
	font-size: 16px;
	padding: 7px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 22px;
	overflow: hidden;
	color: #FFF;
	z-index: 2;
	transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	-ms-transition: bottom 0.3s;
}

.content .margin-left .slideBox .bd li .yr .yr-img img {
	width: 255px;
	height: 165px;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
}

.content .margin-left .slideBox .bd img {
	display: block;
}

.content .margin-left .slideBox .prev,
.content .margin-left .slideBox .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -27px;
	display: block;
	width: 35px;
	height: 54px;
	font-size: 22px;
	text-align: center;
	line-height: 54px;
	filter: alpha(opacity: 50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	background-color: rgba(225, 225, 225, 0.5);
	background-image: url(../images/slider-arrow.png);
	background-repeat: no-repeat;
}

.content .margin-left .slideBox .next {
	left: auto;
	right: 0;
	border-right: none;
	background-color: rgba(225, 225, 225, 0.5);
	background-position: 10px 10px;
}

.content .margin-left .slideBox .prev {
	background-position: -110px 10px;
}

.content .margin-left .slideBox .prev:hover {
	background-color: rgba(225, 225, 225, 0.5);
	filter: alpha(opacity: 90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.content .margin-left .slideBox .next:hover {
	background-color: rgba(225, 225, 225, 0.5);
	filter: alpha(opacity: 90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.content .margin-left .slideBox .prevStop {
	display: none;
}

.content .margin-left .slideBox .nextStop {
	display: none;
}


/*资讯*/

.information-mrap {
	text-align: left;
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}

.information-mrap .hd {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #444;
	border-bottom: 1px solid #c6c6c6;
	position: relative;
}

.information-mrap .hd ul {
	position: absolute;
	top: 1px;
}

.information-mrap .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	border: 1px solid #FFF;
	height: 32px;
	margin-right: 10px;
}

.information-mrap .hd ul li a {
	color: #444;
	font-size: 18px;
}

.information-mrap .hd ul li.on {
	border: 1px solid #82bb30;
	background: #82bb30;
	height: 33px;
	border-bottom-color: #82bb30;
	position: relative;
}

.information-mrap .hd ul li.on a {
	color: #FFF;
}

.information-mrap .hd ul li a:hover {
	text-decoration: none;
}

.information-mrap .bd li .news-one {
	padding: 30px 0;
	border-bottom: 1px solid #f5f5f5;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}

.information-mrap .bd li .news-one:hover {
	background: #f5f5f5;
}

.information-mrap .bd li .news-one .img-box {
	width: 230px;
	height: 153px;
	position: relative;
	float: left;
}

.information-mrap .bd li .news-one .img-box img:hover {
	box-shadow: 2px 2px 5px #b6b6b6;
	-moz-box-shadow: 2px 2px 5px #b6b6b6;
	-webkit-box-shadow: 2px 2px 5px #b6b6b6;
	-ms-box-shadow: 2px 2px 5px #b6b6b6;
	-o-box-shadow: 2px 2px 5px #b6b6b6;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.information-mrap .bd li .news-one .img-box img {
	display: block;
	width: 230px;
	height: 153px;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}

.information-mrap .bd li .news-one .txt-box {
	display: table-cell;
	padding-left: 20px;
	position: relative;
}

.information-mrap .bd li .news-one .txt-box h3 {
	height: 55px;
	line-height: 25px;
	font-size: 20px;
	overflow: hidden;
	padding-right: 5px;
	margin-top: -5px;
}

.information-mrap .bd li .news-one .txt-box h3 a {
	color: #333;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	font-size: 18px;
	font-weight: bold;
}

.information-mrap .bd li .news-one .txt-box h3 a:hover {
	color: #82bb30;
	text-decoration: none;
}

.information-mrap .bd li .news-one .txt-box .synopsis {
	color: #999;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	padding-right: 5px;
}

.information-mrap .bd li .news-one .txt-box .row-msg {
	display: block;
	margin: 20px 0 0 0;
	color: #999;
	height: 20px;
}

.information-mrap .bd li .news-one .txt-box .row-msg:after {
	content: ".";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
}

.information-mrap .bd li .news-one .txt-box .row-msg span {
	display: block;
	float: left;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.time {
	margin-right: 25px;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box {
	position: relative;
	/*width: 295px;*/
	height: 20px;
	overflow: hidden;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.author {
	display: inline-block;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.author img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	float: left;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.author i {
	display: inline-block;
	float: left;
	font-style: normal;
	padding: 0 20px 0 5px;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box:after {
	position: absolute;
	top: 0;
	left: 8px;
	width: 10px;
	height: 20px;
	content: " ";
	background: url(../img/download-iocn.jpg) no-repeat left center;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box a {
	color: #999999;
	margin-right: 5px;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box a:first-child {
	padding-left: 20px;
}

.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box a:hover {
	text-decoration: underline!important;
	color: #82bb30;
}

.information-mrap .onload {
	display: block;
	height: 30px;
	color: #999999;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #f6f6f6;
}

.information-mrap .onload:hover {
	color: #fff;
	background-color: #82BB30;
}

.information-mrap .hd .information-list-mrap {
	position: absolute;
	top: 1px;
	right: 0;
	width: 50px;
	height: 35px;
	cursor: pointer;
}

.information-mrap .hd .information-list-mrap .mores {
	color: #82BB30;
	font-size: 14px;
	padding-right: 14px;
	background: url(../images/icon3.png) right center no-repeat;
}

.information-mrap .hd .information-list-mrap div {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	background: #FFF;
	width: 350px;
	padding: 15px;
	border: 1px solid #e7e7e7;
	box-shadow: 1px 1px 3px #e7e7e7;
	-moz-box-shadow: 1px 1px 5px #e7e7e7;
	-webkit-box-shadow: 1px 1px 3px #e7e7e7;
	-ms-box-shadow: 1px 1px 5px #e7e7e7;
	-o-box-shadow: 1px 1px 5px #e7e7e7;
	z-index: 5;
}

.information-mrap .hd .information-list-mrap div a {
	display: inline-block;
	color: #444;
	line-height: 18px;
	font-size: 14px;
	margin: 10px;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.information-mrap .hd .information-list-mrap div a:hover {
	text-decoration: none;
	color: #74a131;
}

.information-mrap .hd .information-list-mrap div:after {
	display: block;
	content: ' ';
	height: 0;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	border-top: 1px solid #74a131;
}

.information-mrap .hd .information-list-mrap div:before {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 1;
	top: -7px;
	right: 6px;
	margin-left: -6px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #74a131;
	border-top: 1px solid #74a131;
	background: #FFF;
	content: " ";
}


/*右侧*/

.content .margin-right {
	width: 280px;
	margin-left: 20px;
}

.content .margin-right>div {
	margin-bottom: 30px;
	padding: 10px 0;
	background-color: #f5f5f5;
}

.content .margin-right>div .title {
	border-left: 6px solid #82BB30;
	padding-left: 10px;
	font-size: 20px;
}

.content .margin-right>div .more {
	margin-right: 5px;
	margin-top: 5px;
	font-size: 14px;
	color: #a2a1a6;
	float: right;
}

.content .margin-right>div .list {
	height: 390px;
	padding: 15px 10px 0 10px;
}

.content .margin-right>div .list dl {
	margin-bottom: 10px;
}

.content .margin-right>div .list dl dt,
.content .margin-right>div .list dl dd {
	display: inline-block;
	vertical-align: middle;
}

.content .margin-right>div .list dl dt {
	width: 120px;
}

.content .margin-right>div .list dl dd {
	width: 130px;
	height: 40px;
	font-size: 14px;
	overflow: hidden;
	margin-left: 5px;
	line-height: 20px;
}

/*.content .margin-right>div .list dl:hover dd a {
	text-decoration: underline;
	color: #82BB30;
}*/


/*新闻列表*/

.content .margin-right .news-list {
	width: 250px;
	height: 340px;
	padding: 10px 15px;
}

.content .margin-right .news-list dl {
	margin-bottom: 7px;
}

.content .margin-right .news-list .load {
	display: block;
	height: 30px;
	color: #666;
	line-height: 30px;
	text-align: center;
	background-color: #E9E9E9;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.content .margin-right .news-list .load:hover {
	color: #FFFFFF;
	background-color: #82BB30;
}

.content .margin-right .news-list dl dt a {
	color: #af0102;
	font-size: 16px;
	line-height: 22px;
}

/*.content .margin-right .news-list dl:hover a {
	text-decoration: underline!important;
}*/

.content .margin-right .news-list dl dd {
    color: #333;
    height: 54px;
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 5px;
    /*letter-spacing: 1px;*/
}


/*查找与展示*/

.price-tab {
    margin-top:20px;
}

.price-tab .type-tab {
	position: relative;
	float: left;
	width: 1100px;
	height: 280px;
	overflow: hidden;
	background: #f8f8f8;
}

.price-tab .type-tab .more {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #454545;
}

.price-tab .type-tab .type-tab-carPrice li {
	float: left;
	color: #444;
	padding: 0 20px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.price-tab .type-tab .type-tab-carPrice .on {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	position: relative;
	color: #82BB30;
	border: none;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	box-sizing: border-box;
}

/*.price-tab .type-tab .type-tab-carPrice .on::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #82BB30;
	position: absolute;
	top: 0;
	left: 0;
}*/

.price-tab .type-tab .wrapper-type-tab {
	float: left;
}

.price-tab .type-tab .wrapper-type-tab .type-tab-car {
	width: 1100px;
	height: 240px;
	float: left;
	overflow: hidden;
}

.price-tab .type-tab .wrapper-type-tab>div.hide {
	display: none;
}

.price-tab .type-tab .wrapper-type-tab .type-tab-car li {
	float: left;
	margin-left: 35px;
	margin-top: 20px;
}

.price-tab .type-tab .wrapper-type-tab .type-tab-car li a {
	display: block;
	text-align: center;
}

.price-tab .type-tab .wrapper-type-tab .type-tab-car li a img {
	width: 115px;
	height: 65px;
	border: 1px solid #a1a1a1;
}

.price-tab .query-tab {
	width: 280px;
	height: 270px;
	float: right;
	margin-left: 20px;
	background: #f8f8f8;
	padding-bottom: 10px;
}

.price-tab .query-tab h3 {
	font-weight: 100;
	font-size: 18px;
	font-style: normal;
	height: 60px;
	text-align: center;
	color: #82BB30;
	line-height: 60px;
}

.price-tab .query-tab select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "微软雅黑", arial;
	color: #666666;
	width: 260px;
	height: 34px;
	text-indent: 20px;
	border-radius: 3px;
	margin: 10px;
	border: 1px solid #e9e9e9;
}

select {
	/*很关键：将默认的select选择框样式清除*/
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*加padding防止文字覆盖*/
	padding-right: 14px;
	background: url(/Images/InduLine/icon_bot.png) 95% center no-repeat;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

select::-ms-expand {
	display: none;
}

.price-tab .query-tab .slt-btn {
	height: 27px;
	width: 260px;
	margin: 10px auto 0;
	display: flex;
}

.price-tab .query-tab .slt-btn span {
	line-height: 27px;
	color: whitesmoke;
	text-align: center;
	flex: 1 0 auto;
	cursor: pointer;
	margin-right: 5px;
	background: orange;
}

.price-tab .query-tab .slt-btn span:first-child {
	background: #449dc6;
}


/*推荐企业*/

.industry-title {
	width: 1100px;
	margin: 40px auto 0;
	border-bottom: 1px solid #c6c6c6;
	font-size: 20px;
	height: 35px;
}

.industry-title span {
	display: block;
	float: left;
	padding: 0 5px;
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #82bb30;
}

.recommend-qiye {
	width: 1100px;
	margin: 25px auto;
	overflow: hidden;
	background-color: #F4F4F4;
}

.recommend-qiye .hd {
	width: 120px;
	float: left;
	overflow: hidden;
}

.recommend-qiye .hd ul li.recommend-li {
	color: #1c1c1c;
	width: 118px;
	height: 45px;
	cursor: pointer;
	font-size: 18px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #82bb30;
	background-color: #FFFFFF;
}

.recommend-qiye .hd ul li.on {
	color: #FFFFFF;
	background: #82bb30;
}

.recommend-qiye .hd ul li.on a {
	color: #fff;
}

.recommend-qiye .bd {
	width: 955px;
	float: right;
}

.recommend-qiye .bd:after {
	content: ".";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
}


/*.recommend-qiye .bd .recommend-neiqian .hd{ width: auto; height: 35px;}*/

.recommend-qiye .bd .recommend-neiqian .hd {
	width: auto;
}

.recommend-qiye .bd .recommend-neiqian .hd ul:after {
	content: ".";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
}

.recommend-qiye .bd .recommend-neiqian .hd li {
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	cursor: pointer;
}

.recommend-qiye .bd .recommend-neiqian .hd li.on {
	position: relative;
}

.recommend-qiye .bd .recommend-neiqian .hd li.on:after {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	z-index: 1;
	margin-left: -6px;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #82bb30;
	border-left: 2px solid #82bb30;
	background: #82bb30;
	content: " ";
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.recommend-qiye .bd .recommend-neiqian .bd {
	margin: 10px 0;
}

.recommend-qiye .bd .recommend-neiqian .bd li {
	height: 262px;
	overflow-y: auto;
	overflow-x: hidden;
}

.recommend-qiye .bd .recommend-neiqian .bd .img-box {
	border: 1px solid #cdcdcd;
	width: 177px;
	height: 56px;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
    background-color: #fff;
}

/*.recommend-qiye .bd .recommend-neiqian .bd .img-box:nth-child(5n+5) {
	margin: 0 0 10px 0;
}*/

.recommend-qiye .bd .recommend-neiqian .bd .img-box img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/*排行榜*/

.ranking {
	width: 1100px;
	margin: 20px auto 20px auto;
	border-bottom: 1px solid #c6c6c6;
	font-size: 20px;
	height: 35px;
}

.ranking span {
	display: block;
	float: left;
	padding: 0 5px;
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #82bb30;
}
.rank_box {
	width: 1100px;
	margin: 0 auto;
}

.rank_box dl {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 28px;
	background-color: #F4F4F4;
}

.rank_box dl:first-child {
	margin-left: 0;
}

.rank_box dl dt {
	border-left: 6px solid #82BB30;
	line-height: 30px;
	text-indent: 10px;
	font-size: 16px;
	margin-top: 10px;
}

.rank_box dl dd > .selt {
	margin: 10px 0;
	padding-left: 35px;
}

.rank_box dl dd > .selt select {
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-indent: 20px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

.rank_box dl dd > .sort {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

.rank_box dl dd > .sort div {
	float: left;
}

.rank_box dl dd li {
	padding: 10px 0;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px dashed #E3E3E3;
}

.rank_box dl dd li>* {
	display: inline-block;
	font-style: normal;
    font-size: 14px;
    width: 20px;
	vertical-align: middle;
}

.rank_box dl dd li em,
.rank_box dl dd li i {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}

.rank_box dl dd li em {
	background-color: #82BB30;
	color: #FFFFFF;
}

.rank_box dl dd li i {
	background-color: #c2c2c2;
	color: #FFFFFF;
}

.rank_box dl dd li > span {
    width: 155px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.rank_box dl dd li p span {
	color: #F80000;
}

.rank_box dl dd li > span a {
	color: #666666;
}

/*.rank_box dl dd ul li:hover a {
	color: #82BB30;
}*/