﻿@font-face {
  font-family: 'Fashion Compressed Std';
  src: url('../fonts/FashionCompressedStd.woff2') format('woff2'),
      url('../fonts/FashionCompressedStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HYa4gj';
  src: url('../fonts/HYa4gj.woff2') format('woff2'),
      url('../fonts/HYa4gj.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.pt7m10 {
  padding: 70px 0 100px;
}
.instructortab {
  padding: 26px 0;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px #e7e7e7 solid;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
.instructortab  a{display: block;}
.instructortab .item {
  position: relative;
  color: #333;
  padding-right: 20px;
  cursor: pointer;
}
.instructortab .item:hover,
.instructortab .item.active {
  color: #f30000;
}
.instructortab .item:hover::after,
.instructortab .item.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -33px;
  width: 46px;
  height: 3px;
  background: #f30000;
}
.tabbodyitem {
  display: none;
  cursor: pointer;
}
.footerny:after {
  position: absolute;
  background-size: cover;
  color: #fff;
  height: 410px !important;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  top: 0;
}
.textcenter {
  text-align: center !important;
  width: 100%;
}
.banner {
  width: 100%;
  height: 646px;
  overflow: hidden;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/nys/bannershadow.png) repeat-x 0 0;
  width: 100%;
  height: 246px;
  z-index: 0;
  background-size: 60%;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/nys/bannershadow.png) repeat-x 0 0;
  width: 100%;
  height: 246px;
  background-size: 60%;
  transform: rotate(-180deg);
  z-index: 0;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .bannerpos {
  position: relative;
  z-index: 5;
}
.banner .bannerpos .qz-ny-nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content:space-between;
  flex-wrap: wrap;
}
.banner .bannerpos .qz-ny-nav h3 {
  font-size: 36px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: left;
}
.banner .bannerpos .qz-ny-nav .qz-ny-navlist {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 70px;
  padding-left: 50px;
  max-width: 100%;
}
.banner .bannerpos .qz-ny-nav .qz-ny-navlist a {
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
  height:56px;
  line-height: 56px;
  background: #ba9a59;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
.banner .bannerpos .qz-ny-nav .qz-ny-navlist a:hover,.banner .bannerpos .qz-ny-nav .qz-ny-navlist a.active{
  background: #f20000;
  height: 70px;
  line-height: 70px;
}
.banner .bannerpos .qz-ny-nav .qz-ny-navlist a:hover::before{
  content: '';
position: absolute;
left: -15px;
bottom: 0;
background: url(../images/navleft.png) no-repeat;
width: 15px;
height: 65px;
z-index: 20;
}
.banner .bannerpos .qz-ny-nav .qz-ny-navlist a:hover::after{
  content: '';
position: absolute;
right:-15px;
bottom: 0;
background: url(../images/navright.png) no-repeat;
width: 15px;
height: 65px;z-index: 20;
}
.qz-ny-local {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px #b0b0b0 solid;
  width: 100%;
  margin-bottom: 30px;
}
.qz-ny-local .localT {
  font-size: 30px;
  font-family: "Times New Roman", Times, serif;
  color: #333;
  font-weight: bold;
}
.qz-ny-local .localtion {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #f30000;
  font-size: 16px;
}
.qz-ny-local .localtion img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.qz-ny-local .localtion a {
  font-size: 16px;
  color: #646464;
}
.qz-ny-local .localtion a:hover {
  color: #f30000;
}
.qz-ny-local .localtion i {
  font-size: 16px;
  color: #646464;
  padding: 0 10px;
}
.qz-ny-med.nonebg {
  width: 100%;
  position: relative;
}
.qz-ny-med.nonebg::after {
  content: "";
  display: none;
}
.qz-ny-med {
  width: 100%;
  position: relative;
  min-height: 300px;
}
.qz-ny-med::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/nys/mediabg.png) no-repeat center bottom;
  width: 100%;
  height: 316px;
  z-index: -1;
  background-size: 100%;
}
.medialist {
  padding: 50px 0;
}
.medialist li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 70px;
  transition: ease 0.3s all;
}
.medialist li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 123px);
  height: 1px;
  background: #c8a063;
}
.medialist li .pic {
  width: 245px;
  height: 245px;
  border-radius: 100%;
  order: 1;
  margin-top: -5px;
  overflow: hidden;
  box-shadow: 5px 5px 0px 0px #c8a063;
  transition: ease 0.3s all;
}
.medialist li .pic img {
  width: 245px;
  height: 245px;
  border-radius: 100%;
  transition: ease 0.3s all;
}
.medialist li .txt {
  width: calc(100% - 290px);
  order: 2;
}
.medialist li .txt i {
 padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #c8a063;
}
.medialist li .txt i img {
  width: auto;
  max-height: 50px;
  margin-bottom: 20px;
}
.medialist li .txt h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.medialist li .txt .des,
.medialist li .txt .time {
  font-size: 16px;
  line-height: 24px;
  color: #676767;
  margin-bottom: 10px;
  padding: 0;
}
.medialist li .txt .titme {
  margin-bottom: 0;
}
.medialist li .txt .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.medialist li:hover {
  cursor: pointer;
}
.medialist li:hover .pic img {
  transform: scale(1.1);
}
.medialist li:hover .txt h4,
.medialist li:hover .txt .des,
.medialist li:hover .txt .time {
  color: #c8a063;
}
.medialist li:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 123px);
  height: 1px;
  background: #c8a063;
}
.medialist li:nth-child(2n) .pic {
  order: 2;
}
.medialist li:nth-child(2n) .txt {
  order: 1;
}
.medabout {
  width: 100%;
  padding: 0px 15px;
  font-size: 1em;
  line-height: 30px;
  color: #333;
}

