.pb-wrap {
  padding-top: 60px;
  text-align: center;
}
.pb-wrap .pb-tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  text-align: center;
}
.pb-wrap .pb-tit:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
.pb-wrap .pb-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
@media screen and (max-width: 1360px) {
  .pb-wrap .pb-tit {
    font-size: 28px;
  }
}

.sub-tit {
  font-size: 40px;
}
@media screen and (max-width: 1360px) {
  .sub-tit {
    font-size: 28px;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 496px;
  margin-top: 100px;
  transition: all .2s linear;
}
.inner-banner .zhf-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.inner-banner img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
.inner-banner .inner-banner-tit {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
  font-size: 68px;
  color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.inner-banner .inner-banner-tit:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 68px;
  height: 4px;
  background: #d7151a;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 999;
}

.head-wrap {
  position: relative;
  height: 100px;
}

.head-wrap .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  width: 185px;
  height: 40px;
}
.head-wrap .logo .lk {
  display: block;
  width: 100%;
  height: 100%;
}
.head-wrap .logo .lk img {
  width: 100%;
}

.head-wrap .nav-wrap {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav {
  display: inline-block;
  margin-right: 50px;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap .nav {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav .list {
  height: 100%;
}
.head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
    .head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 8px;
  text-align: center;
}
}





@media screen and (max-width: 1200px) {

    .head-wrap .nav-wrap {
        margin-left: 8px;
    }
    .head-wrap .nav-wrap .nav .list .item{
      padding: 0;
    }
}

.head-wrap .nav-wrap .nav .list .item .lk {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 1600px) {
  .head-wrap .nav-wrap .nav .list .item .lk {
    font-size: 16px;
  }
}
.head-wrap .nav-wrap .nav .list .item .lk.cur {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .lk {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .submenu {
  display: block;
}
.head-wrap .nav-wrap .nav .list .submenu {
  position: absolute;
  display: none;
  left: -20px;
  right: 0;
  height: auto;
  width: 150px;
  margin-top: -1px;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 1s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item {
  height: 44px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover {
  transform: translate(0, -2px);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover .sub-lk {
  color: #d7151a;
}
.head-wrap .nav-wrap .search {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  border-radius: 44px;
}
.head-wrap .nav-wrap .search input, .head-wrap .nav-wrap .search button {
  border: none;
  outline: none;
  background: transparent;
}
.head-wrap .nav-wrap .search input {
  width: 75%;
  height: 30px;
  padding-left: 15px;
}
.head-wrap .nav-wrap .search button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.head-wrap .nav-wrap .search .layui-icon {
  color: #d7151a;
}

.footer {
  width: 100%;
  background: url(../img/footer-bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1200px) {
   .footer {
       width: 1200px;
       margin: 0 auto;
   }
}
.footer .footer-nav {
  padding: 100px 0;
}
.footer .footer-nav .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}
.footer .footer-nav .f-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  width: 75%;
}
.footer .footer-nav .f-nav li {
  width: 25%;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.footer .footer-nav .f-nav .f-sub {
  margin-top: 30px;
}
.footer .footer-nav .f-nav .lk {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.footer .footer-nav .f-nav .lk:hover {
  color: #d7151a;
}
.footer .footer-nav .qr-img {
  width: 25%;
}
.footer .footer-nav .qr-img .qr-itme {
  position: relative;
  padding-bottom: 40px;
  text-align: right;
}
.footer .footer-nav .qr-img .qr-tit {
  position: absolute;
  width: 120px;
  right: 0;
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

.filing {
  padding: 20px 0;
  width: 100%;
  background: #d7151a;
}

@media (max-width: 1200px) {
   .filing {
       width: 1200px;
       margin: 0 auto;
   }
}
.filing p {
  color: #fff;
}
.filing p .lk {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.filing .bq {
  margin-top: 8px;
}


.main {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
 .main {
     width: 1200px;
     margin: 0 auto;
 }
}

.stand-tit-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.stand-tit-wrap .tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.stand-tit-wrap .tit:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #d7151a;
}
.stand-tit-wrap .tab-wrap {
  padding: 30px;
  margin-top: 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: none;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(20% - 15px);
  margin-right: 15px;
  cursor: pointer;
  background: #fff;
  color: #424242;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.fly .icon {
  background: url(../iconfont/fly_r.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.hotel .icon {
  background: url(../iconfont/hotel_r.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.trian .icon {
  background: url(../iconfont/trian_r.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.taxt .icon {
  background: url(../iconfont/taxt_r.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.bx .icon {
  background: url(../iconfont/bx_r.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item:last-child {
  margin-right: 0;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this {
  color: #fff;
  background: #d7151a;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this.fly .icon {
  background: url(../iconfont/fly_w.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this.hotel .icon {
  background: url(../iconfont/hotel_w.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this.trian .icon {
  background: url(../iconfont/trian_w.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this.taxt .icon {
  background: url(../iconfont/taxt_w.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this.bx .icon {
  background: url(../iconfont/bx_w.png) no-repeat;
  background-size: 20px 20px;
}
.stand-tit-wrap .tab-wrap .layui-tab-title .item.layui-this:after {
  border: none;
}
.stand-tit-wrap .tab-wrap .layui-tab-content {
  margin-top: 30px;
}
.stand-tit-wrap .tab-wrap .flex-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-left {
  flex-shrink: 0;
  margin-right: 50px;
  width: 260px;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-left img {
  width: 100%;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-right {
  position: relative;
  flex: auto;
  min-height: 315px;
  padding-left: 50px;
  border-left: 1px solid #eee;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-content {
  flex: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-content .tab-content-item {
  flex: 1;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-content .c-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-content .c-tit:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 20px;
  background: #d7151a;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-content ul {
  margin-top: 15px;
  margin-right: 85px;
}
.stand-tit-wrap .tab-wrap .flex-item .tab-content ul li {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .stand-tit-wrap .tab-wrap .flex-item .tab-content ul li {
    font-size: 14px;
  }
}
.stand-tit-wrap .tab-wrap .flex-item .exper {
  position: absolute;
  bottom: 0;
  left: 50px;
}
.stand-tit-wrap .tab-wrap .flex-item .exper .layui-btn {
  background: #d7151a;
  padding: 0 40px;
}

.customization-tit-wrap {
  padding-top: 30px;
}
.customization-tit-wrap .layui-tab {
  margin: 60px 0;
}
.customization-tit-wrap .tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 0px 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.customization-tit-wrap .tit:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0px;
  width: 50px;
  height: 2px;
  background: #d7151a;
}
.customization-tit-wrap .layui-tab-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  border-bottom: none;
}

.customization-tit-wrap .layui-tab-title .item {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer;
  background: #fff;
  color: #424242;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.customization-tit-wrap .layui-tab-title .item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
.customization-tit-wrap .layui-tab-title .item.vip .icon {
  background: url(../iconfont/vip_r.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.fly_server .icon {
  background: url(../iconfont/fly_server_r.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.hour .icon {
  background: url(../iconfont/24hour_r.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.pos .icon {
  background: url(../iconfont/pos_r.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.plane .icon {
  background: url(../iconfont/plane_r.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item:last-child {
  margin-right: 0;
}
.customization-tit-wrap .layui-tab-title .item.layui-this {
  color: #fff;
  background: #d7151a;
}
.customization-tit-wrap .layui-tab-title .item.layui-this.vip .icon {
  background: url(../iconfont/vip_w.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.layui-this.fly_server .icon {
  background: url(../iconfont/fly_server_w.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.layui-this.hour .icon {
  background: url(../iconfont/24hour_w.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.layui-this.pos .icon {
  background: url(../iconfont/pos_w.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.layui-this.plane .icon {
  background: url(../iconfont/plane_w.png) no-repeat;
  background-size: 20px 20px;
}
.customization-tit-wrap .layui-tab-title .item.layui-this:after {
  border: none;
}
.customization-tit-wrap .layui-tab-content {
  margin-top: 60px;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.customization-tit-wrap .layui-tab-content .layui-tab-item {
  position: relative;
  min-height: 586px;
}
.customization-tit-wrap .layui-tab-content .layui-tab-item .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}
.customization-tit-wrap .layui-tab-content .dz-wrap {
  width: 100%;
  height: auto;
}
.customization-tit-wrap .layui-tab-content .sub-tit {
  display: inline-block;
  padding: 60px 0 10px;
  position: relative;
  font-size: 40px;
  color: #333;
}
.customization-tit-wrap .layui-tab-content .sub-tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #d7151a;
}
.customization-tit-wrap .layui-tab-content .tip {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}
.customization-tit-wrap .layui-tab-content .ditu-bm {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  height: 350px;
  width: 50%;
  padding: 15px;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  box-sizing: border-box;
}
.customization-tit-wrap .layui-tab-content .ditu-bm .ditu-tit {
  width: 20px;
  font-size: 18px;
  border-top: 2px solid #d7151a;
  line-height: 25px;
  text-align: center;
  padding-top: 8px;
  margin: 30px 60px 30px 90px;
}
.customization-tit-wrap .layui-tab-content .ditu-bm img {
  height: 100%;
}
.customization-tit-wrap .layui-tab-content .custom-list {
  padding: 60px 0;
  width: 102%;
  margin-left: -1%;
}
.customization-tit-wrap .layui-tab-content .custom-list.hour-list, .customization-tit-wrap .layui-tab-content .custom-list.fly-list {
  padding: 60px 0 30px;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item {
  float: left;
  position: relative;
  margin: 1%;
  width: calc(20% - 31px);
  min-height: 255px;
  padding: 30px 15px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0 5px #eee;
}
@media screen and (max-width: 1600px) {
  .customization-tit-wrap .layui-tab-content .custom-list .custom-item {
    min-height: 285px;
  }
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item.fiuld {
  width: 100%;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item.hour-item {
  min-height: auto;
  height: 165px;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item.fly-item {
  width: 430px;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item:after {
  border: 1px solid #d7151a;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item:hover {
  box-shadow: 0 0 10px #ccc;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item:hover:after {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
  opacity: 100;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .hour-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  z-index: 9;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .hour-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 165px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .fly-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 9;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .fly-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  padding: 30px 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .itembody {
  margin: 0 10px;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .cus-item-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  color: #333;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .customization-tit-wrap .layui-tab-content .custom-list .custom-item .cus-item-tit {
    font-size: 20px;
  }
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .cus-item-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  background: #d7151a;
}
.customization-tit-wrap .layui-tab-content .custom-list .custom-item .info {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 26px;
}
@media screen and (max-width: 1600px) {
  .customization-tit-wrap .layui-tab-content .custom-list .custom-item .info {
    font-size: 14px;
  }
}
.customization-tit-wrap .layui-tab-content .work-time p {
  font-size: 16px;
  margin: 5px 0;
  color: #666;
}

.meeting-tit-wrap {
  padding-top: 30px;
}
.meeting-tit-wrap .layui-tab {
  margin: 60px 0;
}
.meeting-tit-wrap .tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  box-sizing: border-box;
  font-weight: bold;
  min-width: 1600px;
  margin: 0 auto;
}
.meeting-tit-wrap .tit:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #d7151a;
}
.meeting-tit-wrap .meet-content {
  margin: 60px 0;
}
.meeting-tit-wrap .meet-content .meet-tab-nav {
  border-bottom: 1px solid #eee;
}
.meeting-tit-wrap .meet-content .meet-tab-nav ul {
  display: flex;
  width: 100%;
}
.meeting-tit-wrap .meet-content .meet-tab-nav ul li {
  min-width: 120px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  margin-right: 15px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.meeting-tit-wrap .meet-content .meet-tab-nav ul li.cur {
  color: #d7151a;
  background: #fff;
}
.meeting-tit-wrap .meet-content .meet-tab-content {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item {
  display: none;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item.active {
  display: block;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .meet-body {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .content-item-tit {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .content-item-tip-list .tip-item {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .meet-img {
  width: 400px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .meet-img img {
  width: 100%;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .meet-info {
  flex: 1;
  margin-left: 90px;
  box-sizing: border-box;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .meet-info-tit {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-list {
  margin-top: 40px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-list.no-mt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-list.no-mt .m-item {
  width: 380px;
  min-height: 123px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-list.no-mt .m-item:nth-child(even) {
  margin-right: 0;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 145px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-item img {
  width: 80px;
  height: 80px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-item .detail {
  margin-left: 15px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-item .d-tit {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.meeting-tit-wrap .meet-content .meet-tab-content .content-item .m-item .d-info {
  font-size: 16px;
  line-height: 25px;
}

/*# sourceMappingURL=server.css.map */
