.lf {
    float: left;
}

.rf {
    float: right;
}

.active {
    color: #ffa22b;
}

.box {
    /*height: 48rem;*/
    overflow: auto;
}

.box .box-left {
    float: left;
    width: 35%;
    padding-left: 6rem;
}

.box .box-right {
    float: right;
    width: 65%;
    /*height: 37.33333rem;*/
    /*padding-left:2rem;*/
    margin-top: 0;
}

.search-box {
    /*margin-top:0.53333rem;*/
    /*width: 400px;*/
    /*height: 84px;*/
    width: 11.92rem;
    height: 2.24rem;
    background: #FFFFFF;
    border: 2px solid #B3B3B3;
    border-radius: 6px;
    position: relative;
    /*margin-top: 1.1rem;*/
}

.search-box input {
    width: 80%;
    height: 100%;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.search-box div {
    width: 20%;
    height: 100%;
    border-left: 1px solid #B3B3B3;
    background: #F0F0F0;
    position: absolute;
    right: 0;
    top: 0;
}

.search-box img {
    width: 1.28rem;
    height: 1.28rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line {
    /*width: 400px;*/
    width: 11.86666rem;
    height: 0.05333rem;
    border-top: 2px solid #B3B3B3;
    border-bottom: 0;
}

.news-row {
    margin-bottom: 1.71rem;
    width: 24.83rem;
    margin-left: 0.64rem;
}

.news-item {
    height: 1.81333rem;
    margin-top: 0.53333rem;
    font-size: 0.74666rem;
    line-height: 0.82666rem;
    font-family: Source Han Sans CN;
}


.news-row img {
    width: 24.83rem;
    height: 7.2rem;
    object-fit: cover;
    border-radius: 10px;
}

.month-button {
    width: 2.72rem;
    height: 3.28rem;
    background: #1F286F;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.news-content {
    margin-top: 1.71rem;
    width: 24.83rem;
}

.new-content > p {
    text-align: left;
}

.news-content .title {
    /*height: 0.66666rem;*/
    font-size: 0.8rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #282728;
    line-height: 0.83rem;
    text-align: left;
}

.news-content .time {
    /*height: 10.50666rem;*/
    font-size: 0.64rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #BABABA;
    line-height: 0.83rem;
    text-align: left;
    margin-top: 0.37rem;
    margin-bottom: 0.45rem;
}

.news-content .content {
    font-size: 0.37rem;
    font-family: Source Han Sans CN;
    color: #282728;
    line-height: 0.8rem;
    text-align: left;
}

.month {
    width: 0.77333rem;
    height: 0.8rem;
    font-size: 0.8rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.46666rem;
}

.month-line {
    margin-top: 3px;
    margin-left: 0.26666rem;
    width: 2.13333rem;
    height: 1px;
    border-top: 2px solid #FFFFFF;
}

.news-row .news-info {
    width: 20.85rem;
    margin-left: 0.79rem;
    display: inline-block;
}
