a:hover {
	color: #12bbb7;
}

/*主体开始*/
.main {
	margin-top: 20px;
}

/*面包屑开始*/
.crumbs {
	width: 100%;
	z-index: 2;
	font-size: 14px;
	color: #999999;
	text-align: left;
}

.crumbs a {
	display: inline-block;
	color: #333333
}

.crumbs a:hover {
	color: #12bbb7
}

/*面包屑结束*/
/*左部开始*/
.left {
	width: 760px;
	float: left;
	margin-top: 25px;
}

.mainNav {
	margin-bottom: 20px;

}

.leftNav {
	width: 120px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	position: relative;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.leftNav a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.leftNav.active a {
	background-color: #12bbb7;
	border-radius: 4px;
	color: #fffefe;
}

.leftNav.active:after {
	content: "";
	width: 0;
}

.leftNav:before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	background: #999;
}

.leftNav:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	background: #999;
}

.leftNav:last-child:after {
	content: "";
	width: 0;
}

.leftLists {
	width: 100%;
}

.nationalList {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 20px;
	border-bottom: none;
}

.nationalList:last-child {
	border-bottom: none
}

.nationalListImg {
	width: 420px;
	height: 300px;
	float: left;
	overflow: hidden
}

.nationalListImg img {
	width: 100%;
	height: 100%
}

.nationalListImg:hover img {
	transform: scale(1.1);
	transition: 1s
}

.nationalListText {
	width: 310px;
	height: 100%;
	float: right
}

.nationalListText h2 {
	font-weight: bold;
}

.nationalListText h2 {
	font-size: 18px;

}

.nationalListText h2:hover {
	color: #12bbb7;
}

.leftT {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}

.leftF {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 25px;
	line-height: 23px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}

.leftF>p {
	width: 40px;
}

.leftF>span:first-child {
	border: none;
	margin-right: 0;
	padding-left: 0;
}

.leftF>span ,.leftF a{
	display: inline-block;
	padding: 0 10px;
	border: solid 1px #e5e5e5;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999;
}

.nationalListTextTig {
	margin-top: 12px;
	font-size: 14px;
	color: #999999
}

.nationalListTextTig>span {
	float: right;
}

.leftListTip {
	float: left;
}

