.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
img {
  display: block;
}
.part1 {
  background: url(https://g.goschool.org.cn/statics/images/swiper_bck.png) no-repeat center top, url(https://g.goschool.org.cn/statics/images/news_bck.png) no-repeat center top;
  background-size: contain, contain;
  background-position-y: 0, 353px;
}
.title .title_lft {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.title .title_lft p {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #4E74CD;
  line-height: 28px;
  padding-bottom: 11px;
}
.title .title_lft span {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.title .title_lft .title_more {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #415CBF;
  line-height: 28px;
  position: absolute;
  top: 8px;
  right: -80px;
}
.news {
  padding: 32px 0 22.5px;
}
.news .layout {
  display: flex;
}
.news .layout .swiper {
  width: 583px;
  height: 380px;
}
.news .layout .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .layout .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .layout .list {
  position: relative;
  margin-top: 16px;
  margin-left: -22px;
  padding: 24px 27px 20px 58px;
  background: #E4EEFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #FFFFFF;
}
.news .layout .list ul {
  height: 376px;
}
.news .layout .list ul li {
  margin-top: 12px;
  padding: 12px 24px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.news .layout .list ul li:nth-child(1) {
  margin-top: 0;
}
.news .layout .list ul li:hover {
  background: radial-gradient(circle at top left, #668adf 0.15%, #3861c0 97.97%);
}
.news .layout .list ul li:hover a .title,
.news .layout .list ul li:hover a .time {
  color: #fff;
}
.news .layout .list ul li a .title {
  width: 502px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.news .layout .list ul li a .time {
  margin-top: 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 10px;
}
.news .layout .list .more {
  position: absolute;
  left: -58px;
  bottom: 13px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #3A62C1;
}
.part2 {
  padding: 22.5px 0 29px;
}
.part2 .layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.part2 .layout .fixed {
  position: relative;
}
.part2 .layout .fixed img {
  width: 242px;
}
.part2 .layout .fixed .text {
  position: absolute;
  top: -72px;
  right: -132px;
  width: 208px;
  height: 147px;
  padding: 34px 0 0 0;
  display: flex;
  justify-content: center;
  background: url(../images/fixed_bg.png) no-repeat center center / 100% 100%;
}
.part2 .layout .fixed .text a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #3A62C1;
}
.part2 .layout .box {
  width: 876px;
  height: 274px;
  padding: 39px 0 0 48px;
  background: radial-gradient(0% 0% at 0% 0%, #eff4fd 0%, #c8d9fc 97.71%), #738fd1;
  border-radius: 8px 8px 8px 8px;
  display: flex;
}
.part2 .layout .box .left .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 28px;
}
.part2 .layout .box .left .smalltext {
  margin-top: 18px;
  margin-bottom: 54px;
  width: 485px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 29px;
}
.part2 .layout .box .left a {
  padding: 12px 36px;
  background: radial-gradient(0% 0% at 0% 0%, #668adf 0.15%, #3861c0 97.97%), #ffffff;
  border-radius: 6px 6px 6px 6px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.part2 .layout .box .right {
  margin-top: -80px;
  width: 271px;
  height: 303px;
}
.part2 .layout .box .right img {
  width: 100%;
  height: 100%;
}
.part3 {
  padding: 29px 0;
}
.part3 .layout ul {
  margin-top: 44px;
}
.part3 .layout ul li {
  float: left;
  margin-right: 33px;
  margin-top: 17px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #D7D7D7;
}
.part3 .layout ul li:nth-child(2n) {
  margin-right: 0;
}
.part3 .layout ul li:nth-child(1),
.part3 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.part3 .layout ul li:hover {
  border: 1px solid #3A62C1;
}
.part3 .layout ul li:hover a .detail .title {
  color: #3A62C1;
}
.part3 .layout ul li a {
  padding: 13px 20px 16px 16px;
  display: flex;
  align-items: center;
}
.part3 .layout ul li a .imgbox {
  position: relative;
  width: 251px;
  height: 141px;
}
.part3 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
}
.part3 .layout ul li a .imgbox .status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 8px 8px 12px;
  border-radius: 0px 0px 0px 19px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.part3 .layout ul li a .imgbox .ing {
  background: #3A62C1;
}
.part3 .layout ul li a .imgbox .over {
  background: #CCCCCC;
}
.part3 .layout ul li a .detail {
  margin-left: 20px;
}
.part3 .layout ul li a .detail .title {
  width: 274px;
  height: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .layout ul li a .detail .time {
  margin-top: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part3 .layout ul li a .detail .writer {
  margin-top: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.part4 {
  padding: 29px 0 46px;
}
.part4 .layout ul {
  margin-top: 40px;
}
.part4 .layout ul li {
  float: left;
  margin-right: 26px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.part4 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part4 .layout ul li a .imgbox {
  width: 280px;
  height: 160px;
}
.part4 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
}
.part4 .layout ul li a .title {
  width: 280px;
  height: 98px;
  padding: 20px 17px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #F4F5F5;
}
.part4 .layout ul li a .title p {
  height: 56px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.advertising a img {
  width: 100%;
  height: auto;
}
.part5 {
  padding: 54px 0 66px;
}
.part5 .layout ul {
  margin-top: 40px;
}
.part5 .layout ul li {
  float: left;
  margin-right: 20px;
}
.part5 .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.part5 .layout ul li a .imgbox {
  width: 386px;
  height: 217px;
}
.part5 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
}
.part5 .layout ul li a .title {
  margin-top: 30px;
}
.part5 .layout ul li a .title p {
  width: 386px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.advertising_2 {
  padding: 43px 0 35px;
  width: 100%;
  background: url(../images/advertising_2.png) no-repeat center center / 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertising_2 h1 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #3A62C1;
  line-height: 28px;
}
.advertising_2 h2 {
  margin: 13px 0 25px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
}
.advertising_2 a {
  padding: 14px 58px;
  background: radial-gradient(0% 0% at 0% 0%, #668adf 0.15%, #3861c0 97.97%), #ffffff;
  border-radius: 6px 6px 6px 6px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
}
.advertising_2 a:hover {
  color: #FFFFFF !important;
}
