/*招生通知֪ͨ*/
.z-s-t-z {
  height: 0.93rem;
  line-height: 0.93rem;
  background: rgba(1, 1, 1, 0.1);
  position: relative;
  padding: 0 2.87rem 0 1.56rem;
  font-size: 0.37rem;
  font-weight: 300;
  color: #474747;
  cursor: pointer;
  overflow: hidden;
}
.z-s-t-z .moreOneHide {
  transform: scale(0.5);
  font-size: 0.74rem;
  transform-origin: 0% 0%;
  height: 1.86rem;
  width: 200%;
  line-height: 1.86rem;
}
.z-s-t-z:before {
  content: "";
  display: block;
  height: 0.63rem;
  width: 0.93rem;
  position: absolute;
  left: 0.44rem;
  top: 0.15rem;
  background: url("../images/z_s_ico.png") no-repeat;
  background-size: cover;
}
.z-s-t-z:after {
  content: "查看详情 >";
  display: block;
  height: 1.86rem;
  line-height: 1.86rem;
  width: 5.74rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  color: #f7240a;
  transform: scale(0.5);
  font-size: 0.74rem;
  transform-origin: 100% 0%;
}

/*预报名广告图片*/
.g-g-1 {
  padding: 0.56rem 0.44rem 0.76rem 0.44rem;
}
.g-g-1 .big-gg {
  width: 100%;
  display: block;
  height: 2.89rem;
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  50% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  100% {
    transform: scale(1);
  }
}
.g-g-1 .small-gg {
  position: absolute;
  right: 0.72rem;
  bottom: 1.05rem;
  width: 3.11rem;
  height: 1.67rem;
  animation-name: scaleDraw;
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
/*新生入口咨询*/
.xue-box {
  margin: 0.34rem auto 0.76rem auto;
}
.xue-left {
  float: left;
  width: 37.4%;
}
.xue-left img {
  width: 100%;
  display: block;
  height: 7.75rem;
}
.xue-right {
  float: right;
  width: 61.5%;
}
.xue-right-top-img {
  width: 100%;
  display: block;
  margin-bottom: 0.15rem;
  height: 3.3rem;
}
.xue-right-bottom-left {
  float: left;
  width: 49%;
}
.xue-right-bottom-left img,
.xue-right-bottom-right img {
  width: 100%;
  display: block;
  height: 4.3rem;
}
.xue-right-bottom-right {
  float: right;
  width: 49%;
}

.x-s-r-k-box {
  padding: 0 0.44rem;
}
.pad-com {
  padding: 0 0.44rem;
}

.title-child div {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.44rem;
  color: #ababab;
  cursor: pointer;
}
.title-child div i {
  width: 0.22rem;
  height: 0.39rem;
  background: url("../images/x_left_1.png") no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 0.3rem;
}
.title-child s {
  font-size: 0.52rem;
  color: #b9b9b9;
  text-decoration: none;
}
.x_s_list {
  margin-top: 0.33rem;
  margin-bottom: 0.39rem;
}
.x_s_list img {
  display: block;
  width: 6.48rem;
  height: 3.7rem;
  float: left;
  margin-bottom: 0.33rem;
  max-width: 48.8%;
}
.x_s_list img:nth-child(2n) {
  float: right;
}

/*热门专业*/
.major-child-1 {
  background: white;
  margin-top: 0.39rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem #d7d2d7;
  overflow: hidden;
}
.major-child-1 > img {
  height: 4.63rem;
}
.major-child-2 > img,
.major-child-3 > img,
.major-child-4 > img {
  height: 4.07rem;
}
.major-child_name {
  padding: 0 5.1rem 0.26rem 0;
  position: relative;
}
.major-child_name div:first-child,
.major-title {
  color: #01458e;
  font-size: 0.52rem;
  line-height: 0.52rem;
}
.major-child_name div:last-child {
  font-size: 0.48rem;
  color: #777777;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.52rem;
}
.major-child_name div:last-child i {
  width: 2.9rem;
  height: 0.43rem;
  display: inline-block;
  background: url("../images/star_5.png") no-repeat;
  background-size: cover;
}
.major-child-compon span {
  color: #777777;
}
.major-child-compon {
  color: #474747;
  font-size: 0.45rem;
}
.major-child-div {
  padding: 0.37rem 0.3rem;
}
.major-tui {
  font-size: 0.48rem;
  color: #777777;
  height: 1.04rem;
  line-height: 1.04rem;
}
.major-tui img {
  width: 2.9rem;
  height: 0.43rem;
}
.major-child-2 {
  float: left;
  background: white;
  width: 6.46rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem #d7d2d7;
  overflow: hidden;
}
.major-child-3 {
  float: right;
  background: white;
  width: 6.46rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem #d7d2d7;
  overflow: hidden;
}
.major-child-3 .major-tui img {
  width: 2.2rem;
}
.major-child-4 {
  background: white;
  width: 4.2rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem #d7d2d7;
  overflow: hidden;
}
.major-child-4 .major-tui {
  line-height: 0.7rem;
  height: auto;
  padding-top: 0.2rem;
}
.major-child-4-box {
  display: flex;
  justify-content: space-between;
}
.major-child-4-box .major-child-4:nth-child(2) .major-tui img {
  width: 2.2rem;
}
.z-x-more {
  justify-content: space-between;
  display: flex;
  padding: 0.59rem 0.39rem 0.74rem 0.39rem;
}
.z-x-more div {
  font-size: 0.56rem;
  width: 5.74rem;
  height: 1.48rem;
  background: #f07c0a;
  border-radius: 1.24rem;
  color: white;
  text-align: center;
  line-height: 1.48rem;
}
.z-x-more div:last-child {
  background: #01458e;
}

/*2020名企定制班名额火热报名中*/
.hot-ming-title {
  font-size: 0.5rem;
  background: #004692;
  height: 1.1rem;
  line-height: 1.1rem;
}
.hot-ming-div {
  margin-top: 0.39rem;
  border-radius: 0.15rem;
  overflow: hidden;
  border: 0.05rem solid #004692;
  border-top: none;
  min-height: 11rem;
}
.hot-ming-title div {
  color: white;
  text-align: center;
  float: left;
  border-right: 1px solid #2d6399;
}
.hot-ming-title div:nth-child(1),
.hot-ming-child div:nth-child(1) {
  width: 33%;
}
.hot-ming-title div:nth-child(2),
.hot-ming-child div:nth-child(2) {
  width: 28%;
}
.hot-ming-title div:nth-child(3),
.hot-ming-child div:nth-child(3) {
  width: 11%;
}
.hot-ming-title div:nth-child(4),
.hot-ming-child div:nth-child(4) {
  width: 10%;
}
.hot-ming-title div:nth-child(5),
.hot-ming-child div:nth-child(5) {
  width: 18%;
  border: none;
}
.hot-ming-child {
  font-size: 0.42rem;
  background: #fff;
  height: 1.1rem;
  line-height: 1.1rem;
  color: #1b1b1b;
  text-align: center;
}
.hot-ming-child:nth-child(2n) {
  background: #d3e5ff;
}
.hot-ming-child div:nth-child(4) {
  color: #d90312;
}
.hot-ming-child div:nth-child(5) {
  color: #2562a4;
  border: none;
}
.hot-ming-child div {
  float: left;
  border-right: 1px solid #2d6399;
}
#bigBox {
  height: 8.8rem;
  overflow: hidden;
}
.hot-ming-zhu {
  height: 1.1rem;
  line-height: 1.1rem;
  background: white;
  font-size: 0.37rem;
  color: #777777;
  padding-left: 0.35rem;
  border-top: 1px solid #2d6399;
}
.hot-ming-zhu span {
  color: #e31414;
  font-weight: bold;
  font-size: 0.4rem;
}
.hot-ming-btn {
  background: #f07c0a;
  color: white;
  font-size: 0.56rem;
  text-align: center;
  height: 1.48rem;
  line-height: 1.48rem;
  width: 12.04rem;
  border-radius: 0.74rem;
  margin: 0.56rem auto 0.74rem auto;
  font-weight: 400;
}
#day_txt {
  font-weight: normal;
  color: #777777;
}

