* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news ul li {
  float: left;
  width: calc(33.33% - 12px);
}

.news ul li:nth-of-type(2) {
  margin: 0 18px;
}

.news ul li > a {
  display: block;
  border-radius: 0 0 4px 4px;
  height: 2.58rem;
  position: relative;
overflow: hidden;
}

.news ul li > a .study_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news ul li > a:hover .study_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news ul li > a .news-title {
  padding: 32px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.news ul li > a .news-title p {
  font-size: 16px;
  font-weight: 500;
  color: #f5f7fa;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.table {
  padding-top: 32px;
}

.table table {
  text-align: center;
  width: 100%;
  min-width: 768px;
  overflow: auto;
}

.table table thead {
  border-radius: 4px 4px 0 0;
  background: #822045;
}

.table table thead tr th {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  padding: 22px 8px;
  border-right: 1px solid rgba(204, 200, 201, 0.4);
}

.table table thead tr th:last-child {
  border-right: none;
}

.table table tbody tr {
  background: #fff;
}

.table table tbody tr td {
  border-left: 1px solid rgba(204, 200, 201, 0.4);
  border-bottom: 1px solid #f2eef0;
  font-size: 16px;
  font-weight: 400;
  color: #333132;
  line-height: 20px;
  padding: 5px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table table tbody tr td:last-child {
  border-right: 1px solid rgba(204, 200, 201, 0.4);
min-width:98px;
}

.table table tbody tr td a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  color: #822045;
  display: inline-block;
  font-size: 14px;
  padding: 4px 11px;
  border: 1px solid rgba(91, 35, 57, 0.2);
}

.table table tbody tr:nth-of-type(odd) {
  background: #f2eef0;
}

.table table tbody tr:hover td {
  color: #822045;
}

.table table tbody tr:hover td a {
  background: #822045;
  color: #fff;
}





.table table tbody tr.finish td {
  color: #333132;
}

.table table tbody tr.finish td a {
  background: none;
  color: #666666;
  pointer-events: none;
}

.table table tbody tr.finish:hover td a {
  background: none;
}



@media only screen and (min-width: 1200px) {
  .news ul li > a {
    height: 258px;
  }
}

@media only screen and (max-width: 1199px) {
  .news ul li > a {
    height: 3.58rem;
  }
}

@media only screen and (max-width: 810px) {
  .table {
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .news ul li {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  .news ul li:last-child {
    margin-bottom: 0;
  }
  .news ul li > a {
    height: 10.58rem;
  }
  .news ul li:nth-of-type(2) {
    margin: 0 0 24px 0;
  }
}

.services {
  text-align: center;
}

.services .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 24px;
}

.services .left {
  padding: 20px 16px 16px;
  border-radius: 4px;
  background: #fff;
  float: left;
  width: calc(50% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services .left .title {
  color: #2154a6;
}

.services .left .info {
  background: #eef2f8;
  border-radius: 4px;
  position: relative;
   padding: 65px 16px 16px;
      max-height: 232px;
}

.services .left .info .bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94px;
  height: 94px;
  background: url(../images/service_bg_1.png) no-repeat center;
  background-size: cover;
}

.services .left .info .bg-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 94px;
  background: url(../images/service_bg_2.png) no-repeat center;
  background-size: cover;
}
.services .right .fj {
  margin-top: 16px;
}

.services .right .fj a {
  width: auto;
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid rgba(130, 32, 69, 0.4);
}
.services .left .info .order {
  padding: 21px 53px;
  border-radius: 4px;
  border: 1px solid #9bb3d6;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .left .info .order .icon {
  width: 21px;
  height: 20px;
  background: url(../images/services_icon_2x.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .left .info .order .text {
  font-size: 16px;
  font-weight: 600;
  color: #2154a6;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .left .info .order:hover {
  background: #2154a6;
}

.services .left .info .order:hover .icon {
  background: url(../images/services_icon_hover_2x.png) no-repeat center;
  background-size: cover;
}

.services .left .info .order:hover .text {
  color: #fff;
}

.services .left .info .desc {
  padding-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #4973b6;
  line-height: 16px;
}

.services .right {
  float: left;
  width: calc(50% - 8px);
  margin-left: 16px;
  padding: 20px 16px 16px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services .right .title {
  color: #822045;
}

.services .right .info {
  padding: 24px 20px;
  background: #f2eef0;
  border-radius: 4px;
  position: relative;
}

.services .right .info p {
  font-size: 14px;
  font-weight: 400;
  color: #822045;
  line-height: 24px;
}
.services .right .info div a{
 font-size: 14px;
  font-weight: 400;
  color: #822045;
  line-height: 24px;
}
.services .right .info .bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 128px;
  background: url(../images/service_bg_3.png) no-repeat center;
  background-size: cover;
}

.services .right .info .bg-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 128px;
  background: url(../images/service_bg_4.png) no-repeat center;
  background-size: cover;
}

.services .welfare {
  margin-top: 32px;
  position: relative;
}

.services .welfare img {
  max-width: 100%;
}

.services .welfare .text-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 111px;
  height: 58px;
  background: url(../images/welfare-img.png) no-repeat center;
  background-size: cover;
}

.explain {
  display: none;
}

.explain .explain_title {
  font-weight: 600;
  color: #822045;
  line-height: 20px;
  font-size: 20px;
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  .services .left {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  .services .left .info {
    height: auto !important;
  }
  .services .right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .services .right .info {
    padding: 24px 16px 16px;
  }
}

.activities ul li {
  float: left;
  width: calc(50% - 8px);
}

.activities ul li:nth-child(odd){
  margin-right: 16px;
margin-bottom:16px;
}

.activities ul li .contain {
  border-radius: 4px;
  overflow: hidden;
}
.activities ul li .contain .act-more {
  float: right;
  color: #909499;
  font-size: 14px;
}

.activities ul li .contain .left {
  float: left;
  width: 65%;
}

.activities ul li .contain .right {
  background: #fff;
  float: left;
  width: 35%;
  padding: 16px;
}

.activities ul li .contain .right .enroll {
  margin-bottom: 30px;
}

.activities ul li .contain .right .enroll .sign-up {
  font-size: 16px;
  font-weight: 600;
  color: #2154a6;
  line-height: 20px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.activities ul li .contain .right .enroll .sign-up::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/sign_up_2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
}

.activities ul li .contain .right .enroll .news-title {
  display: block;
  background: #eef2f8;
  border-radius: 4px;
  padding: 8px;
  min-height: 70px;
}

.activities ul li .contain .right .enroll .news-title a {
  font-size: 14px;
  font-weight: 400;
  color: #2154a6;
  line-height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activities ul li .contain .right .review .look-back {
  font-size: 16px;
  font-weight: 600;
  color: #822045;
  line-height: 20px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.activities ul li .contain .right .review .look-back::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/look_back_2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
}

.activities ul li .contain .right .review .news-title {
  display: block;
  background: #f2eef0;
  border-radius: 4px;
  padding: 8px;
  text-overflow: ellipsis;
  min-height: 70px;
}

.activities ul li .contain .right .review .news-title a {
  font-size: 14px;
  font-weight: 400;
  color: #822045;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .activities ul li {
    float: none;
    width: 100%;
    margin-bottom: 24px;
  }
  .activities ul li:last-child {
    margin-bottom: 0;
  }
  .activities ul li .contain .left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .activities ul li .contain .right {
    float: left;
    width: 100%;
  }
.explain {
    display: block;
  }
  .table {
    padding-top: 8px;
  }
}

.services .left .info{
  padding: 24px 20px;
}
.services .left .info .info_content{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.services .left .info .info_content img{
    object-fit: contain;
}
.services .left .info .info_content .text p{
    font-size: 14px;
    color: #2154a6;
    line-height: 26px;
}

@media screen and (max-width: 1199px) {
    .services .left .info{
        padding: 20px 0;
        height: auto !important;
        max-height: unset;
    }
    .services .left .info .info_content{
        display: block;
    }
}
/*# sourceMappingURL=study.css.map */