.top {
  position: relative;
  overflow: hidden;
  height: 8.75rem;
  color: #FFF;
  background: #AD1013;
}
.top_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(139,139,139,0.14) 51%, rgba(0,0,0,0.3) 100%);
  z-index: 2;
}
.top_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.red_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #AD1013;
}
.top_nav {
  color: #FFF;
  font-size: 0.325rem;
  margin: 0 0.375rem;
  padding: 0.25rem 0;
  cursor: pointer;
  position: relative;
}
.top_select {
  box-sizing: border-box;
  position: absolute;
  top: 0.725rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.75rem;
  background: #FFF;
  padding: 0.125rem 0.375rem;
}
.top_select::after {
  content: '';
  position: absolute;
  top: -0.1375rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-bottom: 0.15rem solid #FFF;
}
.select_line {
  display: block;
  font-size: 0.3rem;
  text-align: center;
  color: #302A29;
  padding: 0.25rem 0;
  border-bottom: 0.0125rem solid #E7E7E7;
}
.select_line:last-child {
  border: 0;
}
.select_line:hover {
  color: #AD1013;
}
.top_logo {
  padding-top: 0.25rem;
  width: 5.575rem;
  margin: 0 0.25rem 0.25rem;
}
.top .icon-search, .red_top .icon-search{
  font-size: 0.325rem;
  color: #FFF;
}
.top_bgbox {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  margin-left: -100%;
  z-index: 1;
}
.top_img {
  width: 20%;
  height: 8.75rem;
}
.top_title {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  z-index: 3;
}
.top_p {
  color: #FFF;
  font-size: 0.625rem;
  text-align: center;
  padding: 0 2.5rem;
  -webkit-line-clamp: 1;
}
.top_circle {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border: 0.0125rem solid #FFF;
  margin: 0.4875rem 0.1625rem 0;
  cursor: pointer;
}
.top_circle_a {
  background: #FFF;
}
.top_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 0.4rem;
  color: #FFF;
  padding: 0.25rem;
  background: rgba(255, 255, 255, .3);
  transform: rotate(180deg);
  cursor: pointer;
}
.top_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 0.4rem;
  color: #FFF;
  padding: 0.25rem;
  background: rgba(255, 255, 255, .3);
  cursor: pointer;
}

/* 新闻速递 */
.news {
  padding: 0 1rem;
  position: relative;
}
.news_left {
  width: 11.05rem;
  height: 7.425rem;
  overflow: hidden;
  position: relative;
}
.news_box {
  font-size: 0;
  width: 700%;
  margin-left: -100%;
}
.news_img {
  width: 11.05rem;
  height: 7.425rem;
}
.news_left_page {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.3rem;
  padding: 0.175rem 0.25rem;
  background: #CED8E5;
}
#news_left_arrow {
  transform: rotate(180deg);
  margin-right: 0.1875rem;
  cursor: pointer;
}
#news_right_arrow {
  margin-left: 0.1875rem;
  cursor: pointer;
}
.news_r {
  padding-left: 0.875rem;
}
.news_right {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 0.0125rem solid #DBDBDB;
  font-size: 0.3rem;
}
.news_icon {
  font-size: 0.275rem;
  color: #AD1013;
  padding: 0.0875rem 0.275rem;
  border: 0.0125rem solid #AD1013;
  margin-right: 0.3125rem;
  position: relative;
}
.news_icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.05rem;
  width: 0.0125rem;
  border-top: 0.0625rem solid transparent;
  border-bottom: 0.0625rem solid #FFF;
  border-right: 0.0625rem solid transparent;
  border-left: 0.0625rem solid transparent;
}
.news_icon::before {
  content: "";
  position: absolute;
  bottom: -0.0125rem;
  right: -0.075rem;
  width: 0.0075rem;
  height: 0rem;
  border-top: 0.0625rem solid transparent;
  border-right: 0.0625rem solid transparent;
  border-bottom: 0.0625rem solid #AD1013;
  border-left: 0.0625rem solid transparent;
}
.news_more {
  width: fit-content;
  display: block;
  color: #AFAFAF;
  font-size: 0.25rem;
  border: 0.0125rem solid #C3C3C3;
  border-radius: 0.075rem;
  background: #FFF;
  padding: 0.25rem 1.125rem;
  margin: 0.375rem auto 0;
}
/* 通知公告 */
.notice {
  margin-top: 0.75rem;
  padding: 0 1rem 0.625rem;
  background: #E9E9E9;
}
.notice_box {
  width: 32%;
  box-sizing: border-box;
  background: #FFF;
  padding: 0.5rem;
  margin-right: 2%;
  color: #AFAFAF;
  font-size: 0.25rem;
}
.notice_box:last-child {
  margin-right: 0;
}
.notice_day {
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
}
.notice_year {
  color: #AD1013;
  padding: 0.0875rem 0.2375rem;
  border: 0.0125rem solid #AD1013;
  border-radius: 0.2375rem;
  margin-top: 0.425rem;
}
.notice_title {
  font-size: 0.3rem;
  color: #000;
  margin-bottom: 0.4375rem;
  -webkit-line-clamp: 1;
}
.notice_con {
  -webkit-line-clamp: 3;
  line-height: 2;
}
.notice_box:hover {
  background: #AD1013;
  color: #FFF;
}
.notice_box:hover .notice_title {
  color: #FFF;
}
.notice_box:hover .notice_year {
  color: #FFF;
  border: 0.0125rem solid #FFF;
}
.notice_circle {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border: 0.0125rem solid #AD1013;
  margin: 0.625rem 0.1625rem 0;
  cursor: pointer;
}
.notice_circle_a {
  background: #AD1013;
}
/* 就业服务 */
.service {
  font-size: 0.3rem;
  padding: 0 1rem 1.25rem;
}
.ser_card {
  padding: 0.5rem 0;
  border-bottom: 0.0125rem solid #E7E7E7;
}
.ser_day {
  font-size: 0.4rem;
  padding-bottom: 0.075rem;
}
.ser_line {
  font-size: 0.225rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.ser_card:hover .flex_column {
  color: #000;
}
.ser_bottom {
  font-size: 0.3rem;
  flex: 1 1 0%;
  padding: 0.7125rem 0;
  border-bottom: 0.075rem solid #AD1013;
  box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.16);
  margin-top: 0.75rem;
}
.ser_bottom .icon-teaching, .ser_bottom .icon-Boutique {
  font-size: 1.425rem;
  color: #6C6C6C;
  margin-right: 0.625rem;
}
.ser_bottom:hover {
  border-bottom: 0.075rem solid #D39797;
}
.ser_bottom:hover .icon-arrow {
  background: #AD1013;
  color: #FFF;
}
.ser_xu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.0125rem dashed #AD1013;
  border-radius: 50%;
  margin-left: 2.5rem;
  margin-right: 0.25rem;
}
.ser_xu .icon-arrow {
  font-size: 0.275rem;
  color: #AD1013;
  padding: 0.2125rem;
  border-radius: 50%;
  border: 0.0125rem solid #AD1013;
}