.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: 3.8rem;
}
.position-info {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    color: #fff;
    font-size: 0.2rem;
    z-index: 15;
}
.position-info img {
    width: 0.26rem;
    height: 0.21rem;
    vertical-align: middle;
    margin-right: 10px;
}
.bgcor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
}
/* 产品动态内容 */
.content {
    text-align: center;
    padding: 0.7rem 0;
}
.page-title {
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
.new-box {
    width: 7.8rem;
    height: 4rem;
    text-align: left;
    padding: 0.4rem 0.8rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(78, 78, 78, 0.1);
}
.new-box h3 {
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #093C8A;
}
.new-box .time {
    font-size: 0.14rem;
    color: #8B8B8B;
    line-height: 0.5rem;
}
.new-content {
    font-size: 0.16rem;
    color: #444;
    margin-bottom: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
}
.new-btn {
    width: 1.8rem;
    line-height: 0.46rem;
    border: 1px solid #464646;
    border-radius: 0.23rem;
    text-align: center;
}
.new-btn.active-btn {
    background: #093C8A;
    color: #fff;
    border: none;
}
.new-item {
    padding: 0.4rem 0 0.5rem;
}
.new-img {
    width: 6.2rem;
    height: 4rem;
}
