html {
  width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
.Cprogram,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}
.Cprogram,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
select {
  border: none;
}

body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #1a1a1a;
  width: 100%;
  font-family: "AlibabaPuHuiTiRegular";
}
#xt-city * {
  box-sizing: border-box;
}
.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Fl {
  float: left;
}

.Fr {
  float: right;
}

.con_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.trs {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fz_img-scale:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.border12 {
  border-radius: 12px;
}

.block {
  display: block;
}

.light_red {
  color: #ff123f;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.bxz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fz_left {
  float: left;
}

.fz_right {
  float: right;
}

.minus_margin {
  margin-right: -50px;
}

.h_200 {
  height: 200px;
  overflow-y: auto;
}

.fz_pos {
  margin-top: -1px;
  height: 50px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}

.fz_pos .name {
  font-family: "AlibabaPuHuiTiBold";
  line-height: 50px;
  font-size: 25px;
}

.fz_pos .txt {
  padding: 22px 0 0 10px;
  color: #999;
}

.fz_pos .txt a {
  color: #999;
}

.fz_pos .txt a:hover {
  color: #ff123f;
}

.xt_indexmain .banner_container {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden;
  min-width: 1200px;
}

.xt_indexmain .banner_container .banner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.xt_indexmain .banner_container .banner_wrapper .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
}

.xt_indexmain .banner_container .points,
.xt_indexmain .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  /* margin-left: -350px; */
  width: 1200px;
  text-align: left;
  font-size: 0;
  padding-left: 289px;
  transform: translateX(-50%);
}
.xt_indexmain .banner_container .operate_buttons {
  padding-left: 0;
}

.xt_indexmain .banner_container .points li,
.xt_indexmain .banner_container .operate_buttons li {
  display: inline-block;
  width: 20px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.3;
  margin-right: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.xt_indexmain .banner_container .points li.active,
.xt_indexmain .banner_container .operate_buttons li.active {
  opacity: 1;
  width: 35px;
  transition: all 0.3s;
}

.xt_indexmain .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: "simsun";
}

.xt_indexmain .banner_container .prev {
  left: 250px;
}

.xt_indexmain .banner_container .next {
  right: 0;
}
#navLeft .left_tj_box {
  position: absolute;
  left: 0;
  top: -374px;
  width: 250px;
  height: 480px;
  padding: 20px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  border-radius: 0 0 12px 12px;
}
#navLeft .icon {
  background: url(../../../images/version/2025/navicon.png) no-repeat;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  flex-shrink: 0;
}
#navLeft .icon.major {
  background-position: -0px -0px;
}
#navLeft .icon.product {
  background-position: -38px -0px;
}
#navLeft .icon.schools {
  background-position: -76px -0px;
}
#navLeft .icon.teacher {
  background-position: -114px -0px;
}
#navLeft .icon.case {
  background-position: -152px -0px;
}
#navLeft .icon.database {
  background-position: -190px -0px;
}
#navLeft .icon.kp {
  background-position: -228px -0px;
}
#navLeft h2 {
  font-family: "AlibabaPuHuiTiMedium";
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  margin-bottom: 20px;
}
#navLeft .navpart1 {
  margin-bottom: 20px;
}
#navLeft .navpart > div {
  margin-bottom: 16px;
}
#navLeft .navpart > div > div {
  width: calc(100% - 48px);
}
#navLeft .navpart p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 7px;
}
#navLeft .navpart a {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  /* min-width: 25%; */
  flex-grow: 1;
  flex-shrink: 0;
}
#navLeft .navpart p a{
  color: #333333;
}
#navLeft .navpart a:hover {
  color: #ff123f;
}
.Xt-container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.offerbox {
  margin-top: 20px;
}

.offerbox .offerList {
  width: 920px;
  height: 85px;
  background: #ffffff;
  padding: 10px 47px 10px 30px;
  position: relative;
  overflow: hidden;
}
.offerbox .offerList > a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #808080;
  font-family: "AlibabaPuHuiTiRegular";
  line-height: 33px;
  width: 50px;
  height: 25px;
  background: linear-gradient(211deg, #ffd6d1, #ffffff);
  line-height: 25px;
  border-radius: 0 0 0 10px;
  display: block;
  text-align: center;
}
.offerbox .news_left {
  padding-right: 16px;
  border-right: 1px solid #f2f2f2;
  margin-right: 27px;
}

