/* 閫氱敤鏍峰紡 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, button, input, select, textarea {
    font: 16px/1.5 "Microsoft YaHei", arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: lighter;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.clearfix:before {
    display: table;
    content: "";
}

.clear {
    content: "";
    clear: both;
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a, .teacher-info .teacher-word ul li i {
    /*inline-block*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 鍏辩敤鏍峰紡 */
html, body, #body {
    min-width: 320px;
    height: 100%;
    background: #f4f4f4;
}

a, div {
    color: #000;
}

.show {
    overflow: hidden;
}

.show img {
    display: block;
    width: 100%;
    height: auto;
}

.show:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.show img, .nav>li>ul, .teachers-list li>.show {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav>li>a {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.container {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

#section {
    background: url("../images/sectionBg.png") no-repeat 0% 100%;
}

#section .container {
    padding: 0 30px;
    background: #fff;
    box-shadow: 10px 5px 10px -10px #aaa,
        -10px 5px 10px -10px #aaa;

}

/* header css start */
.head-layer1 {
    height: 120px;
}

.logo {
    width: auto;
    height: 85px;
    margin: 12.5px 0 0;
}
.logo img {
    max-width: 100%;
    vertical-align: top;
}

.head-layer1>.fr {
    width: 675px;
}

.head-layer1>.fr>img {
    width: auto;
    height: 45px;
    margin: 40px 0 0;
}

.top-link {
    height: 30px;
    line-height: 30px;
    margin: 16px 0 12px;
}

.top-link li {
    float: right;
    margin: 0 0 0 15px;
}

.top-link a {
    font-size: 15px;
    color: #224b77;
}

.search {
    width: 200px;
    height: 30px;
    background: #e8edf1;
    border-radius: 30px;
    padding: 0 10px 0 15px;
}

.search input {
    float: left;
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #494949;
    background: transparent;
}

.search button {
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/search.png") no-repeat 50% 50%;
}

.head-layer2 {
    height: 54px;
    line-height: 54px;
    background: #224b77;
}

.nav {
    font-size: 18px;
}

.nav a {
    display: block;
    width: 100%;
    color: #fff;
}

.nav>li {
    float: left;
    padding: 0px;
    text-align: center;
    position: relative;
}

.nav>li>a {
    height: 54px;
    border-bottom: 2px solid #224b77;
    padding: 0 26px;
}

.nav>li>a:hover, .nav>li.hov>a, .nav>li.active>a {
    color: #224b77;
    background: #f6f6f6;
}

.nav>li>ul {
    visibility: hidden;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: 84px;
    z-index: 99;
    opacity: 0;
}

.nav>li>ul>li>a {
padding: 8px 0;
    border-top: 1px solid #e3e1e1;
}

.nav>li>ul>li:first-child>a {
    border: none;
}

.nav>li>ul>li>a {
    color: #000;
}

.nav>li>ul>li>a:hover {
    color: #224b77;
    background: #fff;
}

#section .banner {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.banner a { display: block; height: 400px; position: relative; }

.banner img {
position: absolute;
top: 50%; 
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
object-fit: cover;
}

.pagination {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.pagination .swiper-pagination-switch {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.pagination .swiper-pagination-switch.swiper-active-switch {
    background: #fff;
}

/* header css end */
/* footer css start */
#footer {
    background: #224b77;
}

.foot-layer1 {
    background: #2e5d91;
}

.cylj {
    height: 40px;
    font-size: 14px;
}

.cylj li {
    float: left;
    margin: 12.5px 25px 0 0;
    padding: 0 25px 0 0;
    border-right: 2px solid #fff;
}

.cylj li a, .cylj li {
    height: 15px;
    line-height: 15px;
}

.cylj li:first-child {
    line-height: 40px;
    margin: 0 44px 0 0;
    font-size: 18px;
    color: #fff;
    border: none;
}

.copy {

    padding: 35px 10px 35px;
    text-align: center;
}

.copy p, .cylj li a {
    color: #fff;
}

/* footer css end */
/* secondary css start */
#section .secondary {
    padding: 35px 30px;
}

.secondary>.fl {
    width: 240px;
}

.secondary>.fl>h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-indent: 15px;
    color: #fff;
    background: #224b77;
}

.left-nav {
    line-height: 50px;
    padding: 8px 8px 30px;
    border: 1px solid #ebebeb;
}

.left-nav>li {
    border-bottom: 1px dotted #d8d7d7;
}

.left-nav a {
    width: 100%;
    text-indent: 10px;
}

.left-nav a.hov {
    color: #224b77;
    box-shadow: 0px 0px 6px #999;
}

