﻿body {
  background: #f8f8f8;}
a {
  color: #000;}
.banner {
  overflow: hidden;
  position: relative;
  height: 660px;}
.banner-list {
  position: absolute;
  display: flex;}
.dorm-list {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 60px;
  display: flex;}
.dorm-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 18px;
  background-color: hsla(0, 0%, 100%, 0.6);}
.dorm-item:nth-child(3) {
  margin-right: 0;}
.dorm-item-active {
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;}
.banner-btn {
  width: 1400px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
  display: flex;
  justify-content: space-between;}
.left-btn,
.right-btn {
  width: 60px;
  height: 60px;
  opacity: 0.4;
  cursor: pointer;}
.left-btn {
  background: url(../../images/jinglingtu.png) no-repeat -8px -546px;}
.right-btn {
  background: url(../../images/jinglingtu.png) no-repeat -8px -478px;}
.content {
  width: 1400px;
  margin: 0 auto;}
.content-item-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.content-news {
  margin: 47px 0 37px;}
.content-item-title {
  background: url(../../images/jinglingtu.png) -1px 9px no-repeat;
  padding-left: 42px;
  font-size: 32px;
  font-weight: 600;
  color: hsla(0, 0%, 0%, 0.851);}
.content-item-english {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 4px;
  letter-spacing: -0.6px;
  color: hsla(0, 0%, 0%, 0.35);}
.content-item-top-right {
  cursor: pointer;
  position: relative;
  top: 5px;}
.swiper-item {
  position: relative;}
.newsImg-time {
  position: absolute;
  bottom: 74px;
  width: 90px;
  height: 80px;
  background-color: hsla(358, 75%, 40%, 1);}
.newsImg-time::after {
  position: absolute;
  top: 45px;
  left: 26px;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);}
.newsImg-day {
  position: relative;
  top: 12px;
  left: 14px;
  font-size: 32px;
  font-family: "Arial";
  font-weight: 500;
  color: #fff;}
.newsImg-month {
  position: relative;
  top: 36px;
  left: 14px;
  font-size: 20px;
  font-family: "Arial";
  color: #fff;}
.newsImg-title {
  font-size: 22px;
  font-weight: 600;
  font-family: "苹方";
  color: hsla(0, 0%, 0%, 0.85);
  width: 590px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.content-news-bottom {
  display: flex;
  margin-top: 29px;
  justify-content: space-between;}
.content-news-bottom-left {
  width: 590px;
  overflow: hidden;
  position: relative;
  margin-right: 52px;
  height: 494px;}
.content-news-bottom-left img {
  width: 590px;}
.swiper-list {
  position: absolute;
  display: flex;}
.swiper-dian-list {
  position: absolute;
  display: flex;
  bottom: 100px;
  right: 50px;}
.swiper-dian-item {
  cursor: pointer;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);}
.swiper-dian-item-active {
  background-color: #fff;}
.swiper-dian-item:nth-child(2) {
  margin: 0 15px;}
.content-news-bottom-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.content-news-bottom-item {
  padding: 20px;
  width: 360px;
  height: 230px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-top: 3px solid hsla(357, 77%, 43%, 1);}
.news-item-day {
  font-size: 40px;
  font-family: "Arial";
  font-weight: 600;
  margin-right: 6px;
  color: hsla(29, 34%, 48%, 1);}
.news-item-month {
  color: hsla(0, 0%, 62%, 1);}
.news-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  margin: 8px 0 13px;
  display: -webkit-box;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: hsla(0, 0%, 20%, 1);}
.news-item-content {
  font-size: 14px;
  font-family: "思源方体 CN";
  color: hsla(0, 0%, 0%, 0.45);
  display: -webkit-box;
  width: 320px;
  height: 60px;
line-height:20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;}
.content-native {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;}
.content-native-left,
.content-native-right {
  width: 670px;}

.content-native-left-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 26px;}
.content-native-item {
  position: relative;
  width: 320px;
  height: 180px;
  padding: 27px 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;}
.native-english {
  letter-spacing: -1.1px;}
.content-native-item:hover {
  background-color: hsla(358, 75%, 40%, 1);}
.content-native-item:hover .content-native-item-time,
.content-native-item:hover .content-native-item-content a {
  color: #fff;}
.content-native-item::after {
  content: "";
  display: inline-block;
  background: url(../../images/jinglingtu.png) no-repeat -6px -290px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 27px;
  left: 27px;}
.content-native-item:hover:after {
  content: "";
  display: inline-block;
  background: url(../../images/jinglingtu.png) no-repeat -6px -325px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 27px;
  left: 27px;}
.content-information-bottom {
  margin-top: 20px;}
.content-native-item-time {
  font-family: "Arial";
  color: hsla(0, 0%, 62%, 1);
  margin-bottom: 17px;}
.content-native-item-content {
  font-size: 18px;
  font-family: "Arial";
  line-height: 28px;
  color: hsla(0, 0%, 0%, 0.851);
  font-weight: 600;
  display: -webkit-box;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;}
.content-information-item {
  display: flex;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);}
.content-information-time {
  font-size: 16px;
  color: hsla(0, 0%, 20%, 1);
  line-height: 54px;}
.content-information-line {
  display: block;
  width: 1px;
  height: 16px;
  position: relative;
  top: 19px;
  background-color: hsla(359, 91%, 30%, 1);
  margin: 0 18px 0 25px;}
.content-information-content a {
  display: block;
  color: hsla(0, 0%, 0%, 0.8);
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;}
.information-english {
  letter-spacing: -0.9px;}
.link-Friendship .link-item1 {
  background-color: #fff;}
