*{margin:0;padding:0;list-style: 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:355px;
    margin-top: 42px;
    /* background: url(./USnews_img/ranking_top.png) no-repeat; */
}
.title div p{
    width: 92%;
    font-size: 18px;
    font-weight: 400;
    color: #343434;
    margin:0;
    letter-spacing: 1px;
    /* line-height: 28px; */
}
.title div span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    /* line-height: 28px; */
}
.main_font{
    display: flex;
    margin-top: 25px;
}
.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{
    width: 737px;
}
.font_right ul{
    width:700px;
    margin-top: 30px;
    display: flex;
}
.font_right ul li{
    width:19%;
    text-align: center;
}
.font_right ul li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.font_left div{
    margin-bottom: 10px;
}
.font_left div p{
    margin-bottom: 10px;
}
.font_left div a{
    height: 42px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    opacity: 0.92;
    background: #f1f1f1;
    border-radius: 8px;
    margin-right:15px;
}
.font_left div a:last-child{
    margin-right: 0;
}
.font_left div a:hover{
    color: #FFFFFF;
    background: #F53133;
}
.font_left div p{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

table thead{display: block;}
.table-striped>tbody>tr:nth-of-type(odd){background: #FFEDDE !important;border:none;color: #212529;;}
table tbody{display: block; height: 850px; overflow: auto;}
table thead tr th:nth-child(1){width: 133px;text-align: center;}
table thead tr th:nth-child(2){width: 326px;text-align: center;}
table thead tr th:nth-child(3){width: 226px;text-align: center;}
table thead tr th:nth-child(4){width: 275px;text-align: center;}
table thead tr th:nth-child(5){width: 236px;text-align: center;}
/* 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;
	margin-bottom: 40px;
}
.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;
}