.offerbox .offer_container {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.offerbox .offer_container ul {
  flex-wrap: wrap;
}
.offerbox .offer_container li {
  width: 368px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  height: 30px;
}
.offerbox .offer_container li div {
  width: 265px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offerbox .offer_container li div > p {
  display: inline;
}
.offerbox .offer_container li em {
  width: 76px;
  position: absolute;
  right: 0;
  top: 0;
  color: #a3a3a3;
  font-style: normal;
}
.offerbox .offer_container li a {
  color: #333333;
}
.offerbox .offer_container li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ff123f;
  border-radius: 5px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.offerbox .offer_container li.hot {
  padding-left: 0;
}

.offerbox .offer_container li.hot::before {
  content: url(https://www.igo.cn/images/version2024/newHot.png);
  width: auto;
  height: auto;
  margin-right: 8px;
  background: none;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.offerbox .offer_container a:hover {
  color: #ff123f;
}
.Xt-container .Xt-vessel {
  margin-top: 30px;
  background: #fff;
}
.Xt-container .common-title {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  padding: 21px 0 10px 30px;
  margin-bottom: 22px;
  color: #ff123f;
  font-family: "AlibabaPuHuiTiBold";
  overflow: hidden;
  border-bottom: 1px solid rgb(242, 242, 242);
}
.Xt-container .common-title > p {
  float: left;
}
.Xt-container .common-title .more-font {
  font-size: 14px;
  color: #808080;
  margin-right: 38px;
  font-family: "AlibabaPuHuiTiRegular";
  line-height: 33px;
}
.Xt-container .Xt-vessel .content {
  padding: 0 30px 30px;
}
.Xt-container .location {
  align-items: stretch;
}
.Xt-container .location .add_detail {
  border-right: 1px solid #f2f2f2;
  padding-right: 25px;
  margin-right: 20px;
  flex-shrink: 0;
  align-items: flex-start;
}
.Xt-container .location .aleft {
  width: 260px;
  height: 165px;
  border-radius: 8px;
  overflow: hidden;
  background: #000000;
  position: relative;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.Xt-container .location .aleft video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.Xt-container .location .aleft #videoIcon {
  position: absolute;
  width: 29px;
  height: 22px;
  background: url(https://www.igo.cn/country/videoIcon.png) no-repeat;
  background-size: 100%;
  bottom: 8px;
  right: 11px;
}
.Xt-container .location .aright {
  padding-top: 15px;
}
.Xt-container .location .aright h3 {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 24px;
}
.Xt-container .location .aright > div {
  margin-bottom: 15px;
}
.Xt-container .location .aright > div > div {
  display: flex;
  flex-shrink: 0;
  padding-left: 25px;
  position: relative;
  margin-right: 12px;
}

.Xt-container .location .add_detail .aright img {
  position: absolute;
  left: 0;
}
.Xt-container .location .add_detail .aright b {
  font-family: "AlibabaPuHuiTiMedium";
}

.Xt-container .location .add_detail .add_eng span {
  line-height: 17px;
  font-size: 12px;
}

.Xt-container .location .aright > div:last-child {
  margin-bottom: 0;
}
.Xt-container .location .contact > p {
  font-family: "AlibabaPuHuiTiBold";
  color: #ff123f;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 26px;
}
.Xt-container .location .contact > p img {
  margin-right: 8px;
animation: moveRight .6s ease-in-out infinite alternate;
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.Xt-container .location .remark > p {
  margin-bottom: 10px;
}
.Xt-container .location .remark > p b {
  color: #ff123f;
  background: #ffe3e3;
  width: 70px;
  height: 23px;
  flex-shrink: 0;
  line-height: 23px;
  text-align: center;
  border-radius: 23px;
  margin-right: 10px;
}
.Xt-container .location .c-btnbox > div {
  font-family: "AlibabaPuHuiTiMedium";
  width: 135px;
  height: 40px;
  background: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 36px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #ff123f;
}
.Xt-container .location .c-btnbox > div:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.Xt-container .location .c-btnbox {
  margin-top: 23px;
}
.Xt-container .location .c-btnbox > div:nth-child(2) {
  margin-left: 20px;
}
.countryNews {
  background: #ffffff;
  position: relative;
}
.countryNews .countryNews-tab {
  position: absolute;
  top: 30px;
  left: 250px;
}
.countryNews .countryNews-tab li {
  float: left;
  font-size: 18px;
  color: #373737;
  margin-right: 23px;
  position: relative;
}
.countryNews .countryNews-tab li.Cline {
  color: rgb(255, 18, 63);
}
.countryNews .countryNews-tab li.Cline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
  border-style: solid;
  border-width: 0px 10px 10px;
  border-color: transparent transparent rgb(255, 18, 63);
}
.countryNews .news_container {
  width: 100%;
  padding: 0 30px 30px;
}
.countryNews .news_container ul {
  /* flex-direction: column; */
  flex-wrap: wrap;
  height: 151px;
  /* justify-content: space-between; */
  position: relative;
  align-content: space-between;
}
.countryNews .news_container ul > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.countryNews .news_container li {
  width: 366px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 17px;
}

.countryNews .news_container li:nth-child(3n) {
  margin-right: 0;
}
.countryNews .news_container li:nth-child(1),
.countryNews .news_container li:nth-child(2),
.countryNews .news_container li:nth-child(3) {
  margin-top: 0;
}
.countryNews .news_container li .poster {
  width: 110px;
  height: 67px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.countryNews .news_container li .poster em {
  position: absolute;
  width: 29px;
  height: 22px;
  background: url(https://www.igo.cn/country/newsIcon.png) no-repeat;
  background-size: 100%;
  bottom: 3px;
  right: 3px;
}
.countryNews .news_container li .poster em#news {
  background-image: url(https://www.igo.cn/country/.CprogramIcon.png);
}
.countryNews .news_container li .poster em#dynamicNews {
  background-image: url(https://www.igo.cn/country/newsIcon.png);
}
.countryNews .news_container li .poster em#video {
  background-image: url(https://www.igo.cn/country/videoIcon.png);
}
.countryNews .news_container li a {
  width: 100%;
  height: 100%;
}
.countryNews .news_container li a:hover p:nth-child(1) {
  color: #ec2e53;
}
.countryNews .news_container li > .news_detail {
  width: calc(100% - 100px);
}
.countryNews .news_container li .poster img {
  width: 100%;
}
.countryNews .news_container li p:nth-child(1) {
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  font-size: 15px;
  line-height: 18px;
  height: 36px;
  margin-bottom: 10px;
}
.countryNews .news_container li p.desc {
  font-size: 13px;
  color: #adadad;
  line-height: 16px;
  height: 48px;
  margin-bottom: 26px;
}
.countryNews .news_container li p.desc em {
  color: #ec2e53;
  font-style: normal;
}
.countryNews .news_container li a > em {
  color: #d7d7d7;
  font-size: 12px;
  display: block;
  text-align: left;
}
.countryNews .news_container .tjList {
  position: relative;
  padding-left: 520px;
}
.countryNews .news_container .tj {
  position: absolute;
  left: 0;
  top: 0;
  height: 151px;
}
.countryNews .news_container .tj li {
  width: 505px !important;
  height: 100%;
  margin-right: 0;
}
.countryNews .news_container .tjList li {
  width: 300px;
}
.countryNews .news_container .tjList li:nth-child(5) {
  margin-right: 0;
}
.countryNews .news_container .tj li .poster {
  width: 250px;
  height: 100%;
  flex-shrink: 0;
}
.countryNews .news_container .tj li .poster img {
  width: auto;
  height: 100%;
}
.countryNews .news_container .tj li .poster em {
  bottom: 8px;
  right: 11px;
}
.countryNews .news_container .tj li p:nth-child(1) {
  -webkit-line-clamp: 3;
  height: 51px;
  margin-bottom: 10px;
}
.active-list {
  height: 328px;
}
.active-list > div {
  width: 270px;
  height: auto;
  background: #ffffff url(../img//li_bg.png) no-repeat;
  background-position: -10px 117px;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  margin-right: 20px;
  display: block;
  border-radius: 10px;
  /* top: 0; */
  border: solid 1px #f0f0f0;
  transition: all 0.2s;
}

.active-list > div:hover {
  /* top: -7px; */
  transition: all 0.2s;
  box-shadow: 0px 0px 17px 0px rgb(12 4 7 / 12%);
}
.active-list > div:nth-child(4n) {
  margin-right: 0;
}
.active-list > div .label {
  overflow: hidden;
  padding: 0 10px;
}

.active-list > div a {
  width: 100%;
  height: 100%;
  color: #333333;
  display: block;
  padding: 0 0 20px 0;
}
.active-list > div .left {
  width: 100%;
  /* height: 140px; */
  flex-shrink: 0;
  display: block;
}

.active-list > div .img {
  width: 100%;
  height: 162px;
  background-color: #808080;
  /* margin-right: 24px; */
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.active-list > div .img img {
  /* height: 100%; */
  width: 100%;
}

.active-list > div .mid {
  width: 100%;
  height: 100%;
  position: relative;
}

.active-list > div .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  /* margin-bottom: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* ¡§?????????¡À??¡§????????¡ì????€¡§¡§????????????¡§???????? */
  -webkit-line-clamp: 2;
  line-height: 23px;
  height: 46px;
  margin: 12px 0 18px;
  padding: 0 10px;
}

.active-list > div .label {
  color: #898888;
  width: 181px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(https://www.igo.cn/study/live/img/tags.png) no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 0 10px 0 30px;
}
.active-list > div .label img {
  width: 15px;
  margin-right: 10px;
}
.active-list > div .date {
  font-size: 13px;
  color: #898888;
  height: 15px;
  padding: 0 10px;
  line-height: 15px;
  background: url(https://www.igo.cn/study/live/img/date.png) no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 0 10px 0 30px;
}
.active-list > div .date img {
  width: 15px;
  margin-right: 10px;
}
.active-list > div .btn_box {
  position: absolute;
  bottom: 16px;
  right: 10px;
}

.active-list > div .btn {
  width: 94px;
  height: 35px;
  font-size: 16px;
  /* font-weight: 700; */
  border-radius: 19px;
  border: 1px solid #ff123f;
  transition: all 0.3s;
  color: #ffffff;
  background: #ff123f;
  font-family: "AlibabaPuHuiTiMedium";
}
.active-list > div .btn.end {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
}
.active-list > div .btn:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.active-list > div .btn.end:hover {
  background: #ffffff;
  color: #9b9b9b;
}
.active-list > div.end .btn {
  color: #ffffff;
  background: #afafaf;
  border: 1px solid #afafaf;
}
.active-list > div.end .btn {
  background: #afafaf;
  border: 1px solid #afafaf;
}
.Cprogram .content ul {
  overflow-x: auto;
  height: 430px;
  padding-bottom: 10px;
  align-items: stretch;
}
.Cprogram .content .pitem {
  width: 273px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ededed;
}

.Cprogram .content .pitem:hover {
  box-shadow: 0px 0px 10px 0px rgb(12 4 7 / 15%);
  transition: all 0.2s;
}

.Cprogram .content .pitem > div > a {
  width: 100%;
}

.Cprogram .pitem .img {
  width: 100%;
  height: 169px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  /* background-color: #333333; */
}

.Cprogram .pitem a .img img {
  width: 100%;
}
.Cprogram .pitem .teachers .t img {
  max-width: 100%;
  max-height: none;
}

.Cprogram .pitem .s-content {
  padding: 15px 10px;
  /* background: #ffffff; */
  border-radius: 0 0 5px 5px;
}

.Cprogram .pitem .top {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}

.Cprogram .pitem .title {
  font-size: 16px;
  /* font-weight: normal; */
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  height: 48px;
}

.Cprogram .pitem .tags {
  flex-wrap: wrap;
  margin-top: 12px;
  height: 22px;
  overflow: hidden;
}

.Cprogram .pitem .tags span {
  font-size: 12px;
  line-height: 20px;
  color: #7d7d7d;
  background-color: #f1f1f1;
  border-radius: 3px;
  border: solid 1px #f1f1f1;
  flex-shrink: 0;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.Cprogram .pitem .intr {
  height: 51px;
}

.Cprogram .pitem .intr {
  padding: 15px 10px 0 10px;
}

.Cprogram .pitem .intr p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  position: relative;
}

.Cprogram .pitem .intr p b {
  color: #333333;
}

.Cprogram .pitem .intr p em {
  color: #ff123f;
}

.Cprogram .pitem .zixunbtnbox {
  margin-top: 25px;
}
.Cprogram .pitem .zixunbtnbox.hasprice {
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 10px 0 10px;
}
.Cprogram .pitem .zixunbtnbox.hasprice > div:nth-child(1) {
  margin-bottom: 15px;
  margin-top: 15px;
  align-items: baseline;
}
.Cprogram .pitem .zixunbtnbox b {
  /* width: 100%; */
  color: #333333;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.Cprogram .pitem .zixunbtnbox .guihua {
  font-family: "AlibabaPuHuiTiMedium";
  width: 150px;
  height: 36px;
  background-color: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 18px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.Cprogram .pitem .zixunbtnbox .guihua:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.Cprogram .pitem .zixunbtnbox .zixun {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #ff123f;
  border-radius: 36px;
}
.Cprogram .pitem .zixunbtnbox .zixun img {
  width: 60%;
}
.C-team .content {
  align-items: flex-start;
  flex-wrap: wrap;
}
.C-team .fix {
  width: 180px;
  padding-top: 3px;
}
.C-team .fix p {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}
.C-team .fix p:first-child {
  color: #000000;
  font-family: "AlibabaPuHuiTiBold";
  font-style: italic;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 5px;
}
.C-team .teac {
  background: url(../../../images/version/2025/teac.png) no-repeat;
  margin-left: 30px;
  padding: 30px 10px 0;
  align-items: flex-start;
  position: relative;
}
.C-team .teac.teac1 {
  width: 290px;
  height: 300px;
  background-position: -0px -0px;
}
.C-team .teac.teac2 {
  width: 290px;
  height: 300px;
  background-position: -290px -0px;
}
.C-team .teac.teac3 {
  width: 290px;
  height: 300px;
  background-position: -580px -0px;
}
.C-team .teac.teac4 {
  width: 500px;
  height: 325px;
  background-position: -870px -0px;
  margin-top: 30px;
  margin-left: 0;
}
.C-team .teac.teac5 {
  width: 290px;
  height: 325px;
  background-position: -1370px -0px;
  margin-top: 30px;
  padding-top: 10px;
}
.C-team .teac.teac6 {
  width: 290px;
  height: 325px;
  background-position: -1660px -0px;
  margin-top: 30px;
  padding-top: 10px;
}

.C-team .teac p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 17px;
  color: #333333;
  margin-bottom: 13px;
  line-height: 17px;
  padding-left: 78px;
}
.C-team .teac2 p:nth-child(1) {
  padding-left: 122px;
}
.C-team .teac4 p:nth-child(1) {
  padding-left: 91px;
}
.C-team .teac p:nth-child(2) {
  height: 50px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 68px;
}
.C-team .teac ul {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  font-size: 13px;
  height: 120px;
  color: #666666;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 10px 13px;
}
.C-team .teac4 ul,
.C-team .teac5 ul,
.C-team .teac6 ul {
  height: 151px;
}
.C-team .teac li {
  line-height: 18px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.C-team .teac li:last-child {
  margin-bottom: 0;
}
.C-team .teac li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 6px;
  margin-right: 10px;
  position: relative;
  top: 7px;
  flex-shrink: 0;
}
.C-team .teac4 > div:nth-child(1) {
  width: 55%;
}
.C-team .teac4 > div:nth-child(1) p:nth-child(2) {
  padding-left: 89px;
}
.C-team .teac4 > div:nth-child(1) ul {
  border-radius: 10px 0 0 10px;
}
.C-team .teac4 > div:nth-child(2) {
  width: 45%;
}
.C-team .teac4 > div:nth-child(2) p:nth-child(1) {
  padding-left: 78px;
}
.C-team .teac4 > div:nth-child(2) ul {
  border-radius: 0 10px 10px 0;
}
.C-team .teac4 > div:nth-child(2) p:nth-child(2) {
  padding-left: 78px;
}
.C-team .teac5 p:nth-child(1) {
  padding-left: 151px;
  line-height: 24px;
  margin-bottom: 28px;
}
.C-team .teac6 p:nth-child(1) {
  padding-left: 143px;
  line-height: 24px;
  margin-bottom: 2px;
}
.C-team .teac6 p:nth-child(2) {
  padding-left: 145px;
}
.C-team .teac .tbtn {
  font-family: "AlibabaPuHuiTiMedium";
  background-color: #ff123f;
  border: 1px solid #ff123f;
  font-size: 16px;
  color: #ffffff;
  width: 100px;
  height: 40px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.C-team .teac .tbtn:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.C-team .teac span {
  font-family: "AlibabaPuHuiTiMedium";
  position: absolute;
  width: 100px;
  height: 32px;
  background: #ffb9b9;
  color: #ffffff;
  border-radius: 6px;
  top: -15px;
  right: 0;
}
.C-team .teac span.spanleft {
  right: auto;
  left: 0;
}
.C-team .teac span.spanleft::before {
  content: "";
  background: url(../../../images/version/2025/teac.png) no-repeat;
  width: 26px;
  height: 26px;
  background-position: -1950px -0px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.schoolwranking {
  background: none !important;
}
.C-school {
  width: 896px;
  height: 400px;
  background: #fff;
  overflow: hidden;
}
.U-school {
  width: 850px;
  margin: 0 auto 0;
}

.shool-list {
  margin-right: -100px;
}

.shool-list li {
  width: 410px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
  padding-bottom: 30px;
}

.school-logo {
  width: 131px;
  height: 124px;
  border: 1px solid #eee;
  position: relative;
}

.school-logo img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}

.shool-infor {
  width: 255px;
}

.shool-infor a {
  display: block;
  width: 100%;
  /*height:54px;*/
  font-size: 16px;
  color: #373737;
}

.shool-list a b {
  font-family: "AlibabaPuHuiTiMedium";
  display: block;
  margin-bottom: 4px;
}

.shool-infor p {
  font-size: 14px;
  color: #373737;
  line-height: 25px;
  overflow: hidden;
  font-weight: normal;
}

.shool-infor i {
  display: block;
  width: 170px;
  height: 25px;
  position: relative;
  padding-left: 8px;
}

.shool-infor i:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #a3a3a3;
  top: 12px;
  left: 0;
}
.schollRanking {
  background: #ffffff;
  width: 290px;
}
.scholl-ranking .list {
  padding: 0 13px 35px 29px;
  position: relative;
}
.scholl-ranking .list ul {
  height: 277px;
  overflow: hidden;
  overflow-y: scroll;
}
.scholl-ranking .list ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scholl-ranking .list ul::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #ffffff;
}

.scholl-ranking .list ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #cccccc;
}
.scholl-ranking .list em {
  position: absolute;
  bottom: 11px;
  right: 13px;
  font-size: 12px;
  color: #999999;
  font-style: normal;
}
.scholl-ranking li {
  height: 50px;
  margin-bottom: 6px;
}
.scholl-ranking li:last-child {
  margin-bottom: 0;
}
.scholl-ranking li .ranking {
  width: 50px;
  margin-right: 20px;
  font-size: 22px;
  color: #333333;
}
.scholl-ranking li .info {
  width: 169px;
}
.scholl-ranking li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scholl-ranking li p:nth-child(2) {
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}
.xt_ntsp .ntsps > div {
  position: relative;
  align-items: stretch;
  /* padding-bottom: 15px; */
}
.xt_ntsp .ntsps_item {
  width: 24%;
  background: linear-gradient(123deg, #fff0f2, #fffafb);
  padding: 25px 12px 45px 22px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.xt_ntsp .ntsps_item > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  margin-bottom: 9px;
  text-align: center;
}
.xt_ntsp .ntsps_item:nth-child(6),
.xt_ntsp .ntsps_item:nth-child(7) {
  width: calc(((100% - 45px) - ((100% - 60px) / 5 * 2)) / 2);
  position: absolute;
  bottom: 0;
  margin-right: 0;
}

.xt_ntsp .ntsps_item:nth-child(6) {
  right: 0;
}

.xt_ntsp .ntsps_item:nth-child(7) {
  right: calc((((100% - 45px) - ((100% - 60px) / 5 * 2)) / 2) + 15px);
}
.xt_ntsp .ntsps_item ul p {
  font-family: "AlibabaPuHuiTiMedium";
  margin-bottom: 14px;
  text-align: center;
  color: #3f3f3f;
}
.xt_ntsp .ntsps_item li {
  line-height: 27px;
  font-size: 14px;
  color: #666666;
  height: 27px;
  min-width: 24%;
}
.xt_ntsp .ntsps_item li em {
  font-size: 12px;
  font-style: normal;
}
.xt_ntsp .ntsps_item .icon {
  width: 70px;
  height: 70px;
  background: url(https://www.igo.cn/images/version2025/ntsp.png) no-repeat;
  position: absolute;
  bottom: 10px;
  right: 6px;
  z-index: -1;
  margin-bottom: 0;
}
.xt_ntsp .ntsps_item #ntsp1 {
  background-position: -0px -0px;
}
.xt_ntsp .ntsps_item #ntsp2 {
  background-position: -70px -0px;
}
.xt_ntsp .ntsps_item #ntsp3 {
  background-position: -140px -0px;
}
.xt_ntsp .ntsps_item #ntsp4 {
  background-position: -210px -0px;
}
.xt_ntsp .ntsps_item #ntsp5 {
  background-position: -280px -0px;
}
.xt_ntsp .ntsps_item #ntsp6 {
  background-position: -350px -0px;
}
.xt_ntsp .ntsps_item #ntsp7 {
  background-position: -420px -0px;
}
.xt_ntsp .ntsps_item:hover .icon {
  background-image: url(https://www.igo.cn/images/version2025/ntsp-a.png);
}
.xt_ntsp .ntsps > a {
  width: 200px;
  height: 40px;
  margin: 20px auto 0;
  line-height: 40px;
  display: block;
  border-radius: 30px;
  background: #ff123f;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
}
.xt_ntsp .ntsps > a:hover {
  background-color: #c81135;
  transition: all 0.3s;
}
.appointment {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.appointment .appointment_box {
  width: 300px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 10px;
  padding: 20px;
}
.appointment h3 {
  font-size: 24px;
  font-family: "AlibabaPuHuiTiBold";
  color: #ff3838;
  text-align: center;
  margin-bottom: 20px;
}
.appointment h3 span {
  color: #000000;
}
.appointment .aclose {
  width: 40px;
  height: 40px;
  background: url(../../../images/version/2025/close.png) no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.appointment .appform .item {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.appointment .appform .item.mar {
  margin-bottom: 20px;
}
.appointment .appform .item input {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  padding-left: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border-radius: 5px;
}

.appointment .appform .submit {
  font-family: "AlibabaPuHuiTiMedium";
  width: 110px;
  font-size: 16px;
  height: 35px;
  background: #ff123f;
  color: #ffffff;
  border-radius: 35px;
  margin: 0 auto;
  cursor: pointer;
}
.appointment .calendar {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  line-height: 30px;
  width: 284px;
  height: 289px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 47px;
  z-index: 2;
  display: none;
}

.appointment .calendar::after {
  content: "";
  border: #ffffff 10px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.appointment .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px;
  font-size: 12px;
  color: #606266;
}

.appointment .calendar-header > div {
  font-size: 19px;
  cursor: pointer;
  margin: 0 20px;
}

.appointment .calendar-days,
.appointment .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin: 15px;
}

.appointment .calendar-day,
.appointment .calendar-date {
  text-align: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #606266;
}

.appointment .calendar-date:hover {
  background-color: #f0f0f0;
}

.appointment .calendar-date.selected {
  background-color: #ff123f;
  color: white;
}

.appointment .calendar-date.disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.appointment .calendar-date.disabled:hover {
  background-color: #f5f5f5;
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Medium.ttf);
}
