.slider-cont {
    /* margin-top: 10px; */
    margin-bottom: 10px;
    padding-right: 5px;
    width: 585px;
  }
  
  .slider-cont .slider-img {
    /* float: right; */
    width: 100%;
    /* height: 400px; */
    height: 340px;
    overflow: hidden;
    /* box-shadow: 0px 0px 5px 5px rgba(59,59,59,.3); */
    position: relative;
  }
  
  .slider-cont .slider-img img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  
  .slider-cont .slider-text {
    /* float: left; */
    /* width: 41.66667%; */
    width: 100%;
    /* background-color: #285fac; */
    height: 30px;
    padding: 20px 20px 20px 0;
    color: #fff;
    font-family: "微软雅黑";
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    bottom: 10px;
  }
  
  .slider-cont .slider-text h3 {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-left: 15px;
    position: absolute;
    bottom: -23px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .slider-cont .slider-text p {
    font-size: 16px;
    color: #f2f2f5;
    margin: 0;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  
  }
  
  .index-show .swiper-pagination {
    bottom: 20px;
    text-align: left;
  }
  
  .index-show .swiper-pagination .index-pag {
    display: inline-block;
    width: 28px;
    height: 5px;
    margin: 0 2px;
    background-color: rgba(255,255,255,0.6);
    opacity: 1;
    border-radius: 0;
  }
  
  .index-show .swiper-pagination .index-pag.index-pag-active {
    background-color: #fff;
  }
  
  .index-show .swiper-pagination .index-pag.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  
  .swiper-pagination-zt .index-pag {
    display: inline-block;
    width: 28px;
    height: 5px;
    margin: 0 2px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 0;
  }
  
  .swiper-pagination-zt .swiper-pagination-bullet .index-pag-active {
    background-color: rgb(17,93,178);
  }
  
  .swiper-pagination-zt .index-pag.swiper-pagination-bullet-active {
    background-color: rgb(17,93,178);
  }
  
  .zhpanel {
    background-color: #fff;
  }
  
  .zhpanel-title {
    width: 200px;
    border-bottom: 2px solid #e5ecf5;
    line-height: 36px;
    font-family: "微软雅黑";
  }
  
  .zhpanel-title span {
    color: #285fac;
    font-size: 16px;
    padding: 10px 10px;
    border-bottom: 2px solid #285fac;
  }
  
  .tab .tab-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .tab .tab-nav > li {
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
    /* flex: 1; */
    float: left;
    color: #333333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 10px;
    font-family: "微软雅黑";
  }
  
  .tab .tab-nav > li a {
    color: inherit;
    text-decoration: none;
    font-size: 20px;
  }
  
  .tab .tab-nav > li.current {
    color: #285fac;
  }
  
  .tab > .tab-nav > li.current::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #285fac;
  }
  
  .tab .tab-con .tab-con-item {
    display: none;
  }
  
  .bl-list-group {
    margin: 0;
    padding: 0;
  }
  
  .bl-list-group .bl-list-group-item {
    position: relative;
    display: block;
    padding: 8px 0;
    padding-left: 20px;
    font-size: 0.6rem;
    background-color: #fff;
    color: #333;
    font-family: "微软雅黑";
  }
  
  .bl-list-group .bl-list-group-item a {
    color: inherit;
  }
  
  .bl-list-group .bl-list-group-item a:hover {
    color: #285fac;
    text-decoration: underline;
  }
  
  .bl-list-group .bl-list-group-item .news-link {
    display: inline-block;
    width: calc(100% - 90px);
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
    font-family: "微软雅黑";
  }
  
  .bl-list-group .bl-list-group-item .bl-list-group-item-heading {
    color: #444;
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .bl-list-group .bl-list-group-item .bl-list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    font-family: "微软雅黑";
  }
  
  .bl-list-group .bl-list-group-item small {
    line-height: 2;
    font-size: 0.6rem;
    color: #999;
  }
  
  .bl-list-group .bl-list-group-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(105, 163, 252, 0.4);
  }
  
  @media (min-width: 768px) {
    .bl-list-group .bl-list-group-item {
      font-size: 14px;
    }
    .bl-list-group .bl-list-group-item small {
      font-size: 14px;
    }
  }
  
  .trip-cont .trip-box {
    width: calc(50% - 10px);
    margin-top: 20px;
    text-align: center;
    padding: 20px 20px;
  }
  
  .trip-cont .trip-box .fas {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .trip-cont .trip-box img {
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .trip-cont .trip-box:nth-child(even) {
    float: right;
  }
  
  .trip-cont .trip-box:nth-child(odd) {
    float: left;
  }
  
  .show-link {
    background-color: #c0e1fd;
    border: 1px solid #285fac;
    color: #285fac;
    font-size: 16px;
    border-radius: 4px;
    font-family: "微软雅黑";
  }
  
  .show-link:hover {
    color: #285fac;
    text-decoration: none;
    opacity: 0.8;
  }
  
  .msg-cont .msg-box {
    width: calc(50% - 10px);
    margin-top: 20px;
    padding: 15px 0 15px 20px;
  }
  
  .msg-cont .msg-box .fas, .msg-cont .msg-box .far {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .msg-cont .msg-box img {
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .msg-cont .msg-box:nth-child(even) {
    float: right;
  }
  
  .msg-cont .msg-box:nth-child(odd) {
    float: left;
  }
  
  .hotspot-cont {
    border: 1px solid #285fac;
    background-color: #eef9fe;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .hotspot-cont .hotspot-list {
    flex: 1;
  }
  
  .hotspot-cont .hotspot-list .bl-list-group-item {
    background: #eef9fe;
  }
  
  .hotspot-cont .hotspot-list .bl-list-group-item::before {
    left: 10px;
  }
  
  .hotspot-cont .hotspot-list .bl-list-group-item .news-link {
    width: 100%;
  }
  
  .hotspot-cont .call {
    background: #c0e1fd;
    color: #285fac;
    text-align: center;
    width: 100px;
    border-left: 1px solid #285fac;
    text-decoration: none;
  }
  
  .hotspot-cont .call i {
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  .hotspot-cont .call p {
    font-size: 12px;
  }
  
  .traffic-swiper {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  .traffic-cont img {
    width: 100%;
    height: 174px;
  }
  
  .freedom-cont {
    border: 1px solid #285fac;
    background-color: #eef9fe;
    border-radius: 4px;
    overflow: hidden;
    max-width: 170px;
  }
  
  .service-cont {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .service-cont .service-item{
    float: left;
  }
  
  .service-cont .service-item img{
    width: 59px;
    height: 55px;
    margin: 8px 0 12px;
  }
  
  .service-cont .service-item p{
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #3d3d3d;
    font-family: "微软雅黑";
  }
  
  .msg-text {
    position: relative;
    color: #3d3d3d;
    padding: 8px 0;
    padding-left: 40px;
    font-size: 14px;
    font-family: "微软雅黑";
  }
  
  .msg-text a {
    text-decoration: none;
    color: inherit;
  }
  
  .msg-text::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(105, 163, 252, 0.4);
  }
  
  
  .news-info {
    background-color: #285faf;
    color: #fff;
    font-family: "微软雅黑";
  }
  
  
  .office-hall {
    display: flex;
    margin-top: 20px;
  }
  
  .office-hall .office-info {
    flex: 1;
    padding: 10px;
  }
  
  .office-hall .office-info .office-box {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(217,219,220,0.3);
  }
  
  .office-hall .office-info .office-box .office-head img {
    width: 100%;
  }
  
  .office-hall .office-info .office-box .office-tab {
    padding: 15px;
    font-size: 0;
    height: 150px;
  }
  
  .office-hall .office-info .office-box .office-tab a {
    display: inline-block;
    width: 50%;
    text-decoration: none;
    color: #285fac;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
  }
  
  .office-hall .office-info .office-box .office-tab.tab-msg a {
   width: 100%;
  }
  
  .leave-msg img{
    height: 50px;
  }
  
  .phone-number{
    margin-top: 20px;
  }
  
  .phone-number .title span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 10px;
    color: #285fac;
    font-family: "微软雅黑";
  }
  
  .phone-number .title span::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #285fac;
  }
  
  .phone-number .tel-list .tel-item {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    font-family: "微软雅黑";
  }
  
  .phone-number .tel-list .tel-item img {
    margin: 10px 0;
    width: 48px;
  }
  
  .phone-number .tel-list .tel-item p {
    margin: 0;
  }
  
  .special-cont{
    margin: 20px 0;
  }
  
  .special-box{
    display: flex;
    height: 170px;
    background-image: url(special-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items:center;
    padding: 10px 20px;
    font-family: "微软雅黑";
  }
  .special-box:focus, .special-box:hover{
    color: #fff;
    text-decoration: none;
  }
  .special-box .text{
    box-align:center;
  }
  
  .module-cont{
    margin-bottom: 40px;
  }
  
  .tab .tab2 {
    margin-top: -6px;
  }
  .tab .tab2 .tab-nav {
    margin-bottom: 4px;
  }
  .tab .tab2 .tab-nav li {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  
  .module-cont .module-item{
      padding: 0 10px;
  }
  .module-cont .module-item img{
      width: 100%;
  }
  .module-cont .row{
      margin-left: -25px;
      margin-right: -25px;
  }