@charset "utf-8";

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.part1,
.part2,
.part5,
.part6,
.part7,
.part8,
.headbar,
.headlogo,
.footer,
.headnav {
  min-width: 1200px;
}

.part1 .swiper {
  --swiper-pagination-color: #fff;
  /* 两种都可以 */
}

.part1 img {
  width: 100%;
  height: 329px;
}

.part2 {
  background-color: #fff;
}

.part2 .layout {
  padding: 29px 0 46px 0;
  overflow: visible;
}

.part2 .layout .top {
  display: flex;
  margin-bottom: 38px;
}

.part2 .layout .top .left {
  width: 189px;
  height: 136px;
  background: #375DCE;
  opacity: 0.71;
  position: relative;
  background: url(https://cmsstatic.ttcdw.cn/static/erdsjjxy/images/zxpxlc.png) no-repeat;
  background-size: contain;
  opacity: 1;
}

.part2 .layout .top .left span {
  display: block;
  width: 112px;
  height: 60px;
  font-family: miaobizongyishanyingti;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.part2 .layout .top .right {
  width: 1010px;
  height: 136px;
  background: #EEF6FF;
}

.part2 .layout .top .right ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.part2 .layout .top .right ul .last {
  width: 82px;
  height: 117px;
  transition: transform 0.5s;
  background: #EEF6FF;
}

.part2 .layout .top .right ul .last .big {
  width: 100%;
}

.part2 .layout .top .right ul .last span {
  display: inline-block;
  width: 82px;
  text-align: center;
}

.part2 .layout .top .right ul li {
  color: #375DCE;
}

.part2 .layout .top .right ul li:hover {
  cursor: pointer;
}

.part2 .layout .top .right ul li:hover .bg::before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: #375DCE solid 2px;
}

.part2 .layout .top .right ul li:hover:last-child {
  border: transparent solid 2px !important;
  transform: scale(1.04);
}

.part2 .layout .top .right ul li:hover:last-child span {
  width: 79px;
}

.part2 .layout .top .right ul li .big {
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 48px;
  margin-bottom: 10px;
  border-radius: 50%;
  transform: perspective(1px) translateZ(0);
}

.part2 .layout .top .right ul li .big img {
  margin-top: 14px;
}

.part2 .layout .top .right ul li .big::before {
  content: '';
  position: absolute;
  border: transparent solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  border-radius: 50%;
}

.part2 .layout .top .right ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #375DCE;
  font-family: "SimSun", "宋体", serif;
}

.part2 .layout .top .right ul li .jt {
  font-size: 21px;
  margin-bottom: 34px;
}

.part2 .layout .top .right ul li a span,
.part2 .layout .top .right ul li a .big {
  font-weight: 500;
  color: #F3B955;
}

.part2 .layout .bottom {
  display: flex;
}

.part2 .layout .bottom .left {
  width: 794px;
  margin-right: 41px;
}

.part2 .layout .bottom .left .content {
  border-top: 1px solid #9D9D9D;
  padding-top: 29px;
  margin-bottom: 0;
  margin-top: 16px;
}

.part2 .layout .bottom .left .content ul li {
  margin-bottom: 16px;
}

.part2 .layout .bottom .left .content ul li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}

.part2 .layout .bottom .left .content ul li .cont {
  vertical-align: bottom;
  display: inline-block;
  width: 643px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .layout .bottom .left .content ul li .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.part2 .layout .bottom .left .content ul li:hover a i {
  background: #375DCE;
}

.part2 .layout .bottom .left .content ul li:hover a .cont {
  color: #375DCE;
}

.part2 .layout .bottom .left .content ul li:hover a .time {
  color: #A5A7C6;
}

.part2 .layout .bottom .left .content ul li:last-child {
  margin-bottom: 0;
}

.part2 .layout .bottom .right {
  width: 357px;
}

.part2 .layout .bottom .right .picter {
  margin-top: 16px;
  border-top: 1px solid #9D9D9D;
  padding-top: 44px;
}

.part2 .layout .bottom .right .picter ul {
  display: flex;
  justify-content: space-between;
}

.part2 .layout .bottom .right .picter ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 109px;
  height: 155px;
  background: #375DCE;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 1px #003391;
  padding: 29px 18px 21px 18px;
}

.part2 .layout .bottom .right .picter ul li img {
  width: 66px;
  height: 69px;
}

.part2 .layout .bottom .right .picter ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: PingFang SC;
}

