.header {
  background: #822045;
}

.header .headermain {
  background: rgba(130, 32, 69, 0.6);
}

.footer {
  background: #822045;
}

.footer .footer_bottom {
  background: #822045;
}

.apply-content {
  position: relative;
}

.apply-content a {
  display: block;
}

.apply-content .apply {
  width: 196px;
  height: 108px;
  z-index: 2;
  background: url(../images/apply.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -75px;
  border-radius: 4px;
}

.content-items .content-title {
  margin-bottom: 16px;
}

.content-items .content-title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

.content-items .content-title .content-icon {
  width: 14px;
  height: 15px;
  background: url(../images/content-icon.png) no-repeat center;
  background-size: contain;
  margin-right: 17px;
}

.content {
  margin-bottom: 32px;
}

.content > div {
  float: left;
  width: calc(33.33% - 12px);
}

.content > div:nth-of-type(2) {
  margin: 0 18px;
}

.content ul li .top {
  padding: 12px 16px;
  background: #822045;
  border-radius: 8px 8px 0 0;
}

.content ul li .top .tip {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.content ul li .top .details {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
  line-height: 18px;
  float: right;
  vertical-align: middle;
  padding: 2px;
}

.content ul li .top .more-icon {
  display: inline-block;
  margin-left: 7px;
  width: 6px;
  height: 12px;
  background: url(../images/more-icon.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

.content ul li > a {
  display: block;
  border-radius: 0 0 8px 8px;
  height: 2.58rem;
  position: relative;
  overflow: hidden;
}

.content ul li > a .story_img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.content ul li > a .news-title {
  padding: 32px 16px 16px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(90, 72, 79, 0), rgba(51, 10, 26, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a484f', endColorstr='#330a1a',GradientType=0 );
}

.content ul li > a .news-title p {
  max-height: 64px;
  font-size: 14px;
  font-weight: 500;
  color: #f5f7fa;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content ul li > a:hover .story_img {
  transform: scale(1.2);
}

.news-content {
  background: #ffffff;
}

.news-content .news {
  padding-top: 32px;
  padding-bottom: 40px;
  text-align: left;
}

.news-content .news > div {
  position: relative;
  width: 100%;
  float: left;
}

.news-content .news > div:first-child {
  margin-right: 48px;
}

.news-content .news ul li {
  width: calc(50% - 11px);
  display: inline-block;
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 8px;
}

.news-content .news ul li .title {
  padding: 16px;
}

.news-content .news ul li .title a {
  float: left;
  color: #303133;
  width: calc(100% - 90px);
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content .news ul li .title a:hover {
  color: #822045;
}

.news-content .news ul li .title .date {
  float: right;
  color: #c0c5cc;
  font-size: 12px;
  font-family: Oswald-Medium, Oswald;
  padding-top: 2px;
}

.news-content .news ul li .title a::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  background-color: #822045;
}

.news-content .news ul li:nth-child(odd) {
  margin-right: 16px;
}

.news-title {
  padding-bottom: 24px;
}

.news-title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

.news-title span.news-icon {
  width: 14px;
  height: 16px;
  background: url(../images/content-icon.png) no-repeat center;
  background-size: cover;
  margin-right: 14px;
}

.more {
  position: absolute;
  right: 0;
  top: 2px;
  border: 1px solid rgba(130, 32, 69, 0.2);
  border-radius: 17px;
  padding: 3px 0px 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more a {
  text-decoration: none;
  padding: 5px 14px 5px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: #822045;
  line-height: 20px;
}

.more:hover {
  background-color: #822045;
}

.more:hover a {
  color: #ffffff;
}

.assess {
  position: relative;
  margin-top: 32px;
}

.assess ul li {
  display: inline-block;
  width: calc(33.33% - 13px);
}

.assess ul li img {
  border-radius: 8px 8px 0 0;
}

.assess li:not(:last-child) {
  margin-right: 15px;
}

.assess li:nth-child(3) {
  margin-right: 0;
}

.assess li:nth-child(4) {
  margin-top: 32px;
  margin-left: 15%;
}

.assess .assess_info {
  height: 150px;
  background: #822045;
  padding: 24px;
  border-radius: 0 0 8px 8px;
  overflow: auto;
}

.assess .assess_info p {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  color: #f5f7fa;
  line-height: 24px;
}

.assess .assess_info::-webkit-scrollbar {
  width: 6px;
}

.assess .assess_info::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 5px;
}

.assess .assess_info::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.assess .assess_info .name {
  float: right;
  margin-top: 20px;
}

.contact {
  background: #f2eef0;
}

.contact .contact-container {
  position: relative;
}

.contact .contact-container .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 258px;
  height: 129px;
  background: url(../images/bg1.png) no-repeat;
}

.contact .contact-container .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 258px;
  height: 129px;
  background: url(../images/bg2.png) no-repeat;
}

.contact h2 {
  padding-top: 48px;
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #85423a;
  line-height: 32px;
  letter-spacing: 1px;
}

.contact p {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #822045;
  line-height: 20px;
}

.contact .contact-info {
  text-align: center;
  padding-bottom: 48px;
}

.contact .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #822045;
  line-height: 24px;
}

.contact .contact-info span:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) {
  .content ul li > a {
    height: 258px;
  }
}

@media only screen and (max-width: 1199px) {
  .content ul li > a {
    height: 3.58rem;
  }
}

@media only screen and (max-width: 800px) {
  .content-items .content > div {
    width: 100%;
    float: none;
    margin: 0 0 24px 0;
  }
  .content-items .content > div:last-child {
    margin-bottom: 0;
  }
  .content ul li > a {
    height: 10.58rem;
  }
  .content > div:nth-of-type(2) {
    margin: 0 0 24px 0;
  }
}

@media only screen and (max-width: 600px) {
  .apply-content .apply {
    width: 124px;
    height: 80px;
    top: -60px;
  }
  .news-content .news .news-event ul li {
    width: 100%;
  }
  .news-content .news .news-event ul li:nth-child(odd) {
    margin-right: 0px;
  }
  .assess ul li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
  .assess li:nth-child(4) {
    margin-top: 32px;
    margin-left: 0;
  }
  .assess li:not(:last-child) {
    margin-right: 0;
  }
  .swiper-container1 .swiper-pagination {
    display: none;
  }
}
