.banner {
    position: relative;
}

.banner .over {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.banner .over P:first-child {
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.banner .over P:last-child {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: .2rem;
}

.list {
    padding: .65rem 0 0;
    box-sizing: border-box;
}

.list ul li {
    margin-top: .5rem;
}

.list ul li:nth-child(1) {
    margin-top: 0;
}

.list ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.list ul li .img {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.list ul li .img img {
    width: 6rem;
    height: 3rem;
}

.list ul li .right {
    width: 44%;
    margin-left: 3.5%;
    padding-left: 2.5%;
    box-sizing: border-box;
    border-left: 1px solid #BFBFBF;
    padding-bottom: .5rem;
    padding-top: .27rem;
}

.list ul li .right h3 {
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list ul li .right P {
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #555555;
    line-height: .26rem;
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.list ul li .right .btn {
    margin-top: .48rem;
    width: .9rem;
    height: .36rem;
    text-align: center;
    line-height: .36rem;
    border: 1px solid #B5B5B5;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #555555;
}

.page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page ul li {
    margin-right: .2rem;
    width: .26rem;
    height: .26rem;
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #555555;
    border: 1px solid #B5B5B5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page {
    margin-top: .6rem;
    padding-bottom: .83rem;
    box-sizing: border-box;
}

.page ul li:first-child,
.page ul li:last-child {
    width: .6rem;
    height: .26rem;
}

.page ul li.active {
    background: rgba(0, 0, 0, .2);
    background-color: #097AD1;
    color: #cee4f6;
}