/*97%的人都咨询过以下问题*/
.person-z-x {
  margin-top: 0.37rem;
}
.person-z-x .pic-1 {
  height: 100%;
}
.person-z-x button {
  position: absolute;
  width: 2.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.48rem;
  color: #2e7cd0;
  background: #fff;
  border: none;
  bottom: 0.18rem;
  left: 0.24rem;
}
.person-z-x .pic-2 {
  height: 100%;
}
.person-z-x > div {
  position: relative;
  float: left;
  width: 6.5rem;
  height: 3.48rem;
  margin-bottom: 0.33rem;
  max-width: 48.8%;
}
.person-z-x > div > div {
  position: absolute;
  bottom: 0.27rem;
  left: 0.24rem;
  font-size: 0.37rem;
  color: #474747;
}
.person-z-x > div div span {
  color: #ff0000;
}
.person-z-x > div:nth-child(n + 3) {
  height: 2.3rem;
}
.person-z-x > div:nth-child(1) > div,
.person-z-x > div:nth-child(2) > div {
  position: absolute;
  bottom: 1.18rem;
  left: 0.24rem;
  font-size: 0.37rem;
  color: white;
}
.person-z-x > div:nth-child(1) > div span,
.person-z-x > div:nth-child(2) > div span {
  color: #ffea00;
}
.person-z-x div:nth-child(n + 5) {
  margin-bottom: 0;
}
.person-z-x div:nth-child(2n) {
  float: right;
}
.person-z-x img {
  width: 100%;
  display: block;
}

