*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
body{
    color: #333;
    font-size: 16px;
    background-color: #f5f9f9;
}
a{
    display: inline-block;
    text-decoration: none;
}
.page_container{
    width: 100%;
    min-width: 1200px;
}
.main_container{
    width:1200px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    overflow-x: hidden;
}
.award_intro{
    width: 90%;
    padding:30px 5%;
    line-height: 30px;
    border-radius:10px 10px 0 0;
}
.publicity_box{
    position: relative;
    width: 90%;
    padding:0 5% 30px 5%;
    border-radius:0 0 10px 10px;
}
.award_list_3{
    width: 100%;
    margin-top: 15px;
}
.rank{
    width:1078px;
    height: 58px;
    line-height: 58px;
    background-color: #fff;
    border: 1px #d7eaea solid;
    border-bottom: none;
}
.rank_item{
    float: left;
    width:268px;
    font-size: 18px;
    text-align: center;
    border-right: 1px #d7eaea solid;
}
.rank_item a{
    color: #666666;
}
.rank_item:last-child{
    width: 271px;
    border: none;
}
.rank_active{
    background-color: #5fad3f;
}
.rank_active a{
    color: #fff;
}
.award_list_3 table{
    width: 100%;
    background-color: #fff;
    border: 1px #d7eaea solid;
}
.award_list_3 table tr{
    width: 100%;
    padding:0 100px;
    text-align: center;
}
.award_list_3 table tr td{
    width: 33.3%;
}
.award_list_4 table tr td{
    width: 25%;
}
.table_header{
    height: 78px;
    line-height: 78px;
    color:#333;
    font-weight: bold;
}
.result_list_item{
    color: #616367;
    line-height: 30px;
}
.result_list_item td{
    padding: 20px 0;
}
.r_bg{
    background-color: #eef2f2;
}
.search{
    width: 570px;
    height: 51px;
}
#search{
    width: 440px;
    height: 49px;
    background-color: #fff;
    border: 1px #d7eaea solid;
    border-radius: 2px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
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: 100px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    padding-left: 23px;
    font-size: 16px;
    background: url(../images/search.png) no-repeat;
    background-size: 16px 15px;
    background-position: 20px 18px;
    text-decoration: none;
    background-color: #ffd200;
    outline: none;
    border: none;
}
/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}