.page_container{
    width: 100%;
    background-color: lavender;
}
.banner_rank{
    width: 100%;
    height: 240px;
    margin-top: 50px;
    background: url("../images/banner_m_02.jpg") no-repeat;
    background-size: 100% auto;
}
.main_container{
    width:94%;
    font-size: 15px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
}
.award_intro_box{
    border-radius:10px 10px;
    background:linear-gradient(to right,#fbf9f0,#f2eccd)
}
.award_intro_title{
    float: right;
    width: 125px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #333333;
    border-radius: 0 10px 0 10px;
}
.award_intro{
    width: 88%;
    padding:45px 6% 30px 6%;
    line-height: 28px;
}
.award_intro a{
    color:#f40b0c;
}
.publicity_box{
    width: 100%;
    margin-top: 16px;
    border-radius:10px 10px;
    background-color: #fff;
    padding-bottom: 30px;
}
.tabBox{
    width: 100%;
    height:55px;
    border-radius:10px 10px 0 0;
}
.tab_item{
    float: left;
    width:50%;
    height: 55px;
    text-align: center;
    line-height:55px;
    border-radius: 10px;
    font-size: 18px;
}
.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)
}
.tab_type_active a{

}
.award_level{
    width: 94%;
    padding: 0 3%;
    margin-top:10px;
}
.level_item{
    float: left;
    width:30%;
    height: 42px;
    line-height:42px;
    text-align: center;
    border: 1px #f6693c solid;
    border-radius: 8px;
    margin-right: 3%;
    color:#f6693c;
    font-weight: bold;
    background-color: #fff;
    margin-top: 10px;
}
.level_item a{
    color:#f6693c;
}
.award_level ul li:nth-child(3){
    margin-right: 0;
}
.level_active{
    height: 42px;
    line-height: 42px;
    border: 1px #fff solid;
    color: #fff;
    background-color: #f6693c;
}
.level_active a{
    color: #fff;
}

.award_list_3{
    width: 100%;
    margin-top:16px;
}
.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: 60px;
    line-height: 60px;
    color:#333;
    font-weight: bold;
    background-color:#dee6fd;
}
.result_list_item{
    height: 60px;
    color: #616367;
    line-height: 60px;
}

/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}


.search{
    width: 93%;
    height: 33px;
    margin: 0 auto;
    margin-top: 15px;
}
#search{
    width:calc(79% - 1px);
    height: 33px;
    border-radius: 5px 0 0 5px;
    outline: none;
    padding-left: 3%;
    font-size: 15px;
    background-color: #f5f6f7;
    border: 1px #ccc solid;
    border-right: none;
}
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: 18%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    background-color: #f6693c;
    outline: none;
    border: none;
    font-size: 15px;
    border-radius: 0 5px 5px 0;
}