/*魅力校园*/
.school-pic {
  float: left;
  width: 6.5rem;
  height: 3.7rem;
  margin-bottom: 0.33rem;
  position: relative;
  max-width: 48.8%;
}
.school-pic:nth-child(n + 4) {
  margin-bottom: 0;
}
.school-pic:nth-child(3),
.school-pic:nth-child(5) {
  float: right;
}
.school-pic img {
  width: 100%;
  display: block;
  height: 3.7rem;
}
.school-pic:first-child {
  float: none;
  width: 100%;
  max-width: 100%;
}
.school-pic div {
  color: #fefeff;
  font-size: 0.82rem;
  text-align: center;
  width: 200%;
  height: 1.34rem;
  line-height: 1.34rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  transform: scale(0.5);
  transform-origin: 0% 100%;
}

/*成功学子*/
.person-list {
  margin-top: 0.78rem;
}
.person-video {
  position: relative;
  width: 6.5rem;
  height: 3.33rem;
}
.person-video video {
  width: 6.5rem;
  height: 3.33rem;
  display: block;
}
.person-video img {
  display: block;
  width: 100%;
  height: 100%;
}

.person-name-a {
  font-size: 0.52rem;
  color: #1b1b1b;
  margin-top: 0.2rem;
  text-align: center;
}
.person-name-a span {
  color: #777777;
  font-size: 0.37rem;
}
.person-head {
  margin-top: 0.33rem;
  display: flex;
  justify-content: space-between;
}
.person-pic {
  float: left;
  width: 6.5rem;
  max-width: 48.8%;
  height: 3.44rem;
  position: relative;
  margin-top: 0.33rem;
}
.person-pic:nth-child(2n) {
  float: right;
}
.person-pic img {
  display: block;
  width: 100%;
  height: 3.44rem;
}
.person-pic div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 1.48rem;
  line-height: 1.48rem;
  color: white;
  text-align: center;
  font-size: 0.82rem;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  transform: scale(0.5);
  transform-origin: 0% 100%;
}

/*新闻头条*/
.news-head {
  position: relative;
  padding: 0.37rem 0 0 5.86rem;
  margin-top: 0.37rem;
  min-height: 3.7rem;
}

.news-head .news-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.56rem;
  height: 3.7rem;
}
.news-head .news-left img {
  width: 100%;
  height: 3.7rem;
  display: block;
  border-radius: 0.1rem;
}
.news-head .news-right > div {
  font-size: 0.48rem;
  line-height: 0.62rem;
}
.news-head .news-right .moreTwoHide:nth-child(2) {
  color: #777777;
  font-size: 0.37rem;
  line-height: 0.58rem;
  margin-top: 0.1rem;
}
.news-head .news-right .news-time {
  display: flex;
  justify-content: space-between;
  font-size: 0.37rem;
  color: #ababab;
  margin-top: 0.1rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  padding-left: 5.86rem;
}
.news-list {
  font-size: 0.44rem;
  color: #1b1b1b;
}
.news-list div {
  padding: 0 1.35rem 0 0.45rem;
  height: 1.2rem;
  line-height: 1.2rem;
  margin-top: 0.19rem;
  border-bottom: 0.03rem dashed #d4d4d4;
  position: relative;
}
.news-list div:before {
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.19rem;
  height: 0.3rem;
  background: url("../images/x_left_2.png") no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
.news-list div:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 1.2rem;
  line-height: 1.2rem;
  content: "详情 >";
  display: block;
  font-size: 0.37rem;
}

/*校企合作*/
.he-zuo-img {
  margin-top: 0.37rem;
  width: 100%;
  display: block;
  height: 5.87rem;
}
.he-zuo-img:last-child {
  margin-top: 0.18rem;
  margin-bottom: 0.72rem;
  height: 3.87rem;
}

