* {
    box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin:0;padding:0;}
html,body{ font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;}
ul,ol,li{list-style:none;}
a:hover {
    cursor: pointer;

  }
img{
  max-width: 100%;
  height: auto;
}
.header.layui-fluid { 
    padding: 0 !important;
  }

  /* 公共：图片填充 */
  .carousel-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }
  
  /* 让轮播项吃满父容器 */
  .carousel-wrapper .layui-carousel,
  .carousel-wrapper [carousel-item],
  .carousel-wrapper [carousel-item] > *{
    width:100%;
    height:100% !important;  
  }
  
  /* ===== 桌面端（默认）固定 619px ===== */
  .carousel-wrapper{
    width:100%;
    height:619px;            
    position:relative;
    overflow:hidden;
  }

  .carousel-wrapper .layui-carousel{
    height:619px !important;  
  }
 
  #ID-carousel-demo-image .layui-carousel-arrow{
    background: transparent !important;   /* 无底色 */
    background-image: none !important;
    box-shadow: none !important;          /* 去阴影 */
    border: none !important;
    filter: none !important;
  }
  

  #ID-carousel-demo-image .layui-carousel-arrow,
  #ID-carousel-demo-image .layui-carousel-arrow .layui-icon{
    color: #e6f1ff !important;
    text-shadow: none !important;
  }
  
  #ID-carousel-demo-image .layui-carousel-arrow .layui-icon,
  #ID-carousel-demo-image .layui-carousel-arrow.layui-icon{ 
    font-size: 80px !important;
    line-height: 1;
    font-weight: 900;
    -webkit-text-stroke: 1px #e6f1ff;
    left: 5rem;
    right: 5rem;
  }
  
  @supports not (-webkit-text-stroke: 1px #fff){
    #ID-carousel-demo-image .layui-carousel-arrow .layui-icon,
    #ID-carousel-demo-image .layui-carousel-arrow.layui-icon{
      text-shadow:
        1px 0 0 #fff, -1px 0 0 #fff,
        0 1px 0 #fff,  0 -1px 0 #fff;
    }
  }

  .logo .logo-link .logo-img{
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%); 
    max-width: 694px; 
  } 

  /* .logo {
    width: 100%;
    min-height: 80px;                         
    display: flex;
    align-items: center;                     
    justify-content: center;                
    background: url(/default/css/bg.jpg) center/cover no-repeat;  
  }
  
  /* 链接本身不限制大小，只用来包裹图片 */
  /* .logo-link {
    position: absolute;
    left: 50%;
    top: 36%;  
    transform: translate(-50%, -50%);
    text-decoration: none;
    z-index: 10; 
   }
  
  .logo-img {
    display: block;
    max-width: 100%;
    height: auto; 
    max-width: 694px;  } */

  
 /* 工具栏容器 */