.medabout p {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  /* margin-bottom: 50px; */
  text-indent: 2em;
  text-align: justify;
}
.pagec li {
  margin: 0 5px;
  padding: 3px 15px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px #bebebc solid;
  border-radius: 3px;
}
.pagec li a {
  font-size: 16px;
  color: #cecece;
  display: block;
}
.pagec li.cur,
.pagec li:hover {
  border: 1px solid #cf0202;
  color: #fff;
  background: #cf0202;
  cursor: pointer;
}
.pagec li.cur a,
.pagec li:hover a {
  color: #fff;
}
.pagec li:last-child,
.pagec li:first-child {
  color: #cecece;
}
.newsTop {
  margin: 30px 0;
}
.newstopS {
  width: 100%;
}
.newstopS .newstopitem {
  width: 100%;
  height: auto;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.newstopS .newstopitem .pic {
  width: 100%;
  height: auto;
}
.newstopS .newstopitem .pic img {
  max-width: 100%;
  height: auto;
}
.newstopS .newstopitem .txt {
  padding: 10px 15px;
  width: 100%;
}
.newstopS .newstopitem .txt a {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  text-align: justify;
}
.newstopS .newstopitem .tag {
  width: 38px;
  padding: 20px 8px;
  color: #fff;
  writing-mode: tb-rl;
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 20;
  background: #cf0202;
}
.newstopS .newstopitempos {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.newstopS .newstopitempos::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/nys/maskbg.png) repeat 0 0;
  z-index: -1;
}
.newstopS .newstopitempos a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.newstopS .newstopitempos a .txt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
  width: 100%;
  color: #fff;
  margin-bottom: 35px;
}
.newstopS .newstopitempos a p {
  font-size: 16px;
  color: #fff;
}
.newstopS:hover .newstopitempos {
  display: block;
}
.newslist .newslistitem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 50px 0 40px;
  border-bottom: 1px #e7e7e7 solid;
  position: relative;
  transition: all 0.3s ease;
}
.newslist .newslistitem .newslistitem_Time {
  width: 96px;
  color: #646464;
  position: relative;
}
.newslist .newslistitem .newslistitem_Time strong {
  font-size: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
}
.newslist .newslistitem .newslistitem_Time p {
  font-size: 25px;text-align: center;line-height: 36px;font-family: Georgia, "Times New Roman", Times, serif;
}
.newslist .newslistitem .newslistitem_Time .nyrr{
font-size: 36px;
}
.newslist .newslistitem .newslistitem_Time::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -20px;
  width: 105px;
  height: 101px;
  background: url(../images/nys/neslist.png) no-repeat 0 0;
  z-index: -1;
}
.newslist .newslistitem .newslistitem_name {
  width:calc(100% - 119px)
}
.newslist .newslistitem .newslistitem_name a {
  display: block;
  width: 100%;
  height: 100%;
}
.newslist .newslistitem .newslistitem_name a h3 {
  font-size: 18px;
  color: #333;
  position: relative;
  width: 95%;
  line-height: 30px;
height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
  margin-bottom: 20px;
}
.newslist .newslistitem .newslistitem_name a h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 36px;
  height: 1px;
  background: #f41111;
}
.newslist .newslistitem .newslistitem_name a p {

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  text-align: justify;
  color: #646464;
  font-size: 15px;
  width: 100%;
}
.newslist .newslistitem:hover {
  transition: all 0.3s ease;
  border-bottom: 1px transparent solid;
}
.newslist .newslistitem:hover .newslistitem_Time {
  color: #fff;
}
.newslist .newslistitem:hover .newslistitem_name {
  width: calc(100% - 110px);
}
.newslist .newslistitem:hover .newslistitem_name a h3 {
  color: #fff;
}
.newslist .newslistitem:hover .newslistitem_name a p {
  color: #fff;
}
.newslist .newslistitem:hover::after {
  content: "";
  position: absolute;
  left: -36px;
  top: 0;
  background: url(../images/nys/listactive.png) no-repeat 0 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: calc(100% + 72px);
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.searchlist {
  padding: 0px 0 50px;
}
.searchlist .newslistitem .newslistitem_name {
  width: 100%;
}
.searchlist .newslistitem:hover .newslistitem_name {
  padding-left: 105px;
  width: 100%;
}
.nysearch {
  width: 880px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -440px;
  z-index: 15;
  top: -55px;
  z-index: 30;
}
.nysearch .searchbut {
  width: 100%;
  height: 115px;
  display: flex;
  margin: 0 auto;
}
.nysearch .searchbut::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 114px;
  background: url(../images/nys/yinying.png) no-repeat center top;
  width: 876px;
  height: 19px;
  margin-left: -438px;
}
.nysearch .searchbut input.a {
  width: calc(100% - 115px);
  height: 115px;
  font-size: 18px;
  padding: 0 50px;
  background-color: #fff;
  outline: none;
  border: 1px solid #b6b6b6;
  border-right: 0px;
}
.nysearch .searchbut input::placeholder {
  color: #bf9f5f;
}
.nysearch .searchbut button {
  width: 115px;
  height: 115px;
  flex: 1px;
  background-color: #f30000;
}
.nysearch .searchbut button img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.nysearch .ny-navlist {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #9c9c9c;
  z-index: 35;
  flex-wrap: wrap;
  line-height: 26px;
  padding: 40px 0 0 40px;
}
.nysearch .ny-navlist a {
  padding: 0 5px;
}
.nysearch .ny-navlist a:hover {
  color: #c8a063;
}
.noticelist {
  padding: 50px 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.noticelist .noticelistitem {
  width: calc(100% / 4 - 30px);
  transition: all 0.3s ease;
  border: 1px #d4d5d5 solid;
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}
.noticelist .noticelistitem a {
  padding: 50px 35px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.noticelist .noticelistitem a::before {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 48px;
  height: 53px;
  background: url(../images/nys/jiao.png) no-repeat right top;
  z-index: -1;
}
.noticelist .noticelistitem a .noticelistitem_Time {
  width: 110px;
  color: #535353;
  position: relative;
  margin: 0 auto 30px;
  padding: 20px;
  text-align: center;
}
.noticelist .noticelistitem a .noticelistitem_Time strong {
  font-size: 36px;
  margin-bottom: 10px;
}
.noticelist .noticelistitem a .noticelistitem_Time p {
  font-size: 18px;
}
.noticelist .noticelistitem a .noticelistitem_Time::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 105px;
  height: 101px;
  background: url(../images/nys/neslist.png) no-repeat 0 0;
  z-index: -1;
}
.noticelist .noticelistitem a .noticelistitem_name {
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.noticelist .noticelistitem a .noticelistitem_name h3 {
  font-size: 18px;
  color: #333;
  /* position: relative; */
  width: 95%;
  max-height: 60px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-bottom: 20px;
}
.noticelist .noticelistitem a .noticelistitem_name h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 85px;
  width: 36px;
  height: 2px;
  background: #f41111;
}
.noticelist .noticelistitem a .noticelistitem_name p {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 24px;
  height: 96px;
  text-align: justify;
  color: #646464;
  font-size: 14px;
}
.noticelist .noticelistitem:hover {
  border: 1px transparent solid;
  cursor: pointer;
}
.noticelist .noticelistitem:hover a::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 50px;
  height: 55px;
  background: url(../images/nys/jiao02.png) no-repeat right top;
  z-index: -1;
}
.noticelist .noticelistitem:hover a .noticelistitem_Time {
  color: #fff;
}
.noticelist .noticelistitem:hover a .noticelistitem_name h3 {
  color: #fff;
}
.noticelist .noticelistitem:hover a .noticelistitem_name p {
  color: #fff;
}
.noticelist .noticelistitem:hover::before {
  content: "";
  position: absolute;
  left: -34px;
  bottom: 0px;
  background: url(../images/nys/shadowB.png) no-repeat 0 0;
  z-index: 1;
  width: 100%;
  height: 478px;
  z-index: -1;
  background-size: cover;
}
.noticelist .noticelistitem:hover a {
  position: relative;
  width: 100%;
  height: 100%;
}
.noticelist .noticelistitem:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/nys/noticeactive.png) no-repeat 0 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.noticelist .noticelistitem:nth-child(4n) {
  margin-right: 0;
}
.notice_list,
.notice_list03 {
  padding: 50px 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.notice_list .notice_listitem,
.notice_list03 .notice_listitem {
  width: calc(100% / 4 - 30px);
  transition: all 0.3s ease;
  border: 1px #d4d5d5 solid;
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}
.notice_list .notice_listitem .item,
.notice_list03 .notice_listitem .item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 35px;
}
.notice_list .notice_listitem .item::before,
.notice_list03 .notice_listitem .item::before {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 48px;
  height: 53px;
  background: url(../images/nys/jiao.png) no-repeat right top;
  z-index: -1;
}
.notice_list .notice_listitem .item .notice_listitem_Courses,
.notice_list03 .notice_listitem .item .notice_listitem_Courses {
  width: 100%;
  color: #333;
  position: relative;
  margin: 0 auto 30px;
  padding: 20px 0 0;
}
.notice_list .notice_listitem .item .notice_listitem_Courses em,
.notice_list03 .notice_listitem .item .notice_listitem_Courses em {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice_list .notice_listitem .item .notice_listitem_Courses strong{
  font-size:26px;
  margin-bottom: 10px;
  line-height: 30px;
  height: 60px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
display: block;
}
.notice_list03 .notice_listitem .item .notice_listitem_Courses strong {
  font-size: 33px;
  margin-bottom: 10px;
  line-height: 50px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.notice_list .notice_listitem .item .notice_listitem_Courses p,
.notice_list03 .notice_listitem .item .notice_listitem_Courses p {
  font-size: 16px;
  color: #909091;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice_list .notice_listitem .item .notice_listitem_Courses::after,
.notice_list03 .notice_listitem .item .notice_listitem_Courses::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 36px;
  height: 2px;
  background: #f41111;
}
.notice_list .notice_listitem .item .notice_listitem_Courses::before,
.notice_list03 .notice_listitem .item .notice_listitem_Courses::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 105px;
  height: 101px;
  background: url(../images/nys/neslist.png) no-repeat 0 0;
  z-index: -1;
  margin-left: -53px;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo {
  width: 100%;
  padding: 30px 0 0;
  margin-bottom:0px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 150px;
  overflow: hidden;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo a,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo a {
 width: 100%;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 line-height: 26px;
 height: 72px;
 overflow: hidden;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo .infotitle,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo .infotitle {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo.info03,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo.info03 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
  padding-top: 0;
  max-height: 100%;
  height: auto;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo.info03 p,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo.info03 p {
  margin-bottom: 0 !important;
  color: #333;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo.info03:nth-child(3),
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo.info03:nth-child(3) {
  margin-bottom: 30px;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo h3,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo h3 {
  font-size: 18px;
  color: #333;
  position: relative;
  width: 100%;
  max-height: 60px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 96px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.notice_list .notice_listitem .item .notice_listitem_Coursesinfo p,
.notice_list03 .notice_listitem .item .notice_listitem_Coursesinfo p {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  text-align: justify;
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 10px;
}
.notice_list .notice_listitem .item .notice_listitem_Coursemore,
.notice_list03 .notice_listitem .item .notice_listitem_Coursemore {
  margin-bottom: 30px;
}

.notice_list03 .notice_listitem .item .notice_listitem_Coursemore .AdmissionsMore a {
  border: 0;
  padding: 0;
  width: auto;
  text-align: left;
  justify-content: flex-start;
}
.notice_list .notice_listitem .item .notice_listitem_Coursemore{
  margin-bottom: 0;
}
.notice_list .notice_listitem .item .notice_listitem_Coursemore .AdmissionsMore{
  width: 140px;
  padding: 10px 0px;
  overflow: hidden;
  color: #333;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
}
.notice_list .notice_listitem .item .notice_listitem_Coursemore .AdmissionsMore .AdmissionsMoreimg{
  width: 13px;
  height: 12px;
  margin-left: 10px;
  background: url(../images/nys/more.png) no-repeat 0 0;
  transition: all 0.3s ease;
  display: block;
}
/* .notice_list .notice_listitem .item .notice_listitem_Coursemore .AdmissionsMore:hover img{
  background: url(../images/nys/more3.png) no-repeat 0 0;
} */
.notice_list .notice_listitem:hover,
.notice_list03 .notice_listitem:hover {
  border: 1px transparent solid;
  cursor: pointer;
}
.notice_list .notice_listitem:hover .notice_listitem_Coursemore .AdmissionsMore{
 color: #fff;
}
.notice_list .notice_listitem:hover .AdmissionsMore .AdmissionsMoreimg{
  background: url(../images/nys/more3.png) no-repeat 0 0;
}
.notice_list .notice_listitem:hover .item::before,
.notice_list03 .notice_listitem:hover .item::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 50px;
  height: 55px;
  background: url(../images/nys/jiao02.png) no-repeat right top;
  z-index: -1;
}
.notice_list .notice_listitem:hover .item .notice_listitem_Courses,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Courses {
  color: #fff;
}
.notice_list .notice_listitem:hover .item .notice_listitem_Courses p,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Courses p {
  color: #fff;
}
.notice_list .notice_listitem:hover .item .notice_listitem_Coursesinfo h3,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursesinfo h3,
.notice_list .notice_listitem:hover .item .notice_listitem_Coursesinfo p,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursesinfo p,
.notice_list .notice_listitem:hover .item .notice_listitem_Coursesinfo em,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursesinfo em,
.notice_list .notice_listitem:hover .item .notice_listitem_Coursesinfo .infotitle,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursesinfo .infotitle {
  color: #fff;
}
.notice_list .notice_listitem:hover .item .notice_listitem_Coursesinfo.info03 p,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursesinfo.info03 p {
  color: #fff !important;
}
.notice_list .notice_listitem:hover .item .notice_listitem_Coursemore,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursemore {
  /* margin-bottom: 30px; */
}
.notice_list .notice_listitem:hover .item .notice_listitem_Coursemore .AdmissionsMore a,
.notice_list03 .notice_listitem:hover .item .notice_listitem_Coursemore .AdmissionsMore a {
  color: #fff;
}

.notice_list03 .notice_listitem:hover .AdmissionsMore a .AdmissionsMoreimg {
  background: url(../images/nys/more2.png) no-repeat 0 0;
}
.notice_list .notice_listitem:hover .item .notice_listitem_Coursemore .AdmissionsMore .AdmissionsMoreimg {
  background: url(../images/nys/more2.png) no-repeat 0 0px;
}
.notice_list .notice_listitem:hover::before,
.notice_list03 .notice_listitem:hover::before {
  content: "";
  position: absolute;
  left: -34px;
  bottom: 0px;
  background: url(../images/nys/shadowB.png) no-repeat 0 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.notice_list .notice_listitem:hover a,
.notice_list03 .notice_listitem:hover a {
  position: relative;
  width: 100%;
  height: 100%;
}
.notice_list03 .notice_listitem:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/nys/noticeactive.png) no-repeat 0 0;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.notice_list .notice_listitem .item:hover::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: url(../images/nys/noticeactive.png) no-repeat 0 0;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.notice_list .notice_listitem:nth-child(4n),
.notice_list03 .notice_listitem:nth-child(4n) {
  margin-right: 0;
}
.notice_list03 .notice_listitem .item .notice_listitem_Courses::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px !important;
  width: 36px;
  height: 2px;
  background: #f41111;
}
.videobig {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 50px 60px 150px 150px;
  background: url(../images/nys/videobg.png) no-repeat center bottom;
  margin-bottom: 50px;
}
.videobig .videobigimg {
  width: 660px;
  height: 412px;
  overflow: hidden;
  position: relative;
}
.videobig .videobigimg:hover {
  cursor: pointer;
}
.videobig .videobigimg img {
  width: 660px;
  height: 412px;
}
.videobig .videobigimg video {
  display: none;
}
.videobig .videodes {
  width: calc(100% - 700px);
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 50px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 50px;
  z-index: 1;
}
.videobig .videodes::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #c8a063;
  width: calc(100% - 30px);
  height: 1px;
  z-index: 5;
}
.videobig .videodes::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  background: #f6f6f6 url(../images/nys/local.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  z-index: 5;
}
img.videoico {
  width: 79px !important;
  height: 79px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.videofull {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000000;
  background: #000;
  display: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.videofull .closeimg {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  z-index: 20000000;
}
.videofull .closeimg img {
  width: 28px;
  height: 28px;
}
.videoBox {
  width: 1544px;
  padding: 0 52px;
  margin: 0 auto;
  position: relative;
}
.videoBox .swiper-button-next,
.videoBox .swiper-button-prev {
  position: absolute;
  bottom: 15px;
  top: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  z-index: 200;
}
.videoBox .swiper-button-next.swiper-button-disabled,
.videoBox .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.videoBox .swiper-button-next:after,
.videoBox .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 45px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.videoBox .swiper-button-prev,
.videoBox .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
  background: url(../images/nys/videoleft.png) no-repeat 0 0;
}
.videoBox .swiper-button-next,
.videoBox .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  background: url(../images/nys/videoright.png) no-repeat 0 0;
}
.videolist {
  width: 100%;
}
.videolist .videoitem {
  padding: 30px 40px;
  background: url(../images/nys/videobg.png) no-repeat center bottom;
  background-size: 100%;
}
.videolist .videoitem .pic {
  width: 100%;
  height: 240px;
  position: relative;
}
.videolist .videoitem .pic img {
  width: 385px;
  height: 240px;
}
.videolist .videoitem .pic video {
  display: none;
}
.videolist .videoitem .txt a {
  width: 96%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 15px 0;
}
.Admissionsbox{margin-bottom:150px;position: relative;}

.Admissionsbox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 550px;
  background: url(../images/nys/zs.png) no-repeat right top;
  z-index: -1;
  background-size: 100% 100%;
}
.Admissionsbox02:after{display: none;}
.Admissions {
  width: 100%;
  position: relative;
  justify-content: space-between;
  margin-bottom: 150px;
}
.Admissions .Admissions_left {
  width: 600px;
  position: relative;
}
.Admissions .Admissions_left .Admissions_left_title {
  position: relative;
  /* position: absolute;
  left: 0;
  top: -50px;
  width: 154px;
  height: 210px; */
}
.Admissions .Admissions_left .AdmissionsMore {
  width: 140px;
  text-align: right;
  margin: 0 0 50px auto;
  position: absolute;
  right: 0;
  top: 50px;
}
.Admissions .Admissions_left .AdmissionsDes {
  padding-left: 90px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  height: 300px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 180px;
}
.Admissions .Admissions_right {
  width: 600px;
  position: relative;
  padding-top: 50px;
}
.Admissions .Admissions_right .kaotitle_imgright{
 position: absolute;
 right: 0;
 bottom: 0;
 top: 70%;
}
.Admissions .Admissions_right .Admissions_left_title {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
.Admissions .Admissions_right .AdmissionsMore {
  width: 140px;
  text-align: right;
  margin: 0 auto 0px 0;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.Admissions .Admissions_right .AdmissionsDes {
  padding-right: 90px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height:260px;
  overflow-y: hidden;
  margin-bottom:180px;
}
.Admissions .Admissions_right .AdmissionsDes::-webkit-scrollbar{display: none;}
.admis_media {
  width: 100%;
  background: url(../images/nys/zs02.png) no-repeat center top;
  padding: 50px 100px;
  color: #fff;
  margin-bottom: 50px;
}
.admis_media .title {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.admis_media .title strong {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}
.admis_media .title p {
  font-size: 37px;
  font-family: "Times New Roman", Times, serif;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -150px;
}
.admis_media .con {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 75px;
}
.admis_media .AdmissionsMore02 {
  width: 140px;
  margin: auto;
}
.AdmissionsMore a,
.AdmissionsMore02 a {
  width: 140px;
  padding: 10px 18px;
  overflow: hidden;
  border: 1px #7f7f7f solid;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
}
.AdmissionsMore a .AdmissionsMoreimg,
.AdmissionsMore02 a .AdmissionsMoreimg {
  width: 13px;
  height: 12px;
  margin-left: 10px;
  background: url(../images/nys/more.png) no-repeat 0 0;
  transition: all 0.3s ease;
}
.AdmissionsMore a:hover,
.AdmissionsMore02 a:hover {
  border: 1px #c8a063 solid;
  color: #c8a063;
}
.AdmissionsMore a:hover .AdmissionsMoreimg,
.AdmissionsMore02 a:hover .AdmissionsMoreimg {
  background: url(../images/nys/more3.png) no-repeat 0 0;
}
.AdmissionsMore02 a {
  border: 1px #fff solid;
  color: #fff;
}
.AdmissionsMore02 a .AdmissionsMoreimg {
  transition: all 0.3s ease;
  background: url(../images/nys/more.png) no-repeat -13px 0;
}
.AdmissionsMore02 a:hover {
  border: 1px #fff solid;
  color: #fff;
}
.AdmissionsMore02 a:hover .AdmissionsMoreimg {
  transform: translateX(10px);
  background: url(../images/nys/more.png) no-repeat -13px 0;
}
.kao {
  padding: 100px 0 0;
  position: relative;
}
.kaotitle {
  position: relative;
  display: flex;
  justify-content:space-between;
  margin-bottom: 30px;
}
.kaotitle_img {
  position: relative;
  top: -60px;
  z-index: 10;
}
.kaotitle_img::after{
content: '';
position: absolute;
left: 0;
top: 0px;
width: 60px;
height: 170px;
background: #cf0202;
z-index: -1;
}
.kaotitle_img .english{
  word-wrap: break-word;/*è?±?–?????—??�?é?�è|???????è????￥???è?a??¨??￠è??*/
  writing-mode:vertical-rl;/*????·|??‘??3 vertical-lr ?????3??‘?·|??ˉ writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE?μ?è§???¨???????·|??‘??3 ?????3??‘?·|??ˉ writing-mode: tb-rl???*/  
    color: #f61212;
    font-family:'DINCond';
    font-size: 35px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
}
.kaotitle_img .text{
  font-size: 30px;
  line-height: 36px;
  color: #333;
  position: absolute;
  left: 30px;
  top: 40px;
  font-weight: bold;
  width: 150px;
  height: 60px;
  z-index: 50;
}
.kaotitle_img .text span{display: block; }
.kaotitle_img .text span:nth-child(2){padding-left: 30px; }
.kaotitle_img .text:first-letter{
color: #fff;
}
.kaotitle_imgright {
  position: relative;
  top: -60px;
}
.kaotitle_imgright::after{
content: '';
position: absolute;
right: 0;
top: 0px;
width: 60px;
height: 170px;
background: #cf0202;
z-index: -1;
}
.kaotitle_imgright .english{
  word-wrap: break-word;/*è?±?–?????—??�?é?�è|???????è????￥???è?a??¨??￠è??*/
  writing-mode:vertical-rl;/*????·|??‘??3 vertical-lr ?????3??‘?·|??ˉ writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE?μ?è§???¨???????·|??‘??3 ?????3??‘?·|??ˉ writing-mode: tb-rl???*/  
    color: #f61212;
    font-family:'DINCond';
    font-size: 35px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}
.kaotitle_imgright .text{
  font-size: 30px;
  line-height: 36px;
  color: #333;
  position: absolute;
  right: 30px;
  top: 40px;
  font-weight: bold;
  width: 150px;
  height: 60px;
  z-index: 50;
  text-align: right;direction:rtl;
}
.kaotitle_imgright .text span{
display: block;
}
.kaotitle_imgright .text span:first-child{padding-right: 30px;}
.kaotitle_imgright .text span:nth-child(2)::first-letter{color: #333;}
.kaotitle_imgright .text span:last-child{
color: #fff;
}
.kao .kaotitle .kaotitleMore a {
  color: #333;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.kao .kaotitle .kaotitleMore a .AdmissionsMoreimg {
  width: 13px;
  height: 12px;
  margin-left: 10px;
  background: url(../images/nys/more.png) no-repeat 0 0;
  transition: all 0.3s ease;
}
.kao .kaotitle .kaotitleMore a:hover {
  color: #c8a063;
}
.kao .kaotitle .kaotitleMore a:hover .AdmissionsMoreimg {
  background: url(../images/nys/more3.png) no-repeat 0 0;
}
.kao .kaolist {
  width: 100%;
  padding: 50px 165px 50px 208px;
}
.kao .kaolist .kaoitem {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
  transition: all 0.3s ease;
  z-index: 20;
}
.kao .kaolist .kaoitem .pic {
  display: flex;
  flex-direction: column;
  width: 403px;
  position: absolute;
  top: -80px;
  left: 0;
}
.kao .kaolist .kaoitem .pic img {
  width: 403px;
  height: 368px;
  margin: 0;
}
.kao .kaolist .kaoitem .pic .picnum {
  font-size: 115px;
  color: #cf0202;
  font-weight: bold;
  width: 200px;
  position: absolute;
  bottom: -200px;
  font-family: 'Microsoft Yahei bold';
}
.kao .kaolist .kaoitem .txt {
  width: calc(100% - 225px);
  background: #e5e5e5;
  padding: 90px 90px 90px 240px;
  z-index: -1;
}
.kao .kaolist .kaoitem .txt a h3 {
  font-size: 22px;
  line-height: 36px;
  color: #333;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 108px;
}
.kao .kaolist .kaoitem .txt a p {
  font-size: 16px;
  height: 120px;
  max-height: 120px;
  line-height: 30px;
  overflow-y: auto;
}
.kao .swiper-button-next,
.kao .swiper-button-prev {
  top: 50%;
}
.kao .swiper-button-prev,
.kao .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
  background: url(../images/nys/zsleft.png) no-repeat 0 0;
}
.kao .swiper-button-next,
.kao .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  background: url(../images/nys/zsright.png) no-repeat right 0;
}
.pagesW {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  position: relative;
}
.pagesW .pagesimg {
  width: 35px;
  height: 8px;
}
.pagesW .pagesimg:hover {
  opacity: 0.8;
  cursor: pointer;
}
.pagesW span {
  font-size: 18px;
  color: #646464;
  padding: 0 30px;
}
.pagesW a:hover {
  color: #646464;
}
.pagesW .alink.lasta::after {
  display: none;
}
.pagesW .alink {
  font-size: 18px;
  color: #646464;
  text-align: center;
  position: relative;
  width: 80px;
  height: 40px;
  line-height: 40px;
  display: block;
}
.pagesW .alink::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 2px;
  height: 18px;
  background: #646464;
  z-index: -1;
}
.pagesW .alink:hover {
  top: -50px;
  font-weight: bold;
  color: #bf9f5f;
  font-size: 30px;
  display: block;
}
.pagesW .alink:hover::after {
  top: 60px !important;
}
.pagesW .alink:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  top: 100%;
  width: 2px;
  height: 18px;
  background: #646464;
  z-index: -1;
}
.pagesW .alink.lasta::after {
  display: none;
}
.knowledgebox {
  width: 100%;
  background-size: 100%;
  background-position: center 80%;
  padding: 160px 0 70px;
  background-repeat: no-repeat;
}
.knowledgebox .knowledges {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.3 ease;
}
.knowledgebox .knowledges .knowledges_left_title {
  position: absolute;
  left: 0;
  top: -200px;
}
.knowledgebox .knowledges .knowledges_left_title img {
  width: 229px;
  height: 166px;
}
.knowledgebox .knowledges .knowledges_left {
  width: calc(100% - 736px);
  padding: 0 247px 0 130px;
}
.knowledgebox .knowledges .knowledges_left .knowledgesDes {
  font-size: 16px;
  line-height: 30px;
  max-height: 355px;
  overflow: hidden;
  margin-bottom: 20px;
}
.knowledgebox .knowledges .knowledges_left .knowledgesDes p {
  margin-bottom: 30px;
}
.knowledgebox .knowledges .knowledges_left .knowledgesDes:hover {
  color: #c8a063;
  cursor: pointer;
}
.knowledgebox .knowledges .knowledges_right {
  width: 736px;
  height: 448px;
  overflow: hidden;
}
.knowledgebox .knowledges .knowledges_right img {
  width: 736px;
  height: 448px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.knowledgebox .knowledges:hover .knowledgesDes {
  color: #c8a063;
}
.knowledgebox .knowledges:hover .knowledges_right img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.knowledges_djt {
  padding: 100px 0 90px;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  position: relative;
}
.knowledges_djt .knowledges_djt_title {
  position: absolute;
  right: 0;
  top: 40px;
}
.knowledges_djt .knowledges_djt_title img {
  width: 155px;
  height: 166px;
}
.knowledges_djt .con {
  width: calc(100% - 250px);
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 120px;
}
.knowledges_tskc {
  width: 100%;
  background-size: 100%;
  background-position: center bottom;
  padding: 77px 0 80px;
  background-repeat: no-repeat;
}
.knowledges_tskc .knowledges_tskcTitle {
  justify-content: space-between;
  align-items: center;
}
.knowledges_tskc .knowledges_tskcTitle .knowledges_tskc_title {
  width: 229px;
  height: 166px;
  overflow: hidden;
}
.knowledges_tskc .knowledges_tskcTitle .knowledges_tskc_title img {
  width: 229px;
  height: 166px;
}
.knowledges_tskc .knowledges_tskclist {
  width: 100%;
  margin: 30px 0;
  padding-left: 130px;
  justify-content: flex-start;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem {
  width: calc(100% / 3 - 10px);
  margin-right: 10px;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:last-child{margin-right: 0;}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem .pic {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem .pic img {
  max-width: 428px;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(3) {
  margin-right: 0;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(3) .pic img {
  height: 460px;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(2) .pic img {
  height: 440px;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(1) .pic img {
  height: 500px;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #be9e5d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  background: url(../images/nys/local.png) no-repeat left center;
  background-size: 20px;
  font-weight: bold;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem p {
  font-size: 14px;
  line-height: 26px;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 130px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:hover p {
  color: #be9e5d;
}
.history {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.history .titleBox {
  width: 50px;
  position: absolute;
  top: 480px;
  left: 180px;
  z-index: 100;
}
.history .titleList {
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.history .titleList li span {
  color: transparent;
  padding: 0px;
  width: 50px;
  display: block;
text-align:center;
cursor: pointer;
}
.history .current span {
  color: #333 !important;
}
.history .contentBox {
  width: 100%;
  height: 100%;
}
.history .backBox {
  z-index: 0;
  width: 50px;
  position: absolute;
}
.history .backBox::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #b69759;
  top: -15px;
  left: calc(50% - 8px);
  z-index: 50;
  cursor: pointer;
}
.history .backBox::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b69759;
  bottom: -15px;
  left: calc(50% - 8px);
  z-index: 50;
  cursor: pointer;
}
.history .backBox img {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
}
.history .backBox img:first-child {
  top: -20px;
}
.history .backBox img:last-child {
  left: calc(50% - 8px);
  bottom: -20px;
}
.history .hisblock {
  display: block !important;
}
.history .hisnone {
  display: none !important;
}
.mobmenu{
  display: none;
}
.daishuTitle{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;position: relative;
  padding-top: 50px;
}
.daishuTitle::before{content: '';position: absolute;width: calc(100% - 100px);height: 1px;background: #ba9a59;right: 30px;bottom:3px;z-index: -1;}
.daishuTitle::after{content: '';position: absolute;width: calc(100% - 100px);height: 1px;background: url(../images/yu.png) no-repeat center right;right: 0;bottom:3px;z-index: -1;width: 30px;height: 30px;}
.daishuTitle span{
  padding:0 10px;  font-size:1.4em;
  color: #ba9a59;
  font-weight: bold;
  background: #fff;
}
.daishuTitle img{
  width: 24px;height: 24px;
}
.daishuTitle img{}
.Admissions_left_title_img{left: 0;top: 0;width: 300px;top: 0;height: 166px;position: absolute;}
.Admissions_left_title_img img{width: auto;max-width: 100%;height: auto;}
.Admissions_right_title_img img{width: auto;max-width: 100%;height: auto;margin: 0 0 0 auto;}
.Admissions_right_title_img{right: 0;bottom: 0;width: 300px;position: absolute;}
.searchselect{width: 100%;display: flex;justify-content: space-between; align-items: center;margin: 30px auto;flex-wrap: wrap;}
.searchselect .searchselectitem{width: 48%;border: 1px #d7d7d7 solid;position: relative;}
.searchselect .searchselectitem:after{content: '';position: absolute;left: 0;bottom: -7px;background: url(../images/nys/yinying.png) no-repeat center bottom;background-size: 100%;width: 100%;height: 10px;}
.searchselect .searchselectitem select{width: 100%;height: 60px;line-height: 30px;border: 0;padding: 15px 50px 15px 15px;font-size: 1.2em;}
@media only screen and (max-width: 1366px) {
  .knowledgebox{
    padding:60px 0 70px;
  }
  .knowledges_tskc{
    padding: 50px 0;
  }
  .qz-ny-local{
    border: 0;
  }
  .qz-ny-local .localtion {
width: 100%;
  }
  .banner {
    height: 460px;
  }
  .pt7m10 {
    padding: 30px 0 50px;
  }
  .Admissions {
    padding-top: 60px;
  }
  .Admissionsbox::after {
    content: "";
    position: absolute;
    right: 0;
    top:0;
    width: 100%;
    z-index: -1;
    height: 600px;
    background: #e5e5e5  url(../images/nys/zs.png) no-repeat right top;
    background-size: 100% 100%;
    z-index: -2;
  }
  .Admissions .Admissions_right,
  .Admissions .Admissions_left {
    width: 580px;
  }
  .videobig {
    padding: 50px 60px 150px 150px;
  }
  .videobig .videobigimg {
    width: 500px;
    height: 313px;
  }
  .videobig .videobigimg img {
    width: 500px;
    height: 313px;
  }
  .videobig .videodes {
    width: calc(100% - 550px);
  }
  .videoBox {
    width: 100%;
  }

  .banner .bannerpos .qz-ny-nav h3 {
    font-size: 30px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist {
    padding-left: 30px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist a {
    font-size: 16px;
    padding: 0 28px;
  }
  .knowledgebox .knowledges .knowledges_left{
    padding: 0 100px 0 0px;
  }
  .Admissions .Admissions_right .AdmissionsDes {
    padding-right: 90px;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:290px;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  .Admissionsbox{margin-bottom: 100px;}
}
@media only screen and (max-width: 1080px) {
  .searchselect .searchselectitem select{width: 100%;height: 50px;line-height: 30px;border: 0;padding: 10px 50px 10px 15px;font-size: 1.1em;}
  .kao .kaolist .kaoitem .pic .picnum {
    font-size:85px;
    bottom: -100px;
  }
  .nysearch{width: 700px;margin-left: -350px;height: 150px;}
  .nysearch .searchbut::after{width: 100%;background-size: 100%;margin-left:-350px}
  .kaotitle_img .english{
    font-size: 30px;line-height: 24px;
  }
  .kaotitle_img .text{
    left: 20px;
  }
  .kaotitle_img::after, .kaotitle_imgright::after{
height: 150px;
width: 50px;
  }
  .knowledgebox .knowledges {
    align-items: flex-start;
  }
  .knowledgebox .knowledges .knowledges_left_title img {
    width: 200px;
    height: 145px;
  }
  .knowledgebox .knowledges .knowledges_left_title {
    top: -160px;
  }
  .knowledges_tskc .knowledges_tskclist {
    width: 100%;
    padding-left: 0;
  }
  .knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(1) .pic img {
    height: 366px;
  }
  .knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(2) .pic img {
    height: 285px;
  }
  .knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(3) .pic img {
    height: 337px;
  }
  .knowledgebox .knowledges .knowledges_left {
    width: calc(100% - 550px);
    padding: 0 30px 0 0;
  }
  .knowledgebox .knowledges .knowledges_right {
    width: 500px;
    height: 304px;
    overflow: hidden;
  }
  .banner {
    height: 345px;
  }
  .pt7m10 {
    padding: 30px 0 50px;
  }
  .Admissions {
    padding-top: 80px;
    margin-bottom: 0;
  }
  .Admissions .Admissions_right,
  .Admissions .Admissions_left {
    width: 45%;
    padding-top: 30;
  }
  .Admissions .Admissions_right{
       padding-top: 30px;
  }
  .kaotitle_img {margin-top: 0px;}
  .Admissions .Admissions_right .AdmissionsDes{
    padding-right: 0;
  }
  .Admissions .Admissions_right .AdmissionsDes,
  .Admissions .Admissions_left .AdmissionsDes {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    max-height: 100%;
    overflow-y: auto;
    -webkit-line-clamp: 100;
    height: auto;
  }
  .Admissions .Admissions_right .AdmissionsDes {margin-bottom: 160px;}
  .Admissions .Admissions_right .kaotitle_imgright{top: 70%;}
  .Admissionsbox::after{height: 680px;}
  .Admissions .Admissions_left .AdmissionsDes {
    margin-bottom: 30px;
  }
  .kao .kaolist .kaoitem .txt a h3{
    font-size: 1.1em;
    line-height: 30px;
  }
  .kao .kaolist .kaoitem .txt a p{
    font-size: 0.9em;
    line-height: 26px;
  }
  .Admissionsbox::after {
    background: #e5e5e5  url(../images/nys/zs.png) no-repeat right top;
    background-size: 150%;
  }
  .kao{
    padding: 50px 0 0 0;
  }
  .kao .kaolist {
    padding: 50px;
  }
  .kao .kaolist .kaoitem .txt {
    padding: 50px 50px 50px 220px;
  }
  .banner .bannerpos .qz-ny-nav h3 {
    font-size: 1.6em;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist{
    min-width: 60px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist a {
    font-size: 1em;
    padding: 0 12px;
    height:50px;
    line-height: 50px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist a:hover{
    height: 60px;
    line-height:60px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist a:hover::before{
  height: 60px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist a:hover::after{
  height:60px;
  }
  .medabout {
    font-size: 16px;
    color: #333;
  }
  .medabout img {
    width: 500px;
    height: 437px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .medabout p {
    font-size: 18px;
  }
  .noticelist .noticelistitem {
    width: calc(100% / 3 - 30px);
    transition: all 0.3s ease;
    border: 1px #d4d5d5 solid;
    margin-right: 40px;
    position: relative;
  }
  .noticelist .noticelistitem a {
    padding: 40px 30px;
  }
  .noticelist .noticelistitem a .noticelistitem_Time {
    margin: 0 auto 20px;
  }
  .noticelist .noticelistitem a .noticelistitem_name {
    width: 100%;
    padding: 30px 0 0;
  }
  .noticelist .noticelistitem a .noticelistitem_name h3 {
    font-size: 1.3em;
  }
  .noticelist .noticelistitem a .noticelistitem_name p {
    font-size: 1em;
  }
  .noticelist .noticelistitem:hover {
    border: 1px transparent solid;
    cursor: pointer;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_Time {
    color: #fff;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_name h3 {
    color: #fff;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_name p {
    color: #fff;
  }
  .noticelist .noticelistitem:nth-child(4n) {
    margin-right: 40px;
  }
  .noticelist .noticelistitem:nth-child(3n) {
    margin-right: 0;
  }
  .notice_list .notice_listitem {
    width: calc(100% / 3 - 30px);
    margin-right: 40px;
  }
  .notice_list .notice_listitem:nth-child(4n) {
    margin-right: 40px;
  }
  .notice_list .notice_listitem:nth-child(3n) {
    margin-right: 0;
  }
  .videobig {
    padding: 50px;
    flex-wrap: wrap;
  }
  .videobig .videobigimg {
    width: 500px;
    height: 313px;
    margin: 0 auto 30px;
  }
  .videobig .videobigimg img {
    width: 500px;
    height: 313px;
  }
  .videobig .videodes {
    width: 100%;
  }
  .videoBox {
    width: 100%;
  }
  .videolist {
    width: 100%;
  }
  .videolist .videoitem {
    padding: 20px 20px 18px;
    background: url(../images/nys/videobg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .videolist .videoitem .pic {
    width: 100%;
    height: 140px;
    position: relative;
  }
  .videolist .videoitem .pic img {
    width: 100%;
    height: 140px;
  }
  .videolist .videoitem .pic video {
    display: none;
  }
  .videolist .videoitem .txt a {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .searchselect .searchselectitem select{width: 100%;height: 40px;line-height: 30px;border: 0;padding: 5px 50px 5px 15px;font-size: 1em;}
  .qz-ny-local .localtion{flex-wrap: wrap;}
  .qz-ny-local .localtion i{padding: 0 5px;}
  .qz-ny-local .localtion img{margin-right: 5px;}
  .knowledgelist{padding: 20px 0;}
  .qz-ny-local .localT{display: none;}
  .Admissions .Admissions_left .AdmissionsDes{
    padding-left: 0;
    max-height: 100%;
    height: auto;
  }
  .kaotitle_img{margin-top: -80px;}
  .Admissions .Admissions_right .kaotitle_imgright{top: 70%;}
  .Admissions .Admissions_right .AdmissionsDes{-webkit-line-clamp: 1000;}
  .knowledgebox .knowledges:hover .knowledges_right img{
    display: block;
    margin: 0 auto;
  }
  .knowledgebox .knowledges .knowledges_right {
    width: 100%;
  }
  .knowledgebox .knowledges .knowledges_right img {
    width: auto;
    margin: 0 0 0 auto;
  }
  .banner {
    height: 248px;
  }
  .banner .bannerpos .qz-ny-nav {
    position: absolute;
    display: none;
  }
  .medialist li .pic {
    width: 220px;
    margin: 0 auto;
    height: 220px;
    order: 1;
    margin-top: 0;
    margin-bottom: -1px;
  }
  .medialist li .pic img {
    width: 220px;
    height: 220px;
    box-shadow: 5px 5px 0px 0px #c8a063;
  }
  .mobmenu {
    width: 90%;
    margin: 20px auto;
    display: block;
  }
 .mobmenu .mobmenutitle{
  height: 60px;
width: 100%;
background: #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3f3f3f;
    font-size: 1.3em;
    position: relative;
    padding: 0 30px;
    line-height: 60px;
  }
  .mobmenu .mobmenutitle img {
    width: 30px;
    height: auto;
    vertical-align: middle;
  }

  .downmenu {
    background: #fff;
    height: 100%;
    width: 100%;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 15px;
    display: none;
  }
  .downmenu li {
    position: relative;
    padding: 15px 30px;
  }
  .downmenu li a {
    text-decoration: none;
    display: block;
    font-size: 1.3em;
    color: #333;
  }
  .downmenu li:hover{
background: #dac06f;
color: #fff;
font-weight: bold;
  }
  .medabout {
    font-size: 1em;
    color: #333;
    padding: 0;
  }
  .medabout img {
    width: 400px;
    height: 350px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .medabout p {
    font-size: 16px;
    line-height: 30px;
  }
  .noticelist .noticelistitem {
    width: calc(100% / 2 - 20px);
    transition: all 0.3s ease;
    border: 1px #d4d5d5 solid;
    margin-right: 40px;
    position: relative;
  }
  .noticelist .noticelistitem a {
    padding: 40px 30px;
  }
  .noticelist .noticelistitem a .noticelistitem_Time {
    margin: 0 auto 20px;
  }
  .noticelist .noticelistitem a .noticelistitem_name {
    width: 100%;
    padding: 30px 0;
  }
  .noticelist .noticelistitem a .noticelistitem_name h3 {
    font-size: 1.3em;
  }
  .noticelist .noticelistitem a .noticelistitem_name p {
    font-size: 1em;
  }
  .noticelist .noticelistitem:hover {
    border: 1px transparent solid;
    cursor: pointer;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_Time {
    color: #fff;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_name h3 {
    color: #fff;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_name p {
    color: #fff;
  }
  .noticelist .noticelistitem:nth-child(3n) {
    margin-right: 40px;
  }
  .noticelist .noticelistitem:nth-child(4n),
  .noticelist .noticelistitem:nth-child(2n) {
    margin-right: 0;
  }
  .notice_list {
    padding: 30px 0;
  }
  .notice_list .notice_listitem {
    width: calc(100% / 2 - 20px);
    transition: all 0.3s ease;
    border: 1px #d4d5d5 solid;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
    padding: 0px;
  }
  .notice_list .notice_listitem:nth-child(4n),
  .notice_list .notice_listitem:nth-child(2n) {
    margin-right: 0;
  }
  .notice_list .notice_listitem:nth-child(3n){
    margin-right: auto;
  }
  .videobig {
    padding: 50px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .videobig .videobigimg {
    width: 500px;
    height: 313px;
    margin: 0 auto 30px;
  }
  .videobig .videobigimg img {
    width: 500px;
    height: 313px;
  }
  .videobig .videodes {
    width: 100%;
  }
  .videoBox {
    width: 100%;
  }
  img.videoico {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
  }
  .videolist {
    width: 100%;
  }
  .videolist .videoitem {
    padding: 30px 40px 15px;
    background: url(../images/nys/videobg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .videolist .videoitem .pic {
    width: 100%;
    height: 130px;
    position: relative;
  }
  .videolist .videoitem .pic img {
    width: 100%;
    height: 130px;
  }
  .videolist .videoitem .pic video {
    display: none;
  }
  .videolist .videoitem .txt a {
    width: 96%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 5px 0;
  }
  .Admissions {
    padding-top: 50px;
  }
  .kao .kaolist{
    padding: 0 0 30px 0;
  }

  .kaotitle_imgright .english{
    top: 0;bottom: auto;
    font-size: 30px;
    line-height: 24px;
  }
  .kao .kaolist .kaoitem .txt a p{
    max-height: 120px;
    overflow-y: auto;
    line-height: 26px;
  }
  .kao .kaolist .kaoitem .txt a p::-webkit-scrollbar{
display: none;
  }
  .kao .kaolist .kaoitem{padding-top: 30px;}
  .Admissions .Admissions_right,
  .Admissions .Admissions_left {
    width: 100%;
  }
  .admis_media {
    padding: 30px 50px;
  }
  .admis_media .con {
    margin-bottom: 35px;
  }
  .kao .kaolist .kaoitem .pic {
    position: static;
  }
  .kao .kaolist .kaoitem .pic img {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }
  .kao .kaolist .kaoitem .pic .picnum {
    position: static;
    font-size: 55px;
  }
  .kao .kaolist .kaoitem .txt {
    padding: 40px;
  }
  .searchlist .newslistitem .newslistitem_name {
    width: 94% !important;
    margin: 0 auto;
  }
  .searchlist .newslistitem {
    padding: 30px 0;
  }
  .nysearch {
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: -40px;
    height: 100px;
  }
  .nysearch .searchbut {
    height: 60px;
  }
  .nysearch .searchbut::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 79px;
    background: url(../images/nys/yinying.png) no-repeat center top;
    width: 100%;
    height: 10px;
    margin-left: -50%;
    background-size: 100%;
  }
  .nysearch .searchbut input.a {
    width: calc(100% - 115px);
    height: 80px;
    font-size: 18px;
    padding: 0 30px;
  }
  .nysearch .searchbut button {
    width: 115px;
    height: 80px;
  }
  .nysearch .ny-navlist {
    padding: 20px 0 0 20px;
  }
  .knowledges_tskc .knowledges_tskclist {
    padding: 10px;
  }
  .knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(1) .pic img {
    height: 253px;
  }
  .knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(2) .pic img {
    height: 200px;
  }
  .knowledges_tskc .knowledges_tskclist .knowledges_tskclistitem:nth-child(3) .pic img {
    height: 233px;
  }
  .knowledgebox .knowledges .knowledges_left {
    width: 100%;
    padding: 10px 10px 30px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .searchselect{margin: 15px 0;}
  .searchselect .searchselectitem{width: 100%;margin-bottom: 10px;}
  .searchselect .searchselectitem select{width: 100%;height: 40px;line-height: 30px;border: 0;padding: 5px 50px 5px 15px;font-size: 1rem;}
  .searchlist .newslistitem{padding: 10px 0;}
  .nysearch {top: -30px;height: 160px;}
  .newslist .newslistitem .newslistitem_Time{width: 90px;}
.newslist .newslistitem .newslistitem_Time p{
font-size: 20px;line-height: 32px;
}
.newslist .newslistitem .newslistitem_Time .nyrr{
font-size: 26px;
}

  .kaotitle_img .english,.kaotitle_imgright .english{
    font-size: 18px;line-height: 17px;left: 7px;
  }
.kaotitle_imgright .english{
left: auto;
right: -2px;
}
  
  .daishuTitle{padding-top: 20px;}
  .daishuTitle img{width: 20px;height: 20px;}
  .daishuTitle::before{right: 25px;}
  .daishuTitle::after{width: 25px;height: 25px;background-size: 25px;}
  .knowledges_djt .con {
    width: 100%;
    margin-top:0px;
    margin-bottom: 30px;
  }

  .knowledges_tskc .knowledges_tskcTitle{
position: relative;
  }
  .knowledges_tskc .knowledges_tskcTitle .knowledges_tskc_title{
    z-index: 10;height: 100px;margin-top: 0;
  }
  .Admissions .Admissions_left .Admissions_left_title{top:-40px}
  .kaotitle_img::after{left: 10px;}
  .kaotitle_img{position: static;margin-top: 0;}
  .knowledges_tskcTitle .AdmissionsMore{width: 100px;position: absolute;right: 0px;top:30px;}
  .knowledges_tskc .knowledges_tskclist{margin: 15px 0;}
  .knowledges_djt .knowledges_djt_title img {
    width: 120px;
    height: auto;
  }
  .knowledgebox .knowledges .knowledges_left_title img {
    width: 150px;
    height: auto;
  }
  .knowledgebox {
    padding:0px 0 30px;
  }
  .knowledges_djt .knowledges_djt_title{
    top: -30px;
    z-index: 10;position: static;height: 100px;margin-top: 0;
  }

  .knowledgebox .knowledges .knowledges_left_title {
    top: -120px;
    width: 50%;
    height: 100px;
    position: static;
    margin-top: 0;
  }
  .knowledgebox .knowledges .knowledges_left{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .knowledgebox .knowledges .knowledges_left .AdmissionsMore{margin: 0 auto;}
  .kaotitle_img::after, .kaotitle_imgright::after{height: 100px;width: 30px;}
  .kaotitle_imgright .text{right: 10px;font-size: 1.5em;line-height: 30px;top: 20px;}
  .kaotitle_img .text{ font-size: 1.5em;
    line-height: 30px;
    top: 20px;left: 17px;}
  .knowledges_djt{border: 0;}
  .knowledges_djt{padding: 20px 0;}
  .knowledges_tskc{padding: 0px 0;}
  .mobmenu .mobmenutitle{height: 44px;line-height: 44px;}
  .Admissions{padding-top: 30px;margin-bottom: 15px;}
  .Admissions .Admissions_right, .Admissions .Admissions_left{padding-top: 0;padding-bottom: 15px;}
  .Admissions_left_title_img img,.Admissions_right_title_img img{width: 100px;height: auto;}
  .Admissions .Admissions_left .AdmissionsDes{margin-top: 120px;margin-bottom: 0;}
  .Admissionsbox::after{height: 100%;background-size: cover;}
  .Admissions .Admissions_right .AdmissionsDes{margin-bottom: 120px;}
  .Admissionsbox{margin-bottom: 40px;}
  .kaotitle{margin-bottom: 0; height: 100px;align-items: center;}
  .AdmissionsMore a, .AdmissionsMore02 a{padding: 5px 0;width: 100px;font-size: 0.85em;}

  .banner {
    height: 150px;
  }
  .pt7m10 {
    padding: 10px 15px 30px;
  }
  .instructortab{padding: 0 0 16px 0;}
  .qz-ny-local {margin-bottom: 0;}
  .qz-ny-local .localT {
    font-size: 16px;
  }
  .qz-ny-local .localtion {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .qz-ny-local .localtion img{display: inline-block;width: 12px;height: 12px;}
  .qz-ny-local .localtion a,
  .qz-ny-local .localtion i {
    font-size: 1em;
  }
  .detail .detailtitle{padding: 15px 0;}
  .medialist {
    padding: 20px 0;
  }
  .medialist li {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .medialist li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 28px;
    width: calc(100% - 100px);
    height: 1px;
    background: #c8a063;
  }
  .medialist li .pic {
    width: 100px;
    margin: 0 auto 15px;
    height: 100px;
    order: 1;
    margin-top: 0;
    box-shadow: 3px 3px 0px 0px #c8a063;
  }
  .medialist li .pic img {
    width: 100px;
    height: 100px;
    box-shadow: 3px 3px 0px 0px #c8a063;
  }
  .medialist li .txt {
    width: 100%;
  }
  .medialist li .txt i {
    justify-content: center;

  }
  .medialist li .txt h4 {
    font-size: 1.14em;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .medialist li .txt .des,
  .medialist li .txt .time {
    font-size: 1em;
    padding: 0;
  }
  .medialist li:nth-child(2n)::after {
    width: calc(100% - 100px);
    left: auto;
    right: 0;
    bottom: 28px;
  }
  .medialist li:nth-child(2n) .pic {
    order: 1;
  }
  .medialist li:nth-child(2n) .txt {
    order: 2;
  }
  .pagec li {
    margin: 0 3px;
    padding: 3px 12px;
    text-align: center;
    font-size: 14px;
  }
  .pagec li a {
    font-size: 14px;
  }

  .medabout img {
    width: auto;
    max-width: 90%;
    margin: 0 auto 20px;
    height: auto;
    float: none;
    margin-bottom: 20px;
  }
  .medabout p {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .noticelist .noticelistitem {
    width: 100%;
    transition: all 0.3s ease;
    border: 1px #d4d5d5 solid;
    margin: 0 40px 40px 40px;
    position: relative;
  }
  .noticelist .noticelistitem a {
    padding: 40px 30px;
  }
  .noticelist .noticelistitem a .noticelistitem_Time {
    margin: 0 auto 20px;
  }
  .noticelist .noticelistitem a .noticelistitem_name {
    width: 100%;
    padding: 30px 0;
  }
  .noticelist .noticelistitem a .noticelistitem_name h3 {
    font-size: 1.3em;
  }
  .noticelist .noticelistitem a .noticelistitem_name p {
    font-size: 1em;
  }
  .noticelist .noticelistitem:hover {
    border: 1px transparent solid;
    cursor: pointer;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_Time {
    color: #fff;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_name h3 {
    color: #fff;
  }
  .noticelist .noticelistitem:hover a .noticelistitem_name p {
    color: #fff;
  }
  .noticelist .noticelistitem:nth-child(4n) {
    margin: 0 40px 40px 40px;
  }
  .noticelist .noticelistitem:nth-child(2n) {
    margin-right: 40px;
  }
  .notice_list {
    padding: 30px 0;
  }
  .notice_list .notice_listitem {
    width: calc(100% - 80px);
    margin: 0 40px 40px 40px;
    position: relative;
    padding: 0px;
  }
  .notice_list .notice_listitem:nth-child(4n),
  .notice_list .notice_listitem:nth-child(2n),
  .notice_list .notice_listitem:nth-child(3n) {
    margin: 0 40px 40px 40px;
    width: calc(100% - 80px);
  }
  .videobig {
    padding: 30px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .videobig .videobigimg {
    width: 100%;
    height: 200px;
    margin: 0 auto 15px;
  }
  .videobig .videobigimg img {
    width: 100%;
    height: 200px;
  }
  .videobig .videodes {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .videolist {
    width: 100%;
  }
  .videolist .videoitem {
    padding: 20px 20px 18px;
    background: url(../images/nys/videobg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .videolist .videoitem .pic {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .videolist .videoitem .pic img {
    width: 100%;
    height: 150px;
  }
  .videolist .videoitem .pic video {
    display: none;
  }
  .videolist .videoitem .txt a {
    margin: 5px 0;
  }
  .admis_media {
    background-size: cover;
    padding: 30px;
  }
  .admis_media .con {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .kao {
    padding-top: 0px;
  }
  .kao .kaolist .kaoitem {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .kao .kaolist .kaoitem .pic {
    width: 100%;
  }

  .kao .kaolist .kaoitem .pic .picnum {
    position: absolute;
    top: 35%;
    right: 0px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    font-size: 35px;
    display: none;
  }
  .kao .kaolist .kaoitem .pic img {
    margin-bottom: 0;
  }
  .kao .kaolist .kaoitem .txt {
    width: 100%;
    padding: 25px;
  }
  .kao .kaolist .kaoitem .txt h3 {
    font-size: 1.4em !important;
    line-height: 30px !important;
    max-height: 90px !important;
    margin-bottom: 20px !important;
  }
  .nysearch {
    width: 94%;
    margin-left: -47%;
  }
  .nysearch .searchbut input.a{
    width: calc(100% - 80px);
    height: 60px;
    padding: 0 15px;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nysearch .searchbut input::placeholder{
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 60px;
  }
  .nysearch .searchbut {
    height: 60px;
  }
  .nysearch .searchbut::after {
    top: 59px;
  }
  .nysearch .searchbut input {
    width: calc(100% - 70px);
    height: 60px;
    font-size: 18px;
    padding: 0px;
  }
  .nysearch .searchbut button {
    width: 80px;
    height: 60px;
  }
  .nysearch .searchbut button img {
    width: 24px;
    height: 24px;
  }
  .nysearch .ny-navlist {
    padding: 20px 0 0 0px;
  }
  .banner .bannerpos .qz-ny-nav {
    bottom: 10px;
  }
  .banner .bannerpos .qz-ny-nav .qz-ny-navlist a {
    font-size: 14px;
    line-height: 26px;
  }
  .banner .bannerpos .qz-ny-nav h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .kao .swiper-button-next, .kao .swiper-button-prev{
    top: 92%;
  }
  .AdmissionsMore a .AdmissionsMoreimg, .AdmissionsMore02 a .AdmissionsMoreimg{background-size: 18px;}
  .newslist .newslistitem:hover .newslistitem_name {
    width: 100%;
  }
}

@media screen and (max-width: 640px){
.newslist .newslistitem .newslistitem_name a h3::after{
bottom: -15px;

}


}