a {
  cursor: pointer !important;
}

// 头部尾部样式
* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑" !important;
}
html {
  font-family: "Micosoft Yahei" !important;
}
h4 {
  margin: 0;
}
.header {
  position: relative;
  margin-bottom: 20px !important;
}
.header-box {
  height: 75px;
}
.header-box img {
}
.mt25 {
  margin-top: 25px;
}
.banner {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.list-banner {
  background: url("../images/listBanner.png") no-repeat;
  background-position: center;
}

// 首页banner
.index-banner {
  width: 100%;
  height: 100%;
  background: url("../images/indexBanner.png") no-repeat;
  background-position: center;
}
.index-banner {
  background: url("../images/indexBanner.png") no-repeat;
  background-position: center;
}
.header-box .nav {
  // margin-top: -42px;
}
.nav ul {
  padding-right: 30px;
  // font-size: 0;
}

.user-out {
  margin-left: 10px;
}
.nav ul li {
  list-style-type: none;
  display: inline-block;
  // padding:0 10px;
  position: relative;
}
.nav ul li a {
}
.nav ul.pd37 li:hover {
  background: rgba(0, 0, 0, 0.6);
}

.nav ul.pd37 li:hover a {
  /* color: #a9caf2; */
  color: #faa4a4;
}
.nav ul.pd37 li:hover ul.son-ul a {
  color: #fff;
}
.nav ul.pd37 li ul.son-ul li:hover a {
  /* color: #a9caf2; */
  color: #faa4a4;
}

.nav ul li a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  // margin-right: 20px;
  /*font-weight: 300;*/
  margin: 0;
  width: 100%;
  height: 100;
}
.pd37 li a {
  padding: 37px 9px 10px;
  margin: 0 1px !important;
}
.pd10 li a {
  padding: 0 10px;
}
.nav ul li a.user {
  margin: 0;
  width: 30px;
  height: 30px;
  background: url("../images/user.png") no-repeat;
  background-size: 30px;
  position: absolute;
  right: -30px;
  top: -20px;
  z-index: 10;
}

.toolDiv {
  width: 350px;
  /*height: 500px;*/
  /*display: block;*/
}

.toolDiv span {
  display: inline-block;
  float: left;
}

.nav ul li ul.son-ul {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  z-index: 1001;
}
.nav ul.pd37 li ul.son-ul {
  background: rgba(0, 0, 0, 0.6);
}
.nav ul.pd10 li ul.son-ul {
  /* background:#567bb9; */
  background: #9c1213;
}

.user-li:hover a.user {
}

.nav ul li ul.son-ul li {
  display: block;
  min-width: 160px;
  max-width: 220px;
  height: 42px;
  line-height: 42px;
  // padding: 0 21px;
  white-space: nowrap;
}
.nav ul li ul.son-ul li a {
  padding: 0 21px;
}
.nav ul li.last-li ul.son-ul {
  width: 192px;
}
.nav ul li.last-li ul.son-ul {
  left: -114px;
}
.title-box {
  margin-top: 74px;
  color: #fff;
}
.Ch-tit {
  font-size: 24px;
  /*font-weight:500;*/
}
.En-tit {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  /*font-weight:200;*/
}
.title-box p {
  opacity: 0.8;
  font-size: 13px;
  /*font-weight: 100;*/
}
.content {
  padding: 100px 0;
}

.footer {
  /* margin-top: 40px;*/
}

.footer .pl30 {
  padding-left: 30px;
}

.footer-ul {
  height: 100px;
  border: none !important;
}

.footer-ul li {
  width: 50%;
  margin-bottom: 20px;
  color: #fff;
  float: left;
}

.footer-ul .icon {
  height: 15px;
  width: 15px;
  margin: 0px;
  margin-right: 10px;
  margin-top: -3px;
}

.footer-ul li a {
  color: inherit;
}

