.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;
}
.head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .morebox a {
  display: none;
  line-height: 38px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
}
.head .morebox a:hover {
  color: #0751BD;
}
.head .morebox a:hover img {
  display: none;
}
.head .morebox a:hover .on {
  display: inline-block;
}
.head .morebox .more-active {
  display: block;
}
.head .morebox a img {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-left: 5px;
}
.head .morebox a .on {
  display: none;
}
.head-title {
  margin-right: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 28px;
  color: #0063D2;
  display: inline-block;
}
.head-title img {
  width: 111px;
  height: 27px;
}
.tab a {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #666666;
  margin-right: 15px;
  padding: 4px 13px;
}
.tab .active {
  color: #0063D2;
  background-color: #D0DFF3;
  border-radius: 16px;
}
.banner {
  position: relative;
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.part1 {
  padding: 44px 0 23px;
}
.part1 .layout .head {
  margin-bottom: 18px;
}
.part1 .layout .content {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 3px rgba(231, 231, 231, 0.67);
  border-radius: 8px;
  padding: 45px 48px 43px 50px;
}
.part1 .layout .content .item .shell {
  display: flex;
}
.part1 .layout .content .item .shell .imgList li {
  display: none;
}
.part1 .layout .content .item .shell .imgList li img {
  display: block;
  width: 662px;
  height: 344px;
}
.part1 .layout .content .item .shell .imgList .on {
  display: block;
}
.part1 .layout .content .item .shell .newsList li {
  position: relative;
  z-index: 1;
  border: 1px solid #EAEAEA;
  border-left: 0;
  border-right: 0;
  padding: 14px 7px 14px 28px;
}
.part1 .layout .content .item .shell .newsList li a {
  display: flex;
}
.part1 .layout .content .item .shell .newsList li a .title {
  margin-right: 19px;
  width: 327px;
  height: 56px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part1 .layout .content .item .shell .newsList li a .time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #B2B2B2;
}
.part1 .layout .content .item .shell .newsList .on {
  border: 1px solid transparent;
}
.part1 .layout .content .item .shell .newsList .on::after {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  content: "";
  display: block;
  width: 449px;
  height: 100%;
  background: #0063D2;
}
.part1 .layout .content .item .shell .newsList .on a .title {
  color: #fff;
}
.part2 {
  padding: 23px 0;
}
.part2 .layout {
  display: flex;
  justify-content: space-between;
}
.part2 .layout .all .head {
  margin-bottom: 20px;
}
.part2 .layout .all ul {
  padding: 26px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 3px rgba(231, 231, 231, 0.67);
}
.part2 .layout .all ul li {
  margin-bottom: 10px;
}
.part2 .layout .all ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.part2 .layout .all ul li:hover a p {
  color: #0063D2;
}
.part2 .layout .all ul li a {
  display: flex;
  align-items: center;
}
.part2 .layout .all ul li a i {
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.part2 .layout .all ul li a p {
  width: 496px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part2 .layout .kcpm ul {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/ranking_background.png) no-repeat;
  background-size: 100% 100%;
}
.part2 .layout .kcpm ul li:nth-child(1) a i {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/first.png) no-repeat;
  background-size: 100% 100%;
}
.part2 .layout .kcpm ul li:nth-child(2) a i {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/second.png) no-repeat;
  background-size: 100% 100%;
}
.part2 .layout .kcpm ul li:nth-child(3) a i {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/third.png) no-repeat;
  background-size: 100% 100%;
}
.part2 .layout .rmkc ul {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/hot_background.png) no-repeat;
  background-size: 100% 100%;
}
.part2 .layout .rmkc ul li a i {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/hot.png) no-repeat;
  background-size: 100% 100%;
}
.part3 {
  padding: 23px 0;
}
.part3 .head {
  margin-bottom: 24px;
}
.part3 .content .item ul li {
  width: 575px;
  padding: 19px 0 19px 51px;
  float: left;
  margin-right: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 3px #E7E7E7;
}
.part3 .content .item ul li:hover a .right .title {
  color: #0C6AD3;
}
.part3 .content .item ul li:nth-child(2n) {
  margin-right: 0;
}
.part3 .content .item ul li a {
  display: flex;
  align-items: center;
}
.part3 .content .item ul li a .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  margin-right: 33px;
  border-right: 1px dashed #DFDFDF;
}
.part3 .content .item ul li a .left .imgbox {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
}
.part3 .content .item ul li a .left .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part3 .content .item ul li a .left .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.part3 .content .item ul li a .right .style_time {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.part3 .content .item ul li a .right .style_time .style {
  margin-right: 12px;
  display: flex;
  align-items: center;
  padding: 3px 14px;
  background: #C0C0C0;
  border-radius: 9px;
}
.part3 .content .item ul li a .right .style_time .style i {
  margin-right: 5px;
  display: block;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
.part3 .content .item ul li a .right .style_time .style p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
}
.part3 .content .item ul li a .right .style_time .over {
  background: #C0C0C0;
}
.part3 .content .item ul li a .right .style_time .start {
  background: #BD4306;
}
.part3 .content .item ul li a .right .style_time .ing {
  background: #579F5F;
}
.part3 .content .item ul li a .right .style_time .time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.part3 .content .item ul li a .right .title {
  margin-bottom: 20px;
  width: 319px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .content .item ul li a .right .job {
  width: 319px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 {
  padding: 23px 0;
}
.part4 .layout .head {
  margin-bottom: 19px;
}
.part4 .layout ul li {
  float: left;
  width: 400px;
  height: 278px;
  cursor: pointer;
}
.part4 .layout ul li:hover .cover {
  top: 0;
}
.part4 .layout ul li .surface {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 54px;
}
.part4 .layout ul li .surface .top {
  display: flex;
  align-items: center;
}
.part4 .layout ul li .surface .top img {
  display: block;
  margin-right: 10px;
}
.part4 .layout ul li .surface .top p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.part4 .layout ul li:nth-child(1) .surface {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/background_cyjhpng.png) no-repeat;
  background-size: 100% 100%;
}
.part4 .layout ul li:nth-child(1) .surface .top img {
  width: 42px;
  height: 41px;
}
.part4 .layout ul li:nth-child(2) .surface {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/background_jdkc.png) no-repeat;
  background-size: 100% 100%;
}
.part4 .layout ul li:nth-child(2) .surface .top img {
  width: 46px;
  height: 40px;
}
.part4 .layout ul li:nth-child(3) .surface {
  background: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/background_xbyx.png) no-repeat;
  background-size: 100% 100%;
}
.part4 .layout ul li:nth-child(3) .surface .top img {
  width: 44px;
  height: 41px;
}
.part4 .layout ul li .cover {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 40px;
  padding-left: 39px;
  padding-right: 39px;
  width: 100%;
  height: 100%;
  background-color: #0063D2;
  transition: all .3s;
}
.part4 .layout ul li:nth-child(1) .surface .cover .top img {
  width: 33px;
  height: 32px;
}
.part4 .layout ul li:nth-child(2) .surface .cover .top img {
  width: 39px;
  height: 33px;
}
.part4 .layout ul li:nth-child(3) .surface .cover .top img {
  width: 37px;
  height: 34px;
}
.part4 .layout ul li .cover a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.part4 .layout ul li .cover a:hover {
  color: #fff !important;
}
.part4 .layout ul li .cover .top {
  margin-bottom: 21px;
}
.part4 .layout ul li .cover .list {
  margin-bottom: 20px;
}
.part4 .layout ul li .cover .list .li {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.part4 .layout ul li .cover .list .li:nth-last-child(1) {
  margin-bottom: 0;
}
.part4 .layout ul li .cover .list .li i {
  margin-right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  flex-shrink: 0;
}
.part4 .layout ul li .cover .list .li p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  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;
}
.part4 .layout ul li .cover .more {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.part4 .layout ul li .cover .more p {
  margin-right: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.part4 .layout ul li .cover .more img {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.part5 {
  padding: 23px 0;
}
.part5 .layout .head {
  margin-bottom: 25px;
}
.part5 .layout .content .item ul li {
  float: left;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.part5 .layout .content .item ul li:nth-child(4n) {
  margin-right: 0;
}
.part5 .layout .content .item ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part5 .layout .content .item ul li:hover a .info .title {
  color: #0C6AD3;
}
.part5 .layout .content .item ul li a .imgbox {
  width: 277px;
  height: 158px;
  overflow: hidden;
}
.part5 .layout .content .item ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part5 .layout .content .item ul li a .info {
  padding: 14px 18px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #DDDDDD;
}
.part5 .layout .content .item ul li a .info .title {
  margin-bottom: 10px;
  width: 241px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout .content .item ul li a .info .smalltext {
  width: 241px;
  margin-bottom: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout .content .item ul li a .info .writer_upvote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part5 .layout .content .item ul li a .info .writer_upvote .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part5 .layout .content .item ul li a .info .writer_upvote .upvote {
  display: flex;
  align-items: flex-end;
}
.part5 .layout .content .item ul li a .info .writer_upvote .upvote img {
  margin-right: 3px;
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.part5 .layout .content .item ul li a .info .writer_upvote .upvote p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part6 {
  padding: 23px 0;
}
.part6 .layout .head {
  margin-bottom: 24px;
}
.part6 .layout .content .item ul li {
  padding-left: 43px;
  width: 297px;
  height: 110px;
  float: left;
  margin-right: 4px;
  background-color: #F6F8FA;
  box-shadow: 0px 0px 8px 0px rgba(221, 221, 221, 0.5);
  border: 3px solid #FFFFFF;
  transition: all .3s;
}
.part6 .layout .content .item ul li:hover {
  transform: translateY(-10px);
}
.part6 .layout .content .item ul li:nth-child(4n) {
  margin-right: 0;
}
.part6 .layout .content .item ul li:nth-child(1) {
  background-image: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/icon_jcl.png);
  background-repeat: no-repeat;
  background-size: 59px 77px;
  background-position: center right 25px;
}
.part6 .layout .content .item ul li:nth-child(2) {
  background-image: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/icon_fzl.png);
  background-repeat: no-repeat;
  background-size: 69px 73px;
  background-position: center right 25px;
}
.part6 .layout .content .item ul li:nth-child(3) {
  background-image: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/icon_ldl.png);
  background-repeat: no-repeat;
  background-size: 74px 71px;
  background-position: center right 25px;
}
.part6 .layout .content .item ul li:nth-child(4) {
  background-image: url(https://yjsp.sipedu.org/static/yjsp/newgb20240528/images/icon_xfl.png);
  background-repeat: no-repeat;
  background-size: 78px 81px;
  background-position: center right 25px;
}
.part6 .layout .content .item ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 23px;
  color: #666666;
}
.part6 .layout .content .item ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 31px;
  width: 30px;
  height: 2px;
  background-color: #0063D2;
}
.part7 {
  padding: 23px 0;
}
.part7 .layout ul {
  padding: 49px 98px 38px 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 3px rgba(231, 231, 231, 0.67);
  border-bottom: 8px solid #0063D2;
}
.part7 .layout ul li {
  padding-right: 33px;
  margin-right: 38px;
  display: flex;
  align-items: center;
  border-right: 1px solid #E0E0E0;
}
.part7 .layout ul li img {
  display: block;
  margin-right: 8px;
  flex-shrink: 0;
}
.part7 .layout ul li .title {
  margin-right: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  flex-shrink: 0;
}
.part7 .layout ul li .num {
  margin-right: 6px;
  font-family: AvenirNextCondensed, AvenirNextCondensed;
  font-weight: 600;
  font-size: 25px;
}
.part7 .layout ul li .last {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  flex-shrink: 0;
}
.part7 .layout ul li:nth-child(2n-1) .num,
.part7 .layout ul li:nth-child(2n-1) .last {
  color: #FFB200;
}
.part7 .layout ul li:nth-child(2n) .num,
.part7 .layout ul li:nth-child(2n) .last {
  color: #0063D2;
}
.part7 .layout ul li:nth-child(1) img {
  width: 22px;
  height: 22px;
}
.part7 .layout ul li:nth-child(2) img {
  width: 18px;
  height: 18px;
}
.part7 .layout ul li:nth-child(3) img {
  width: 21px;
  height: 19px;
}
.part7 .layout ul li:nth-child(4) img {
  width: 20px;
  height: 20px;
}
.part7 .layout ul li:nth-last-child(1) {
  padding: 0;
  margin: 0;
  border: 0;
}
.sidebar {
  padding: 25px 16px;
  position: fixed;
  bottom: 15%;
  right: 50%;
  margin-right: -730px;
  margin-top: 112px;
  z-index: 99999999;
  background: #0063D2;
  border-radius: 70px;
}
.sidebar li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sidebar li a {
  display: block;
}
.sidebar li a img {
  display: block;
}
.sidebar li a .on {
  display: none;
}
.sidebar li:nth-last-child(1) {
  border: 0;
}
.sidebar li:nth-child(1) a img {
  width: 64px;
  height: 69px;
}
.sidebar li:nth-child(2) a img {
  width: 64px;
  height: 61px;
}
.sidebar li:nth-child(2) a .cover {
  display: none;
  position: absolute;
  top: 50%;
  left: -201px;
  transform: translateY(-50%);
}
.sidebar li:nth-child(2) a .cover img {
  display: block;
  width: 182px;
  height: 40px;
}
.sidebar li:nth-child(3) a img {
  width: 64px;
  height: 58px;
}
.sidebar li:hover a img {
  display: none;
}
.sidebar li:hover a .on {
  display: block;
}
.sidebar li:hover a .cover {
  display: block;
}
.popup_shade {
  display: none;
  z-index: 1000000001;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup_wrap {
  display: none;
  width: 460px;
  min-height: 480px;
  background: #FFFFFF;
  /* border: 1px solid #E6DCDC; */
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -230px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  /* padding: 20px 20px 0 20px; */
}
.popup_head {
  width: 100%;
  height: 56px;
  background: #0063D2;
  padding: 0 30px;
}
.popup_wrap .popup_tip {
  padding: 0 32px 26px 0;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0063D2;
  line-height: 24px;
}
.popup_head .head_p {
  float: left;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  opacity: 0.8;
}
.popup_head .popup_head_delete,
.popup_head .popup_head_delete1 {
  float: right;
  margin-top: 19px;
}
.popup_head .popup_head_delete img,
.popup_head .popup_head_delete1 img {
  width: auto;
  height: auto;
}
.popup_wrap .popup_main {
  padding: 30px 30px 20px 30px;
}
.popup_wrap .popup_main .popup_main_title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.popup_wrap .popup_main .popup_main_title i {
  font-style: normal;
  font-size: 14px;
  color: #E73627;
  margin-left: 2px;
  vertical-align: 1px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme {
  margin-top: 17px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme .itme-list {
  width: 164px;
  float: left;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme .itme-list-left {
  width: 236px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme .itme-list input {
  margin-right: 8px;
  vertical-align: -1px;
}
.popup_wrap .popup_main .input_moduler {
  width: 100%;
  margin-top: 10px;
}
.popup_wrap .popup_main .item {
  float: left;
  width: 405px;
  height: 40px;
  margin-bottom: 13px;
}
.popup_wrap .popup_main .item .item_label {
  float: left;
  width: 85px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #352626;
}
.popup_wrap .popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 16px;
}
.popup_wrap .popup_main .item .input_dl {
  float: left;
  width: 315px;
  height: 40px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 8px;
  border: 1px solid #E6DCDC;
}
.popup_wrap .popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #9D9090;
}
.popup_wrap .popup_main .item_mr {
  margin-right: 15px;
}
.popup_wrap .popup_main .item_textarea {
  margin-top: 13px;
  width: 100%;
  height: 310px;
}
.popup_wrap .popup_main .item_textarea textarea {
  margin-top: 13px;
  width: 398px;
  height: 103px;
  border: 1px solid #E7E7E7;
  font-size: 16px;
  color: #9D9090;
  padding: 10px;
}
.popup_wrap .popup_main .item_textarea .item_label {
  float: left;
  width: 85px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #352626;
}
.popup_wrap .popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 16px;
}
.popup_wrap .popup_main .item_textarea .input_dl {
  float: left;
  width: 850px;
  height: 310px;
  box-sizing: border-box;
}
.popup_footer {
  width: 100%;
  height: 48px;
}
.popup_footer .popup_btn {
  margin: 0 auto;
  display: block;
  width: 143px;
  height: 40px;
  background: #0063D2;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.popup_footer .popup_btn:hover {
  color: #fff !important;
}
.popup_footer .popup_btn1 {
  margin: 0 auto;
  display: block;
  width: 143px;
  height: 40px;
  background: #0063D2;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.popup_footer .popup_footer_tips {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  height: 21px;
  font-size: 16px;
  color: #9D9090;
  line-height: 21px;
}
@media screen and (max-width: 1600px) {
  .sidebar {
    margin-right: 0%;
    right: 0;
  }
}






.part5_2 {
  padding: 23px 0;
}
.part5_2 .layout .content .swiperbox {
  position: relative;
}
.part5_2 .layout .content .swiperbox .swiper {
  width: 1090px;
  padding: 25px 0 25px;
}
.part5_2 .layout .content .swiperbox .swiper a {
  width: 262px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #DDDDDD;
}
.part5_2 .layout .content .swiperbox .swiper a:hover .imgbox img {
  transform: scale(1.3);
}
.part5_2 .layout .content .swiperbox .swiper a:hover .title {
  color: #0063D2;
}
.part5_2 .layout .content .swiperbox .swiper a .imgbox {
  width: 262px;
  height: 160px;
  overflow: hidden;
}
.part5_2 .layout .content .swiperbox .swiper a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part5_2 .layout .content .swiperbox .swiper a .title {
  padding: 16px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.part5_2 .layout .content .swiperbox .swiper-button-prev:after,
.part5_2 .layout .content .swiperbox .swiper-button-next:after {
  content: "";
}
.part5_2 .layout .content .swiperbox .swiper-button-prev img,
.part5_2 .layout .content .swiperbox .swiper-button-next img {
  display: block;
  width: 42px;
}
.advertisingPosition {
  padding: 23px 0;
}
.advertisingPosition .layout ul {
  display: flex;
  justify-content: space-between;
}
.advertisingPosition .layout .imgbox {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
.advertisingPosition .layout .imgbox:hover img {
  transform: scale(1.3);
}
.advertisingPosition .layout .imgbox img {
  display: block;
  width: 100%;
  transition: all .3s;
}