.page_container{
    padding-bottom: 10px;
}
.nav_list{
    width: 94%;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    margin-top: 76px;
    background-color: #f4b822;
}
.nav_list ul li{
    float: left;
    width:16.66%;
    text-align: center;
}
.nav_list ul li a{
    color: #fff;
}
.center{
    margin-top: 0;
}
.rank_banner_zh{
    width: 100%;
}
.rank_banner_zh img{
    width: 100%;
}
.explain{
    position: relative;
    width: 88%;
    padding: 36px 3% 16px 3%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 6px;
    line-height: 30px;
    background-image: linear-gradient(to right,#fbf9f0,#f2eccd);
}
.e_title{
    position: absolute;
    right: 0;
    top: 0;
    width: 92px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 6px 0 6px;
    background-color: #333333;
}
.adress{
    color: #f40b0c;
    border-bottom: 1px #f40b0c solid;
}
.rank_table{
    width:94%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 100px;
}
.table_title{
    width: 90%;
    margin: 0 auto;
    color: #072847;
    font-size: 18px;
    text-align: center;
}
.search {
    width: 100%;
    height: 36px;
    margin: 10px 0;
}
#search {
    width: 272px;
    height: 36px;
    border: none;
    background-color: #fcfcfc;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
}
.s_btn {
    float: right;
    display: inline-block;
    width: 70px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    padding-left: 20px;
    background: url(../images/search_1_05.png) no-repeat;
    background-size: 14px 13px;
    background-position: 10px 12px;
    text-decoration: none;
    background-color: #3c5ce3;
    border: none;
    outline: none;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 5px;
}
.group{
    width: 100%;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    background-color: #dee6fd;
    border-radius: 10px 10px 0 0;
}
.group_item{
    float: left;
    width: 33.33%;
}
.group_item a{
    width: 100%;
    color: #333;
}
.group_item_active{
    background-image: linear-gradient(to right,#f7e0b0,#eaab62);
}
.table_list{
    width: 100%;
    background-color: #fff;
}
.table_list table{
    width: 100%;
    border: none;
}
.table_list table tr td:nth-child(1){
    width:10%;
}
.table_list table tr td:nth-child(2){
    width: 20%;
}
.table_list table tr td:nth-child(3){
    width: 30%;
}
.table_list table tr td:nth-child(4){
    width: 20%;
}
.table_list table tr td:nth-child(5){
    width: 20%;
}
.table_list table tr td{
    padding: 12px 5px;
    text-align: center;
    border-bottom: 1px #e3e3e3 solid;
}
.table_list table tr:first-child td{
    background-color: #f9f6e7;
    font-size: 16px;
    border: none;
    padding: 12px 15px;
    font-weight: bold;
}















/*.table_list table tr td{*/
    /*padding: 20px 0;*/
    /*text-align: center;*/
    /*border-bottom: 1px #e3e3e3 solid;*/
/*}*/
/*.table_list table tr:first-child td{*/
    /*background-color: #f9f6e7;*/
    /*font-size: 16px;*/
    /*border:none;*/
/*}*/

/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}