.left-nav>li>ul>li>a, .left-nav>li>ul>li {
    line-height: 35px;
    font-size: 14px;
    text-indent: 15px;
}

.left-nav>li>ul>li>a.cur {
    font-weight: bold;
}

.left-nav>li>ul>li:first-child {
    border-top: 1px solid #ebebeb;
}

.secondary>.fr {
    width: 925px;
min-height: 320px;
}

.current {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ebebeb;
}

.current h3 {
    height: 22px;
    line-height: 22px;
    margin: 14px 0 0;
    font-size: 20px;
    text-indent: 10px;
    font-weight: bold;
    border-left: 4px solid #224b77;
}

.place {
    font-size: 14px;
line-height: 22px;
padding:14px 0 14px 25px;
    color: #999;
    background: url("../images/place.png") no-repeat 0% 15px;
}

.place a {
    color: #999;
}

.place a.cur {
    color: #224b77;
}

.list li {
    line-height: 45px;
    border-bottom: 1px dotted #d8d7d7;
}

.list li a {
    width: calc(100% - 80px);
    padding: 0 0 0 15px;
    vertical-align: top;
    background: url("../images/liBg.png") no-repeat 0% 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li span {
    float: right;
    font-size: 12px;
    color: #999;
}

#section .content {
    padding-bottom: 50px;
}

#section .content p {
    line-height: 34px;
    text-indent: 34px;
    margin: 0 0 20px;
}

#section .content a {
    display: inline;
    word-break: break-word;
    color: #136ac9;
}

#section .content table p {
    text-indent: 0;
    line-height: 1.5;
}

.articles h1 {
    margin: 30px 0 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.articles .sub {
    font-size: 12px;
    text-align: center;
    color: #999;
}

.articles .content {
    padding-top: 25px;
    border-bottom: 1px solid #ebdedf
}

.articles .con-page {
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    color: #224b77;
}
.articles .content img { display: block; margin: 0 auto; } 
.articles .content img, .articles .content table, .articles .content video, .articles .content iframe {
max-width: 100%;
height: auto !important;
} 
.articles .con-page a {
    font-weight: initial;
word-break: break-all;
}

.teachers-list {
    padding: 10px 0 0;
font-size: 0;
margin: 0 -25px;
}

.teachers-list li {
    display: inline-block;
vertical-align: top;
    width: 50%;
padding: 0 25px;
    margin: 0 0 20px;

}

.teachers-list li>.show {
    display: block;
    background: #f6f6f6;
}

.teachers-list li .teacher-img {
    width: 140px;
    height: 180px;
    margin: 0 18px 0 0;
    overflow: hidden;
    background: #fff;
}

.teachers-list li .teacher-img img {
    width: auto;
    margin: 0 auto;
    height: 100%;
}

.teachers-list li .text-box {
    width: calc(100% - 158px);
}

.teachers-list li .text-box p {
    margin: 13px 0 0;
    font-size: 14px;
    color: #224b77;
}

.teachers-list li .text-box p.name {
    font-size: 16px;
    color: #333;
}

.teachers-list li .text-box p.about {
    font-size: 12px;
    color: #999;
}

/* secondary css end */
/* hover css start */
.list li, .articles .con-page p, .new-list li, .xshd ul li:hover, .xshd ul li .date p, .ztlm div a::before, .details-title li {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.teachers-list li>.show:hover {
    box-shadow: 0px 0px 10px #494949;
    background: #eee;
}

.teachers-list li>.show:hover p.about {
    color: #333;
}

.place a:hover, .left-nav a:hover, .list li:hover span, .list li:hover a, .articles .con-page p:hover a, .new-list li:hover a, .xshd ul li:hover a, .xykx .column a:hover, .left-nav>li>ul>li>a.cur, .left-nav>li>ul>li>a:hover {
    color: #224b77;
}

.list li:hover, .articles .con-page p:hover {
    padding: 0 15px;
    background: #f5f5f5;
    box-shadow: 0px 0px 10px #999;
}

.new-list li:hover, .xshd ul li:hover {
    background: #f5f5f5;
    box-shadow: 0px 0px 8px #bbb;
}

.new-list li:hover {
    padding: 0 6px;
}

.xshd ul li:hover .date p:first-child {
    color: #224b77;
    background-color: #fff;
}

.xshd ul li:hover .date p {
    color: #fff;
    background: #224b77;
}

.ban-tag li {
    cursor: pointer;
}

/* hover css end */
/* page css */
#page-list {
    font-family: Arial;
    text-align: center;
    margin: 30px 0;
}

#page-list .p_pages a, #page-list span {
    font-size: 13px;
    width: auto;
    height: auto;
}

