.banner_rank{
    width: 100%;
    height: 427px;
    margin-top: 80px;
    background: url("../images/banner.jpg") no-repeat center;
}
.main_container{
    width:1200px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 10px;
    padding-bottom: 100px;
}
.award_intro_box{
    border-radius:10px 10px;
    background-color: lavender;
}
.award_intro_title{
    float: right;
    width: 170px;
    height:40px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #333333;
    border-radius:0 10px 0 10px;
}
.award_intro{
    width: 84%;
    padding:40px 8% 30px 8%;
    line-height: 30px;
}
.award_intro p:nth-child(1){
    width: 94%;
}
.award_intro a{
    color:#f40b0c;
}
.publicity_box{
    position: relative;
    width: 100%;
    margin-top: 16px;
    border-radius:10px;
    background-color: #fff;
    padding-bottom: 30px;
    box-shadow: 0 2px 16px #cbd6fc, 0 0 1px #cbd6fc, 0 0 1px #cbd6fc;
}
.tabBox{
    width: 100%;
    border-radius:10px 10px 0 0;
}
.tab_item{
    float: left;
    width:50%;
    height: 82px;
    text-align: center;
    line-height:82px;
    border-radius: 10px;
    font-size: 24px;
    letter-spacing: 5px;
}
.tab_type{
    width:100%;
    color: #333;
    font-weight: bold;
    background-color: #f6f8fe;
}
.tab_item:nth-child(1) .tab_type{
    border-radius:10px 0 0 0;
}
.tab_item:nth-child(2) .tab_type{
    border-radius:0 10px 0 0;
}
.tab_type_active{
    color: #fff;
    background:linear-gradient(to right,#e04435,#e3302b)
}
.award_level{
    width: 84%;
    padding: 0 8%;
    margin-top: 36px;
}
.level_item{
    float: left;
    width: 155px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border: 1px #f6693c solid;
    border-radius: 10px;
    margin-right: 6%;
    color:#fff;
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
}
.level_item a{
    color:#f6693c;
}
.award_level ul li:last-child{
    margin-right: 0;
}
.level_active{
    height: 47px;
    line-height: 47px;
    border: 1px #f6693c solid;
    background:#f6693c;
}
.level_active a{
    color: #fff;
}

.award_list_3{
    width: 84%;
    margin-top: 26px;
    padding: 0 8%;
}
.award_list_3 table{
    width: 100%;
}
.award_list_3 table tr{
    width: 100%;
    padding:0 100px;
    text-align: center;
}
.award_list_3 table tr td{
    width: 33.3%;
    border-bottom: 1px #e3e3e3 solid;
}
.award_list_3 table tr:first-child  td,.award_list_3 table tr:last-child td{
    border:none;
}
.table_header{
    height: 78px;
    line-height: 78px;
    color:#333;
    font-weight: bold;
    background-color:#f6f8fe;
}
.result_list_item{
    height: 69px;
    color: #616367;
    line-height: 69px;
}

/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}


.search{
    width: 570px;
    height: 38px;
    margin: 36px 0 15px 94px;
}
#search{
    width: 440px;
    height: 38px;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
    background-color: #f5f6f7;
    border: 1px #ccc solid;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
.s_btn{
    float: right;
    display: inline-block;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: #f6693c;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    border: 1px #f6693c solid;
}