/*国内统招专本科升学班*/
.ji-neng-img {
  width: 10.37rem;
  height: 6.39rem;
  display: block;
  margin: 0.56rem auto 0.74rem auto;
}
.bai-zheng {
  width: 100%;
  display: block;
  margin-top: 0.35rem;
  height: 5.19rem;
}

/*仿pdd*/
.pdd-gun-box {
  padding: 0.44rem;
  margin-bottom: 0.5rem;
  background: white;
}
.gun-left-div {
  font-size: 0.6rem;
  float: left;
}
.gun-right-div {
  font-size: 0.5rem;
  float: right;
  color: #888;
}
.pdd-header {
  float: left;
  width: 12%;
}
.pdd-header img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.pdd-cname {
  float: left;
  width: 22%;
  overflow: hidden;
  margin-left: 3%;
  font-size: 0.45rem;
  line-height: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pdd-timer {
  float: left;
  width: 37%;
  margin-left: 3%;
  font-size: 0.45rem;
  line-height: 0.75rem;
  text-align: right;
}
.pdd-chakan {
  float: left;
  width: 20%;
  margin-left: 3%;
  height: 0.9rem;
  background: #e02a22;
  text-align: center;
  color: white;
  font-size: 0.48rem;
  border-radius: 0.19rem;
  border: none;
  outline: none;
  margin-top: 0.3rem;
}
.pdd-timer-2 {
  color: #777;
}
.pdd-content {
  height: 1.5rem;
}
.swiper-container-pdd .swiper-slide {
  height: 1.5rem !important;
  margin-bottom: 0.5rem;
}

.pdd-gun-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdd-gun-box .swiper-container-pdd {
  width: 100%;
  height: 100%;
}
.gun-left-div span {
  color: #e02a22;
}
.pdd-gun-obj {
  height: 8rem;
  position: relative;
  margin-top: 0.5rem;
}

.consultation-site {
  background-color: #fff;
  padding: 0 0.57rem;
  padding-top: 0.91rem;
}
.consultation-site > img {
  width: 10.3rem;
  margin: 0 auto;
  display: block;
}
.site-banner {
  padding: 0.8rem 0 0.59rem 0 !important;
}
.site-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-slide img {
  height: 4.66rem;
}
.middle-ad {
  width: 100%;
  height: 2.08rem;
  background: url(https://qnpic.yzredu.com/kuanghu/c_8.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.middle-ad img {
  width: 1.44rem;
  margin-left: 0.32rem;
}
.middle-ad p {
  font-size: 0.47rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.11rem;
}
.middle-ad p span {
  display: inline-block;
  width: 2.71rem;
  height: 0.85rem;
  background: #ff657b;
  border-radius: 0.43rem;
  line-height: 0.85rem;
  text-align: center;
}
.shou-qu span {
  color: #004dff;
  font-size: 0.42rem;
  font-weight: bold;
}

.shou-qu button {
  color: #fff;
  font-size: 0.38rem;
  width: 2.37rem;
  line-height: 0.66rem;
  background: #004dff;
  display: block;
  margin: 0.1rem auto 0 auto;
  border-radius: 0.33rem;
}

.quyu-tip {
  font-size: 0.38rem;
  color: #004dff;
}

.qu-yu-bg .qu-yu-btn {
  display: block;
  width: 7.58rem;
  line-height: 1.52rem;
  border-radius: 0.76rem;
  background: #004dff;
  font-size: 0.68rem;
  color: white;
  position: relative;
  margin: 0.6rem auto 0 auto;
  font-weight: bold;
  cursor: pointer;
}

.qu-yu-bg .qu-yu-btn i {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.14rem;
  height: 1.14rem;
  background: white;
  border-radius: 50%;
  z-index: 2;
}

.cheng-du {
  font-size: 0.52rem !important;
}

.qu-yu-bg .qu-yu-btn i:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background: url("../images/right.png") no-repeat;
  background-size: 100% 100%;
}
.img-title {
  width: 9rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.new-zi-xun-num {
  color: #f93434;
  font-size: 0.68rem;
  font-weight: bold;
  vertical-align: middle;
}

.new-zi-xun-t {
  font-size: 0.42rem;
  vertical-align: middle;
}

.new-zi-xun {
  position: relative;
  background: #f3f3f3;
  padding: 0.3rem 0.57rem 0.3rem 8rem;
}

.new-zi-xun-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  padding-left: 1.2rem;
}

.new-zi-xun-right {
  line-height: 1.5rem;
}

.ol-2 {
  padding: 0 0;
  margin-top: 0;
}

.pad-token {
  padding: 0.76rem 0.57rem 0.2rem 0.57rem;
  background: white;
}

.qu-yu-list {
  float: left;
  width: 22%;
  margin-bottom: 0.38rem;
  box-shadow: 0.02rem 0.03rem 0.03rem 0.03rem rgba(186, 151, 136, 0.17);
}

.qu-mar-right {
  margin-right: 4% !important;
}

.qu-w-3 {
  width: 30.6%;
}

.qu-w-2 {
  width: 22%;
  float: left;
}

.qu-yu-list:nth-child(4n) {
  margin-right: 0;
}

.qu-yu-list:nth-child(n + 12) {
  margin-bottom: 0;
}

.qu-yu-list .relatives {
  display: block;
  width: 100%;
  height: 1.14rem;
  font-size: 0.57rem;
  color: #333;
  text-align: center;
  line-height: 1.14rem;
  border-radius: 0.09rem;
  background: white;
}

.qu-yu-bg {
  background: url("../images/qu_bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.38rem;
  padding: 0.47rem 0.4rem;
}

.qu-yu-list .relatives:active {
  background: #1071e8;
  color: #ffffff;
}

.shou-qu {
  width: 100%;
  height: 2.72rem;
  font-size: 0.42rem;
  text-align: center;
  padding: 0.35rem 0 0.2rem 0;
  line-height: 0.57rem;
}

.qu-w-7 {
  float: right;
  width: 74%;
}

.qu-w-48 {
  width: 48%;
}

.qu-yu-list {
  box-shadow: none;
  border: 1px solid #d2d2d2;
  border-radius: 0.09rem;
}

.qu-yu-bg {
  background: url("../images/bg1.png") no-repeat;
  background-size: 100% 100%;
}
.ol-3 {
  margin-top: 1.2rem;
  padding: 0 0.45rem;
}
button {
  border: none;
}
.new-ol-4 {
  padding: 0.9rem 0.57rem 0.4rem 0.57rem;
}
.major-t {
  display: block;
  width: 100%;
  line-height: 0.95rem;
  color: white;
  font-size: 0.42rem;
  margin-top: 0.2rem;
  background: #004dff;
  border-radius: 0.19rem;
}
.bx-list-s {
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 5.8rem;
  background: white;
  margin-bottom: 0.38rem;
}

.bx-img {
  position: absolute;
  left: 0.28rem;
  top: 0.28rem;
}

.bx-img img {
  display: block;
  width: 5.3rem;
  height: 3.8rem;
  border-radius: 0.19rem;
}

.bx-title {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.61rem;
  color: #1f1f1f;
}

.bx-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.67rem;
  background: #004dff;
  border-radius: 0.05rem;
}

.bx-txt {
  font-size: 0.49rem;
  color: #777;
  line-height: 0.8rem;
  margin-top: 0.2rem;
}

.bx-btn button {
  display: block;
  width: 48.5%;
  float: left;
  line-height: 0.95rem;
  background: #f97a13;
  font-size: 0.45rem;
  color: white;
  border-radius: 0.1rem;
}

.bx-btn button:nth-child(2) {
  float: right;
  background: #004dff;
}

.bx-box {
  margin-top: 0.57rem;
}

.bx-btn {
  margin-top: 0.32rem;
}
.zi-xun-btn {
  width: 100%;
  height: 1.33rem;
  border-radius: 0.67rem;
  text-shadow: 0 0.05rem 0.05rem #022984;
  font-weight: bold;
  font-size: 0.66rem;
  color: #fff;
  text-align: center;
  line-height: 1.33rem;
  background: #004dff;
}
.new-ol-5 {
  padding: 0.9rem 0.57rem;
  background-color: #fff;
}

.new-ol-5 .zi-xun-btn {
  background: #004dff;
  text-shadow: 0 0.05rem 0.05rem rgba(0, 0, 195, 1);
}

.zy-list {
  float: left;
  width: 48.5%;
  margin-bottom: 0.57rem;
}

.zy-list:nth-child(2n) {
  float: right;
}

.zy-img img {
  display: block;
  width: 100%;
  border-radius: 0.19rem;
}

.zy-list .bx-title {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.zy-list .zy-content div {
  float: left;
  color: #004dff;
  font-size: 0.45rem;
  line-height: 0.68rem;
}

.zy-list .zy-content div:last-child {
  color: #777;
}

.zy-list .zy-content div span {
  color: #f97a13;
}

.zy-button {
  margin-top: 0.2rem;
}

.zy-button button {
  display: block;
  background: white;
  font-size: 0.45rem;
  color: #004dff;
  width: 48%;
  line-height: 0.95rem;
  border-radius: 0.19rem;
  border: 1px solid #004dff;
  float: left;
}

.zy-button button:nth-child(2) {
  background: #004dff;
  color: white;
  float: right;
}

.zy-box {
  margin-top: 0.59rem;
}
.new-ol-7 {
  padding: 0.9rem 0.57rem;

  background-color: #fff;
}
.new-ol-7 .img-title {
  width: 7.3rem;
}
.new-ol-9 .img-title {
  width: 8.3rem;
}
.xy-school-list {
  float: left;
  width: 48.5%;
  margin-bottom: 0.38rem;
}

.xy-school-list img {
  display: block;
  width: 100%;
  border-radius: 0.19rem;
  box-shadow: 0 0.06rem 0.06rem rgba(16, 84, 200, 0.1);
}

.xy-school-list:nth-child(1) {
  width: 100%;
}

.xy-school-list:nth-child(3),
.xy-school-list:nth-child(5) {
  float: right;
}

.xy-school-list:nth-child(4),
.xy-school-list:nth-child(5) {
  margin-bottom: 0;
}

.xy-school-box {
  margin-top: 0.6rem;
}

.new-ol-7 .xy-school-box {
  margin-bottom: 0.57rem;
}
.new-ol-8 {
  padding-top: 0.9rem;
  background-color: #fff;
}

.wen-box {
  background: url("../images/bg2.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.57rem;
  margin-top: 0.57rem;
}

.wen-objs {
  background: white;
  border-radius: 0.19rem;
  box-shadow: 0 0 0.05rem 0.05rem rgba(255, 112, 106, 0.05);
  padding: 0.38rem;
}

.wen-lists {
  position: relative;
  padding-left: 0.9rem;
}

.wen-title {
  font-size: 0.45rem;
  color: #333;
  position: relative;
  width: max-content;
  padding-right: 0.8rem;
}

.wen-content {
  position: relative;
  padding-right: 4.3rem;
  font-size: 0.42rem;
  color: #777;
  line-height: 0.63rem;
  margin-top: 0.2rem;
}

.wen-lists button {
  display: block;
  right: 0;
  top: 50%;
  width: 3.4rem;
  line-height: 1.14rem;
  background: #004dff;
  color: white;
  font-size: 0.45rem;
  border-radius: 0.57rem;
  position: absolute;
  transform: translateY(-50%);
}

.wen-title:after {
  content: "";
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  background: url("../images/hot.gif") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wen-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.85rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../images/wen.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.wen-lists {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

.wen-lists:last-child {
  border-bottom: none;
}

.new-ol-8 .zi-xun-btn {
  margin-top: 0.57rem;
  background: #004dff;
  text-shadow: 0 0.05rem 0.05rem rgba(0, 0, 195, 1);
}
.new-ol-9 {
  padding: 0.9rem 0.57rem;
  background-color: #fff;
}

.gun-dong-mm {
  background: white;
}

.gun-dong-mm:nth-child(2n) {
  background: #f8f8f8;
}

.gun-dong-mm div {
  float: left;
  width: 29%;
  font-size: 0.49rem;
  line-height: 1.14rem;
  text-align: center;
}

.gun-dong-mm div:nth-child(2) {
  width: 40%;
}

.gun-dong-mm div:nth-child(3) {
  width: 30%;
  margin-right: 0;
}

.dong-tai-obj {
  margin-top: 0.55rem;
}

.dong-tai-obj div {
  float: left;
  width: 29%;
  margin-right: 0.5%;
  line-height: 1.34rem;
  background: linear-gradient(0deg, #1587ff 0%, #1054c8 100%);
  color: white;
  font-size: 0.49rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.06rem 0.06rem 0.06rem rgba(16, 84, 200, 0.7);
}

.dong-tai-obj div:nth-child(1) {
  border-top-left-radius: 0.19rem;
}

.dong-tai-obj div:nth-child(2) {
  width: 40%;
}

.dong-tai-obj div:nth-child(3) {
  width: 30%;
  margin-right: 0;
  border-top-right-radius: 0.19rem;
}

#bigBox10 {
  height: 8rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
