*{margin:0;padding:0;list-style: none;}
.nav ul li a {
    text-decoration: none;
}
.main{
    width:1200px;
    margin:0 auto;
}
header img{
    width:100%;
    vertical-align: middle;
}
.main_nav{
    width:100%;
    height:44px;
    background: #343434;
}
.main_nav ul{
    display: flex;
}
/* .main_nav ul li{
    text-align: center;
    line-height: 45px;
} */
.main_nav ul li a{
    width:150px;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #FFFFFF;
}
.main_nav ul li a:hover{
    background: #F34144;
}
.title{
    width:100%;
    height:70px;
    margin-top:60px;
    background: url(/Public/Home/images/2021usnews/ranking_top.png) no-repeat;
}
.title_2022{
    width:100%;
    height:70px;
    margin-top:60px;
    background: url(/Public/Home/images/2021usnews/ranking_top2022.png) no-repeat;
}
.title div,.title_2022 div{
    width:802px;
    text-align: center;
}
.title div p,.title_2022 div p{
    font-size: 22px;
    font-weight: 400;
    color: #343434;
    margin:0;
    letter-spacing: 1px;
    /* line-height: 28px; */
}
.title div span,.title_2022 div span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    /* line-height: 28px; */
}
.main_font{
    display: flex;
    margin-top: 40px;
}
.main_font h5{
    width:776px;
    margin-left:50px;
    color: #343434;
    margin-top:20px;
    font-size: 20px;
}
.main_font span{
    width:776px;
    margin-left:50px;
    font-size: 14px;
    font-weight: 400;
    color: #ADADAD;
    letter-spacing: 2px;
}
.main_font p{
    width:776px;
    margin-left:50px;
    margin-top:19px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
}
.font_right ul{
    width:700px;
    margin-top: 30px;
    margin-left:80px;
    display: flex;
}
.font_right ul li{
    width:25%;
    text-align: center;
}
.font_right ul li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
table thead{display: block;}
.table-striped>tbody>tr:nth-of-type(odd){background: #FFEDDE !important;border:none;color: #212529;;}
table tbody{display: block; hoverflow: auto;}
table thead tr th:nth-child(1){width: 133px;text-align: center;}
table thead tr th:nth-child(2){width: 320px;text-align: center;}
table thead tr th:nth-child(3){width: 240px;text-align: center;}
table thead tr th:nth-child(4){width: 298px;text-align: center;}
table thead tr th:nth-child(5){width: 213px;text-align: center;vertical-align: middle;}
/* table thead tr th:nth-child(6){width: 117px;text-align: center;}
table thead tr th:nth-child(7){width: 125px;text-align: left;} */

table tbody tr td:nth-child(1){width: 133px;text-align: center;vertical-align: middle;}
table tbody tr td:nth-child(2){width: 322px;text-align: center;vertical-align: middle;}
table tbody tr td:nth-child(3){width: 243px;text-align: center;vertical-align: middle;}
table tbody tr td:nth-child(4){width: 285px;text-align: center;vertical-align: middle;}
table tbody tr td:nth-child(5){width: 213px;text-align: center;vertical-align: middle;}


/* table tbody tr td:nth-child(6){width: 90px;text-align: center;} */
/* table tbody tr td:nth-child(7){width: 125px;text-align: center;} */
.container{
    width:1200px !important;
}
.honor{
    margin-top:60px;
}
.honor img{
    width:100%;
}
.process{
    text-align: center;
    margin-top:60px;
}
.process img:nth-child(1){
    margin-bottom:40px;
}
.apply{
    text-align: center;
    margin-top:60px;
}
.apply_div ul{
    display: flex;
    position: relative;
    margin-top:40px;
}
.apply_div ul li{
    width: 570px;
    height: 133px;
    border: 1px solid #DBDBDB;
    background: #FFFFFF;
    display: flex;
}
.apply_div ul li p{
    width:269px;
    margin-left:43px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top:24px;
}
.apply_div ul li img{
    width:200px;
    height:130px;
    vertical-align: middle;
}
.apply_div ul li:nth-child(2){
    position: absolute;
    right:0;
}