.container1 .swiper-pagination-bullet{
    width: 100px;
    height: 2px;
    border-radius: 5px;
    background: #085b7a;
}
.container1 .swiper-pagination-bullet-active{
    background: #fff;
}
.container1.swiper-container-horizontal>.swiper-pagination-bullets,.container1.swiper-pagination-custom,.container1.swiper-pagination-fraction{
    bottom: 10px;
}
.sect1{
    padding: 40px 20px;
    box-sizing: border-box;
    width: 100%;
    /*font-weight: bold;*/
}
.title_top {
    line-height: 45px;
}
.title_top span{
    font-size: 30px;
    margin: 0 20px;
}
.exchange{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 18px;
    margin-top: 60px;
}
.exchange .li img{
    width: 100%;
    margin-bottom: 20px;
}
.exchange .li {
    width: 12%;
    text-align: center;
}
.exchange .li p {
    text-align: center;
}
.exchange .li p.note{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.interval{
    line-height: 90px;
}
.cardCalss{
    padding-top: 50px;
    background: #f5f6fa;
    padding-bottom: 50px;
}
.sect2{
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 50px;
}
.sect2 li{
    text-align: center;
    border-right: 1px solid #eee;
    margin: 20px 0;
}
.sect2 img{
    width: 110px;
}
.sect2 .name{
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.sect2 button{
    width: 140px;
    height: 40px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #00000073;
}
.sect2 button:hover{
    background: #ff5766;
    color: #fff;
}
.wecan .title_top{
    margin:  40px 0;
}
.mz-row{
    margin-left: -15px;
    margin-right: -15px;
}
.mz-col-33{
    position: relative;
    float: left;
    width: 33.3333%;
}
.list .posta{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 35px;
}
.list .title{
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 45px;
}
.list .center{
    font-size: 16px;
    margin-top: 150px;
    padding: 20px;
    color: #999;
}

.news-view {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.news-view .item {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.news-view .item .item-title {
    color: #000000e0;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-view .item .item-desc {
    color: #000000a6;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-view .item .item-bottom {
    text-align: right;
}
.news-view .item .item-bottom span {
    color: #00000040;
    font-size: 12px;
    font-weight: 400;
}
.news-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}