a div,
a dl,
a dt,
a dd,
a ul,
a ol,
a li,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a pre,
a code,
a form,
a fieldset,
a legend,
a input,
a button,
a textarea,
a blockquote,
a th,
a td,
a p {
  cursor: pointer;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.w1200 {
  margin: 0 auto;
  width: 1200px;
}
.publicity {
  overflow: hidden;
  padding: 20px 0;
  /*======= 宣传专栏 =======*/
  /*======= 最美退役军人 =======*/
}
.publicity .publicityList {
  padding-bottom: 60px;
  width: 920px;
  float: right;
  overflow: hidden;
}
.publicity .pub_listOne {
  margin-bottom: 35px;
}
.publicity .pub_listOne a {
  display: block;
  padding: 30px 0;
  border-bottom: #eee 1px solid;
}
.publicity .pub_listOne a .pic {
  display: block;
  float: left;
  width: 264px;
  height: 150px;
  overflow: hidden;
}
.publicity .pub_listOne a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publicity .pub_listOne a .text {
  float: right;
  width: 610px;
}
.publicity .pub_listOne a .text b {
  display: block;
  margin-bottom: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.publicity .pub_listOne a .text p {
  margin-bottom: 31px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publicity .pub_listOne a .text i {
  display: block;
  font-size: 16px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.publicity .pub_listOne a:hover .text b {
  color: #b3030b;
}
.publicity .pub_listTwo a {
  display: block;
  float: left;
  margin: 0 25px 25px 0;
  width: 290px;
}
.publicity .pub_listTwo a:nth-child(3n) {
  margin-right: 0;
}
.publicity .pub_listTwo a .pic {
  display: block;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.publicity .pub_listTwo a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publicity .pub_listTwo a .text {
  padding: 15px 20px;
  background: #f8f8f8;
}
.publicity .pub_listTwo a .text p {
  margin-bottom: 10px;
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publicity .pub_listTwo a .text p:hover {
  color: #b3030b;
}
.publicity .pub_listTwo a .text i {
  display: block;
  font-size: 16px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 1348px) {
  .w1200 {
    margin: 0 auto;
    width: 92%;
  }
  .publicity {
    padding: 20px 0;
    /*======= 宣传专栏 =======*/
    /*======= 最美退役军人 =======*/
  }
  .publicity .publicityList {
    padding-bottom: 0.6rem;
    width: 100%;
  }
  .publicity .publicityList h3 {
    margin: 0 4% 0.2rem;
  }
  .publicity .pub_listOne {
    margin-bottom: 0.4rem;
  }
  .publicity .pub_listOne a {
    padding: 0;
    margin: 0 4% 0.4rem;
    width: 92%;
    border-bottom: none;
  }
  .publicity .pub_listOne a .pic {
    width: 100%;
    height: 4rem;
  }
  .publicity .pub_listOne a .text {
    padding: 0.3rem 0.4rem;
    width: calc(100% - 0.8rem);
    background: #f8f8f8;
  }
  .publicity .pub_listOne a .text b {
    margin-bottom: 0.2rem;
    height: 0.9rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .publicity .pub_listOne a .text p {
    display: none;
  }
  .publicity .pub_listOne a .text i {
    font-size: 0.26rem;
  }
  .publicity .pub_listTwo a {
    margin: 0 4% 0.4rem;
    width: 92%;
  }
  .publicity .pub_listTwo a .pic {
    width: 100%;
    height: 4rem;
  }
  .publicity .pub_listTwo a .text {
    padding: 0.3rem 0.4rem;
  }
  .publicity .pub_listTwo a .text p {
    margin-bottom: 0.2rem;
    height: 0.9rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .publicity .pub_listTwo a .text i {
    font-size: 0.26rem;
  }
}
/*======= 专题专栏聚合 =======*/
.special {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
}
.special a {
  display: block;
}
.special .title {
  line-height: 38px;
}
.special .title .left {
  color: #333;
}
.special .title .left b {
  font-size: 28px;
}
.special .title .left b.b2 {
  font-size: 20px;
}
.special .title .right a {
  font-size: 16px;
  color: #999;
}
.special .title .right a:hover {
  color: #bf2b1f;
}
.special .list2 a {
  position: relative;
  padding-left: 25px;
  line-height: 83px;
  font-size: 16px;
  border-bottom: #f0f0f0 1px solid;
}
.special .list2 a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d2d2d2;
  content: "";
}
.special .list2 a .t {
  float: left;
  width: calc(100% - 100px);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.special .list2 a i {
  float: right;
  color: #999;
  font-family: Arial;
}
.special .list2 a:hover::before {
  background: #bf2b1f;
}
.special .list2 a:hover .t,
.special .list2 a:hover i {
  color: #bf2b1f;
}
@media (max-width: 1348px) {
  .special {
    padding: 0.5rem 0 0.1rem;
    width: 92%;
  }
  .special .title {
    line-height: 0.4rem;
  }
  .special .title .left b {
    font-size: 0.32rem;
  }
  .special .title .left b.b2 {
    font-size: 0.28rem;
  }
  .special .title .right a {
    font-size: 0.26rem;
  }
  .special .list2 {
    margin-top: 0.2rem;
  }
  .special .list2 a {
    padding-left: 0.32rem;
    line-height: 0.98rem;
    font-size: 0.28rem;
    border-bottom: none;
  }
  .special .list2 a::before {
    width: 0.1rem;
    height: 0.1rem;
  }
  .special .list2 a .t {
    width: calc(100% - 1.5rem);
    font-size: 0.28rem;
  }
  .special .list2 a i {
    font-size: 0.28rem;
  }
}
.special01 {
  margin-bottom: 50px;
}
.special01 .list1 {
  margin-bottom: 10px;
  width: 100%;
}
.special01 .list1 a {
  float: left;
  width: 48%;
  padding: 30px 0 20px;
  border-bottom: #ebebeb 1px solid;
}
.special01 .list1 a:nth-child(2n-1) {
  margin-right: 4%;
}
.special01 .list1 a .t {
  margin-bottom: 20px;
  height: 60px;
  line-height: 30px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special01 .list1 a i {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #999;
  font-family: Arial;
}
.special01 .list1 a .clearfix p {
  float: left;
  width: calc(100% - 100px);
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special01 .list1 a .clearfix .more {
  float: right;
  line-height: 52px;
  font-size: 16px;
  color: #bf2b1f;
}
.special01 .list1 a:hover .t {
  color: #bf2b1f;
}
.special01 .list2 {
  width: 100%;
}
.special01 .list2 a {
  float: left;
  width: calc(48% - 25px);
}
.special01 .list2 a:nth-child(2n - 1) {
  margin-right: 4%;
}
@media (max-width: 1348px) {
  .special01 {
    margin-bottom: 0.5rem;
  }
  .special01 .list1 {
    margin-bottom: 0.2rem;
  }
  .special01 .list1 a {
    width: 100%;
    padding: 0.4rem 0;
  }
  .special01 .list1 a:nth-child(2n-1) {
    margin-right: 0;
  }
  .special01 .list1 a .t {
    margin-bottom: 0.2rem;
    height: 0.84rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .special01 .list1 a i {
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
  }
  .special01 .list1 a .clearfix p {
    width: 100%;
    height: 0.84rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .special01 .list1 a .clearfix .more {
    display: none;
  }
  .special01 .list2 a {
    width: calc(100% - 0.32rem);
  }
  .special01 .list2 a:nth-child(2n - 1) {
    margin-right: 0;
  }
}
.special02 {
  margin-bottom: 70px;
  /* .advertising{
        a{
            float: left;
            width: 585px;
            height: 156px;
            &:nth-child(2){
                float: right;
            }
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    } */
}
.special02 .mode {
  margin: 30px 0 0;
}
.special02 .mode a {
  transition: all 0.5s;
  float: left;
  margin: 0 3.125% 30px 0;
  padding-top: 40px;
  width: 17.5%;
  height: 173px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.special02 .mode a:nth-child(5n) {
  margin-right: 0;
}
.special02 .mode a .icon {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  height: 80px;
}
.special02 .mode a .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.special02 .mode a .icon img.img1 {
  transition: all 0.5s;
  opacity: 1;
}
.special02 .mode a .icon img.img2 {
  transition: all 0.5s;
  opacity: 0;
}
.special02 .mode a p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.special02 .mode a:hover {
  transition: all 0.5s;
  background: #bf2b1f;
}
.special02 .mode a:hover .icon img.img1 {
  transition: all 0.5s;
  opacity: 0;
}
.special02 .mode a:hover .icon img.img2 {
  transition: all 0.5s;
  opacity: 1;
}
.special02 .mode a:hover p {
  color: #fff;
}
.special02 .advertising {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.special02 .advertising .hd {
  overflow: hidden;
}
.special02 .advertising .hd ul {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.special02 .advertising .hd ul li {
  margin: 30px 10px 0 0;
  width: 10px;
  height: 10px;
  font-size: 0px;
  border-radius: 10px;
  overflow: hidden;
  background: #ececec;
  cursor: pointer;
}
.special02 .advertising .hd ul li.on {
  background: #da0303;
}
.special02 .advertising .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.special02 .advertising .bd li {
  margin-right: 30px;
  width: 585px;
  height: 156px;
}
.special02 .advertising .bd li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special02 .advertisingMobile {
  display: none;
}
@media (max-width: 1348px) {
  .special02 {
    margin-bottom: 0;
  }
  .special02 .mode {
    margin: 0.5rem 0 0.3rem;
  }
  .special02 .mode a {
    margin: 0 5% 0.3rem 0;
    padding-top: 0.6rem;
    width: 47.5%;
    height: 2.7rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
  }
  .special02 .mode a:nth-child(5n) {
    margin-right: 5%;
  }
  .special02 .mode a:nth-child(2n) {
    margin-right: 0;
  }
  .special02 .mode a .icon {
    margin-bottom: 0.4rem;
    height: 1.3rem;
  }
  .special02 .mode a p {
    font-size: 0.31rem;
  }
  .special02 .advertising {
    margin-bottom: 0.4rem;
  }
  .special02 .advertising .hd ul li {
    margin: 30px 10px 0 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .special02 .advertising .bd li {
    margin-right: 0;
    width: 100%;
    height: 1.8rem;
  }
  .special02 .advertisingMobile {
    display: block;
  }
  .special02 .advertisingPc {
    display: none;
  }
}
.special03 {
  margin-bottom: 30px;
}
.special03 .mode_box {
  float: left;
  margin: 20px 2.6% 0 0;
  width: 31.6%;
}
.special03 .mode_box:nth-child(3n) {
  margin-right: 0;
}
.special03 .mode_box .title {
  padding-bottom: 20px;
  border-bottom: #d6d6d6 1px solid;
}
.special03 .mode_box .next {
  background: #f8f8f8;
}
.special03 .mode_box .next .pic {
  width: 100%;
  height: 210px;
}
.special03 .mode_box .next .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special03 .mode_box .next .text {
  padding: 23px 20px;
}
.special03 .mode_box .next .text i {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #999;
  font-family: Arial;
}
.special03 .mode_box .next .text .tit {
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special03 .mode_box .next:hover .tit {
  color: #bf2b1f;
}
@media (max-width: 1348px) {
  .special03 {
    margin-bottom: 0.7rem;
  }
  .special03 .mode_box {
    margin: 0.45rem 0 0 0;
    width: 100%;
  }
  .special03 .mode_box .title {
    margin-bottom: 0.4rem;
    padding-bottom: 0.26rem;
  }
  .special03 .mode_box .next .pic {
    height: 4rem;
  }
  .special03 .mode_box .next .text {
    padding: 0.3rem;
  }
  .special03 .mode_box .next .text i {
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
  }
  .special03 .mode_box .next .text .tit {
    height: 0.9rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
}
.special04 {
  padding-bottom: 20px;
}
.special04 .mode_box {
  float: left;
  width: 47.5%;
}
.special04 .mode_box:nth-child(2n) {
  float: right;
}
.special04 .mode_box .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #d6d6d6 1px solid;
}
.special04 .mode_box .list2 a {
  line-height: 48px;
  font-size: 18px;
  border-bottom: none;
}
.special04 .mode_box .list2 a .t {
  font-size: 18px;
}
@media (max-width: 1348px) {
  .special04 {
    padding-bottom: 0.2rem;
  }
  .special04 .mode_box {
    width: 100%;
  }
  .special04 .mode_box:nth-child(1) {
    margin-bottom: 0.4rem;
  }
  .special04 .mode_box .title {
    margin-bottom: 0.1rem;
    padding-bottom: 0.26rem;
  }
  .special04 .mode_box .list2 a {
    line-height: 0.98rem;
    font-size: 0.28rem;
  }
  .special04 .mode_box .list2 a .t {
    font-size: 0.28rem;
  }
}
/*======= 专题专栏_戎耀英雄城阅五年 =======*/
.FiveYear {
  background: url(../images/zjpage/FiveYear_bac.jpg) center 350px no-repeat;
  background-size: cover;
}
.FiveYear .title {
  margin-bottom: 35px;
  background: url(../images/zjpage/FiveYear_bac3.png) center no-repeat;
}
.FiveYear .title p {
  padding-bottom: 18px;
  line-height: 50px;
  font-size: 30px;
  color: #af1824;
  font-weight: bold;
  text-align: center;
}
.FiveYear .swiper-button-next,
.FiveYear .swiper-button-prev {
  top: calc(50% + 20px);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: #b01a25 1px solid;
}
.FiveYear .swiper-button-prev {
  left: 6px;
  background: url(../images/zjpage/i6.png) center no-repeat;
  background-size: 13px auto;
}
.FiveYear .swiper-button-prev:hover {
  background: #b01a25 url(../images/zjpage/i6s.png) center no-repeat;
  background-size: 13px auto;
}
.FiveYear .swiper-button-next {
  right: 6px;
  background: url(../images/zjpage/i7.png) center no-repeat;
  background-size: 13px auto;
}
.FiveYear .swiper-button-next:hover {
  background: #b01a25 url(../images/zjpage/i7s.png) center no-repeat;
  background-size: 13px auto;
}
.FiveYear01 {
  margin-bottom: 100px;
}
.FiveYear01 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.FiveYear01 .pc {
  display: block;
}
.FiveYear01 .mobile {
  display: none;
}
@media (max-width: 1348px) {
  .FiveYear {
    background: url(../images/zjpage/FiveYear_M_bac.jpg) center top no-repeat;
    background-size: cover;
  }
  .FiveYear .w1200 {
    width: 92%;
  }
  .FiveYear .title {
    margin-bottom: 0.4rem;
    background: url(../images/zjpage/FiveYear_bac3.png) center no-repeat;
    background-size: 5.86rem auto;
  }
  .FiveYear .title p {
    padding-bottom: 0.22rem;
    line-height: 0.46rem;
    font-size: 0.36rem;
  }
  .FiveYear .swiper-button-next,
  .FiveYear .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    width: 0.68rem;
    height: 0.68rem;
  }
  .FiveYear .swiper-button-prev {
    left: calc(50% - 1rem);
    background-size: 0.13rem auto;
  }
  .FiveYear .swiper-button-prev:hover {
    background-size: 0.13rem auto;
  }
  .FiveYear .swiper-button-next {
    right: calc(50% - 1rem);
    background-size: 0.13rem auto;
  }
  .FiveYear .swiper-button-next:hover {
    background-size: 0.13rem auto;
  }
  .FiveYear01 {
    margin-bottom: 1.7rem;
  }
  .FiveYear01 img {
    height: 4rem;
  }
  .FiveYear01 .pc {
    display: none;
  }
  .FiveYear01 .mobile {
    display: block ;
  }
}
.FiveYear02 .next {
  position: relative;
  margin-bottom: 70px;
  width: 1216px;
  height: 236px;
  background: url(../images/zjpage/FiveYear_bac2.png) center no-repeat;
  background-size: 100% auto;
}
.FiveYear02 .next .tit {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  width: 291px;
  height: 83px;
  background: url(../images/zjpage/FiveYear_2.png) center no-repeat;
}
.FiveYear02 .next .bor {
  padding: 78px 50px 0;
}
.FiveYear02 .next p {
  line-height: 40px;
  font-size: 20px;
  color: #af1924;
  text-indent: 2em;
}
@media (max-width: 1348px) {
  .FiveYear02 .next {
    margin: 0 auto 0.8rem;
    width: 7.09rem;
    height: 3.31rem;
    background: url(../images/zjpage/FiveYear_M_bac2.png) center no-repeat;
    background-size: 100% auto;
  }
  .FiveYear02 .next .tit {
    top: -1.2rem;
    width: 2.91rem;
    height: 0.83rem;
    background: url(../images/zjpage/FiveYear_M_2.png) center no-repeat;
    background-size: 100% auto;
  }
  .FiveYear02 .next .bor {
    padding: 0.4rem 0.35rem 0;
  }
  .FiveYear02 .next p {
    line-height: 0.48rem;
    font-size: 0.26rem;
  }
}
.FiveYear03 {
  padding-bottom: 100px;
}
.FiveYear03 .next {
  position: relative;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
}
.FiveYear03 .swiper-slide {
  display: block;
  background: none;
}
.FiveYear03 .swiper-slide a {
  transition: all 0.5s;
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  width: 590px;
  height: 150px;
  text-align: left;
  background: #fff1e2;
}
.FiveYear03 .swiper-slide a:nth-child(2n) {
  margin-right: 0;
}
.FiveYear03 .swiper-slide a .bor {
  padding: 35px;
}
.FiveYear03 .swiper-slide a .time {
  transition: all 0.5s;
  float: left;
  margin-right: 50px;
  padding: 10px 0 8px;
  width: 80px;
  color: #fce4ca;
  text-align: center;
  font-family: Arial;
  background: #b01a25;
}
.FiveYear03 .swiper-slide a .time i {
  line-height: 42px;
  font-size: 36px;
}
.FiveYear03 .swiper-slide a .time em {
  font-size: 14px;
}
.FiveYear03 .swiper-slide a .text {
  float: left;
  width: calc(100% - 50px - 80px);
}
.FiveYear03 .swiper-slide a .text b {
  height: 72px;
  line-height: 36px;
  font-size: 18px;
  color: #b01a25;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.FiveYear03 .swiper-slide a:hover {
  transition: all 0.5s;
  background: #b01a25;
}
.FiveYear03 .swiper-slide a:hover .time {
  color: #b01a25;
  background: #fce4ca;
}
.FiveYear03 .swiper-slide a:hover .text b {
  color: #fff;
}
@media (max-width: 1348px) {
  .FiveYear03 {
    padding-bottom: 1.2rem;
  }
  .FiveYear03 .next {
    width: 100%;
    max-width: 100%;
  }
  .FiveYear03 .swiper {
    padding-bottom: 1rem;
  }
  .FiveYear03 .swiper-slide a {
    margin: 0 0 0.3rem 0;
    width: 100%;
    height: 1.7rem;
  }
  .FiveYear03 .swiper-slide a .bor {
    padding: 0.3rem;
  }
  .FiveYear03 .swiper-slide a .time {
    margin-right: 0.3rem;
    padding: 0.12rem 0 0.1rem;
    width: 1rem;
  }
  .FiveYear03 .swiper-slide a .time i {
    display: block;
    line-height: 0.48rem;
    font-size: 0.48rem;
  }
  .FiveYear03 .swiper-slide a .time em {
    display: block;
    font-size: 0.2rem;
  }
  .FiveYear03 .swiper-slide a .text {
    width: calc(100% - 1.3rem);
  }
  .FiveYear03 .swiper-slide a .text b {
    margin-top: 0.07rem;
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
  }
}
.FiveYear04 {
  padding-bottom: 220px;
}
.FiveYear04 .next {
  position: relative;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
}
.FiveYear04 .swiper-slide {
  display: block;
  background: none;
}
.FiveYear04 .swiper-slide a {
  transition: all 0.5s;
  display: block;
  float: left;
  margin-right: 24px;
  width: 384px;
  height: 340px;
  text-align: left;
  background: #af1824;
}
.FiveYear04 .swiper-slide a:nth-child(3n) {
  margin-right: 0;
}
.FiveYear04 .swiper-slide a .pic {
  display: block;
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.FiveYear04 .swiper-slide a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.FiveYear04 .swiper-slide a .text {
  padding: 26px 20px;
}
.FiveYear04 .swiper-slide a .text p {
  height: 72px;
  line-height: 36px;
  font-size: 18px;
  color: #ffffd5;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.FiveYear04 .swiper-slide a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
@media (max-width: 1348px) {
  .FiveYear04 {
    padding-bottom: 1.8rem;
  }
  .FiveYear04 .next {
    width: 100%;
    max-width: 100%;
  }
  .FiveYear04 .swiper {
    padding-bottom: 1rem;
  }
  .FiveYear04 .swiper-slide a {
    margin: 0 0 0.4rem 0;
    width: 100%;
    height: 5.4rem;
  }
  .FiveYear04 .swiper-slide a .pic {
    height: 3.8rem;
  }
  .FiveYear04 .swiper-slide a .text {
    padding: 0.3rem 0.36rem 0.45rem;
  }
  .FiveYear04 .swiper-slide a .text p {
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
    display: flex;
    flex-wrap: wrap;
  }
}
/*======= 专题专栏_专题培训 =======*/
.train .FiveYear01 {
  margin-bottom: 0;
}
.train .title {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.train .title i {
  width: 304px;
  height: 40px;
}
.train .title i.i1 {
  background: url(../images/zjpage/i8.png) center no-repeat;
  background-size: 100% auto;
}
.train .title i.i2 {
  background: url(../images/zjpage/i9.png) center no-repeat;
  background-size: 100% auto;
}
.train .title p {
  padding: 0 46px;
  font-size: 30px;
  color: #ca0c0e;
  font-weight: bold;
}
.train01 {
  padding: 90px 0 60px;
  background: url(../images/zjpage/train01_bac.jpg) center no-repeat;
  background-size: cover;
}
.train01 .next {
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(254, 156, 105, 0.8);
  background-image: linear-gradient(to left top, #fde4c2, #fef6e7);
}
.train01 .tit {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 387px;
  height: 63px;
  line-height: 63px;
  font-size: 30px;
  color: #ca0c0e;
  font-weight: bold;
  text-align: center;
  background: url(../images/zjpage/train01_bac2.png) center no-repeat;
  background-size: 100% auto;
}
.train01 .text {
  padding: 76px 66px 60px;
  font-size: 20px;
  color: #333;
}
@media (max-width: 1348px) {
  .train .FiveYear01 {
    margin-bottom: 0;
  }
  .train .title {
    margin-bottom: 0.6rem;
  }
  .train .title i {
    width: 2.65rem;
    height: 0.42rem;
  }
  .train .title i.i1 {
    background: url(../images/zjpage/i8s.png) right center no-repeat;
    background-size: auto 0.18rem;
  }
  .train .title i.i2 {
    background: url(../images/zjpage/i9s.png) left center no-repeat;
    background-size: auto 0.18rem;
  }
  .train .title p {
    padding: 0 0.4rem;
    font-size: 0.32rem;
  }
  .train01 {
    padding: 1.08rem 0 0.8rem;
  }
  .train01 .next {
    border-radius: 0.2rem;
    box-shadow: 0 0.04rem 0.1rem rgba(254, 156, 105, 0.8);
  }
  .train01 .tit {
    top: -0.3rem;
    width: 4.09rem;
    height: 0.67rem;
    line-height: 0.67rem;
    font-size: 0.32rem;
    background: url(../images/zjpage/train01_bac2.png) center no-repeat;
    background-size: 100% auto;
  }
  .train01 .text {
    padding: 0.73rem 0.3rem 0.6rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
}
.train02 {
  padding: 60px 0 50px;
  background: url(../images/zjpage/train02_bac.jpg) center no-repeat;
  background-size: cover;
}
.train02 .next dl {
  margin-bottom: 40px;
}
.train02 .next dl dt {
  margin-bottom: 12px;
}
.train02 .next dl dt p {
  position: relative;
  line-height: 36px;
  font-size: 20px;
  text-indent: 3em;
  color: #333;
}
.train02 .next dl dt p::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 36px;
  background: url(../images/zjpage/i10.png) left center no-repeat;
  content: "";
}
.train02 .next dl dd {
  line-height: 36px;
}
.train02 .next dl dd p {
  float: left;
  width: 90px;
  font-size: 18px;
  color: #bf2b1f;
}
.train02 .next dl dd .text {
  float: left;
  width: calc(100% - 90px);
}
.train02 .next dl dd .text a {
  display: block;
  font-size: 18px;
  color: #bf2b1f;
}
@media (max-width: 1348px) {
  .train02 {
    padding: 0.7rem 0 0.5rem;
    background-image: url(../images/zjpage/train02_M_bac.jpg);
  }
  .train02 .next dl {
    margin-bottom: 0.6rem;
  }
  .train02 .next dl dt {
    margin-bottom: 0.1rem;
  }
  .train02 .next dl dt p {
    line-height: 0.42rem;
    font-size: 0.28rem;
    text-indent: 2em;
  }
  .train02 .next dl dt p::before {
    top: 0.02rem;
    width: 0.5rem;
    height: 0.4rem;
    background-size: 0.5rem;
  }
  .train02 .next dl dd {
    line-height: 0.42rem;
  }
  .train02 .next dl dd p {
    width: 100%;
    font-size: 0.26rem;
  }
  .train02 .next dl dd .text {
    width: 100%;
  }
  .train02 .next dl dd .text a {
    font-size: 0.26rem;
  }
}
.train03 {
  padding: 80px 0 50px;
  background: url(../images/zjpage/train03_bac.jpg) center no-repeat;
  background-size: cover;
}
.train03 .listUl {
  position: relative;
}
.train03 .listUl::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(../images/zjpage/i11.png) center repeat-y;
  content: "";
}
.train03 .listUl li {
  margin-bottom: 30px;
}
.train03 .listUl li .tit {
  display: flex;
  margin-bottom: 25px;
  line-height: 50px;
  color: #fff;
  background: url(../images/zjpage/i12.png) left center no-repeat;
}
.train03 .listUl li .tit i {
  margin-right: 40px;
  width: 50px;
  font-size: 26px;
  font-family: Arial;
  text-align: center;
}
.train03 .listUl li .tit em {
  font-size: 24px;
}
.train03 .listUl li .text {
  margin-left: 50px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(255, 210, 186, 0.8);
  background-image: linear-gradient(to left, #ffefd9, #fef5e7);
}
.train03 .listUl li .text .bor {
  padding: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.train03 .listUl li .text b {
  font-weight: bold;
}
.train03 .listUl li .text p {
  font-size: 20px;
}
@media (max-width: 1348px) {
  .train03 {
    padding: 0.7rem 0 0.3rem;
    background: url(../images/zjpage/train03_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .train03 .listUl::before {
    width: 0.58rem;
    background-size: 0.03rem auto;
  }
  .train03 .listUl li {
    margin-bottom: 0.6rem;
  }
  .train03 .listUl li .tit {
    margin-bottom: 0.27rem;
    line-height: 0.58rem;
    background-size: auto 0.58rem;
  }
  .train03 .listUl li .tit i {
    margin-right: 0.3rem;
    width: 0.58rem;
    font-size: 0.3rem;
  }
  .train03 .listUl li .tit em {
    font-size: 0.28rem;
  }
  .train03 .listUl li .text {
    margin-left: 0.58rem;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(255, 210, 186, 0.8);
    background-image: linear-gradient(to left, #ffefd9, #fef5e7);
  }
  .train03 .listUl li .text .bor {
    padding: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .train03 .listUl li .text p {
    font-size: 0.28rem;
  }
}
