.box {
    position: relative;
    font-size: 0.28rem;
    color: #333333;
    background-color: #F8F8F8;
}

/* 顶部banner图 */
.banner {
    height: 4rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

/*  */
.top_con {
    margin-top: 0.23rem;
}

.area_name {
    width: 1.23rem;
    margin-left: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.28rem;
}

.city-icon {
    width: 0.18rem;
    margin-left: 0.1rem;
}

.search_box {
    width: 100%;
    margin: 0 0.24rem;
    padding: 0.16rem 0.29rem;
    border-radius: 0.5rem;
    border: 0.01rem solid #e5e5e5;
    background-color: #fff;
}

.search_box input {
    padding: 0;
    font-size: 0.26rem;
    font-family: "PingFang SC";
    background-color: transparent;
}

.search_box img {
    width: 0.34rem;
    height: 0.34rem;
}

/* 列表内容 */
.list_box {
    margin: 0.3rem 0.24rem 0;
    border-radius: 0.1rem;
    background-color: #fff;
}

.list_box .head_title {
    padding: 0.32rem 0.32rem 0.32rem 0.24rem;
    border-radius: 0.1rem 0.1rem 0 0;
    background-color: rgba(93,147,253,0.05);
}

.list_box .head_title, .list_box .list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_title span:first-child,.list_item p:first-child,.list_item a:first-child {
    width: 1.6rem;
}

.head_title span:nth-child(2),.list_item p:nth-child(2),.list_item a:nth-child(2) {
    width: 1.9rem;
}

.head_title span:nth-child(2) {
    text-align: center;
}

.head_title span:nth-child(n+3) {
    width: 0.95rem;
    text-align: center;
    /* margin-right: 0.1rem; */
}

.list_item p:nth-child(n+3) {
    width: 0.95rem;
    text-align: center;
}

.list_box .list_item {
    padding: 0.27rem 0.24rem;
    border-bottom: 0.01rem solid rgba(0,0,0,.05);
}

.list_box .list_item:last-child {
    border-bottom: none;
}

.list_box .list_item .btn {
    padding: 0.07rem 0.16rem;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    color: #5D93FD;
    background-color: rgba(93,147,253,0.1);
}

/* 底部资讯 */
.tab-bar {
    padding-bottom: 0.01rem;
}

.info-tab {
    margin: 0.24rem;
    padding: 0.14rem 0.33rem 0;
    border-radius: 0.1rem;
    background-color: #fff;
}

.info-tab .more, .info-tab .shou {
    margin: 0.3rem auto;
    text-align: center;
}

.info-tab .more img, .info-tab .shou img {
    width: 0.48rem;
    height: 0.48rem;
}

.info-tab .bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
    padding-left: 0;
    font-size: 0.32rem;
    color: rgba(91, 91, 91, 1);
    margin: 0 0 0 0;
    padding-top: 0.04rem;
}

.click {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(20, 20, 20, 1);
    line-height: 0.8rem !important;
    font-weight: 600;
}

.click img {
    width: 0.6rem;
    height: 0.07rem;
}

li.title-name {
    line-height: 0.7rem;
}

.info-tab .tab-content ul {
    padding-left: 0;
    margin: 0;
}

.imp {
    padding: 0.375rem 0.1rem;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.imp-title {
    display: flex;
}

.imp-icon {
    width: 0.24rem;
    height: 0.16rem;
    margin-top: 0.14rem;
    margin-right: 0.16rem;
}

.imp-name {
    font-size: 0.31rem;
    font-weight: 600;
    color: #000000;
}

.imp-content {
    margin-top: 0.225rem;
    margin-left: 0.4rem;
    font-size: 0.28rem;
    color: #999999;
}

.all {
    height: 0.9rem;
    width: 45%;
    margin: 0.3rem auto;
    text-align: center;
    line-height: 0.9rem;
    font-size: .3rem;
    background: #F0EDF1;
    border-radius: 0.14rem;
    color: #000000;
}