@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

button,
select,
input,
textarea {
    font-size: 14px;
    font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

body {
    font-size: 14px;
    font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
    color: #333;
    line-height: 1.8;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
}

button,
input {
    line-height: normal;
    overflow: visible;
}

input,
textarea {
    outline: none;
    resize: none;
}

div:active {
    outline: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

input {
    border: none;
}

input:focus {
    border: none;
    outline: none;
}
a:active  {
    color: #376ed3; /* 点击后的颜色 */
}
a:hover {
    color: #376ed3; /* 点击后的颜色 */
}

a {
    color: #333;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
}

.prl5 {
    padding: 0 10px;
}
.pages {
    margin-top: 15px;
    text-align: center;
}
.pages a.cur {
    background-color: #376ed3;
    border-color: #376ed3;
    color: #ffffff;
}
.pages a,
.pages span {
    display: inline-block;
    height: 32px;
    line-height: 22px;
    padding: 5px 11px;
    margin: 3px;
    border: 1px solid #eee;
    background-color: #f6f6f6;
}
.filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.filter li span {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 13px;
    background: url(../images/wap_icon_15.png) right no-repeat;
    background-size: 9px auto;
}
.filter dl {
    width: 100%;
    max-height: calc(100vh - 540px);
    border-top: 1px solid #ececec;
    background: #fff;
    position: absolute;
    left: 0;
    top: 35px;
    overflow-y: auto;
    z-index: 2;
    display: none;
}

.filter dd {
    font-size: 13px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
}
/* 国外院校详情 */
.facademy_block {
    width: 100%;
}

.facademy_block .intro {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.facademy_block .intro .intro_logo {
    display: flex;
    width: 30%;
    flex-direction: column;
}

.facademy_block .intro img {
    width: 100%;
}

.facademy_block .intro img:first-child {
    margin-bottom: 5px;
}

.facademy_block .intro .info {
    width: 70%;
    padding-left: 10px;
    line-height: 1.65;
    font-size: 13px;
}

.facademy_block .intro .info strong {
    font-size: 16px;
    display: block;
}

.facademy_block .intro .info small {
    font-size: 12px;
    color: #000;
}

.facademy_block .intro .info p {
    color: gray;
}

.facademy_block .intro .info p span {
    padding-right: 15px;
}

.facademy_block .item_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.facademy_block .item_list li {
    width: calc((100% - 30px) / 4);
    height: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
}

.facademy_block .item_list li:nth-child(4n) {
    margin-right: 0;
}

.facademy_block .item_list li a {
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 26px;
    line-height: 26px;
    background: #f0f0f0;
    border-radius: 3px;
}

.facademy_block .item_list .slt a {
    color: #fff;
    background: #376ed3;
}

/* 通用模板 */
.facademy_block .gm_box {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    padding: 8px 5px 0;
}
.facademy_block .gm_box h2 {
    font-weight: bold;
    font-size: 16px;
}
.flex_warp {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.col-ms-30 {
    width: 50%;
}

/* 录取要求 */
.facademy_block .gm_box .enroll_item:first-child {
    margin-bottom: 10px;
}

.fart_pages {
    padding-top: 10px;
}

.block .headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

.block .border_no {
    border: 0;
}

.block .headline span {
    color: #376ed3;
    font-size: 16px;
    font-weight: 600;
}

.block .headline img {
    margin-top: -4px;
}

.block .headline .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    padding-right: 2px;
}

/* 院校动态 */
.dynamic_block {
    width: 100%;
    padding: 0 0 10px 0;
}

.block .dynamic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.block .dynamic .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block .dynamic .info .title {
    color: #555;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.block .dynamic .info span {
    color: #999;
}

.block .dynamic .img {
    width: 115px;
    height: 72px;
    margin-left: 25px;
    flex-shrink: 0;
}

.block .dynamic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 同类院校 */
.same_campus {
    padding: 0 12px;
}

.same_campus li:last-child a {
    border: 0;
    padding-bottom: 0;
}

/*  ----- 国外院校库 end----- */

/* 通用模板 */
.facademy_block{
    padding: 10px 10px 0 10px;
    background-color: #FFFFFF;
}
.facademy_block .gm_box {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    padding: 8px 5px 0;
}
.facademy_block .gm_box h2 {
    font-weight: bold;
    font-size: 16px;
}
.flex_warp {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.major_list {
    margin-top: -5px;
    padding: 0 5px;
}

.major_list li a {
    display: block;
    width: 100%;
    align-items: center;
    padding: 12px 0;
    line-height: 1.75;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.major_list li a strong {
    font-size: 15px;
}


.pager .pager-left, .pager .pager-right {
    width: 35%;
    float: left;
    font-size: .28rem;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
}

.pager .pager-mid {
    float: left;
    width: 30%;
    text-align: center;
    color: #666;
    height: 1rem;
    line-height: 1rem;
}

.pager .pager-right {
    float: right;
}

.pager .pager-first {
    width: 55%;
    float: left;
}

.pager .pager-pre {
    width: 45%;
    float: right;
}

.pager .pager-next {
    width: 45%;
    float: left;
}

.pager .pager-end {
    width: 55%;
    float: right;
}

.pager .pager-next, .pager .pager-end {
    transform: rotate(-180deg);
}

.pager a {
    display: block;
    color: #9f9f9f;
}

.pager .disabled {
    cursor: not-allowed;
    opacity: .7;
}

.pager .disabled a {
    color: #d4d4d4;
}
