.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;
}
body {
  min-width: 1200px;
}
.part1 {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
}
.part1 .layout {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.part1 .layout .left {
  font-family: AlibabaPuHuiTiH;
  font-size: 28px;
  font-weight: 600;
  color: #0031D8;
  background-color: #fff;
  padding: 54px 22px;
  flex-shrink: 0;
}
.part1 .layout .right {
  background-color: rgba(255, 255, 255, 0.49);
  padding: 30px 60px 0;
}
.part1 .layout .right .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #0035C0;
  margin-bottom: 17px;
  text-align: center;
}
.part1 .layout .right .smalltext {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0035C0;
  line-height: 35px;
  text-indent: 2em;
}
.part1 .layout .right .smalltext a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0035C0;
}
.part2 {
  padding: 30px 0 110px;
}
.part2 .layout .header {
  margin-bottom: 40px;
}
.part2 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}
.part2 .layout .box {
  background: url(../images/background.png) no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.part2 .layout .box .tab {
  height: 78px;
  background: #F5F5F5;
  box-shadow: inset 0px 1px 16px 0px rgba(218, 218, 218, 0.5);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 4px;
}
.part2 .layout .box .tab li {
  border-radius: 15px;
  width: 353px;
  height: 70px;
  font-family: AlibabaPuHuiTiR;
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
.part2 .layout .box .tab .on {
  background-color: #fff;
  color: #000BD5;
}
.part2 .layout .box .content {
  padding: 81px 44px 0 49px;
  min-height: 451px;
}
.part2 .layout .box .content li {
  display: none;
}
.part2 .layout .box .content li .list {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.part2 .layout .box .content li .list .left {
  padding: 38px 58px 0;
  margin-right: 30px;
  width: 215px;
  height: 135px;
  background: #1C6AFD;
  border-radius: 8px;
  font-family: AlibabaPuHuiTiB;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  flex-shrink: 0;
}
.part2 .layout .box .content li .list .middle {
  margin-right: 42px;
  width: 675px;
  font-family: AlibabaPuHuiTiB;
  font-size: 24px;
  color: #666666;
  line-height: 43px;
}
.part2 .layout .box .content li .list .middle span {
  font-family: AlibabaPuHuiTiB;
  font-size: 24px;
  color: #666666;
  line-height: 43px;
  font-weight: 600;
}
.part2 .layout .box .content li .list .right a {
  padding: 8px 24px;
  display: block;
  border-radius: 42px;
}
.part2 .layout .box .content li .list .right .bmrk {
  margin-bottom: 15px;
  background: #FED35C;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #1756C4;
}
.part2 .layout .box .content li .list .right .ckxq {
  background: #0035C0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.part2 .layout .box .content .on {
  display: block;
}
.part3 {
  min-width: 1200px;
  padding: 50px 0 114px;
  background-color: #CBE6FF;
}
.part3 .layout .header {
  margin-bottom: 40px;
}
.part3 .layout .header img {
  height: 129px;
  display: block;
  margin: 0 auto;
  transform: translateX(17px);
}
.part3 .layout .notice {
  padding: 36px 90px 44px;
  background-color: #fff;
  margin-bottom: 27px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #0059D8;
  line-height: 34px;
  text-indent: 2em;
  text-align: justify;
}
.part3 .layout .notice span {
  font-size: 18px;
  color: #E88100;
  font-weight: 600;
}
.part3 .layout .box {
  position: relative;
}
.part3 .layout .box ul {
  position: relative;
  z-index: 2;
}
.part3 .layout .box ul li {
  display: block;
  float: left;
}
.part3 .layout .box ul li:hover .title {
  color: #0059D8;
}
.part3 .layout .box ul li a {
  display: block;
}
.part3 .layout .box ul li img {
  display: block;
}
.part3 .layout .box ul li .style {
  width: 52px;
  margin-bottom: 30px;
}
.part3 .layout .box ul li .time {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.part3 .layout .box ul li .time span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #0059D8;
}
.part3 .layout .box ul li .pic {
  width: 286px;
  height: 163px;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 19px;
}
.part3 .layout .box ul li .title {
  width: 259px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .box ul li .writer,
.part3 .layout .box ul li .zw {
  width: 286px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.part3 .layout .box .xian {
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EAEAEA;
  z-index: 0;
}
.part4 {
  padding: 30px 0;
}
.part4 .layout .header {
  margin-bottom: 40px;
}
.part4 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}
.part4 .layout ul li {
  float: left;
  margin-top: 14px;
  margin-right: 20px;
  padding: 29px 33px 38px 34px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 1px rgba(201, 201, 201, 0.5);
}
.part4 .layout ul li:nth-child(1) {
  margin-top: 0;
  margin-right: 0;
  padding: 44px 67px 46px 36px;
  background: #2D7CFF;
  box-shadow: initial !important;
  display: flex;
}
.part4 .layout ul li:nth-child(1):hover {
  background: #2D7CFF;
}
.part4 .layout ul li:nth-child(1) .left {
  margin-right: 42px;
}
.part4 .layout ul li:nth-child(1) .left img {
  display: block;
  width: 570px;
  height: 314px;
}
.part4 .layout ul li:nth-child(1) .right .title {
  margin-bottom: 30px;
  width: 486px;
  height: 48px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout ul li:nth-child(1) .right .smalltext {
  margin-bottom: 68px;
  width: 486px;
  height: 135px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout ul li:nth-child(1) .right a {
  width: fit-content;
  display: block;
  border-radius: 15px;
  background: #FED35C;
  padding: 8px 33px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2D7CFF;
}
.part4 .layout ul li:nth-child(2n-1) {
  margin-right: 0;
}
.part4 .layout ul li:hover {
  background: #E2EAF9;
  box-shadow: 1px 2px 7px 3px rgba(18, 44, 122, 0.5);
}
.part4 .layout ul li a {
  display: flex;
}
.part4 .layout ul li a .time {
  margin-right: 20px;
}
.part4 .layout ul li a .time .data {
  margin-bottom: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.part4 .layout ul li a .time .year {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
}
.part4 .layout ul li a .title {
  width: 450px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
  line-height: 32px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout .more {
  width: fit-content;
  display: block;
  margin: 44px auto 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2D7CFF;
}
.part5 {
  padding: 30px 0;
}
.part5 .layout .header {
  margin-bottom: 40px;
}
.part5 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}
.part5 .layout ul li {
  float: left;
  margin-right: 21px;
}
.part5 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}
.part5 .layout ul li:hover a img {
  transform: scale(1.2);
}
.part5 .layout ul li a {
  display: block;
  overflow: hidden;
}
.part5 .layout ul li a img {
  display: block;
  width: 386px;
  height: 197px;
  transition: all .3s;
}
.part6 {
  padding: 30px 0;
}
.part6 .layout .header {
  margin-bottom: 40px;
}
.part6 .layout .header img {
  height: 84px;
  display: block;
  margin: 0 auto;
  transform: translateX(35px);
}
.part6 .layout a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.part6 .layout a:hover img {
  transform: scale(1.2);
}
.part6 .layout a img {
  display: block;
  width: 100%;
  transition: all .3s;
}