.leftListTip img {
	width: 14px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.leftListTip span {
	vertical-align: middle;
}

/*.ListsPages {*/
/*width: 100%;*/
/*height: 38px;*/
/*margin-top: 50px;*/
/*margin-bottom: 50px;*/
/*display: flex;*/
/*justify-content: center*/
/*}*/

/*.ListsPages a:nth-child(3) {*/
/*color: #fafafa;*/
/*background-color: #12bbb7*/
/*}*/

/*.ListsPages a {*/
/*height: 38px;*/
/*background-color: #f3f3f3;*/
/*font-size: 16px;*/
/*color: #666666;*/
/*line-height: 38px;*/
/*text-align: center;*/
/*padding: 0 10px;*/
/*float: left;*/
/*margin-right: 12px*/
/*}*/

/*.ListsPages a:hover {*/
/*color: #fafafa;*/
/*background-color: #12bbb7*/
/*}*/
.ListsPages {
	width: 100%;
	height: 38px;
	margin-top: 50px;
	margin-bottom: 29px;
	display: flex;
	justify-content: center;
}

.ListsPages a {
	float: left;
	margin-right: 12px;
}

.ListsPagesIndex {
	width: 66px;
	height: 38px;
	background-color: #f3f3f3;
	font-size: 14px;
	color: #333333;
	line-height: 38px;
	text-align: center;
}

.ListsPagesPre {
	width: 46px;
	height: 38px;
	background-color: #f3f3f3;
	line-height: 38px;
	text-align: center;
}

.ListsPagesPre img {
	width: 8px;
	height: 14px;
}

.ListsPagesPage {
	width: 38px;
	height: 38px;
	background-color: #f3f3f3;
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	text-align: center;
}

.ListsPagesEll {
	height: 38px;
	line-height: 38px;
	margin-right: 12px;

}

.ListsPagesPage.active {
	color: #fafafa;
	background-color: #12bbb7;
}

.ListsPagesPage:hover {
	color: #fafafa;
	background-color: #12bbb7;
}

.ListsPagesPre:hover {
	color: #fafafa;
	background-color: #12bbb7;
}

.ListsPagesIndex:hover {
	color: #fafafa;
	background-color: #12bbb7;
}

/*左部结束*/
/*右部开始*/
.right {
	width: 300px;
	float: right;
}

.yan {
	width: 100%;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
}

.yanTitle {
	padding: 15px 15px 0;

}

.yanTitle .h2 {
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}

.yanTitle .h2:after {
	content: "";
	position: absolute;
	width: 74px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #12bbb7;
}

.yanLists {
	padding: 15px 15px 0;
}

.yanList {
	margin-bottom: 15px;
}

.yanList>p>span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.yanList>p>a {
	font-size: 14px;
	color: #333333;
	margin: 10px;
}

.xin {
	margin-top: 25px;
	width: 100%;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
}

.xin ul {
	display: block;
	clear: both;
	padding: 15px 15px 0;
}

.xin ul li {
	clear: both;
	width: 100%;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.xin ul li i {
	width: 82px;
	height: 56px;
	overflow: hidden;
	margin-right: 12px;
}

.xin ul li i img {
	display: block;
	width: 100%;
	height: 100%;
}

.xin ul li i img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: all 1s ease 0s;
	-moz-transform: all 1s ease 0s;
	-o-transform: all 1s ease 0s;
}

.xin ul li i {
	float: left;
	width: 80px;
	height: 56px;
	overflow: hidden;
	margin-right: 12px;
}

.rankTitle h2:after {
	content: "";
	width: 74px;
}

.rankLists>a {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px #e6e6e6 solid;
}

.rankLists>a:last-child {
	border-bottom: none;
}

.rankListMain.active {
	display: block;
}

.rankListTitle {
	height: 50px;
	line-height: 50px;
	color: #333333;
	overflow: hidden;
	font-size: 16px;
	cursor: pointer;
}

.rankListTitle1 {
	text-align: center;
	color: #b3b3b3;
	margin-right: 16px;
	float: left;
	font-size: 16px;
}

.rankLists a:nth-child(1) .rankList .rankListTitle .rankListTitle1 {
	text-align: center;
	color: #fe0000;
	margin-right: 16px;
	float: left;
	font-size: 16px;
}

.rankLists a:nth-child(2) .rankList .rankListTitle .rankListTitle1 {
	text-align: center;
	color: #fe7800;
	margin-right: 16px;
	float: left;
	font-size: 16px;
}

.rankLists a:nth-child(3) .rankList .rankListTitle .rankListTitle1 {
	text-align: center;
	color: #fead00;
	margin-right: 16px;
	float: left;
	font-size: 16px;
}

.rankLists a:not(1) .rankList .rankListTitle .rankListTitle1 {
	text-align: center;
	color: #b3b3b3;
	margin-right: 16px;
	float: left;
	font-size: 16px;
}


.rankListText {
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*ä¸æ¢è¡Œ*/
	float: left;
	font-size: 16px;
}

.rankList:hover .rankListText {
	color: #12bbb7;
}

.rankListMain {
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-top: 11px;
	display: none;
}

.rankListMainImg {
	width: 98px;
	height: 76px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}

.rankListMainImg>img {
	width: 100%;
	height: 100%;
}

.rankListMainImg:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.rankListMainRight {
	width: 243px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	float: left;
}

.rankListMainRight:hover {
	color: #12bbb7;
}

.rankListTitle2 {
	color: #fe7800;
}

.rankListTitle3 {
	color: #fead00;
}

.rankListTitle4 {
	color: #b3b3b3;
}

.rankLists {
	padding: 0 15px 0;
}

/*右部结束*/

/* 3级分类样式 */
.area {
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.remen_city {
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 13px;
}
.remen_city strong {
    width: 80px;
    display: inline-block;
    margin: 9px 5px;
    float: left;
    letter-spacing: 0px;
}
.remen_jump {
    width: 620px;
    float: left;
}
.remen_jump a {
    display: inline-block;
    margin: 5px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 4px 10px;
}
.remen_active {
    background-color: #12bbb7;
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 8px;
}
.remen_jump2 {
    width: 620px;
    float: left;
}
.remen_jump2 a {
    display: inline-block;
    margin: 5px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 4px 10px;
}

.yunyu_list li{
	overflow: hidden;
    padding: 0 15px;
	line-height: 30px;
	color: #999;
 }
 .yunyu_list li span{
	 color: #12bbb7;
 }
 .yunyu_list{
	 padding-bottom: 10px;
	 padding-top: 6px;
 }
 .yunyu_list li a{
	 color: #999;
	 font-size: 14px;
 }
 .yunyu_list li a:nth-of-type(1){
	 margin-right: 5px;
 }
 .yunyu_list li a:nth-of-type(2){
	margin-left: 5px;
}
 .yunyu_list li a:hover{
	 color: #12bbb7;
 }