.rank_banner_zh{
    width: 100%;
    height: 427px;
    background: url("../images/c_banner_read.jpg") no-repeat center;
}
.explain{
    position: relative;
    width: 1100px;
    padding:50px 50px 30px 50px;
    margin: 0 auto;
    margin-top: -20px;
    border-radius: 10px;
    line-height: 30px;
    background-image: linear-gradient(to right, #fbf9f0, #f2eccd);
}
.explain a{
    text-decoration:underline;
    color:#f00
}
.e_title{
    position: absolute;
    right: 0;
    top: 0;
    width: 136px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 0 10px 0 10px;
    background-color: #333333;
}
.adress{
    color: #f40b0c;
    border-bottom: 1px #f40b0c solid;
}
.rank_table{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #a3d1fd;
    border-radius: 10px;
}
.table_title{
    width: 100%;
    height: 74px;
    line-height: 74px;
    font-size:25px;
	background-color: #a3d1fd;
    text-align: center;
}
.search {
    width: 570px;
    height: 38px;
    margin: 10px 0 15px 20px;
}
#search {
    width: 440px;
    height: 38px;
    border: none;
    background-color: #fcfcfc;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
.s_btn {
    float: right;
    display: inline-block;
    width: 92px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    padding-left: 23px;
    background: url(../images/search_1_05.png) no-repeat;
    background-size: 14px 13px;
    background-position: 16px 12px;
    text-decoration: none;
    background-color: #3c5ce3;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}
.group{
    width: 100%;
    height: 95px;
    line-height: 95px;
    overflow: hidden;
    text-align: center;
    font-size: 23px;
    background-color: #f6f8fe;
    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: 1000px;
    padding: 25px 100px 100px 100px;
    background-color: #fff;
}
.table_list table{
    width: 100%;
    border: none;
}
.table_list table tr td:nth-child(1){
    width: 100px;
}
.table_list table tr td:nth-child(2){
    width: 165px;
}
.table_list table tr td:nth-child(3){
    width: 400px;
}
.table_list table tr td:nth-child(4){
    width: 165px;
}
.table_list table tr td:nth-child(5) {
    width: 170px;
}
.table_list table tr td{
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px #e3e3e3 solid;
}
.table_list table tr:first-child td{
    background-color: #f6f8fe;
    font-size: 18px;
    border:none;
    font-weight: bold;
}
