@charset "UTF-8";
.banner{
    width: 100%;
    height: 43.75rem;
    text-align: center;
    margin: 0 auto;
}
.banner .swiper-img{
    width: 100%;
    height: 43.75rem;
    background-size: cover;
}

.news{
    width: 80.5rem;
    height: 13.3rem;
    margin: 0 auto;
}
.news .bak-part{
    margin-right: 2rem;
}
.news .bak-part,
.news .bak-part img{
    width: 11.65rem;
    height: 8.6rem;
}
.news .news-left{
    width: 28rem;
    height: 7.5rem;
    padding: 0 2rem;
    border-left: 2px solid #f8f8f8;
}
.news .news-left .title{
    font-size: 1.4rem;
    color: #595857;
    font-weight: bold;
}
.news .news-left .time{
    font-size: 1.3rem;
    color: #dedfe2;
    font-weight: bold;
}
.news .news-left .desc a{
    font-size: .9rem;
    margin-top: 1rem;
    color: #999;
}
.news .news-right{
    width: 28rem;
    height: 7.5rem;
    padding: 0 2rem;
    border-left: 2px solid #f8f8f8;
}
.news .news-right .title{
    font-size: 0.8rem;
    color: #6a3a07;
    font-weight: bold;
    margin-bottom: 1rem;
}
.news .news-right li{
    font-size: .9rem;
    color: #999;
    line-height: 1.2rem;
}
.news .news-right li a{
    color: #999;
}
.news .news-right li a:hover{
    color: #6a3a07;
    text-decoration: underline;
}

.accordion{
    height: 14.3rem;
    display: table;
}
.accordion .item{
    height: 14.3rem;
    cursor: pointer;
    display: table-cell;
    transition: width .5s ease 0s;
}
.accordion .item.home{
    width: 20rem;
}
.accordion .item.travel{
    width: 23.5rem;
}
.accordion .item.edu{
    width: 18rem;
}
.accordion .item.health{
    width: 38rem;
}
.accordion .item.home:hover{
   width: 50rem;
}
.accordion .item.travel:hover{
   width: 40rem;
}
.accordion .item.edu:hover{
   width: 40rem;
}
.accordion .item.health:hover{
   width: 41.35rem;
}