#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d {
    padding: 6px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #428bca;
}

#page-list .p_pages .p_no_d, #page-list a:hover {
    background: #224b77;
    font-weight: bold;
    color: #fff;
    border-color: #224b77;
}

#page-list .p_t {
    padding: 0 25px 0 0;
    color: #777;
}

#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d {
    display: inline-block;
}

#page-list .p_pages span {
    color: #aaa;
}

/* teacher about css */
.teacher-box {
    width: 90%;
    margin: 35px auto;
}

.teacher-info {
    width: 100%;
    margin: 0 0 50px;
    overflow: hidden;
}

.teacher-info .teacher-img {
    width: 150px;
}

.teacher-info .teacher-img img {
    width: 100%;
    height: auto;
}

.teacher-info .teacher-word {
    width: calc(100% - 195px);
}

.teacher-info .teacher-word h6 {
    margin: 0 0 30px;
    font-size: 25px;
    color: #333;
}

.teacher-info .teacher-word ul li {
    display: none;
    float: left;
    width: 50%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.teacher-info .teacher-word ul li i {
    width: 100px;
    font-style: initial;
    font-weight: initial;
}

.details-box {
    min-height: 350px;
    margin: 35px 0 0;
}

.details-box .details-items {
    display: none;
}

.details-box .details-items.active {
    display: block;
}

.details-column { display: none; border-bottom: 2px solid #224b77;  }
.details-column h3 { padding: 8px 24px; display: inline-block; background:  #224b77; color: #fff; }

.details-title {
    border-bottom: 4px solid #224b77;
}

.details-title li {
    position: relative;
    top: 4px;
    left: 0;
    float: left;
    width: 12%;
    margin: 0 .5%;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #224b77;
    border: 2px solid #224b77;
}

.details-title li:first-child {
    margin-left: 18%;
}

.details-title li.active {
    color: #224b77;
    background: #fff;
    border-bottom-color: #fff;
}
 
.details-items p {
    font-size: 15px;
    line-height: 35px;
}

.btn { display: none; vertical-align: top; align-items: center; }

.btn .search-btn { display: inline-block; *display: inline; *zoom: 1; width: 37px; height: 37px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; -o-background-size: auto; background-size: auto; vertical-align: top; cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2) }

.nav-btn { display: inline-block;; *display: inline; *zoom: 1; width: 37px; height: 37px; padding: 10px 0 0; background: #fff; border-radius: 4px;  font-size: 0; margin: 0 0 0 26px; text-align: center; vertical-align: top; cursor: pointer; box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2) }

.nav-btn i { display: inline-block; *display: inline; *zoom: 1; width: 22px; height: 2px; margin: 6px 0 0; background: #224b77; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.nav-btn i:nth-child(1) { margin-top: 0; }

.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); -ms-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg); }

.nav-btn.close i:nth-child(2) { opacity: 0; }

.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); -ms-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.8); }

.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }

.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }

.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); -ms-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }

.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); -ms-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

body.hide { overflow: hidden; }
#header { position: relative; z-index: 999; background: #f4f4f4; }
#header.fixed .head-layer2 { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

