html,
body {
  width: 100%;
  color: #4c4c4c;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enrollment-more {
  font-size: 14px; 
}
.nenw-content-item-title:hover,.nenw-content-item-center:hover,.nenw-right-content-item-title:hover,.nenw-left-title>a:hover,.nenw-right-title>a:hover,.enrollment-more:hover,#enrollment-right-more:hover,.enrollment-left-center-content:hover > p,.news-list-content > h4:hover,.news-list-content > p:hover {
  color: #16429a
}
.teaching-content-item:hover > span,.teaching-more:hover,.header-bar-right-item:hover,.header-bar-right-item:hover > a,.footer-common-content-one a:hover {
  color:#d5d5d5 !important;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.txtMarquee-top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.txtMarquee-top .hd {
  background: #f4f4f4;
}
.tempWrap {
  width: 100%;
}
.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
  display: block;
  width: 9px;
  height: 5px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
}
.txtMarquee-top .hd .next {
  background-position: 0 -140px;
}
.txtMarquee-top .hd .prevStop {
  background-position: -60px -100px;
}
.txtMarquee-top .hd .nextStop {
  background-position: -60px -140px;
}
/* .txtMarquee-top .bd {
padding: 15px;
} */
/* .txtMarquee-top .infoList li {
height: 24px;
line-height: 24px;
} */
.txtMarquee-top .infoList li .date {
  float: right;
  color: #999;
}
.header-bar {
  width: 100%;
  height: 34px;
  background: #17212f;
  color: #fff;
  font-size: 12px;
}
.header-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bar-right {
  margin-left: 10px;
}
.header-bar-left,
.header-bar-right {
  display: flex;
  align-items: center;
}
.header-bar-right-item {
  cursor: pointer;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.header-logo {
  height: 140px;
  display: flex;
  align-items: center;
}

.header-logo-box {
  display: flex;
  position: relative;
}
.emphasize {
  background: url("../image/bg_image.png") no-repeat;
  width: 470px;
  height: 122px;
  background-size: 500px 177px;
  position: absolute;
  right: 0;
  top: -20px;
}
.emphasize > img {
  margin-top: 45px;
  margin-left: 50px;
}
.mob_nav {
  display: none;
}
.menu {
  background: #16429a;
  height: 45px;
}

.menu-box > ul {
  display: flex;
  justify-content: space-between;
}

.menu-box > ul > li > a {
  display: inline-block;
  width: 120px;
  text-align: center;
  transition: all 0.5s;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}

.menu-box > ul > li > a > ul {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  width: 120px;
  z-index: 999;
  background: rgba(22, 66, 154, 0.8);
  position: relative;
  z-index: 9999;  
}

.menu-box > ul > li > a > ul > li > object > a {
  display: inline-block;
  width: 120px;
  text-align: center;
  transition: all 0.5s;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}

.menu-box > ul > li > a > ul > li:hover {
  background: #4f82e9;
}

.menu-box > ul > li > a:hover > ul {
  max-height: 666px;
}

.menu-box > ul > li > a:hover {
  background: #4f82e9;
}

.current {
  background: #4f82e9;
}
.menu-min {
  display: none;
}
.news-notice {
  display: flex;
  margin-top: 60px;
}
.nenw-left {
  width: 70%;
  margin-right: 50px;
}
.nenw-left-title > h3 {
  color: #010101;
  font-size: 24px;
}
.nenw-left-title > a {
  color: #666666;
  font-size: 14px;
}
.news-images{float:left;width: 380px; height: 290px; position: relative;}
.news-images .tempWrap{width:100% !important;}
.news-images .bd li{position: relative;width: 380px; height: 290px;}
.news-images .bd li img{width: 380px;height: 290px;transition: all .6s;-moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;}
.news-images .bd li img:hover{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);}
.news-images .bd li .slide_title{position: absolute; left: 0; bottom: 0; width: 100%; height: 26px; line-height: 26px; background: rgba(0,0,0,0.6); color: #fff; font-size: 14px; padding-left: 10px;}
.news-images .hd{position: absolute; right: 0; bottom: 7px;z-index:1;}
.news-images .hd li{width: 10px; height: 10px; border-radius: 50%; float: left; background: #989898; margin-right: 10px;cursor: pointer;}
.news-images .hd li.on{background: #fff;}

.news-info{float:right;width: 360px;}
.news-info li.active a{position: relative; color: #666666; font-weight: bold;display:block;}
.news-info li.active{margin-bottom: 18px; height: 94px;}
.news-info .active .new-tit{font-size: 16px; height: 36px; line-height: 20px;}
.news-info .active .new-con{font-size: 14px; line-height: 34px;}
.news-info .active .new-time{position: absolute; right: 0; bottom: 10px; line-height: 16px;}
.news-info li{height: 38px; line-height: 38px;font-size: 14px;}
.news-info li a{color: #4d4d4d;}
.news-info li a:hover,.list_info li a:hover .title{color:#ba2d35;font-weight:bold;}
.news-info li .title{float:left;width:66%;}
.news-info li i{float:right;color: #999;}

.nenw-right {
  width: 30%;
}
.nenw-right-title > h3 {
  color: #010101;
  font-size: 24px;
}
.nenw-right-title > a {
  color: #666666;
  font-size: 14px;
}
.nenw-left-title,
.nenw-right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.news-notice-line {
  flex: 1;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin: 0 20px;
}

.nenw-content > a {
  width: 30%;
  margin-right: 3%;
}
.nenw-content-item {
  width: 100%;
}
.nenw-content-item:not(:first-child) {
  margin-left: 5%;
}
.nenw-content-item > .nenw-content-img {
  width: 100%;
  height: 148px;
  margin-top: 20px;
  transition: transform .2s;
}
.nenw-content-item > .nenw-content-img:hover {
  transform:scale(1.02);
}
.enrollment-right-details > a > .nenw-content-img {
  width: 100%;
  height: 94px;
  margin-top: 20px;
}
.nenw-content-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #4c4c4c;
  width: 100%;
  margin-top: 15px;
}
.nenw-content {
  display: flex;
}
.nenw-content-item-time-box {
  display: flex;
  align-items: center;
  margin: 13px 0;
}
.time {
  color: #808080;
  font-size: 14px;
  margin-left: 5px;
}
.nenw-content-item-center {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.slide-img {
  width: 100%;
}
.nenw-right-content {
  height: 290px;
  overflow: hidden;
}
.nenw-right-content-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9daeb;
  padding: 20px 0;
}
.nenw-right-content-item-date {
  width: 62px;
  height: 50px;
  border: 2px solid #e3e5ef;
  font-size: 20px;
  color: #426fb2;
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.nenw-right-content-item-date-years {
  font-size: 12px;
  color: #808080;
  font-weight: 400;
}
.nenw-right-content-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4d4d4d;
  flex: 1;
  margin-left: 15px;
}
.teaching {
  background: url(../image/teaching_bg.png);
  height: 525px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 65px;
  overflow: hidden;
}
.teaching-title > ul > li > a {
  color: #fff;
}
.teaching-box {
  padding: 60px 0;
}
.teaching-title {
  color: #fff;
  display: flex;
  align-items: center;
}
.teaching-title > ul {
  display: flex;
  align-items: center;
}
.teaching-title > ul > li {
  font-size: 20px;
  cursor: pointer;
}
.teaching-title > ul > li:not(:first-child) {
  margin-left: 40px;
}
.teaching-more {
  font-size: 14px;
  cursor: pointer;
}
.teaching-aclive {
  font-weight: 600;
  font-size: 24px !important;
}
.teaching-content {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}
.teaching-content > a {
  width: 49%;
  margin-top: 20px;
  color: #fff;
  display: flex;
}
.teaching-content-item {
  display: flex;
  width: 100%;
  color: #fff;
}
.teaching-content-item:nth-child(even) {
  margin-left: 2%;
}
.teaching-content-item-date {
  font-size: 14px;
  width: 100px;
}
.teaching-content-item-title {
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment {
  display: flex;
  margin: 60px auto;
}
.enrollment-left {
  width: 67%;
  margin-right: 3%;
}
.enrollment-right {
  width: 30%;
}
.enrollment-left-title {
  display: flex;
  align-items: center;
}
.enrollment-left-title > ul {
  display: flex;
  align-items: center;
}
.enrollment-left-title > ul > li {
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.enrollment-left-title > ul > li:not(:first-child) {
  margin-left: 40px;
}
.enrollment-aclive {
  font-weight: 900;
  font-size: 24px !important;
  color: #333333;
}
.enrollment-left-item {
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.enrollment-left-center-date {
  width: 80px;
  flex-shrink: 0;
}
.enrollment-left-center-content {
  width: calc(100% - 80px);
}
.enrollment-left-center-date-month {
  color: #4d4d4d;
  font-size: 24px;
}
.enrollment-left-center-date-year {
  color: #808080;
  font-size: 14px;
}
.enrollment-left-center-content-title {
  font-size: 16px;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enrollment-left-center-content-details {
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#enrollment-more {
  cursor: pointer;
  font-size: 14px;
}
.enrollment-right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enrollment-right-title > p {
  font-weight: 900;
  font-size: 24px !important;
  color: #333333;
}
.enrollment-right-title > a {
  font-size: 14px;
  color: #333333;
}
.enrollment-right-details > img {
  margin-top: 40px;
}
.footer-common {
  background: #16429a;
  height: 100px;
  padding: 50px 0;
  color: #fff;
}
.footer-bottom {
  background: #17212f;
  min-height: 50px;
}
.footer-common-content-one > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-common-content-one > div > a {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.footer-common-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-common-content-three {
  display: flex;
}
.footer-common-content-tow {
  margin-left: 20px;
}
.footer-common-content-three-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 22px;
}
.footer-common-content-three-item > img {
  margin-bottom: 10px;
}
.footer-bottom-box {
  display: flex;
  font-size: 12px;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-box > p {
  margin-right: 5px;
}
.footer-bottom {
  display: flex;
  align-items: center;
}
.news-list-box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 500px;
}
.news-list > a {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.news-list-date {
  width: 110px;
  text-align: center;
  flex-shrink: 0;
}
.news-list-date-day {
  font-size: 42px;
  font-weight: 500;
  color: #333333;
}
.news-list-date-year {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.news-list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list-content > h4 {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-list-content > p {
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.aaass {
  text-align: center;
}
.pagination {
  display:inline-block;
  padding-left:0;
  border-radius:4px;
  text-align: center;
}

.pagination>li {
  display: inline
}

.pagination>li>a,.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.press-center-menu {
  flex-shrink: 0;
}
.press-center-menu>ul {
  background: #F6F6F6;
}
.press-center-menu>ul>li {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  padding: 20px 26px 20px 26px;
  line-height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press-center-menu>ul>li {
  width: 224px;
}
.press-center-menu>ul>li>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.press-center-menu>ul>li>a:hover {
  color: #16429a;
  cursor: pointer;
}

.press-center-menu>ul>title:hover {
  background: #16429a !important;
  color: #FFFFFF !important;
}

.press-center-menu-title {
  background: #16429a !important;
  color: #FFFFFF !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 900 !important;
}
.current-font>* {
  color: #16429a !important;
}

.example:empty {   display: none; }

.press-center-menu-title:empty {
  display: none;
}

.current-font + .chi-menu {
  display: block;
}
.chi-menu>li {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  font-size: 16px;
  color: #777;
  border-bottom: 1px solid #cdcdcd;
  padding: 0px 44px;
}
.chi-menu>li>a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chi-menu>li:hover {
  color: #16429a;
}
.press-center-menu-content {
  padding: 15px 26px 5px 26px!important;
}
.press-center-menu-content > a {
  color: #333;
}
.chi-menu > li > a {
  color: #333;
}
.press-center-menu > ul > li:first-child:last-child {   display: none; }
.hide {
  display: none;
}
.teaching-more {
  color:#fff;
}
.enrollment-more {
  color:#333333;
}
.colum_title{color: #4d4d4d;line-height: 30px;padding: 10px 0; border-bottom: 2px solid #e1e1e1;}
.colum_title .channel_title{font-weight: bold; font-size: 22px; color: #343434;}
.address .location ul{overflow: hidden; zoom:1;}
.address .location ul li,
.address .location ul li a{color: #595959; font-size: 14px; display: inline-block;}
.address .location ul li a:last-child{color:#16429a;}
.address .location ul .t{padding-left:10px;}
.right-con{width: 1080px;margin: 0 auto;}
.fl {
  display: flex;
  align-items: center;
}
.location > ul {
  display: flex;
  align-items: center;
}
.search-box {
  display: flex;
  align-items: center;
}
#search-icon {
  margin-left: -4px;
  cursor: pointer;
}
.search-box > form > input {
  border: 0; /*清除自带的2px的边框*/
  padding: 3px 5px; /*清除自带的padding间距*/
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  outline: none; /*清除input点击之后的黑色边框*/
}
.search-box > form {
  overflow: hidden;
  width: 0px;
  height: 22px;
  transition: all 0.2s;
  display: flex;
}
.search-box > form > button {
  border: none;
  padding: 0 5px;
  background: #fff;
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 1px solid #16429a;
  cursor: pointer;
}
.search-box > .show {
  width: 214px;
  padding: 3px 5px; /*清除自带的padding间距*/
}
.search {
  display: flex;
  align-items: center;
}
.right-con{width: 1080px;margin: 0 auto;}
.right_list{overflow: hidden; zoom:1;}
.right_list>li{height:56px;line-height:56px;color:#333;font-size:15px;border-bottom:1px dashed #e1e1e1;overflow:hidden}
.right_list li:hover{background:#fbfbfb;box-shadow:0 0 5px #ddd;padding:0 15px}
.right_list>li:first-child{margin-top:20px}
.right_list>li a{font-size:14px;color:#4d4d4d;display:block;width:80%;float:left}
.right_list>li a:hover{color:#16429a}
.right_list>li i{font-size: 14px; color: #4d4d4d;}
/* =============== paging ================ */
.page_num{margin: 30px 0;font-size: 14px;color: #666;overflow: hidden;}
.page_num .page{display: inline-block;margin: auto;}
.page_num .page >li{padding: 5px 8px;float: left;background: #e8e8e8;margin: 2px 5px;}
.page_num .page >li > a{color: #16429a;background: #e8e8e8;}
.page_num .page .pageBtn{background: none;padding: 0;margin: 0;}
.page_num .page .pageBtn a{padding: 5px 11px;margin: 2px 5px;float: left;}
.page_num .page .pageBtn a.active{background: #16429a;color: #fff;}
.page_num .page li span{color: #16429a;}

/* =============== content-page ================= */
.con_text{margin-bottom: 30px;text-align: center;}
.con_text .titles h4{color: #404040; font-size: 20px;margin-top:40px; line-height: 36px;}
.con_text .titles h6{font-weight: normal;font-size: 16px;color: #666;line-height: 30px;}
.con_text .titles p{color: #808080;margin: 20px 0;line-height: 30px;}
.con_text .titles p >span{display:inline !important;}
.con_text .text{font-size: 16px; line-height: 34px;}
.con_text .text img{max-width:100%;height:auto !important;}
.con_text .text table img{max-width: none;}

.text_next{font-size: 14px; line-height: 40px;border-top: 1px solid #ddd;margin-top: 20px;}
.text_next a{color: #333;}
.text_next a:hover{color: #16429a;}
.footer-common-content-three-item {
  cursor: pointer;
}
#wechat-a,#weibo-a {
  position: relative;
}
#wechat-a:hover #wechat {
  display: block;
}
#weibo-a:hover #weibo {
  display: block;
}
#wechat,
#weibo {
  position: absolute;
  width: 125px;
  height: 125px;
  top: -130px;
  display: none;
}
.footer-bottom-police {
  display: flex;
  align-items: center;
}
.footer-bottom-police > span {
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .content {
    width: 100%;
  margin: 0 auto;
}
.header-bar-left {
  display: none;
}
.emphasize {
  display: none;
}
.header-logo {
  height: 100px !important;
}
.header-logo-box {
  overflow: hidden;
}
.header-logo-box {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.school-logo {
  max-width: 100%;
  height: 60px;
}
.menu {
  display: none;
}
.menu-min {
  margin-right: 10px;
  position: absolute;
  right: 0;
  z-index: 10000;
  display: inline-block;
}
.menu-min > ul > li {
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}
.menu-min > ul > li:nth-child(2)::before {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s;
  opacity: 0;
}
.menu-min > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.menu-open > ul > li:nth-child(2) {
  position: relative;
  transform: rotateZ(45deg);
}
.menu-open > ul > li:nth-child(2)::before {
  transform: rotateZ(-90deg);
  opacity: 1;
}
.menu-open > ul > li:nth-child(1) {
  opacity: 0;
}
.menu-open > ul > li:nth-child(3) {
  opacity: 0;
}
.menu-phone {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(22, 66, 154, 0.9);
}
.menu-phone > ul {
  margin-top: 50px;
}
.menu-phone > ul > li {
  padding: 18px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.news-notice {
  display: block;
  padding: 0 20px;
  width: auto;
}
.nenw-left {
  width: 100%;
  margin: 60px 0px;
  overflow:hidden;
}
.news-images{
  max-width:100%;
}
.news-info{
  width: 100%;
  margin-top:20px;
}
.nenw-right {
  width: 100%;
}
.nenw-content {
  display: block;
}
.nenw-content-item {
  width: 100%;
  margin-top: 30px;
}
.nenw-content-item:not(:first-child) {
  margin-left: 0;
}
.nenw-content-img {
  height: 190px;
}
.slide-img {
  height: 160px;
}
.teaching-title > ul > li {
  font-size: 16px;
}
.teaching-title > ul > .teaching-aclive {
  font-size: 20px !important;
}
.teaching-box {
  padding: 60px 20px;
  width: auto;
}
.teaching-title {
  display: flex;
  justify-content: space-between;
}
.enrollment {
  padding: 20px 20px;
  width: auto !important;
}
.enrollment-left {
  width: 100% !important;
}
.teaching-title > .news-notice-line {
  display: none;
}

.enrollment-left-title {
  justify-content: space-between !important;
}
.enrollment-left-title > .news-notice-line {
  display: none;
}
.enrollment-left-title > ul > li {
  font-size: 16px;
}
.enrollment-aclive {
  font-size: 20px !important;
}
.teaching-title > ul > li:not(:first-child) {
  margin-left: 10px;
}
.enrollment-left-title > ul > li:not(:first-child) {
  margin-left: 10px;
}
.teaching-content-item {
  width: 100%;
}
.teaching-content-item:nth-child(even) {
  margin-left: 0;
}
.enrollment {
  display: block;
}
.enrollment-right {
  margin: 20px auto;
  width: 100%;
}
.enrollment-right-title > p {
  font-size: 20px !important;
}
.nenw-right-title > h3 {
  font-size: 20px !important;
}
.nenw-left-title > h3 {
  font-size: 20px !important;
}
.enrollment-right-details > img {
  margin-top: 10px;
}
.enrollment-right-details > a > img {
  height: 94px !important;
}
.enrollment-left-item {
  margin-top: 20px;
}
.footer-common {
  padding: 10px 0;
}
.footer-common-content-three,
.footer-common-content-tow {
  display: none;
}
.footer-common-content {
  padding: 0px 20px;
  width: auto !important;
}
.footer-bottom-box {
  display: block;
  text-align: center;
}
.footer-bottom-box > p {
  margin: 10px 0 10px 0;
}
.news-list-date {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list-date-day {
  font-size: 24px;
}
.news-list-date-year {
  font-size: 14px;
}
.news-list-content > h4 {
  font-size: 18px;
}
.news-list-box {
  padding: 0 20px;
  width: auto;
}
.press-center-menu {
  display: none;
}
.news-list-box {
  display: block;
}
.enrollment-more {
  font-size:14px;
}
.mob_nav {
  display: block;
}
.nav{height:70px;line-height:70px;background:rgba(0,0,0,0.12);border-radius:35px}
.nav a{display: block;}
.nav > ul{
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */     
  display: -moz-flex; /* Firefox 18+ */   
  display: -ms-flex;
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.nav > ul > li{float: left; font-size: 16px; position: relative;flex:1;min-width:100px;}
.nav > ul > li > a{color: #fff;padding: 0 30px;}
.nav > ul > li > a:hover{font-weight: bold;}
.nav > ul > li > a.action,.navbar_ul > li:hover{font-weight: bold;}
.menu{
  height: auto;
}
.pc_nav > ul > li:hover .menu{display:block}
.nav > ul > li .menu{background:rgb(0 0 0 / 12%);position:absolute;top:70px;left:0;width:100%;display:none}
.nav > ul > li .menu > li{position:relative}
.nav > ul > li .menu > li a{color:#fff;font-size:15px;line-height:30px;padding:10px 70px}
.nav > ul > li .menu > li a:hover{font-weight: bold;}
.nav > ul > li .menu > li.normal a , .pc_nav > li .menu > li :hover , .pc_nav > li .menu .three_menu > li:hover a{background: #ff7100;color: #fff;font-weight: bold;}
.nav > ul > li .menu .three_menu{background:#fff; z-index: 9;position: absolute; top: 0px; left:100%;width:100%;display:none;}
.nav > ul > li .menu .three_menu > li{margin: 0; height: 44px; width: 100%;border-bottom: 1px solid #ddd;}
.nav > ul > li .menu .three_menu > li:last-child{border-bottom:0;}
.nav > ul > li .menu .three_menu > li a{color: #5c5c5c; font-size: 15px;display: block;}
.nav > ul > li .menu .three_menu > li.normal a , .pc_nav > li .menu > li :hover{background: #ff7100;color: #fff;font-weight: bold;}
.mob_nav{display:none;width: 100%;height:auto;border-radius:0;border-top:1px solid #ddd;}
.mob_nav >ul{display:block;}
.mob_nav >ul > li{float:none;width: 100%;line-height: 50px;font-size: 16px;}
.mob_nav >ul > li > a{width: 70%;padding: 0 0px;margin: auto;}
.mob_nav > ul > li .menu{position: inherit;top:0px;}
.mob_nav > ul > li .menu .three_menu{position: inherit;width: 100%;left: 0;background: #f7f7f7;margin-top: 10px;}
.mob_nav > ul > li .menu .three_menu li{font-size:14px;color:#666;}
.mob_nav .add_select{display:block;width:14px;height:14px;background:url(../image/add.png)no-repeat center center;position: absolute;right: 24px;top: 18px;}
.mob_nav .add{background:url(../image/cut.png)no-repeat center center;}
.mob_nav {
  position: absolute;
  z-index: 999;
  background: rgba(22, 66, 154,.9);
  top: 34px;
}
.colum_title {
  padding: 0px 20px;
  width: auto !important;
}
.news-list-box {
  padding: 20px 0;
}
.teaching-content > a {
  width: 100%;
}
.footer-bottom-police {
  display: flex;
  justify-content: center;
}
.nenw-content-item > .nenw-content-img {
  height: 200px;
}
.header-bar-right-item {
  display: none
}
}

