.history {
  width: 100%;
  background: #f6f6f6 url(../images/historybg.png) no-repeat center top;
  padding: 70px 80px;
}
.history .H_title {
  width: 101px;
  height: 109px;
  margin: 0 auto;
}
.history .H_list {
  width: 100%;
  position: relative;
  padding: 50px 0 80px;
}
.history .H_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #a0a0a0;
}
.history .H_list:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 11px;
  height: 11px;
  background: #a3010e;
  border-radius: 100%;
}
.history .H_list .H_listitem {
  padding: 10px 0px;
  color: #000;
  position: relative;
  max-width: calc(50% - 28px);
}
.history .H_list .H_listitem.H_list_left {
  border-right: 2px #a3010e solid;
  text-align: right;
}
.history .H_list .H_listitem.H_list_left span {
  border: 1px #e5e5e5 solid;
  border-right: 0;
  padding: 10px 25px 10px 25px;
  box-sizing: border-box;
}
.history .H_list .H_listitem.H_list_left span:hover {
  cursor: pointer;
  background: #a3010e;
  color: #fff;
  border: 1px #a3010e solid;
  margin-right: -1px;
}
.history .H_list .H_listitem.H_list_left::before {
  content: "";
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -3px;
  background: url(../images/listbg.png) no-repeat right center;
  width: 32px;
  height: 5px;
}
.history .H_list .H_listitem.H_list_right {
  border-left: 2px #a3010e solid;
  margin-left: calc(50% + 30px);
  text-align: left;
}
.history .H_list .H_listitem.H_list_right span {
  padding: 10px 25px 10px 25px;
  border: 1px #e5e5e5 solid;
  border-left: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.history .H_list .H_listitem.H_list_right span:hover {
  background: #a3010e;
  color: #fff;
  border: 1px #a3010e solid;
  margin-left: -1px;
}
.history .H_list .H_listitem.H_list_right::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -3px;
  background: url(../images/listbg.png) no-repeat right center;
  width: 32px;
  height: 5px;
  transform: rotate(180deg);
}
.img_introduction ul li {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  align-items: flex-start;
}
.img_introduction ul li .picimg {
  width: 400px;
}
.img_introduction ul li .txt {
  width: calc(100% - 435px);
}
.img_introduction ul li .txt h4 {
  font-size: 24px;
  color: #8e000b;
}
.img_introduction ul li .txt p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.9;
  color: #000;
}
.ResList {
  padding-bottom: 15px;
  padding: 80px 0 0 0;
}
.ResList:after {
  width: 24%;
  content: "";
  display: inline-block;
}
.ResList li {
  width: 24%;
  padding-bottom: 130px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  padding-top: 220px;
}
.ResList li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
}
.ResList li .pic {
  height: 299px;
  width: 100%;
  padding: 0 44px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 50;
}
.ResList li .pic img {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
}
.ResList li p {
  width: 100%;
  padding: 220px 44px 30px;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-top: -200px;
  font-size: 16px;
  color: #000;
  text-align: left;
  transition: all 0.3s ease;
}
.ResList li:hover {
  cursor: pointer;
}
.ResList li:hover .pic img {
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.4);
}
.ResList li:hover a {
  color: #fff;
  background: #8f000b;
}
.ResList li:hover p {
  background: #8f000b;
  color: #fff;
}
.ny-eduT-d {
  justify-content: space-between;
  background: #f1f1f1 url(../images/edubg.png) no-repeat center center;
  background-size: cover;
}
.ny-eduT-d .aright {
  width: calc(100% - 380px);
}
.ny-eduT-d .eduTitle {
  border-bottom: 1px #dcdcdc solid;
  color: #a20310;
  font-size: 30px;
  padding-bottom: 20px;
}
.ny-eduT-d .eduT {
  width: 320px;
}
.ny-eduT-d .eduT .eduTT {
  height: auto;
  padding: 40px 30px;
  font-size: 34px;
  color: #fff;
  font-family: Bell MT;
  background: url(../images/eduT.png) no-repeat center center;
  background-size: cover;
  word-wrap: break-word;
}
.ny-eduT-d .eduT ul {
  padding-bottom: 50px;
  border-bottom: 4px #a20310 solid;
  background: #fff;
}
.ny-eduT-d .eduT ul li a {
  width: 100%;
  padding: 30px 35px;
  color: #000;
  border-bottom: 1px #e8e8e8 solid;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.ny-eduT-d .eduT ul li a i {
  color: #000;
  font-size: 26px;
  margin-left: 40px;
}
.ny-eduT-d .eduT ul li a:hover,.ejdh-xz {
  background: #eb9112;
  color: #fff!important;
  border-color: #eb9112;
}
.ny-eduT-d .eduT ul li a:hover i ,.ejdh-xz  i {
  color: #fff!important;
}
.ny-eduT-d .eduT ul li.cur a {
  background: #eb9112;
  color: #fff;
  padding: 30px 35px;
}
.ny-eduT-d .eduT ul li.cur a i {
  color: #fff;
  font-size: 26px;
}
.ny-eduT-d .nynewsList {
  padding: 20px 0;
}
.ny-eduT-d .nynewsList li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 35px;
  transition: 0.3s;
}
.ny-eduT-d .nynewsList li:hover {
  cursor: pointer;
  background: #a20310;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ny-eduT-d .nynewsList li:hover .txt h4,
.ny-eduT-d .nynewsList li:hover .txt p,
.ny-eduT-d .nynewsList li:hover .more a,
.ny-eduT-d .nynewsList li:hover .more a i {
  color: #fff;
}
.ny-eduT-d .nynewsList li .pic {
  height: 188px;
  width: 300px;
}
.ny-eduT-d .nynewsList li .txt {
  width: calc(100% - 320px);
  padding: 10px 0;
  background: transparent;
  color: #000;
}
.ny-eduT-d .nynewsList li .txt h4 {
  font-size: 20px;line-height: 1.5em;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.ny-eduT-d .nynewsList li .txt p {
  font-size: 16px;
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  padding: 0;
  margin-right: 20px;
}
.ny-eduT-d .nynewsList li .more a {
  color: #000;
}
.ny-eduT-d .nynewsList li .more a i {
  font-size: 24px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -3px;
}
.ny-eduT-d .nynewsList li .more a:hover i {
  animation: go5 1.2s linear infinite;
}
.mobmenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .img_introduction ul li .picimg {
    width: 300px;
  }
  .img_introduction ul li .txt {
    width: calc(100% - 335px);
  }
  .img_introduction ul li .txt h4 {
    font-size: 24px;
    color: #8e000b;
  }
  .img_introduction ul li .txt p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.9;
    color: #000;
  }
  .ResList {
    padding-bottom: 15px;
    padding: 80px 0 0 0;
  }
  .ResList:after {
    width: 24%;
    content: "";
    display: inline-block;
  }
  .ResList li {
    width: 31.5%;
    padding-bottom: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    padding-top: 220px;
  }
  .ResList li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .ResList li .pic {
    height: 299px;
    width: 100%;
    padding: 0 44px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: -70px;
    z-index: 50;
  }
  .ResList li .pic img {
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  }
  .ResList li p {
    width: 100%;
    padding: 220px 44px 30px;
    background: #fff;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-top: -200px;
    font-size: 16px;
    color: #000;
    text-align: left;
    transition: all 0.3s ease;
  }
  .ResList li:hover {
    cursor: pointer;
  }
  .ResList li:hover .pic img {
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.4);
  }
  .ResList li:hover a {
    color: #fff;
  }
  .ResList li:hover p {
    background: #8f000b;
    color: #fff;
  }
  .ny-eduT-d .aright {
    width: calc(100% - 260px);
  }
  .ny-eduT-d .eduT {
    width: 240px;
  }
  .ny-eduT-d .eduT ul li {
    font-size: 16px;
  }
  .ny-eduT-d .eduT ul li a {
    padding: 20px 25px;
  }
  .ny-eduT-d .eduT ul li a i {
    font-size: 20px;
    margin-left: 20px;
  }
  .ny-eduT-d .eduT ul li.cur a {
    padding: 20px 25px;
  }
  .ny-eduT-d .eduT ul li.cur a i {
    font-size: 20px;
  }
  .ny-eduT-d .nynewsList li .pic {
    height: 175px;
    width: 200px;
  }
  .ny-eduT-d .nynewsList li .txt {
    width: calc(100% - 220px);
  }
  .ny-eduT-d .nynewsList li .txt h4 {
    font-size: 18px;
  }
  .ny-eduT-d .nynewsList li .txt p {
    font-size: 14px;
    line-height: 1.4rem;
  }
  .bg-mask .pic .a{background-image: none!important;}
  .ny-eduT-d .nynewsList li .pic img{display:block!important;     width: 100%;}
  .ny-eduT-d .nynewsList li .txt h4{font-weight: normal; line-height: 1.5em;}
  .ny-eduT-d .nynewsList li .txt{padding: 0;}
  .ny-eduT-d .nynewsList li .txt p{-webkit-line-clamp: 4;
    max-height: 9.6rem;}
  .ny-eduT-d .nynewsList li .pic {height: auto;}
  .ny-eduT-d .nynewsList li{margin-bottom: 25px;}
  
}
@media screen and (max-width: 998px) {
	.ny-eduT-d .eduT .eduTT{    font-size: 28px;}
	.ny-edu-a-c table tr td p{font-size: 14px!important;text-align: inherit;}
	.ny-edu-a-c table tr td{padding: 5px;}
	
  .img_introduction ul li .picimg {
    width: 250px;
  }
  .img_introduction ul li .txt {
    width: calc(100% - 285px);
  }
  .img_introduction ul li .txt h4 {
    font-size: 24px;
    color: #8e000b;
  }
  .img_introduction ul li .txt p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.9;
    color: #000;
  }
  .ResList {
    padding-bottom: 15px;
    padding: 80px 0 0 0;
  }
  .ResList:after {
    width: 24%;
    content: "";
    display: inline-block;
  }
  .ResList li {
    width: 48%;
    padding-bottom: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    padding-top: 220px;
  }
  .ResList li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .ResList li .pic {
    height: 299px;
    width: 100%;
    padding: 0 44px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: -70px;
    z-index: 50;
  }
  .ResList li .pic img {
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  }
  .ResList li p {
    width: 100%;
    padding: 220px 44px 30px;
    background: #fff;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-top: -200px;
    font-size: 16px;
    color: #000;
    text-align: left;
    transition: all 0.3s ease;
  }
  .ResList li:hover {
    cursor: pointer;
  }
  .ResList li:hover .pic img {
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.4);
  }
  .ResList li:hover a {
    color: #fff;
  }
  .ResList li:hover p {
    background: #8f000b;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
	.ny-eduT-d .eduTitle{font-size:26px;}
  .history {
    background-size: cover;
    padding: 50px 20px;
  }
  .img_introduction ul li {
    flex-direction: column;
  }
  .img_introduction ul li .picimg {
    width: 100%;
    margin-bottom: 15px;
  }
  .img_introduction ul li .txt {
    width: 100%;
  }
  .img_introduction ul li .txt h4 {
    font-size: 24px;
    color: #8e000b;
  }
  .img_introduction ul li .txt p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.9;
    color: #000;
  }
  .ResList {
    padding-bottom: 15px;
  }

  .ResList li .pic {
    height: auto;
  }
  .ResList li p {
    padding: 150px 44px 30px;
    font-size: 20px;
  /*  z-index: -1;*/
    margin-top: -80px;
    font-size: 16px;
  }
  .ny-eduT-d {
    flex-wrap: wrap;
  }
  .ny-eduT-d .aright {
    width: 100%;
  }
  .ny-eduT-d .eduT {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: none;
  }
  .ny-eduT-d .eduT .eduTT {
    width: 240px;
  }
  .ny-eduT-d .eduT ul {
    width: calc(100% - 240px);
    padding-bottom: 0;
    border-bottom: 0;
  }
  .ny-eduT-d .eduT ul li {
    font-size: 16px;
  }
  .ny-eduT-d .eduT ul li a {
    padding: 20px 25px;
  }
  .ny-eduT-d .eduT ul li a i {
    font-size: 20px;
    margin-left: 20px;
  }
  .ny-eduT-d .eduT ul li.cur a {
    padding: 20px 25px;
  }
  .ny-eduT-d .eduT ul li.cur a i {
    font-size: 20px;
  }
  .ny-eduT-d .nynewsList li .pic {
    height: auto;
    width: 200px;
  }
  .ny-eduT-d .nynewsList li .txt {
    width: calc(100% - 220px);
  }
  .ny-eduT-d .nynewsList li .txt h4 {
    font-size: 18px;
  }
  .ny-eduT-d .nynewsList li .txt p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .mobmenu {
    width: 100%;
    display: block;
  }
  .accordion {
    width: 100%;
    background: #ed9517;
    margin-bottom: 35px;
    border: 0;
  }
  .accordion .link {
    cursor: pointer;
    display: block;
    padding: 20px 25px;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
  }
  .accordion .link i {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .submenu {
    display: none;
    background: #fff;
    font-size: 20px;
    color: #000;
    padding:10px 15px;
    border: 0;
  }
  .submenu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .submenu li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .submenu li a:hover,
  .submenu li a.current a ,
  {
    background: #f39800;
    color: #fff!important;
  }
  .phone-ejdh{color:#a20310!important}
  .submenu li:last-child {
    border-bottom: 1px transparent solid;
  }
}

@media screen and (max-width: 667px) {
.ResList li p {

    margin-top: -130px;

}

}

@media screen and (max-width: 480px) {
	.p_no,.p_no_d{display: none!important;}
  .history .H_list .H_listitem.H_list_right span,
  .history .H_list .H_listitem.H_list_left span {
    display: block;
    padding: 10px 15px;
  }
  .history .H_list .H_listitem.H_list_right,
  .history .H_list .H_listitem.H_list_left {
    padding: 0;
  }
  .ny-eduT-d .eduTitle {
    font-size: 26px;
  }
  .ny-eduT-d {
    flex-wrap: wrap;
  }
  .ny-eduT-d .aright {
    width: 100%;
  }
  .ny-eduT-d .eduT {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    display: none;
  }
  .ny-eduT-d .eduT .eduTT {
    width: 100%;
  }
  .ny-eduT-d .eduT ul {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 4px #a20310 solid;
  }
  .ny-eduT-d .eduT ul li {
    font-size: 16px;
  }
  .ny-eduT-d .eduT ul li a {
    padding: 20px 25px;
  }
  .ny-eduT-d .eduT ul li a i {
    font-size: 20px;
    margin-left: 20px;
  }
  .ny-eduT-d .eduT ul li.cur a {
    padding: 20px 25px;
  }
  .ny-eduT-d .eduT ul li.cur a i {
    font-size: 20px;
  }
  .ny-eduT-d .nynewsList li {
    display: flex;
  }
  .ny-eduT-d .nynewsList li .pic {
    height: auto;
    width: 100%;
  }
  .ny-eduT-d .nynewsList li .txt {
    width: 100%;
    padding: 10px 0 0;
  }
  .ny-eduT-d .nynewsList li .txt h4 {
    font-size: 16px;
  }
  .ny-eduT-d .nynewsList li .txt p {
    display:none
  }
  .mobmenu {
    width: 100%;
    display: block;
  }
  .accordion {
    width: 100%;
    background: #ed9517;
    margin-bottom: 25px;
    border: 0;
  }
  .accordion .link {
    padding: 15px 25px;
    font-size: 20px;
  }
  .submenu {
    display: none;
    font-size: 20px;
  }
  .submenu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .submenu li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px;
    padding-left: auto;
  }
  .submenu li:last-child {
    border-bottom: 1px transparent solid;
  }

  .ResList li {
    width: 100%;
  }

.ResList li p {

    margin-top: -50px;

}

}
@media screen and (max-width: 414px) {
.ResList li p {

    margin-top: 0px;

}

}
@media screen and (max-width: 375px) {
.ResList li p {

    margin-top: -60px;

}

}
@media screen and (max-width: 320px) {
.ResList li p {

    margin-top: -120px;

}

}