.news_tab {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: "Alibaba PuHuiTi";
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.news_tab .pc_module_title {
  left: unset;
  transform: unset;
}

.news_tabItem {
  display: inline-block;
  color: #515F96;
  margin-right: 60px;
  font-size: 26px;
  cursor: pointer;
}
.news_tabItem.active {
  width: 114px;
  color: transparent;
  height: 37px;
}
.news_tabItem:last-child {
  margin-right: 0;
}
.news_tabItem:first-child.active {
  background: url(../images/news_tab1.html) no-repeat;
}
.news_tabItem:last-child.active {
  background: url(../images/news_tab2.html) no-repeat;
}

.news_tabContentItem {
  display: none;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.news_tabContentItem.active {
  display: block;
}

.competition_noticeItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.competition_noticeItem:last-child {
  margin-bottom: 40px;
}
.competition_noticeItem .notice_title {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  line-height: 24px;
  color: #515F96;
  cursor: pointer;
}
.competition_noticeItem .notice_title::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 7px 8px 5px 0;
  background: url(../images/star.png) no-repeat center;
  vertical-align: text-bottom;
}
.competition_noticeItem .notice_date {
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 22px;
  color: #97A2CB;
}

.competition_notice_page,
.competition_style_page {
  overflow: hidden;
}
.competition_notice_page .m-ui-page,
.competition_style_page .m-ui-page {
  float: right;
}

.competition_styleItem {
  display: flex;
  font: 14px/24px "PingFang SC";
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.competition_styleItem:last-child {
  margin-bottom: 40px;
}
.competition_styleItem:hover {
  background: #F7F7FB;
}
.competition_styleItem .style_img {
  width: 180px;
  height: 126px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.competition_styleItem .style_img img {
  width: 100%;
  height: 100%;
}
.competition_styleItem .style_content {
  flex: 1;
  padding-right: 30px;
}
.competition_styleItem .style_title {
  font-size: 16px;
  color: #001973;
  margin-top: 10px;
  cursor: pointer;
}
.competition_styleItem .style_info {
  max-height: 48px;
  color: #515F96;
  margin: 6px 0 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.competition_styleItem .style_info img {
  display: none;
}
.competition_styleItem .style_info p {
  line-height: 24px !important;
}
.competition_styleItem .style_date {
  color: #97A2CB;
  line-height: 22px;
}