body {
    background-color: #f0f0ee;
}

/* 字体 */
@font-face {
    font-family: "titles";
    src: url(../fonts/pmzd3.ttf);
}

.con {
    width: 5.2rem;
    margin: 0 auto;
}

.tab {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.tab div {
    text-align: center;
    width: 90%;
    background-color: white;
    font-family: 'titles';
    font-size: .2rem;
    color: rgba(101, 179, 132);
    height: .5rem;
    line-height: .5rem;
    margin-top: -.25rem;
    border-radius: .05rem;
    letter-spacing: .01rem;
    box-shadow: rgb(212, 212, 212) 0px 4px 10px 1px;
}

.tab .btn2 {
    margin-left: .15rem;
}

.titles {
    margin-top: .46rem;
    font-size: .22rem;
    font-family: 'titles';
}

.titles img {
    width: 5.1rem;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.lists {
    padding: 0 .05rem;
    margin-bottom: 0rem;
}

.lists li {
    background-color: white;
    padding: .2rem .15rem 0.03rem;
    margin-top: .18rem;
    box-shadow: rgb(202, 232, 197, 0.5) 0px 0px 10px 1px;
}

.lists .top {
    display: flex;
    width: 100%;
}

.lists .left {
    width: 77%;
    margin-right: .15rem;
}

.lists .right img {
    width: 1.4rem;
    height: 1rem;

}

.lists li .tit {
    font-size: .13rem;
    font-weight: bold;
    letter-spacing: .015rem;
}

.lists li .article {
    color: rgb(124, 124, 124);
    margin-top: .1rem;
    letter-spacing: .005rem;
    font-size: .085rem;
    line-height: .17rem;
}

.lists li .toOther {
    margin-top: .15rem;
    margin-bottom: 0;
    color: rgba(101, 179, 132);
}

.lists li .toOther .toDetail {
    color: rgba(101, 179, 132);
}

.lists li .area {
    font-size: .07rem;
    margin-top: -.3rem;
    float: left;
}

.lists li .area img {
    width: .1rem;
}