.tag-News {
    background-color: #955d8c !important;
}

.tag-Business {
    background-color: #b7926a !important;
}

.tag-Opinion {
    background-color: #3ca1cb !important;
}

.tag-Lifestyle {
    background-color: #d18840 !important;
}

.tag-Culture {
    background-color: #5b3b28 !important;
}

.tag-Travel {
    background-color: #9e9f9e !important;
}

.tag-Services {
    background-color: #9e9f9e !important;
}

.tag-Specials {
    background-color: #33aa70 !important;
}

.tag-More {
    background-color: #4d4d4c !important;
}

.tag-Area {
    background-color: #955d8c !important
}


.head-con {
    width: 750px;
    margin:0 auto;
    height: 86px;
    background:#fff;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    border-bottom: 1px solid #d4d5d8;
  }
  
  .head-con img.i-nav {
    width: 33px;
    margin-left: 30px;
  }
  .head-con img.i-logo {
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
  }
  .head-con p {
    color: #333;
    font-size: 34px;
    font-weight: bold;
    margin-left: 26px;
  }
  

  .head-con .nav-con {
    width: 750px;
    position: absolute;
    top: 87px;
    left:0px;
    background:#21437e;
    display: none;
  }
  .banner-con.home  .head-con .nav-con {
  top: 118px;
  }
  
  .head-con .nav-con .item {
    border-bottom:1px solid #5375b1;
    padding: 30px 30px;
  }
  
  .head-con .nav-con .item a {
    color:#fff;
    font-size: 28px;
  }

  

.foot {
    width: 750px;
    margin:0 auto;
  
    text-align: center;
    color:#fff;
    font-size: 22px;
    margin-top:70px;
    padding:40px 0px;
  
    background: #3e619f;
  
  }
  .foot p {
      width: 540px;
      margin: 0 auto;
      font-size: 24px;
      line-height: 36px;
  }