.part2 .layout .bottom .right .picter ul li:hover {
  background: #375DCE;
  box-shadow: 0px 0px 8px 1px #003391;
}

.part2 .layout .bottom .right .picter ul li:hover .m {
  display: block;
}

.part2 .layout .bottom .right .picter ul .m {
  display: none;
  position: absolute;
  top: 155px;
  left: 11px;
  width: 89px;
  height: 89px;
  background: #000;
  z-index: 99;
}

.part5 {
  padding-top: 20px;
}

.part5 .filebox {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part5 .filebox .file {
  margin-bottom: 35px;
}

.part5 .filebox .file:hover div:nth-child(1) span {
  color: #375DCE;
}

.part5 .filebox .file div:nth-child(1) {
  margin-bottom: 15px;
}

.part5 .filebox .file div:nth-child(1) img {
  width: 11px;
  height: 11px;
  vertical-align: bottom;
  margin-right: 4px;
  margin-bottom: 8px;
}

.part5 .filebox .file div:nth-child(1) span {
  display: inline-block;
  width: 528px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .filebox .file div:nth-child(2) .time {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-right: 8px;
}

.part5 .filebox .file div:nth-child(2) .xian {
  display: inline-block;
  width: 470px;
  height: 1px;
  background-color: #999;
  margin-bottom: 6px;
}

.part6 {
  padding-top: 20px;
}

.part6 ul {
  display: flex;
  justify-content: space-around;
  width: 1090px;
  height: 445px;
  background: url(https://www.ttcdw.cn/static/shqjypt/images/sz_bck.png) no-repeat center bottom;
  background-size: contain;
  margin-left: 37px;
  float: left;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.part6 ul li {
  width: 211px;
  height: 271px;
  background: url(https://www.ttcdw.cn/static/shqjypt/images/sz_icon.png) no-repeat center bottom;
  background-size: contain;
  margin-top: 72px;
  float: left;
  margin-right: 23px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.part6 ul li:hover {
  transform: translate(0, -15px);
}

.part6 ul li img {
  width: 188px;
  height: 260px;
  display: block;
  margin-left: 11px;
}

.part6 ul li:last-child {
  margin-right: 0;
}

.part6 ul li .one {
  font-size: 23px;
  font-weight: 800;
  font-family: Source Han Serif SC;
  color: #375DCE;
  margin-bottom: 21px;
  text-align: center;
}

.part6 ul li .two {
  width: 293px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 23px;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part6 ul li .three {
  width: 293px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part6 ul li .xian {
  width: 1px;
  height: 168px;
  background: #375DCE;
  margin-top: 12px;
}

.part6 .wrap .column_more:hover {
  color: #375DCE !important;
}

.part6 .wrap .column_more {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.part6 .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.part7 {
  padding-top: 50px;
}

.part7 .layout .title {
  margin-bottom: 20px;
}

.part7 .layout .num {
  display: flex;
  justify-content: space-between;
  padding: 44px 60px;
  background: #375DCE;
}

.part7 .layout .num li {
  display: flex;
  align-items: center;
}

.part7 .layout .num li img {
  width: 82px;
  height: 80px;
  vertical-align: middle;
  margin-right: 18px;
}

.part7 .layout .num li div p:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.part7 .layout .num li div p:nth-child(2) {
  font-size: 28px;
  font-weight: 800;
  color: #FFFFFF;
}

.part7 .layout .num li .xian {
  width: 1px;
  height: 65px;
  background: #fff;
}

.part8 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.part8 .layout div:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 20px;
}

.part8 .layout div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

.part8 .layout div:nth-child(2) img {
  width: 590px;
  height: 100px;
  vertical-align: middle;
}

.part8 .layout p {
  width: 1200px;
  float: left;
  overflow: hidden;
}

.part8 .layout p a {
  display: inline-block;
  font-size: 16px;
  color: #777777;
  line-height: 22px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.boxw {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('../images/bg.png') no-repeat;
  background-size: 100% 1261px;
  background-position-y: bottom;
}

.side {
  position: fixed;
  top: 389px;
  left: 50%;
  z-index: 99;
  margin-left: -855px;
}

.side:hover {
  cursor: pointer;
}

.side:hover .mark {
  display: block;
}

.side img {
  width: 249px;
  height: 140px;
}

.side .mark {
  display: none;
  position: absolute;
  top: 0;
  left: 249px;
  background: url('../images/background.png') no-repeat;
  background-size: 100% 100%;
  padding: 41px 24px 44px 49px;
}

.side .mark p:nth-child(1) {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 26px;
  text-align: center;
}

.side .mark p:nth-child(2) {
  width: 435px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
  text-indent: 2em;
  text-align: justify;
}

@media screen and (max-width: 1715px) {
  .side {
    left: 0%;
    margin-left: 0;
  }
}


.cover {
  min-width: 1200px;
}

.part2 .layout .bottom .right .picter ul .m {
  background: transparent;
}

.boxw .layout .title .zi {
  align-items: center;
}

.title .baoming {
  display: inline-block;
  width: 120px;
  height: 32px;
  background: #375DCE;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  margin-right: 26px;
}





.wrapper-panel {
  width: 1200px;
  margin: 45px auto;
  margin-top: 0px;
}

.container {
  overflow: hidden;
}

.container .banner-right {
  position: relative;
  width: 500px;
  float: left;
  margin-left: 26px;
}

.container .banner-right .notice-text {
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC;
}

.container .banner-right .notice-text .text-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid #adadad;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.container .banner-right .notice-text .text-datail {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.container .banner-right .notice-text .text-data {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.container .banner-right .text-itme ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
}

.container .banner-right .text-itme ul li .itme-data {
  width: 60px;
  height: 55px;
  background-color: #dae7f4;
  text-align: center;
  padding-top: 10px;
  float: left;
}

.container .banner-right .text-itme ul li .itme-data span {
  display: block;
}

.container .banner-right .text-itme ul li .itme-data .time-day {
  font-size: 18px;
  font-weight: 400;
  color: #346FB6;
  line-height: 18px;
  margin-bottom: 6px;
}

.container .banner-right .text-itme ul li .itme-data .time-years {
  font-size: 12px;
  font-weight: 400;
  color: #346FB6;
  line-height: 14px;
}

.container .banner-right .text-itme ul li .itme-words {
  float: left;
  padding-top: 8px;
  margin-left: 11px;
  width: 410px;
}

.container .banner-right .text-itme ul li .itme-words a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.container .banner-right .notice-more {
  position: absolute;
  bottom: 0px;
  right: -53px;
}

.container .banner-right .notice-more a {
  text-align: center;
  display: block;
  width: 55px;
  height: 22px;
  background: #dae7f4;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #346FB6;
  line-height: 22px;
}

.course-itme {
  padding: 33px 0px 24px 69px;
  background-color: #FCFCFC;
}

.course-itme .courseitme-list {
  overflow: hidden;
  cursor: pointer;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.course-itme .courseitme-list:hover {
  transform: scale(1.04);
}

.course-itme .courseitme-list .img-left {
  float: left;
  width: 290px;
  height: 194px;
  margin-right: 20px;
}

.course-itme .courseitme-list .img-left img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.course-itme .courseitme-list .img-right {
  float: left;
  width: 760px;
}

.course-itme .courseitme-list .img-right h3 {
  margin: 23px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.course-itme .courseitme-list .img-right h3 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.course-itme .courseitme-list .img-right p {
  text-indent: 2em;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  height: 120px;
}

.major-itme {
  overflow: hidden;
}

.major-itme ul {
  width: 1230px;
}

.major-itme ul li {
  width: 177px;
  float: left;
  margin-right: 28px;
  margin-bottom: 38px;
  border-radius: 20px;
  position: relative;
}

.major-itme ul li a {
  display: block;
}

.major-itme ul li .major-img {
  width: 177px;
  height: 169px;
}

.major-itme ul li .major-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.major-itme ul li .major-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(9, 9, 9, 0.4);
  padding: 0 5px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
}

.major-itme ul li .major-title span {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.fill .head {
  overflow: hidden;
  margin-bottom: 30px;
}

.fill .head .head-title {
  float: left;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #346fb6;
}

.fill .head .head-title i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/fill_icon.png) no-repeat;
  vertical-align: -5px;
  margin-left: 4px;
}

.fill .head a {
  float: right;
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  padding-top: 10px;
}

.fill .head ul {
  margin-top: 3px;
  margin-left: 40px;
  float: left;
}

.fill .head ul li {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}

.fill .head ul .on {
  color: #346fb6;
}

.fill .head ul .on:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #346fb6;
}

.wrap-fill .wrap-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E8EE;
}

.wrap-fill .wrap-head .wrap-title {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  line-height: 30px;
  position: relative;
}

.wrap-fill .wrap-head .wrap-title:after {
  content: "";
  position: absolute;
  background-color: #346fb6;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
}

.major-itme {
  overflow: inherit;
}

.major-itme ul li a {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.major-itme ul li a:hover {
  transform: scale(1.04);
}

.head-title-sub {
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 10px;
}

.head-title-sub-a1 a:link {
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #346fb6 !important;
  padding-left: 10px;
}

.head-title-sub-a2 a:link {
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #9c9191 !important;
  padding-left: 10px;
}

.popup_decorate_wrap .popup_list {
  width: 800px;
}

.popup_decorate_wrap {
  margin-left: -27%;
  top: 470px;
}

.major-itme .tab {
  /* display: none; */
  margin-bottom: 10px;
}

.major-itme .tab li {
  width: fit-content;
  padding: 10px 20px;
  margin: 0 20px 10px 0px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #346fb6;
  border-radius: 10px;
}

.major-itme .tab .on {
  background-color: #346fb6;
  color: #fff;
}

.major-itme .content ul {
  display: none;
}

.major-itme .content .active {
  display: block;
}

.part4 {
  padding-top: 46px;
  margin-bottom: 40px;
}

.part4 .layout {
  overflow: visible;
}

.part4 .title {
  margin-bottom: 15px;
}

.part4 .picture-box .list-tab li .picture-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .picture-box .list-tab li:hover a p {
  color: #375DCE;
}

.picture-box .list-tab ul li {
  width: auto;
  height: auto;
  margin-bottom: 0;
  background-color: transparent;
  float: left;
  margin-right: 4px;
}

.picture-box .list-tab ul li:first-child a .imgbox {
  width: 569px;
  height: 324px;
}

.picture-box .list-tab ul li:first-child a .imgbox .ranking {
  width: 149px;
  height: 44px;
  background: url(https://cmsstatic.ttcdw.cn/static/henanzy/newgb/images/ranking-top1.png) no-repeat;
  background-size: contain;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 44px;
}

.picture-box .list-tab ul li:first-child a .bottom .title {
  width: 569px;
}

.picture-box .list-tab ul li:hover {
  transform: translate(0);
}

.picture-box .list-tab ul li:hover a .bottom .title {
  color: #375DCE;
}

.picture-box .list-tab ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.picture-box .list-tab ul li:nth-child(2),
.picture-box .list-tab ul li:nth-child(3),
.picture-box .list-tab ul li:nth-child(4) {
  margin-bottom: 19px;
}

.picture-box .list-tab ul li:nth-child(4),
.picture-box .list-tab ul li:nth-child(7) {
  margin-right: 0;
}

.picture-box .list-tab ul li a .imgbox {
  position: relative;
  width: 205px;
  height: 117px;
  overflow: hidden;
  margin-bottom: 14px;
}

.picture-box .list-tab ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.picture-box .list-tab ul li a .imgbox .ranking {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 24px;
  background: url(https://cmsstatic.ttcdw.cn/static/henanzy/newgb/images/ranking-red.png) no-repeat;
  background-size: contain;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  z-index: 99;
}

.picture-box .list-tab ul li a .bottom .title {
  display: block;
  width: 205px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.picture-box .list-tab ul li a .bottom .writer {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.picture-box .list-tab ul li a .bottom .baoming {
  display: block;
  width: 100px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #375DCE;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.title .baoming {
  display: inline-block !important;
  width: 120px !important;
  height: 32px !important;
  background: #375DCE !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  text-align: center !important;
  line-height: 30px !important;
  margin-right: 26px !important;
}


.part4 .layout .title .zi {
  display: flex;
  align-items: center;
}

.part4 .layout .title ul {
  margin-left: 20px;
}

.part4 .layout .title ul li {
  margin-right: 10px;
  float: left;
  font-size: 20px;
  font-weight: 800;
  color: #999999;
}

.part4 .layout .title ul li:hover {
  cursor: pointer;
  color: #375DCE;
}

.part4 .layout .title ul .on {
  color: #375DCE;
}

.part4 .title .more .morebox,
.part4 .picture-box .box-body-chind .list-tab {
  display: none;
}

.part4 .title .more .active,
.part4 .picture-box .box-body-chind .active {
  display: block;
}
.advertising .layout {
  overflow: hidden;
}
.advertising .layout img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.advertising .layout img:hover {
  transform: scale(1.05);
}