.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;
}

header a img {
  width: 290px;
  margin: -8px auto 0px;
  display: block;
  /* padding-bottom: 150px; */
}

.title {
  width: 1200px;
  position: relative;
  margin-bottom: 30px;
}

.title .tip {
  padding: 0 72px;
  width: fit-content;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #0079FF;
  background: url(../images/title.png) no-repeat center;
  background-size: 274px 25px;
  margin: 0 auto;
}

.title a {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.title a img {
  margin-left: 7px;
  width: 12px;
  display: block;
  flex-shrink: 0;
}

.part1 {
  padding: 54px 0 58px;
  background: url(../images/part1_background.png) no-repeat;
}

.part1 .layout .box {
  background: url(../images/part1_content_background.png) no-repeat;
  background-size: 100% 100%;
  padding: 18px 14px;
  display: flex;
}

.part1 .layout .box .tab {
  flex-shrink: 0;
  margin-right: 9px;
}

.part1 .layout .box .tab li {
  width: 220px;
  padding: 18px 0px;
  background: rgba(255, 255, 255, 0.69);
  border-radius: 8px 8px 8px 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-bottom: 13px;
  cursor: pointer;
}

.part1 .layout .box .tab li:nth-last-child(1) {
  margin-bottom: 0;
}

.part1 .layout .box .tab .on {
  width: 227px;
  background: url(../images/part1_on.png) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
}

.part1 .layout .box .content {
  min-height: 218px;
}

.part1 .layout .box .content li {
  height: 100%;
  display: none;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 8px 8px 8px 8px;
}

.part1 .layout .box .content li p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}

.part1 .layout .box .content .on {
  display: block;
}

.part2 {
  padding: 42px 0 50px;
}

.part2 .layout .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.part2 .layout .tab li {
  margin-right: 22px;
  padding: 6px 26px;
  background: #F4F4F4;
  border-radius: 5px 5px 5px 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 19px;
  color: #394764;
  cursor: pointer;
}

.part2 .layout .tab li:nth-last-child(1) {
  margin-right: 0;
}

.part2 .layout .tab .on {
  background: #0079FF;
  color: #fff;
}

.part2 .layout .contentbox .content {
  display: none;
}

.part2 .layout .contentbox .content li {
  float: left;
  margin-right: 21px;
  margin-top: 22px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  box-shadow: 0px 1px 12px 1px rgba(1, 9, 23, 0.13);
}

.part2 .layout .contentbox .content li:hover a .bottom .title {
  color: #0052D9;
}

.part2 .layout .contentbox .content li:nth-child(4n) {
  margin-right: 0;
}

.part2 .layout .contentbox .content li:nth-child(1),
.part2 .layout .contentbox .content li:nth-child(2),
.part2 .layout .contentbox .content li:nth-child(3),
.part2 .layout .contentbox .content li:nth-child(4) {
  margin-top: 0;
}

.part2 .layout .contentbox .content li a .imgbox {
  overflow: hidden;
  width: 283px;
  height: 160px;
}

.part2 .layout .contentbox .content li a .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}

.part2 .layout .contentbox .content li a .bottom {
  padding: 16px 14px 26px;
}

.part2 .layout .contentbox .content li a .bottom .title {
  margin-bottom: 16px;
  width: 256px;
  height: 38px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part2 .layout .contentbox .content li a .bottom .writer {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part2 .layout .contentbox .on {
  display: block;
}

.part3 {
  padding: 50px 0;
}

.part3 .layout .box {
  display: flex;
}

.part3 .layout .box .imgbox {
  position: relative;
  width: 726px;
  height: 347px;
  border-radius: 4px;
  margin-right: 19px;
  flex-shrink: 0;
}

.part3 .layout .box .imgbox .swiper {
  width: 100%;
  height: 100%;
}

.part3 .layout .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part3 .layout .box .list {
  flex: 1;
  padding: 20px 20px 30px 18px;
  background: rgba(238, 241, 248, 0.6);
  border-radius: 4px 4px 4px 4px;
}

.part3 .layout .box .list .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.part3 .layout .box .list .head div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

.part3 .layout .box .list .head a {
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.part3 .layout .box .list .head a img {
  margin-left: 7px;
  width: 12px;
  display: block;
  flex-shrink: 0;
}

.part3 .layout .box .list ul li {
  margin-top: 16px;
}

.part3 .layout .box .list ul li:nth-child(1) {
  margin-top: 0;
}

.part3 .layout .box .list ul li:hover a .title,
.part3 .layout .box .list ul li:hover a .time {
  color: #0052D9;
}

.part3 .layout .box .list ul li a {
  display: flex;
  justify-content: space-between;
}

.part3 .layout .box .list ul li a .title {
  width: 304px;
  margin-bottom: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part3 .layout .box .list ul li a .time {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.part4 {
  padding: 50px 0;
}

.part4 .layout ul li {
  margin-bottom: 20px;
  width: 100%;
  height: 86px;
  overflow: hidden;
}

.part4 .layout ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part4 .layout ul li a {
  display: block;
  width: 100%;
}

.part4 .layout ul li a:hover img {
  transform: scale(1.2);
}

.part4 .layout ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
}

.part5 {
  padding: 50px 0;
}

.part5 .layout .title .tip {
  background-size: 420px 25px;
}

.part5 .layout .box {
  padding: 8px 16px 8px 8px;
  display: flex;
  background: #0079FF;
  border-radius: 8px 8px 8px 8px;
}

.part5 .layout .box .left {
  margin-right: 19px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 4px 4px 4px 4px;
  padding: 21px 30px 29px 32px;
}

.part5 .layout .box .left .title {
  margin-bottom: 18px;
  width: 572px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .layout .box .left .ftitle {
  width: 636px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part5 .layout .box .right {
  padding: 6px 0;
  flex: 1;
}

.part5 .layout .box .right li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
  padding: 10px 0;
}

.part5 .layout .box .right li a {
  display: flex;
  justify-content: space-between;
}

.part5 .layout .box .right li a .title {
  margin-bottom: 0;
  width: 386px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part5 .layout .box .right li a .time {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.statistics {
  overflow: hidden;
}
.statistics .statistics_tabs {
  margin: 0 auto;
  margin-top: 26px;
  width: 825px;
  height: 46px;
  border-bottom: 1px solid #F1D23A;
}
.statistics .tabs_ul {
  width: 1300px;
}
.statistics .tabs_ul .tabs_li {
  position: relative;
  margin-right: 42px;
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #0079FF;
  line-height: 46px;
  cursor: pointer;
}
.statistics .tabs_ul .tabs_li_active {
  font-weight: bold;
}
.statistics .tabs_ul .tabs_li_active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #F1D33A;
}
.statistics .statistics_list_wrap {
  padding-top: 87px;
  width: 867px;
  margin: 0 auto;
}
.statistics .statistics_list_wrap .list {
  width: 100%;
  display: none;
}
.statistics .tabs_ul .tabs_li {
    margin-right: 80px;
}
.container-list{
  margin-top: 50px;
}
.container-list .head .head-title {
    background-size: 420px 25px;
}
.container-list .head .head-title {
    padding: 0 72px;
    width: fit-content;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #0079FF;
    background: url(../images/title.png) no-repeat center;
    background-size: 274px 25px;
    margin: 0 auto;
}
.container-list .head {
    position: relative;
    margin-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
}
