.main {
    margin-right: 225px;
}

.main_content {
    margin: 0 auto;
    display: flex;
    width: 1200px;
    justify-content: center;
}

.program_title {
    position: relative;
    font-size: 32px;
    color: #30549a;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    margin: 0 auto;
    display: flex;
    width: 1060px;
    justify-content: center;
    margin-top: 20px;
}

.right_item .r_top_nav {
    display: flex;
    justify-content: space-between;
}

.country_select {
    display: flex;
    align-items: center;
}

.country_select_tip {
    font-size: 18px;
    margin-right: 5px;
}

.this_country {
    height: 30px;
    border: 1px solid #30549a85;
    border-radius: 5px;
    font-size: 16px;
}


.school_list {
    display: flex;
    width: 890px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}

.r_top_title {
    font-size: 22px;
}

.table_content {
    margin-top: 10px;
}

.shcool_item {
    width: 250px;
    margin-bottom: 30px;
}
.main {
    padding-top: 30px;
}
.school_name h5{
    border-bottom: 1px solid #30549a52;
    font-size: 18px;
    color: #30549a;
    margin-bottom: 5px;
    white-space: nowrap;
}

.school_name h5 a {
    font-size: 22px;
}

.school_name h5 p {
    font-size: 10px;
    display: inline-block;
}

.school_name p a {
    font-size: 10px;
}

.school_name p a:hover {
    text-decoration: underline;
    color: red;
}

.note_active {
    cursor: pointer;
}   

/**************************************表格内容***********************************/
.table_content table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    font-size: 12px;
}

.table_content table th {
    border-collapse: collapse;
    height: 40px;   
    text-align: left;
    font-size: 16px;
    font-weight: normal;

}

.table_content table td {
    padding: 13px 20px;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
}


.school_table .school_td {
    display: flex;
}

.school_table .school_logo{
    width: 35px;
}

.school_table .school_logo img{
    width: 35px;
}

.school_table .school_name_info {
    text-align: left;
    margin-left: 13px;
}

.school_table .school_name {
    font-size: 14px;
}

.school_table .school_name_eng {
    font-size: 13px;
}


.school_table .detail_btn {
    border: 1px solid #0748a6;
    border-radius: 5px;
    padding: 7px;
    margin: 0px 5px;
    cursor: pointer;
    color: #0748a6;
}

.school_table tbody tr:nth-child(odd) {
    background-color: white;
}

.school_table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.school_table thead {
    background: #fafafa;
}

.table_pager {
    text-align: center;
}

.left_item {
    margin-right: 60px;
}

.main .right_item {
    margin: 0 auto;
    width: 900px;
}

.school_website_td {
    text-align: left !important;
    padding-left: 40px !important;
    cursor: pointer;
    color: blue;
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.school_website_td:hover {
    text-decoration: underline;
}

.school_name_th {
    padding-left: 120px;
}

.school_website_th {
    padding-left: 80px;
}