.banner1 {
    width: 100%;
}

.erk {
    padding-top: 0.8rem;
    margin-bottom: 0.58rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn {
    font-size: 0.27rem;
    color: #fff;
    background-color: #2c68ff;
    display: block;
    width: 2.65rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
}

.zhongj {
    height: 2.1rem;
    background:url(../img/e3.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.2rem;
}
.baise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 0.68rem;
    margin-bottom: 0.72rem;
}
.wwz {
    font-size: 0.23rem;
    color: #4f4f4f;
}

.lanhui {
    background-color: #f7f9fc;
    height: 6.34rem;
    padding-top: 0;
    margin-bottom: 0;
}

.changtu {
    height: 10.1rem;
    
    background: url(../img/e8.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1rem;
}

.changkk {
    width: 6.5rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.changkk div {
    width: 3.06rem;
    height: 3.3rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    padding-top: 0.4rem;
    box-sizing: border-box;
}
.changTitle {
    color: #1762e2 !important;
    font-size: 0.27rem !important;
    font-weight: 600;
    margin-bottom: 0.2rem !important;
}
.changkk p {
    font-size: 0.2rem;
    color: #767676;
    margin-bottom: 0.05rem;
}


.zxbox {
    height: 6.86rem;
    width: 6.92rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.zxbox img {
    margin-bottom: 0.23rem;
}

.zxtitle {
    font-size: 0.27rem;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 0.03rem;
}
.zxcontent {
    font-size: 0.22rem;
    color: #6e6e6e;
    height: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 0.03rem;
}

.zxtime {
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
    color: #6e6e6e;
    align-items: center;
    margin-top: 0.15rem;
}
.zxtime a {
    display: block;
    width: 0.4rem;
    height: 0.18rem;
    background-color: #1762e2;
    color: #fff;
    font-size: 0.15rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd {
    font-size: 0.25rem;
    color: #2d5ae6;
    text-align: center;
    margin-bottom: 0.6rem;
}


.tx {
    width: 6.42rem; 
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.tx div {
    width: 2.93rem;
    height: 1.69rem;
    border: 1px solid #ccc;
    margin-bottom: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jd4 {
    background: url(../img/jd4.png) no-repeat;
    background-size: 100% 100% ;
    height: 1.6rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05rem;
    box-sizing: border-box;
    padding-top: 0.3rem;
}

.ccx {
    width: 6.37rem;
    height: 2.25rem;
    background-color: #fff;
    border-radius: 0.16rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    display: flex;
}

.ccximg {
    width: 2.46rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 分页器样式 */
.paginator {
    display: flex;
    justify-content: center;
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.paginator a,.paginator span {
	display: inline-block;
    color: #656565;
    padding: .08rem .16rem;
    text-decoration: none;
    margin: 0 .04rem;
    border-radius: .04rem;
    background-color: #f2f4f7;
}

.paginator a.current,.paginator span.current {
    background-color: #007BFF;
    color: white;
    border: .01rem solid #007BFF;
}

.paginator a:hover:not(.current),.paginator span:hover:not(.current) {
    background-color: #f5f5f5;
}