.layer{background:rgba(0,0,0,0.9);position: fixed;left:0;top:0;right:0;bottom:0;z-index:9999991;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000;}
.layer .close{ position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#966041;color:#fff; box-shadow: none; border:none; width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }

.view_tab_cont_pic img { width: 100%; height: 100%; object-fit: cover;}

.loaction span { display: none; }

#wp_pager{width:100%;margin-top:50px}
#wp_pager .pages{height:40px;width:100%;text-align:center}
#wp_pager .pages li{min-width:48px;padding:0 5px;height:40px;display:inline-block;vertical-align:middle;text-align:center;line-height:40px;font-size:14px;color:#222;border-radius:5px;margin:0 3px}
#wp_pager .pages li a{display:block;color:#222}
#wp_pager .pages li>a.pgCurrent{border:1px solid #af8051;background-color:#af8051;color:#fff}
#wp_pager .pages li.active>span{border:1px solid #af8051;background-color:#af8051;color:#fff}
#wp_pager .pages {margin:0!important}
#wp_pager .pages li:last-child{width:auto}

#wp_pager .pages a {box-sizing:border-box;display:block;width:auto;padding:0 10px;height:40px;line-height:40px!important;border:1px solid #656565;border-radius:4px}
#wp_pager .pages a:hover{color:#fff;background-color:#af8051;border:1px solid #af8051}
#wp_pager .pages div{display:inline-block;height:40px;font-size:16px;color:#333;line-height:40px}

.center_title > span { text-transform: uppercase; }

#sub_cat_list_source { display: none; }

.wp_column_article .wp_entry { font-weight: 400; font-size: 16px; color: #222222; line-height: 30px; margin-top: 15px; text-align: justify; margin-top: 20px; }
.wp_column_article p { text-indent: 2em; }

.alumni_list_cont.no_thumb_item .alumni_pic { display: none; }
.alumni_list_cont.no_thumb_item .alumni_text { width: auto; }

.body_list_n .idx_news_list.no_thumb_item .idx_news_list_pic { display: flex; align-items: center; }
.body_list_n .idx_news_list.no_thumb_item img { padding: 0 1.5em; }

.alumni_act_item:after { display: none; }

.commonNavLeft > ul > li.parent > a { color: #fff !important; background-color: #AF8051 !important; border-radius: 4px; }

@media (max-width: 1023px) {
    .layer .close{ width:40px;height:40px;}
    .layer .close img { width:100%;}
}
@media (max-width: 768px) {
    .layer .close{ right: 30px; top: 30px; width:30px;height:30px;}
}