.foot-top {
  background: #333;
  padding: 65px 0 78px 0;
  color: #fff;
}
.foot-top .Ch-h {
  color: #faa4a4;
  display: inline-block;
  margin-bottom: 32px;
  font-size: 20px;
}
.foot-top .En-s {
  color: #999;
  display: inline-block;
  margin-left: 10px;
}
.foot-top select {
  background: transparent;
  border-radius: 0;
}
.foot-top input {
  background: transparent;
  border: 1px solid #666;
  padding: 2px 5px;
  float: right;
  font-size: 12px;
  width: 185px;
  height: 28px;
  background: url("../images/search.png") no-repeat;
  background-size: 15px;
  background-position: 164px;
}
.foot-top textarea {
  background: transparent;
  display: block;
  width: 100%;
  height: 166px;
  padding: 12px 15px;
  color: #ccc;
  font-size: 14px;
  overflow: hidden;
  margin-top: 32px;
}
.foot-top ul {
  border-left: 2px solid #666;
  /*padding-bottom: 20px;*/
}
.foot-top ul li {
  list-style-type: none;
  line-height: 28px;
  font-size: 14px;
  color: #ccc;
  /*font-weight: 100;*/
}
/*.foot-top img{
  margin-top: 20px;
  margin-left: 32px;
  width: 50%;
}*/