@media screen and (max-width: 1360px) {
    .container {
        width: 90%;
    }
    .head-layer1 { height: auto; padding: 0 0 15px; }
    .head-layer2 {
        height: 52px;
        line-height: 52px;
    }
    .nav {
        font-size: 16px;
    }
    .nav > li > a {
        padding: 0;
    }
    .logo { width: 40%; height: 80px; padding: 5px 0 0; }
    .head-layer1>.fr { width: 60%; }
    .top-link a { font-size: 13px; }
    .head-layer1>.fr>img { width: 45%; height: auto; margin-left: 8%; }
    #section .container { padding: 0 20px; }
    #section .banner { padding: 0; }
   .teachers-list { margin: 0 -10px; }
  .teachers-list li { padding:0 10px; }
    .secondary>.fr { width: calc(100% - 260px); }
    #section .secondary { padding-top: 35px; padding-bottom: 35px; }
        .cylj { height: auto; padding: 10px 0 15px; }
    .cylj::after { display: block; content: ""; clear: both; }

}
@media screen and (max-width: 1024px) {
    .logo {
        width: 35%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #section { background: #fff; }
     #section .container { padding-left: 0; padding-right: 0; box-shadow: none; }
    #section .banner { width: 100%; }
    .head-layer1 { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; padding: 15px 0; }
    .head-layer1>.fr { display: flex; justify-content: space-between; align-items: center; }
    .head-layer1>.fr>img { margin-top: 0; }
    .top-link { display: none; }
    #header { position: relative; }
     .head-layer2 { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); position: absolute; top: 100%; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: -webkit-calc(100vh - 71px); height: -moz-calc(100vh - 71px); height: calc(100vh - 71px); padding: 20px 0 30px; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
    .nav ul { height: auto; }
    .nav > li { float: none; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    .nav li a { text-align: left; background: none !important; color: #fff !important; padding: 0 0 0 10px !important; }
.nav>li>a { border: none; }
    .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
    .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
    .nav>li>ul { display: none; position: static; width: 100%; visibility: visible !important; opacity: 1 !important; padding-left: 20px; padding-bottom: 10px; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-transition: none 0.35s ease 0s; -moz-transition: none 0.35s ease 0s; -o-transition: none 0.35s ease 0s; transition: none 0.35s ease 0s; border: none; background: none; }
    .nav>li>ul a { color: #fff !important; border: none !important; line-height: 32px; }
    .search { visibility: hidden; opacity: 0; position: fixed; top: 44%; left: 20%; bottom: auto; z-index: 200; width: 60%; height: 60px; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; border-radius: 0; }
    .search input { width: calc(100% - 36px); height: 40px; padding: 0 8px !important; line-height: 40px; border: 1px solid #eee !important; }
    .search button { width: 36px; height: 40px; background-image: url(../images/search.png); background-position: 11px 50% !important; }
    .search.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
    .btn { display: flex; }
    .pagination .swiper-pagination-switch { width: 8px; height: 8px; }
    .copy { font-size: 14px; }
.banner a { height: 300px; }
    .secondary>.fl>h3 { font-size: 20px; }
    .left-nav { font-size: 16px;  line-height: 40px; }
}
@media screen and (max-width: 992px) {
   .secondary>.fl { width: 100%; margin: 0; }
    .secondary>.fr { margin: 10px 0 0; width: 100%; }
 .secondary>.fl h3 { position: relative; padding: 0 20px; line-height: 50px; height: 50px; text-align: left; text-indent: 0; }
    .secondary>.fl h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; }
    .left-nav { display: none; }
    .left-nav a { text-align: left; text-indent: 20px; }
.details-title { display: none; }
.details-column { display: block; margin: 0 0 15px; }
.teacher-info { margin: 0 0 25px; }
.teacher-info .teacher-word ul li i { width: 70px; }
.details-box .details-items { display: block !important; margin: 0 0 50px;  }
.teacher-box { width: 100%; }
}
@media screen and (max-width: 768px) {
    .head-layer1>.fr { width: auto; }
    .head-layer1>.fr>img { display: none; }
    .logo { width: 70%; }
    .logo img { max-height: 44px; }
    #section .secondary { padding: 25px 0 30px; }
 .list li { line-height: 25px; padding: 7px 0; }
 .list li a { display: block; width: 100%; overflow: visible; text-overflow: clip; white-space: initial; background-position: 0 7px; }
.list li span { width: 100%; float: none; padding-left: 15px; display:inline-block; vertical-align: top; }
    .place { display: inline-block; width: auto; float: none; }
    .current { height: auto; text-align: center; }
    .current h3 { margin: 0 0 20px; border: none; }
    .container { width: 92%; }
.articles h1 { font-size: 18px; }
.logo { padding-right: 10px; }
.banner a { height: 180px; } 
.pagination { bottom: 15px; }
.cylj li:first-child { margin-right: 20px; }
.teacher-info .teacher-img { margin: 0 auto; float: none; }
.teacher-info .teacher-word { width: 100%; float: none; }
.teachers-list { margin: 0; }
.teachers-list li { width: 100%; padding: 0; }
.teachers-list li .teacher-img { width: 115px; height: 165px; background-size: cover; }
.teachers-list li .text-box { width: calc(100% - 133px); }
#page-list { margin-top: 20px; margin-bottom: 5px; }
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d { margin-top: 5px; }
#page-list .p_pages a, #page-list span { font-size: 12px; }
.copy { padding: 15px 10px; }
.secondary>.fl h3 { height: 45px; line-height: 45px; }
.secondary>.fl h3 i { height: 45px; width: 45px; }
#section .content {  padding-bottom: 20px; }
}  
@media screen and (max-width: 456px) {
    .nav-btn { margin-left: 12px; }
.banner a { height: 150px; }
.search { width: 80%; left: 10%; }
.cylj li { margin-right: 7px; padding-right: 7px; }
.pagination .swiper-pagination-switch { margin: 0 3px; }
.teacher-info .teacher-word ul li { width: 100%; }
}