.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.3rem 0;
}
.page-title {
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
.first-item {
    padding-bottom: 0.5rem;
    border-bottom: 2px dotted #DADADA;
}
.first-img {
    width: 5.44rem;
    height: 3.2rem;
}
.new-box {
    width: 8rem;
    text-align: left;
}
.new-box h3 {
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #222;
}
.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;
}
.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;
    border-bottom: 2px dotted #DADADA;
}
.new-img {
    width: 3.43rem;
    height: 2.3rem;
}