.foot-bottom {
  padding: 18px 0 10px;
  line-height: 15px;
  color: #999;
  font-size: 12px;
  background: #fff;
  text-align: center;
}
.foot-bottom .foot-search select option {
  opacity: 0;
  display: none;
}
.foot-bottom .foot-search {
  overflow: hidden;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
a:hover {
  text-decoration: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
.navbar ul li a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav ul li.last-li ul.son-ul {
  // top: 20px;
}
.ceiling-head .pho-li .son-ul {
  top: -5px;
  padding-top: 35px;
}
a:visited {
  // text-decoration: none!important;
}
a:active {
  // text-decoration: none!important;
}
.nav-tit a {
  color: #fff;
}

.social-share .icon-weibo {
  color: #56b6e7 !important;
  border-color: #56b6e7 !important;
}
.social-share .icon-qzone {
  color: #56b6e7 !important;
  border-color: #56b6e7 !important;
}

.social-share .social-share-icon:hover {
  color: #fff !important;
  background: #56b6e7 !important;
}
.social-share .icon-qzone:hover {
  color: #fff !important;
  background: #56b6e7 !important;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.navbar {
  margin-bottom: 40px;
}
.pagebutton {
  padding-bottom: 40px;
}

.navbar ul li a.active {
  /* color: #4a90e2;  */
  color: #b72122;
}
.navbar ul li.active a {
  color: #b72122;
}
.navbar ul li.active {
  color: #b72122;
}
.navbar ul li.active .circle {
  background: #b72122;
}
/* iPad 系列 (纵向) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .news {
    // padding:7px 0px 40px;
  }
  // .container .btn-box{
  //   margin-top: 0!important
  // }
  //   .sentence{
  //     width: 100%!important;
  //   }
  // }
  // .bmmask{
  //   position: absolute;
  //   width: 100%;
  //   height: 100%;
  //   background: rgba(0,0,0,0.5);
  //   left: 0;
  //   top: 0;
  //   display: none;
  // }
  // .bmmask .bmbox{
  //   border-radius: 5px;
  //   width: 300px;
  //   height: 130px;
  //   background: #fff;
  //   position: absolute;
  //   top:16%;
  //   left: 50%;
  //   margin-left:-150px;
  // }
  // .bmmask .bmbox p{
  //   border-bottom: 1px solid #f1f1f1;
  //   padding:30px;
  //   text-align: center;
  //   font-size: 16px;
  // }
  // .bmmask .bmbox a{
  //   text-align: center;
  //   color: #333;
  //   display: inline-block;
  //   width: 100%;
  // }
  // .btn-box-del{
  // }
  // .btn-box-del a{
  //   display: inline-block;
  //   width: 50px;
  //   margin-right: 15px;
  // }
  // .btn-box-del label{
  //   width: 100%;
  //   text-align: left;
  //   cursor: pointer;
  // }
  // .blue-meet .bottom  span{
  //   font-size: 12px;
  // }

  /*新加*/
  // .coor .coor1{
  //   margin-top: -105px;
  //   width: 556px;
  // }
  // .coor .coor2{
  //   margin-top: 21px;
  //   height: 24px;
  // }
  // .coor .coor3{
  //   margin-top: 21px;
  //   width: 668px;
  //   margin-bottom:5px;
  // }
  // .coor .more-btn{
  //   margin-top: 45px;
  // }
  /*新加的*/

  .index-header {
    height: 580px;
    width: 100%;
    overflow: hidden;
    background: url("../images/b1.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .i-paper {
    width: 42px;
    height: 42px;

    position: absolute;
    top: 40px;
    left: 34px;
  }
  .i-paper-red {
    background: url("../images/index/paper.png") no-repeat;
    background-size: 40px 41px;
  }
  .i-paper-yellow {
    background: url("../images/paper-y.png") no-repeat;
    background-size: 40px 41px;
  }
  a.yellow-n,
  a.red-n {
    position: relative;
    padding-left: 48px;
  }
  a.yellow-n:before {
    display: inline-block;
    width: 38px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: url("../images/yellow-n.png") no-repeat;
    margin-right: 10px;
    content: "";
  }
  p.sentence a {
    font-size: 16px;
  }
  .news .news-list ul li > a.newsa {
    position: relative;
    padding-left: 45px;
  }
  .news .news-list ul li > a.newsa:before {
    display: inline-block;
    width: 38px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: url("../images/red-n.png") no-repeat;
    margin-right: 10px;
    content: "";
  }
  a.red-n:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: url("../images/red-n.png") no-repeat;
    margin-right: 10px;
  }
  .header-box a img {
    width: 238px;
  }
  .coor .coor1 {
    margin-top: -105px;
    width: 556px;
  }
  .coor .coor2 {
    /* margin-top: 21px; */
    width: 640px;
    margin-top: 0;
  }
  .coor .coor3 {
    margin-top: 21px;
    width: 668px;
    margin-bottom: 5px;
  }
  .coor .more-btn {
    margin-top: 45px;
  }
  .case-list img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    object-fit: cover;
  }
  .ca-span img {
    position: relative;
    height: 150px;
  }
  .ca-span img:hover .img-word {
    display: block;
  }
  .img-word {
  }
  .ca-span {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
    line-height: 21px;
    padding: 0 10px;
    text-align: center;
    height: 42px;
  }
  .img-word {
    width: 89%;
    height: 150px;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    top: 0px;
    left: 15px;
    background: -webkit-gradient(
      linear,
      0 0,
      0 bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.6))
    );
    display: none;
  }
  .r-add {
    float: right;
    margin-top: 120px;
    margin-right: 10px;
    font-weight: normal;
  }
  .l-time {
    float: left;
    margin-top: 120px;
    margin-left: 15px;
    font-weight: normal;
  }
  .ca-span:hover {
    color: #4990e2;
    cursor: pointer;
  }
  .mt25 {
    margin-top: 25px;
  }
  .case h5.meet-tit {
    border-left: none;
    height: 60px;
    padding-left: 00px;
    margin: 0;
    line-height: 60px;
    font-size: 16px;
    display: inline-block;
    float: left;
  }
  // .meet-box .btn-box{
  //  margin-top: 0;
  // }
  .blue-meet .sentence .top a {
    font-size: 16px;
  }
  .case .top {
    border-left: 10px solid #4990e2;
    height: 60px;
    padding: 0 20px;
    margin: 0;
    line-height: 60px;
    font-size: 16px;
    display: inline-block;
  }

  .case .top {
    width: 100%;
  }
  .env-content .btn-box-del {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100px;
    margin-right: -20px;
    font-size: 14px;
  }
  .env-content .btn-box-del a {
    color: #4a90e2;
  }
  .env-content .btn-box-del label {
    height: auto;
    margin: 0;
    line-height: normal;
    vertical-align: middle;
    position: absolute;
    top: 20px;
  }
  .case .bottom {
    margin-top: -5px;
  }
  .new-num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ff2a2a;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    border-radius: 100%;
    top: 14px;
  }
  .meet-list ul li {
    position: relative;
    padding-left: 30px;
  }
  .cir-icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: 0px;

    margin-right: 15px;
    position: absolute;
    top: 20px;
  }
  .r-list .cir-icon {
    background: #ff2a2a;
  }
  .g-list a {
    height: 100%;
  }
  .g-list .cir-icon {
    background: #999;
  }
  .g-list a {
    color: #999;
  }
  .env-content .g-list a:hover .e-title {
    color: #999 !important;
    text-decoration: underline !important;
  }
  .env-content .g-list a:hover .e-time {
    color: #999 !important;
  }
  .env-content .meet-list li a {
    width: 70% !important;
  }
  .env-content input {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 19px;
  }
  .env-content .meet-list ul li a {
    display: inline-block;
    margin-left: 0;
  }
  .meet-list li a {
    height: 100%;
  }
  .env-content .meet-list ul li a span.e-time {
    margin-right: 50px;
  }
  .env-content p.r-p {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 30px;
  }
  .env-content ul li .check {
    height: auto;
    line-height: auto;
    vertical-align: top;
    width: auto;
    height: 100%;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 13px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
  }
  .env-content ul li .select span.check-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #4a90e2;
    position: absolute;
    top: 4px;
    left: 4px;
  }

  .env-content ul li input {
  }

  .sentence {
    width: 93% !important;
  }
}
.bmmask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  display: none;
}
.bmmask .bmbox {
  border-radius: 5px;
  width: 300px;
  height: 130px;
  background: #fff;
  position: absolute;
  top: 16%;
  left: 50%;
  margin-left: -150px;
}
.bmmask .bmbox p {
  border-bottom: 1px solid #f1f1f1;
  padding: 30px;
  text-align: center;
  font-size: 16px;
}
.bmmask .bmbox a {
  text-align: center;
  color: #333;
  display: inline-block;
  width: 100%;
}
.btn-box-del {
}
.btn-box-del a {
  display: inline-block;
  width: 50px;
  margin-right: 15px;
}
.btn-box-del label {
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.blue-meet .bottom span {
  font-size: 12px;
}
/*兼容火狐表单框*/
.nf-form-content input {
  border: 1px solid #ccc;
}
// .case-list li{
//   margin:0 15px;
// }
.c-card .bottom {
  padding: 0 15px;
}

.update-content .bottom input {
  width: 40%;
  padding: 5px;
}
.update-content a.submit {
  display: inline-block;
  border: none;
  background: #4990e2;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  width: 80px;
  margin-left: 232px;
  font-size: 14px;
}

/*新加坡*/
.update-content .bottom input {
  font-weight: normal;
}
a.user-on .redCir {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #ff2a2a;
  border-radius: 100%;
  position: absolute;
  right: -2px;
  top: 0px;
}

.chrome-box {
  width: 360px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-top: 120px;
  margin-left: -180px;
  border-radius: 8px;
  background: #fff;
  z-index: 1003;
  display: none;
}

.chrome-box .chrome-up {
  height: 245px;
  background: #2495e4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}

.chrome-box .chrome-up h5 {
  font-size: 24px;
  padding-top: 29px;
  padding-bottom: 20px;
  color: #fff;
  margin: 0;
}

.chrome-box .chrome-up p {
  font-size: 16px;
  padding-bottom: 28px;
  color: #fff;
  margin: 0;
  opacity: 0.8;
}
.chrome-box .chrome-down {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #2495e4;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.new30 {
  background: url("../images/anniversary-index.png") no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.foot-top .foot-row-flex {
  display: flex;
}
.foot-top .pl30 {
  width: 75%;
}
.foot-top .foot-row-flex .pr-code-box {
  width: 25%;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-ul {
  margin-top: 60px;
  border-top: 1px solid #fff;
}

.new-ul li {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  height: 65px;
  padding: 20px 10px;
  font-weight: normal;
  cursor: pointer;
}

.new-ul .active {
  font-size: 18px;
  font-weight: bold;
}

.active1 {
  margin-top: -500px;
}

.new-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.tab-box {
  position: relative;
  transition: all 0.3s linear;
}

.new-video {
  height: 270px;
  width: 100%;
  position: relative;
}

.new-video h5 {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 14px;
  color: #fff;
}

.video-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  max-height: 100%;
}

.fm {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.new-box span {
  font-size: 14px;
  color: #ffffff;
}

.new-box h4 {
  font-size: 24px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 32px;
}

.new-box p {
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 115px;
  line-height: 24px;
}

.new-box1 {
  height: 122px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.new-box1 img {
  float: left;
  height: 122px;
  width: 216px;
  margin-right: 30px;
}

.new-box1 h6 {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 54px;
  margin-bottom: 30px;
  overflow: hidden;
}

.tab-content {
  /*width: 100%;*/
  height: 480px;
  overflow: hidden;
  /*padding-bottom: 50px;*/
}

.new-box1 span {
  width: 100px;
  height: 19px;
  font-size: 14px;
  color: #ffffff;
}

.new30 .more {
  width: 120px;
  height: 32px;
  margin-top: 70px;
  line-height: 32px;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
}

.img-book {
  height: 135px;
}

.img-book img {
  float: left;
  margin-right: 20px;
}

.img-book h6 {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.new1-content {
  background: #f5f5f5;
  padding: 100px 0px;
}

.new1-content .more-btn {
  width: 120px;
  height: 32px;
  display: inline-block;
  background: #b72122;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 50px;
  /* font-weight: 100; */
  /*margin-bottom: 30px;*/
}

.new1-right {
  margin-top: 50px;
  height: 215px;
  width: 100%;
  position: relative;
}

.new1-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new1-right h5 {
  position: absolute;
  bottom: 0px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  left: 0px;
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new1-box {
  margin-top: 50px;
  height: 80px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
}

.new1-box .party-date {
  float: left;
  margin-right: 20px;
}

.new1-box h5 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 0px;
}
.new1-box h5:hover {
  color: #b72122;
}

.new-right {
  padding-top: 10px;
  border-top: 4px solid #b72122;
}

.new-right li {
  text-align: center;
}

.new-right .active a {
  color: #b72122;
}

.new-right li a {
  display: block;
  padding: 5px 0;
  color: #333;
}

.new-bg {
  background: url(../images/new-bg.png) no-repeat center center;
  background-size: cover;
}

.img-book span {
  font-size: 14px;
  color: #ffffff;
}

.pub-title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  border-left: 6px solid #b72122;
  margin-top: 0px;
  padding: 5px 20px;
}

.fix {
  position: fixed;
  right: 0px;
  top: 130px;
}

.void {
  padding-top: 110px;
}

.pub-table thead td {
  color: #666666;
}

.pub-table thead td {
  border-bottom: 1px solid #ccc;
}

.pub-table tbody td {
  padding: 10px 8px !important;
  border: none !important;
}

.chrome-box .chrome-down a {
  color: inherit;
}
/*tab切换*/
.c-tab {
  display: none;
}

/*动态效果*/
// .coor .coor2{
//   margin-top: -80px;
// }
.coor .coor2 {
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite; /* Safari 和 Chrome */
  animation-iteration-count: 1;
}
@keyframes mymove {
  from {
    margin-top: -80px;
    opacity: 0.2;
  }
  to {
    margin-top: 21px;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .new1-content {
    padding: 50px 0;
  }

  .new-img {
    margin-bottom: 20px;
    height: 220px;
  }

  .foot-top img {
    margin-left: 0px;
    width: 260px;
  }

  .new-box1 {
    margin: 0px;
    margin-bottom: 20px;
  }

  .new30 {
    padding: 50px 0;
  }

  .active1 {
    display: none;
  }

  .tab-content {
    height: auto;
  }

  .new-video {
    margin-bottom: 20px;
  }

  .new30 hr {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .new-video {
    height: 220px;
  }

  .active2 {
    display: none;
  }
  .foot-top .foot-row-flex {
    flex-direction: column;
  }
  .foot-top .foot-row-flex .pr-code-box {
    width: 100%;
  }
  .footer .foot-top .foot-row-flex .pr-code-box img {
    width: 50% !important;
  }

  .new-ul {
    border: none;
    margin-top: 0px;
    height: 65px;
    /*border-bottom: 1px solid #fff;*/
    margin-bottom: 20px;
  }

  .new-box p {
    margin-bottom: 20px;
  }

  .img-book {
    margin-bottom: 20px;
  }

  .new-ul li {
    width: 50%;
    float: left;
    text-align: center;
    border: none;
  }
  .footer .pl30 {
    width: 100%;
    padding-left: 0px;
    border: none !important;
  }

  .foot-top ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
