.rank-main {
	width: 1000px;
	margin: 60px auto;
}
.rank-main {
	text-align: center;
}
.rank-main table {
	border-collapse: collapse;
	text-align: center;
}
.rank-a a {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	color: #999;
	border: 1px solid #999;
	border-radius: 5px;	
}
.rank-a a:hover {
	color: #eb5e20;
	border: 1px solid #eb5e20;
}
@media (max-width: 767px) {
	.rank-main {
		width: 100%;
	}
}


.section-header h2 {
	text-align: center;
}
.section-header h2 a {
	color: #313131
}
.Zhuanye .tab-content {
    width: 100%;
}
.Zhuanye ul {
    background: #f5f5f575;
    padding-left: 0;
    margin: 10px 0;
}
.tab-content ul li {
    width: 50%;
    float: left;
    display: flex;
    padding: 0;
    position: relative;
}
.Zhuanye .tab-content a {
    width: 55%;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    padding: 5px 15px 5px 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-content ul li .a1-cls:before {
    content: '>';
    color: #ea5413;
    align-self: center;
    font-weight: 700;
    margin-right: 5px;
}
.Zhuanye .tab-content .a-cls {
    width: auto;
    float: left;
    font-size: 14px;
    color: #379c9c;
    padding: 5px;
    border: 1px solid #379c9c;
    height: 30px;
    line-height: 18px;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 14px;
}
.Zhuanye .tab-content .sp-tim {
    line-height: 56px;
    position: absolute;
    right: 50px;
}
.Zhuanye .tab-content a:hover {
    color: #ea5413;
	font-weight: 700;
}
.Zhuanye .tab-content .a-cls:hover {
    color: #da4d00;
    box-shadow: 0 5px 10px #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
    -o-box-shadow: 0 5px 10px #ccc;
    -moz-box-shadow: 0 5px 10px #ccc;
    background: -webkit-linear-gradient(left, #fffe9f, #f5ef35);
    background: -o-linear-gradient(right, #fffe9f, #f5ef35);
    background: -moz-linear-gradient(right, #fffe9f, #f5ef35);
    background: linear-gradient(to right, #fffe9f, #f5ef35);
    -pie-background: linear-gradient(right, #fffe9f, #f5ef35);
    border: none;
    padding: 6px;
}
@media screen and (max-width: 768px) {

    .Zhuanye ul li > a {
        padding: 0 10px;
    }
    .Zhuanye ul li {
        width: auto;
        padding: 0 5px;
    }
    .Zhuanye .tab-content a {
        font-size: 16px;
        line-height: 2rem;
        width: 100%;
    }
    .Zhuanye .tab-content .a-cls {
        font-size: 14px;
        height: auto;
        padding: 2px 5px;
        margin: 0 10px;
    }
    .Zhuanye .tab-content .sp-tim {
        line-height: 25px;
        margin-bottom: 10px;
		position: unset;
		float: right;
    }
    .tab-content ul li {
        width: 100%;
        display: block;
		position: unset;
    }
}