@charset 'utf-8';

*{
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
    object-fit: contain;
    max-width: 100%;
}

video {
  max-width: 100%;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

table tr td,
table {
    border-collapse: collapse;
}

/*a { display: inline-block; transition:all .3s linear;  -webkit-transition:all .3s linear;  -moz-transition:all .3s linear;  -o-transition:all .3s linear;  -ms-transition:all .3s linear; }*/

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
}

.clearfix {
    *zoom: 1;
}

.ovh {
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}

.centerWidth{
    width: 1400px;
    margin: 0 auto;
}

.h5show{
    display: none;
}

.animated{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.commonAsideBox {
    width: 280px;
    border-left: 5px solid #c23b3c;
    margin-right: 30px;
    flex-shrink: 0;
    height: 100%;
    background: url("./aside-bg.png") no-repeat left top/280px 341px;
  }
  
  .commonAsideBox .asideItem {
    font-size: 20px;
    color: #000;
    background-color: #f2f2f2;
    text-align: center;
    height: 68px;
    line-height: 67px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
  }
  
  .commonAsideBox .asideItem.Actv {
    color: #C23B3C;
    font-weight: bold;
  }
  
  .commonAsideBox .asideItem:first-child {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    background-color: transparent;
  }
  
  .commonRightBox {
    flex: 1;
    padding-top: 17px;
  }
  
  .commonRightBox .secItem:not(:last-child) {
    margin-bottom: 23px;
  }
  
  .commonRightBox .secItem .secTop {
    display: flex;
    background-color: #f9f9f9;
    padding-left: 25px;
    height: 43px;
    line-height: 43px;
    position: relative;
    font-size: 20px;
    color: #C23B3C;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .commonRightBox .secItem .secTop::before {
    content: "";
    width: 7px;
    height: 43px;
    background: url("./sec-title-img1.png") no-repeat left top/100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .commonRightBox .secItem .content {
    font-size: 17px;
    color: #333333;
    line-height: 56px;
  }

  .pageContent {
    display: flex;
    width: 1400px;
    margin: 0 auto 150px;
    padding: 25px 0;
  }

  .SearchPage .common-header .search{
    display: none;
  }

  .mapBox {
    width: 100%;
    height: 300px;
  }

  .lines .lineItem {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
  }
  .lines .lineItem:not(:last-child) {
    margin-bottom: 24px;
  }

  .commonRightBox .leaderBox {
    height: 360px;
    background-color: #fff;
    box-shadow: 0px 2px 18px 0px rgba(67,67,67,0.1);
    position: relative;
    width: 100%;
    padding-top: 37px;
    padding-left: 50px;
    display: flex;
    padding-right: 24px;
  }

  .commonRightBox .leaderBox .cover {
    width: 165px;
    height: 228px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .commonRightBox .leaderBox .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .commonRightBox .leaderBox .leaderRight {
    flex: 1;
    padding-top: 25px;
  }
  .commonRightBox .leaderBox .name {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .commonRightBox .leaderBox .content {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
  }

  .commonRightBox .leaderBox::before {
    content: "";
    width: 1060px;
    height: 333px;
    background: url("./leader-box.png") no-repeat left top/100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }

  .commonRightBox .newsList {
    font-size: 18px;
    color: #333333;
  }

  .commonRightBox .newsItem {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .commonRightBox .newsItem:hover .text {
    color: #C23B3C;
  }
  .commonRightBox .newsItem .icon-arr {
    width: 12px;
    /* height: 8px; */
    margin-right: 6px;
  }

  .commonRightBox .newsItem .icon-leaf {
    width: 11px;
    height: 15px;
    margin-right: 6px;
  }
  
  .commonRightBox .newsItem .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commonRightBox .newsItem .time {
    font-size: 18px;
    color: #999999;
    margin-left: 35px;
  }

  .commonRightBox .newsItem:not(:last-child) {
    margin-bottom: 34px;
  }

  .videoList {
    display: flex;
    flex-wrap: wrap;
  }

  .videoList .videoItem  {
    width: 254px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: calc((100% - 1016px) / 3);
    margin-bottom: 30px;
  }



  .videoList .videoItem:nth-child(4n) {
    margin-right: 0;
  }

  .videoList .videoItem .video {
    width: 100%;
    height: 154px;
    position: relative;
    overflow: hidden;
    background-color: #000;
  }

  .videoList .videoItem .video img {
    object-fit: cover;
  }

  .videoList .videoItem .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .videoList .videoItem .video .icon-play {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .videoList .videoItem .name {
    font-size: 16px;
    color: #000000;
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadBox {
    font-size: 16px;
    width: 1400px;
    margin: 0 auto;
    color: #000;
    display: flex;
    align-items: center;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #e3e3e3;
  }
  .breadBox .subBread{
    display: flex;
    align-items: center;
    margin-left: 18px;
  }
  .breadBox .subBread .item {
    display: flex;
    align-items: center;
    margin-right: 18px;
    cursor: pointer;
  }
  .breadBox .subBread .item .arrow {
    margin-right: 18px;
  }

  .fy-proList {
    display: flex;
    flex-wrap: wrap;
  }

  .fy-proList .itemBox {
    width: 263px;
    height: 340px;
    background: url("./itemBox1.png") no-repeat left top/100% 100%;
    margin-right: calc((100% - 1056px) / 3);
    margin-bottom: 18px;
    padding: 25px 18px;
  }
  .fy-proList .itemBox:nth-child(4n) {
    margin-right: 0;
  }
  .fy-proList .itemBox .cover {
    width: 224px;
    height: 208px;
    overflow: hidden;
    margin: 0 auto 10px;
  }
  .fy-proList .itemBox .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .fy-proList .itemBox .name {
    font-size: 18px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fy-proList .itemBox .info {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
  }

  .fy-perList {
    width: 100%;
  }
  .fy-perList .itemBox {
    width: 260px;
    height: 345px;
    box-shadow: 0px 2px 18px 0px rgba(67,67,67,0.1);
    margin-right: calc((100% - 1056px) / 3);
    margin-bottom: 25px;
    position: relative;
    padding: 30px;
    flex-shrink: 0;
  }
  .fy-perList .cover {
    width: 196px;
    height: 217px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 15px;
    display: block;
  }
  .fy-perList .name {
    flex: 1;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fy-perList   .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fy-perList .info {
    font-size: 16px;
    color: #999999;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .fy-cultList .itemBox{
    width: 100%;
    height: 181px;
    display: flex;
    flex-shrink: 0;
    background: url("./itemBox2.png") no-repeat left top/100% 100%;
    padding: 17px;
  }
  .fy-cultList .itemBox:not(:last-child) {
    margin-bottom: 13px;
  }
  .fy-cultList .itemBox .cover { 
    width: 182px;
    height: 148px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .fy-cultList .itemBox .itemRight {
    flex: 1;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .fy-cultList .itemBox .name {
    font-size: 20px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fy-cultList .itemBox .info {
    font-size: 14px;
    color: #999999;
  }
  .fy-cultList .itemBox .foot {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
  }
  .fy-cultList .itemBox .foot .time {
    font-size: 14px;
    color: #999999;
  }
  .bookList {
    display: flex;
    flex-wrap: wrap;
  }

  .bookList .bookItem {
    width: 204px;
    margin-right: calc((100% - 1020px) / 4);
    margin-bottom: 20px;
  }
  .bookList .bookItem:nth-child(5n) {
    margin-right: 0;
  }
  .bookList .bookItem .img-book {
    width: 100%;
    height: 289px;
    margin-bottom: 14px;
    display: block;
  }
  .bookList .bookItem .name {
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.h5-header {
  display: flex;
  height: 35px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: .35rem;
  align-items: center;
}
.h5-header .icon-back {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.h5-header .icon-back img {
  width: 100%;
  height: 100%;
}
.h5-header .icon-back::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.h5-header .title {
  font-size: .32rem;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 35px;
}
.common-menu {
  font-size: 20px;
  line-height: 71px;
  height: 72px;
  border-bottom: 1px solid #c23b3c;
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 0 120px;
  color: #000000;
  white-space: nowrap;
  z-index: 5;
}
.common-menu::before, .common-menu::after {
  content: "";
  width:122px;
  height: 30px;
  background: url("./menu-hr-flower.png") no-repeat;
  position: absolute;
  bottom: 0;
}
.common-menu::after {
  right: 90px;
  transform: rotateY(180deg);
}
.common-menu::before {
  left: 90px;
}
.common-menu a.Actv, .common-menu .a:hover{
  font-size: 26px;
  color: #C23B3C;
  font-weight: bold;
}
.common-menu a {
  text-decoration: none;
  color: #000000;
}
.common-menu a:not(:last-child) {
  margin-right: 132px;
}
.common-menu .menu-wrapper {
  width: 1400px;
  margin: 0 auto;
  overflow: visible;
  display: flex;
  align-items: center;
}

.common-menu .mitem:hover {
  font-weight: bold;
  color: #C23B3C;
}

.h5-menus {
  display: flex;
  align-items: center;
  overflow-x: auto;
  font-size: .28rem;
  margin-bottom: .35rem;
  margin-top: .25rem;
  white-space: nowrap;
}
.h5-menus .mitem {
  line-height: .35rem;
  position: relative;
}
.h5-menus .mitem:not(:last-child) {
  margin-right: .5rem;
}
.h5-menus .mitem.Actv {
  font-weight: bold;
}
.h5-page {
  width: 7rem;
  margin: 0.3rem auto 1rem;
}
.common-menu {
  width: 100%;
  height: 72px;
  line-height: 70px;
  background: url('./shouye9.png') no-repeat center;
  background-size: cover;
  padding: 0 calc((100% - 1400px)/2);
}

.common-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.common-menu a {
  color: #000;
  font-size: 20px;
}

.common-menu .active {
  font-weight: bold;
  color: #C23B3C;
}

.common-menu a:hover {
  font-weight: bold;
  color: #C23B3C;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  width: 1400px;
  margin: 20px auto 50px;
}
.pages li{
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  cursor: pointer;
  min-width: 45px;
  padding: 0 4px;
  text-align: center;
}
.pages li a {
  width: 100%;
  display: block;
}
.pages li:hover {
  background-color: #d64444;
  color:#fff;
}
.pages li:hover a{
  color: #fff;
}
.pages li:not(:last-child) {
  margin-right: 5px;
}

.pages .page-active {
  background-color: #d64444;
  color: #fff;
}
.pages .page-active a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .clearfix a {
      width: 100%!important;
      font-size: .26rem!important;
  }
  .tab-item li {
      padding: .1rem 0!important;
  }
  .pages {
    width: 100%;
    font-size: .26rem;
    margin: .3rem auto .5rem;
    line-height: .4rem;
    flex-wrap: wrap;
    padding: 0 .3rem;
  }
  .pages li {
    min-width: .45rem;
  }
    ::-webkit-scrollbar {
      width: 2px;
      height: 2px;
    }
    ::-webkit-scrollbar-thumb {
      background-color:#f0f0f2;
    }
    .h5show{
        display: block;
    }
    .pcshow{
        display: none;
    }
    .common-menu {
      padding: 0 .3rem;
      font-size: .26rem;
      line-height: .65rem;
      height: calc(.65rem + 1px);
      white-space: nowrap;
    }
    .common-menu a.Actv, .common-menu .a:hover {
      font-size: .28rem!important;
    }
    .common-menu .menu-wrapper {
      width: 100%;
      overflow-x: auto;
      display: flex;
      align-items: center;
    }
    .common-menu::before, .common-menu::after {
      display: none;
    }
    .common-menu .menu-wrapper a:not(:last-child) {
      margin-right: .3rem;
    }
    body{
        min-width: auto;
        max-width: 100%;
        overflow: hidden auto;
        scrollbar-width: 2px;
    }
    .breadBox {
      height: .5rem;
      width: 100%;
      padding: 0 .3rem;
      line-height: .5rem;
      font-size: .22rem;
    }
    .centerWidth{
        width: 100%;
        box-sizing: border-box;
        padding: 0 .2rem;
    }

  .fy-perList .itemBox:nth-child(2n), .fy-proList .itemBox:nth-child(2n) {
      margin-right: 0;
  }
  .fy-perList .itemBox .cover , .fy-proList .itemBox .cover{
      height: initial;
      aspect-ratio: 196 / 217;
      width: 2.8rem;
      margin: 0 auto .15rem;
  }
  .fy-perList .itemBox .content .name, .fy-proList .itemBox .content .name {
      font-size: .26rem;
      margin-bottom: .1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .fy-perList .itemBox .content .info, .fy-proList .itemBox .content .info {
      font-size: .22rem;
  }
  .fy-perList .itemBox::before, .fy-proList .itemBox::before {
      width: 100%;
      height: 100%;
  }

  .fy-proList .itemBox .content .info {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block;
  }
  .fy-cultList {
      width: 100%;
      overflow: hidden;
  }
  .fy-cultList .itemBox {
      width: 100%;
      height: initial;
      aspect-ratio: 1090 / 181;    
      padding: .2rem;
      background: none;
      border: 1px solid rgba(194, 59, 60, .5);
      border-radius: .1rem;
  }
  .fy-cultList .itemBox .cover {
      width: 1.8rem;
      height: 2.2rem;
      /* aspect-ratio: 280 / 341; */
      display: block;
      margin-right: .2rem;
  }
  .fy-cultList .itemBox .itemRight {
      padding-top: .2rem;
  }
  .fy-cultList .itemBox .itemRight .name {
      font-size: .34rem;
      font-weight: bold;
  }
  .fy-cultList .itemBox .itemRight .info {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: .26rem;
      text-overflow: ellipsis;
      line-clamp: 2;
  }
  .fy-cultList .itemBox .itemRight .foot .time {
      font-size: .26rem;
  }
  .newsList .newsItem {
    font-size: .26rem;
    display: flex;
    align-items: center;
  }
  .newsList .newsItem:not(:last-child) {
    margin-bottom: .2rem;
  }
  .newsList .newsItem .icon-arr,  .newsList .newsItem .icon-leaf{
    width: .2rem;
    margin-right: .1rem;
  }
  .newsList .newsItem .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .26rem;
  }
  .newsList .newsItem .time {
    font-size: .24rem;
    color: #666;
    margin-left: .3rem;
    flex-shrink: 0;
  }
  .footer .foot-selectBox {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 .3rem;
    font-size: .26rem;
  }
  .footer .footer-message {
    height: auto;
    display: block;
    width: 100%;
  }
  .footer .tabs:nth-child(2) {
    width: 100%;
    font-size: .26rem;
    line-height: 1.5;
  }
  
  .footer .footer-message .tabs{
    height: auto;
    font-size: .24rem;
    line-height: 1.5;
  }
  .footer .footer-message .tabs:first-child {
    padding: 0 .3rem;
  }
  .footer .footer-message .tabs p:not(:last-child) {
    margin-bottom: .2rem;
  }
  .swiper-lf {
    height:6rem!important;
  }
  .swiper-item a p {
    height: .6rem!important;
    line-height: .6rem!important;
    font-size: .28rem!important;
    padding: 0 .28rem!important;
  }
  .title-sec, .swiper-lf,.two-nav::before, .swiper-slide, .swiper-rt{
    width: 100%!important;
    background-size: 100%!important;
    height: auto!important;
  }
  .title-sec {
    margin-top: .35rem!important;
    font-size: .36rem!important;
  }
  .showImg img {
    height: 1.3rem!important;
  }
  .two-nav {
    margin-top: 0!important;
    border-width: 3px!important;
    padding: .35rem!important;
    height: auto!important;
  }
  .two-tit .cur1 {
    background-size: contain!important;
  }
  .two-tit .tabbar {
    width: 2rem!important;
    height: 1.6rem!important;
    font-size: .26rem!important;
    padding: .42rem .3rem 0!important;
    background-size: contain!important;
  }
  .wrapper-two .two-nav::before {
    display: none;
  }
  .two-list {
    margin-top: .35rem!important;
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
  }
  .two-list ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .two-list ul li img {
    height: 2.4rem!important;
  }
  .two-list ul li {
    width: 3rem!important;
    height: 4.15rem!important;
    padding: .45rem .45rem 0!important;
    margin: .1rem 0 0!important;
  }
  .two-list ul > a {
    margin-right: calc(100% - 6rem)!important;
  }
  .two-list ul > a:nth-child(2n) {
    margin-right: 0!important;
  }
  .two-list ul li p {
    font-size: .26rem!important;
  }
  .two-list ul li span {
    font-size: .22rem!important;
    display: -webkit-box;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .wrapper.wrapper-two {
    height: auto;
  }
  .wrapper-three {
    display: block!important;
    height: auto!important;
  }
  .wrapper-three .swiper-rt {
    display: block!important;
    margin-left: 0!important;
  }

  .wrapper-three .tab-tit {
    margin-bottom: .3rem;
  }
  .swiper .tab-tit .tit {
    font-size: .32rem;
  }
  .wrapper-three .tab-tit .tit {
    margin-right: .3rem;
    width: fit-content!important;
    font-size: .32rem!important;
  }
  .wrapper-three .tab-item a {
    font-size: .24rem;
  }
  .wrapper-three .clearfix a .clearfix-nav {
    font-size: .28rem;
  }
  .wrapper-three .tab-item li {
    padding: .15rem 0!important;
  }
  .wrapper-three .three-img {
    margin: 0;
    height: 2rem;
  }
  .wrapper-three .swiper-container {
    display: block;
  }
  .wrapper.wrapper-four {
    height: auto;
  }
  .wrapper-four .img-list {
    flex-wrap: wrap;
    margin-top: .36rem;
  }
  .wrapper-four .img-list img {
    width: 3rem;
    height: 4.35rem;
  }
  .wrapper-four .img-list a {
    margin-right: calc(100% - 6rem);
    margin-bottom: .2rem;
  }
  .wrapper-four .img-list a:nth-child(2n) {
    margin-right: 0;
  }
  .DetailBox {
    padding-top: .3rem!important;
    padding-bottom: 1rem!important;
  }
  .DetailBox .page{
    width: 100%;
    padding: 0 .3rem;
  }
  .DetailBox .page .header {
    margin-bottom: .3rem;
  }
  .DetailBox .header .title {
    font-size: .32rem;
    margin-bottom: .2rem;
  }
  .DetailBox .header .foot {
    font-size: .24rem;
    padding-bottom: .1rem;
  }
  .DetailBox .content {
    font-size: .26rem;
  }
  .swiper {
    height: auto!important;
    margin-bottom: .3rem;
  }
  .swiper-rt {
    margin-left: 0!important;
  }
  .footer .footer-message .tabs:nth-child(2) {
    margin: .25rem 0;
    justify-content: center;
    display: flex;
  }
  .wrapper-two .list-item.cultureBox {
    display: block;
  }
  .list-item.cultureBox {
    width: 100%;
  }
  .list-item.cultureBox li {
    padding: .2rem!important;
    width: 100%!important;
    height: auto !important;
  }
  .list-item.cultureBox a li img {
    width: 1.8rem!important;
    height: 1.4rem!important;
  }
  .list-item.cultureBox a li .liRight {
    padding-top: .1rem!important;
    padding-bottom: 0.1rem!important;
  }
  .list-item.cultureBox a li .liRight .name {
    margin-bottom: .1rem!important;
  }
  .list-item.cultureBox a li .liRight .info {
    margin-bottom: .2rem!important;
  }
  .list-item.cultureBox a li .liRight .time {
    font-size: .22rem!important;
  }

  .list-item.cultureBox a {
    margin-right: 0!important;
    margin-bottom: .2rem!important;
  }

  .common-menu {
      width: 7rem;
      height: .65rem;
      line-height: .65rem;
      padding: 0;
      overflow-x: auto;
      scrollbar-width: 0px;
      margin: 0 auto .3rem;
      background: none;
  }
  .common-menu::-webkit-scrollbar {
      display: none;
  }

  .common-menu ul {
      height: 100%;
      white-space: nowrap;
  }
  .common-menu a {
      font-size: .26rem;
      display: block;
      height: 100%;
      position: relative;
  }
  .common-menu li {
      height: .65rem;
      line-height: .65rem;
  }

  .common-menu a:not(:last-child) {
      margin-right: .3rem;
  }
  .common-menu a.active::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #C23B3C;
      position: absolute;
      left: 0;
      bottom: 0;
  }

  .videoList .videoItem {
    width: 3.2rem!important;
    margin-right: .2rem!important;
  }
  .videoList .videoItem:nth-child(4n) {
    margin-right: .2rem;
  }

  .videoList .videoItem .video {
    height: 1.9401rem!important;
  }

  .videoList .videoItem .name {
    margin-top: .1rem;
    font-size: .26rem;
  }
}

.common-menu  .mitem {
  position: relative;
  transform: translate(0,0);
}

.common-menu .mitem .subMenus::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color:#fff2f2;
  left: 50%;
  top: 0;
}

.common-menu .mitem:not(:last-child) {
  margin-right: 132px;
}

.common-menu .mitem:hover .subMenus{
  display: flex;
}


.common-menu .mitem .subMenus {
  position: fixed;
  width: 100vw;
  height: 48px;
  background-color:#fff2f2;
  line-height: 48px;
  font-size: 20px;
  color: #c23b3c;
  left: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  bottom: 0;
  transform: translate(-50%, 98%);
}

.common-menu .mitem .subMenus:hover {
  display: flex;
}

.common-menu .mitem .subMenus .subItem{
  cursor: pointer;
  color: #c23b3c;
  position: relative;
  z-index: 2;
}

.common-menu .mitem .subMenus .subItem:not(:last-child) {
  margin-right: 66px;
}