.toolbar {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 3rem;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  .content-container {
    display: flex;
    justify-content: flex-end;  
    max-width: 1200px;
    width: 100%;  /* 使容器最大宽度为1200px */
    padding-right: 3%;
  }
  .content-container > * + * {
    margin-left: 16px;
}
  
  /* 语言选择器 */
  .language {
    height: 2.25rem;
    display: flex;
    align-items: center;
    background-color: #d9e9ff;
    padding: 6px 16px;
    border-radius: 9999px;
  }
  .language>* + * {
    margin-left: 14px;
  }
  
  .language-item {
    border: none;
    background: transparent;
    padding: 4px 2px;
    font-size: 1rem;
    color: #2256bb;
    cursor: pointer;
    line-height: 1;
  }
  
  
  .language-item:hover {
    opacity: 0.8;
  }
  
  .separator {
    color:#2256bb;
    user-select: none;
  }
  
  /* 搜索框 */
  .search-form {
    height: 2.25rem;
    display: flex;
    background-color: #ddebff;
    border-radius: 9999px;
    max-width: 100%;
  }
  
  .search-form input {
    width: 10rem;
    height: 2.25rem;
    border: none;
    background: transparent;
    outline: none;
    font-size: 1rem;
    color: #2c58a3;
    padding-left: 7px;
  }
  
  .search-form input::placeholder {
    color: #8fb0e9;
  }
  
  .search-button {
    height: 2.25rem;
    background:url(/default/images/Search.png) no-repeat center #2d5cb7;
    border: none;
    color: #fff;
    width: 3.0625rem;
    border-radius: 0 9999px 9999px 0;
    cursor: pointer;
  }
  
  .icon {
    width: 20px;
    height: 20px;
  }
  
  
  /* 屏幕阅读器工具类 */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .nav{
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .nav .nav-menu{
    display:flex; 
    align-items:center;
    height: 80px;
    box-sizing: border-box;
    max-width: 1306px;
    width: 100%;
    margin: auto;
    background:url(/default/images/nav-bj.png)no-repeat center;
  }
  .nav .nav-bar{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
  }
/* 公共样式 */
.nav .nav-bar > li {
  box-sizing: border-box; 
  text-align: center;
}
.nav .nav-bar > li > a{
  color: #ffffff;
  font-weight:700;
  font-size: 1.375rem;

}
.nav .nav-bar > li{

  width: 15%;
}
/* 前 6 个：各 14% */
/* .nav .nav-bar > li:not(:last-child) {

  width: 14%;
} */

/* 最后 1 个：16%（稍微大一点） */
/* .nav .nav-bar > li:last-child {
  width: 18%;
} */

.main-box .headline-news {
  display: flex;
  justify-content:center;
}
/* .main-box .headline-label {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
  margin-left: 0.375rem;
} */
.main-box .news-title {
  height: 8.125rem;
  overflow: hidden;
}
.main-box .news-title li {
  height: 8.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.main-box .news-title li h4 a {
  font-size: 2.5rem;
  color: white;
}
.main-box .news-title li p {
  font-size: 1rem;
  color: white;
  margin-top: 0.375rem;
}
.main-box .news-title li p a {
  color: white;
}
.text-ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-box{
  height: 740px;
  background: url(/default/images/nav-bg-high.png) no-repeat center top;
}
.m-bottom {

  margin-bottom: 2.25rem;
}
.m-bottom>.layui-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;

}

/* 容器：1200px 居中 */
.two-col{
  max-width:1200px;
  width: 100%;
  margin:0 auto;
  display:flex;
  flex-wrap:nowrap;

}

.two-col .col{
  box-sizing:border-box;
  -ms-flex:0 0 593px;  /* IE10 */
  flex:0 0 593px;
  max-width:593px;
}

.two-col .col + .col{ margin-left:14px; 
background-color: #4987ea;
}

.news {
  position: relative;
  width: 100%;
}

.image {
  padding-right: 11px;
}

.news {
  position: relative;
  width: 100%;
}
.news .bd {
  height: 26.25rem;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 26.25rem;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  height: 26.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  height: 60px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.news .bd li p a,
.news .bd li p a:visited {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 60px;
  text-align: left;
  padding-left: 16px;
}
.news .hd {
  position: absolute;
  z-index: 1;
  bottom: 26px;
  right: 16px;
}
.news .hd li {
  cursor: pointer;
  width: 11px;
  height: 10px;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  float: left;
  margin-left: 8px;
  background: url(/default/images/default_li.png);
}
.news .hd li.on {
  background: url(/default/images/active_li.png);
}
.news .prev,
.news .next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  display: none;
  background: url(/default/images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.news .prev {
  left: 16px;
}
.news .next {
  background-position: 0 -40px;
  right: 16px;
}
.news .prev:hover,
.news .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.article-head {
  height: 3.125rem;
  border-bottom: 3px solid #336cdc;
  position: relative;
  margin-bottom: 28px;
}
.article-head .article-title {
  background: url(/default/images/newsHeadBg.png) no-repeat;
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-block;
  width: 152px;
  padding-left: 2.18rem;
  position: relative;
}
.article-head .article-title::before {
  content: "";
  position: absolute;
  left: 19px; 
  top: 50%;
  width: 6px; 
  height: 16px; 
  margin-top: -8px; 
  background: #ffe3a0; 
  border-radius: 1px;  
}
.article-head .article-title a {
  font-size: 1.375rem;
  color: #ffe3a0;
}
.article-head .common-more {
  font-size: 1rem;
}
.article-head .common-more a {
  color: white;
}

.article-body .article-special {
  margin: 1.3125rem 0;
}
.article-body .article-special h4 {
  text-align: center;
}
.article-body .article-special h4 a {
  font-size: 1.125rem;
  color: #1965c3;
  width: 80%;
  margin: auto;
}
.article-body .article-special p {
  font-size: 1rem;
  color: #656565;
  margin-top: 0.625rem;
}
.article-body ul li {
  font-size: 1rem;
  color: #272727;
  padding-left: 2.125rem;
  background: url(/default/images/ArticleBg.png) no-repeat left center;
  background-position:18px;
  margin-bottom: 21px;
}
.article-body ul li a {
  display: block;
  color: white;

}
.common-more {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.feature ul {
  display: flex;
  justify-content: space-between;
}
.feature ul li {
  width: 100%;
}
.feature ul li img {
  width: 100%;
}
/* platform */
.platform{
  min-height: 644px;
  background: url(/default/images/platform.png) no-repeat center top;
}
.platform-head .resources-head {
  font-size: 0;
  padding: 2.125rem 0 1.5rem;
  text-align: center;
}
.platform-head .resources-head span {
  font-size: 2.5rem;
  font-weight: 500;
}
.platform-head .resources-body ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.platform-head .resources-body ul li {
  width: 7.5rem;
  text-align: center;
}
.platform-head .resources-body ul img {
  display: block;
  text-align: center;
  margin: auto;
}
.platform-head .resources-body ul span {
  display: block;
  text-align: center;
  font-size: 1.0625rem;
  color: #1965c3;
}
.light-blue {
  color: #3263c4;
  font-weight: 700;
}
.dark-blue {
  color: #129af0;
  font-weight: 700;
}
.platform-body{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-item{
  width: 280px;
  height: 7.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 4px 4px 1px 0 #d3e2fd;
}
.platform-body .profile-item a{
  display: flex;
  align-items: center;
  width: 91%;
}
.platform-body .profile-item a img{
  /* width: 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px; */
}
.platform-body .profile-item a span{

  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 5px;
  color: #465262;
}
.platform-body .profile-item:nth-child(1){
  background: url(/default/images/AboutBlurry01.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(2){
  background: url(/default/images/AboutBlurry02.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(3){
  background: url(/default/images/AboutBlurry03.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(4){
  background: url(/default/images/AboutBlurry04.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(5){
  background: url(/default/images/AboutBlurry05.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(6){
  background: url(/default/images/AboutBlurry06.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(7){
  background: url(/default/images/AboutBlurry07.png)no-repeat 90% center white;
}
.platform-body .profile-item:nth-child(8){
  background: url(/default/images/AboutBlurry08.png)no-repeat 90% center white;
}
.grid{
  list-style:none;padding-top:20px;
  display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; justify-content: space-between;align-items: center;
}
.grid-item{padding:12px;width:31.3333%;-ms-flex:0 0 31.3333%;flex:0 0 31.3333%}
.card{
    /* position: relative; */
    overflow: hidden;
    border-radius: 16px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.25rem;
    padding: 22px 24px 22px 142px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.card__title{font-size: 1.375rem;font-weight:700;letter-spacing:.02em}

.card--bg1{ background-image:url("/default/images/zgjcy.png"); color:#255fcf; }
.card--bg2{ background-image:url("/default/images/tzw.png"); color:#1e90d7; }
.card--bg3{ background-image:url("/default/images/wjsjk.png"); color:#de8e3a; }

.index-media{
  padding-top: 2.5rem;
}
.maring-media{
  padding-right: 25px;
}
.panel_hd{
  position: relative;
  background: #eef4ff;
}
.panel_hd .panel_title{
  padding: 0 2.2rem;
  line-height: 48px;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  background: url(/default/images/media.png) no-repeat left;
}
.panel_hd .panel_more{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #2d5cb7;
}
.panel_list{
  padding: 1.25rem 0 0.85rem 0;
}
.panel_list li{
  position: relative;
  padding:0 0 22px 14px;
}
.panel_list li{
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel_list li:last-child{
  padding-bottom: 0;
}
.panel_list li::before{
  content:"?";position: absolute; left: 0; top: 5px; color: #a2a2a2; font-weight: 700;
}

/* 外部链接：profile */
.profile{
  padding-bottom: 10px;
}
.profile .item-profile{
  background-color: #e0e7f6;
  display: flex;
  height: 56px;
  margin-bottom: 12px;
  line-height: 56px;
  justify-content: flex-start;
}
.profile .item-profile a{
  width: 100%;
  display: block;
  padding-left: 30px;
}
.profile .item-profile span{
  font-size: 1.125rem;
  color: #2d4aa1;
  margin-left: 16px;
}
.media{
  background: #f0f4fa;
  text-align: center;
  padding-bottom: 15px;
}
.media-head{
  background: #2d5cb7;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  font-size: 20px;
}

.media .media-item p{
  font-size: 14px;
}
.media .video a{
  display: flex;            
  align-items: center;
  justify-content: center; 
  width: 80%;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 0;  
  border-radius: 8px;
  background: url(/default/images/icon-mtbj.png)repeat-x;
}
.video a img {
  margin-right: 10px; 
}
.video a span{
  font-size: 14px;
}
.media-item img,.media-item p{
  margin-top: 10px;
}
/* 邵检光影 */
.index-shadow .shadow-head{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2d5cb7;
  padding: 8px 0;
  background: url(/default/images/shadow-head.png)no-repeat center;
}
.showcase {
  margin-top: 1.5rem;
  overflow: hidden;
}
.showcase li {
  width: 282px;
  margin-right: 1.5rem;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
}
.showcase li img {
  width: 100%;
  height: 13.125rem;
}
.showcase li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.showcase li .title a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  padding-left: 5%;
  display: inline-block;
}
/* 地方网群 */
.index-place .place-head{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2d5cb7;
  padding: 26px 0;
  background: url(/default/images/shadow-head.png)no-repeat center;
}
.branch-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #f0f4fa;
  padding: 18px 40px;
  margin-bottom: 2.75rem;
}
.branch-list li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 16.66%;
  white-space: nowrap;
  padding: 0.5rem 0;
}
.friend-link {
  background-color: #dae2f1;
  display: flex;
  flex-wrap: nowrap;
}
.friend-link .link-body {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  box-sizing: border-box;
}
.friend-link .link-body h3 {
  color: #222325;
  font-size: 1.25rem;
  margin-right: 1.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.friend-link .link-body .link {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 1 100%;
  justify-content: space-around;
}
.friend-link .link-body .link .link-item {
  width: 22%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 7px 0;
  border-radius: 6px;
}
.friend-link .link-body .link .link-item a {
  font-size: 1rem;
}
.friend-link .link-body .link .link-item:nth-last-child(-n+2) {
  background: url(/default/images/LinkDown.png) no-repeat 98% center, #fff;
}
.friend-link .link-body .link .link-item:last-child {
  /* margin: auto; */
}
/*
  底部版权：bottom
*/
.bottom {
  background: #2d5cb7;
  padding: 2rem 0 1rem;
}
.bottom .layui-container {
  display: flex;
  justify-content: center;
}
.bottom .layui-row {
  display: flex;
  align-items: center;
}

.bottom .copyright {
  color: #fff;
  font-size: 1rem;
  line-height: 2.375rem;
  text-align: center;
}
.copyright p img{
  padding-bottom: 10px;
}

@media (max-width:1199px){
  /* html,body{
    font-size: 15px; 
  } */
  .two-col .col{
    flex: 1 1 50%;           
    max-width: 50%;
  }
  .profile-item{
    height: 6.5rem;
  }
  .card{
    padding: 22px 0px 22px 100px;
  }
  .grid{
    padding-top: 3px;
  }

}
@media (max-width:1024px){
  html,body{ font-size: 14px; }
  /* .layui-container {
    width: 100%;
    padding:0.35rem 0.3rem 0;
} */
  .platform{
    background: #f4f8fc;
    height: auto;
  }
  .profile-item{
    width:44%;
}
.grid-item{
    width:100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
}
.grid{
  padding-top: 3px;
}

.m-bottom{
  margin-bottom:1rem;
}
.index-media {
  padding-top: 1.9rem;
}
.profile{
  padding-bottom: 0;
}
.showcase{
  margin-top: 0.5rem;
}
.index-shadow .shadow-head{
  padding: 10px 0;
}
.index-place .place-head {
  padding: 14px 0;
}
.platform{
  height: auto;
}
.main-box{
  height: auto;
  background-size: 100% 11%;
}
.two-col{
  flex-wrap:wrap;
}
.two-col .col + .col{ 
  margin-left:0px; margin-top: 14px; 
}
.two-col .col{
  flex: 1 1 100%;           
  max-width: 100%;
}


}
@media (max-width: 992px){
  .profile .item-profile a{
    padding-left: 40%;
  }
}
 /* @media (min-width: 768px) and (max-width: 1199.98px){
 .two-col{
    flex-wrap:wrap;
  }
  .two-col .col + .col{ 
    margin-left:0px; margin-top: 14px; 
  }
  .two-col .col{
    flex: 1 1 100%;           
    max-width: 100%;
  }
  .main-box{
    height: auto;
    background-size: 100% 11%;
  }
   .m-bottom{
    margin-bottom: 12px;
  } 

  
}*/ 

  @media (max-width: 768px){
    html,body { font-size: 12px; }
    .layui-container {
      width: 100%;
      padding:0.35rem 0.3rem 0;
  }
    .content-container{
      display: flex;
    }
    .carousel-wrapper{
      height:230px;
      position:relative;
      padding-top:32.2396%;   
      overflow:hidden;
    }
    .carousel-wrapper .layui-carousel{
      position:absolute;
      left:0; top:0;
      width:100%;
      height:100% !important;  
    }
    .carousel-wrapper [carousel-item],
    .carousel-wrapper [carousel-item] > *{
      height:100% !important;
    }
    .toolbar{
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        top: 1rem; 
        transform: none;
        left: auto;
     }
     .logo .logo-link .logo-img{
        width: 80%;
     }
     #ID-carousel-demo-image .layui-carousel-arrow .layui-icon, #ID-carousel-demo-image .layui-carousel-arrow.layui-icon{
        display: none;
     }
     .language>* + * {
      margin-left: 0px;
    }
     .nav{
        position: static;
     }
     .nav .nav-menu{
        height:auto; 
        background:#396dd3;
     }
     .nav .nav-bar{ 
        flex-wrap:wrap; 
        justify-content:space-between;
     }
     .nav .nav-bar>li{
        min-height:44px;
        line-height:44px;
      }
      .nav .nav-bar > li:not(:last-child){
        width: 33.3%;
      }
      .nav .nav-bar > li:last-child{
        width: 100%;
      }
      .content-container > * + *{
        margin-left: 5px;
      }
      .index-headLine {
        margin: 0;
      }
      .two-col{
        flex-wrap: wrap; 
      }
      .two-col .col{
        flex: 1 1 100%;          
        max-width: 100%;
      }
      .two-col .col + .col{
        margin-left:0;
        margin-top:14px;  
      }
      .main-box{
        height: auto;
        background-size: 100% 11%;
      }
      .article-head .article-title{
        padding-left: 1.19rem;
      }
      .article-head .article-title::before{
        display:none;
      }
      .m-bottom>.layui-container{
        width: 100%;
      }
      .feature ul {
        flex-wrap: wrap;
        justify-content: center;
      }
      /* .feature ul li {
        width: auto;
        text-align: center;
        margin-bottom: 0.9375rem;
      } */
      /* .m-bottom{
        margin-bottom: 7px;
      } */
      .maring-media {
        padding-right: 0px;
      }
      .profile .item-profile a{
        padding-left: 40%;
      }
      .branch-list li{
        flex: 0 0 50%;
      }
      .friend-link .link-body h3{
        width: 100%;
        margin: 0 0 10px;
      }
      .friend-link .link-body{
        flex-wrap: wrap;
      }
      .friend-link .link-body .link{
        flex-wrap: wrap;
      }
      .friend-link .link-body .link .link-item{
        flex: 0 0 46%;
        max-width: 46%;
        margin-right: 4%;
        margin-bottom: 10px;
      }
      .media .media-item p{
        font-size: 12px;
      }
      .friend-link .link-body .link .link-item:nth-last-child(-n+2){
        background: #fff;
      }
  } 
  
  /* @media (min-width: 993px){
    .layui-container {
      min-width: 1200px;
  }
  } */