/* index.html - 首页样式 */
#bsWXBox {
    box-sizing: unset;
}

.active-more {
    width: 100px;
    float: right;
    font-size: 16px;
    color: #666;
    background: url(../../images/icon-button-arrow2.png) no-repeat right center;
    background-size: 24px;
    -webkit-transition: all 0.5s;
}

.active-more:hover {
    color: #0d4c9a;
    background: url(../../images/icon-button-arrow2-active.png) no-repeat right center;
    background-size: 24px;
}

.cont-plate5 .box-item .item-pic .item-pic {
    height: 3.5rem;
    overflow: hidden;
}
.cont-plate5 .box-item .item-pic .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
