.box {
    position: relative;
    font-size: 0.28rem;
    color: #333333;
    background-color: #F8F8F8;
}

.banner img {
    width: 100%;
    height: 100%;
}

.city {
    position: absolute;
    top: 0.26rem;
    right: 0.24rem;
    padding: 0.08rem 0.16rem 0.08rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.23rem;
    background-color: #ffffff;
}

.city img {
    width: 0.14rem;
    height: 0.09rem;
    margin-left: 0.1rem;
    margin-bottom: 0.02rem;
    vertical-align: middle;
}

/*  */
.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 {
    width: 100%;
    padding: 0;
    font-size: 0.26rem;
    font-family: "PingFang SC";
    background-color: transparent;
}

.search_box img {
    width: 0.34rem;
    height: 0.34rem;
}

.fold {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.collapse {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 0.04rem;
    color: #333;
}

.fold-img {
    width: 0.4rem;
    height: 0.3rem;
    vertical-align: middle;
}

/* 主体内容 */
.container {
    margin: 0.4rem 0.24rem;
}

.container .content {
    margin-bottom: 0.24rem;
    padding: 0.24rem 0 0.32rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.content .head {
    margin: 0 0.24rem 0.24rem;
}

.content .head .type {
    font-size: 0.32rem;
    font-weight: 700;
    background-image: url("/news/gkzuowentimu/images/headBg.png");
    background-size: 1.08rem 0.17rem;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.content .head .btn {
    padding: 0.04rem 0.16rem;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    color: #5CA2F6;
    background-color: #D8EBFF;
}

.content ul {
    padding: 0.32rem 0.24rem 0;
    border-top: 0.01rem solid rgba(0, 0, 0, .1);
}

.content ul li {
    margin-bottom: 0.2rem;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content ul li .left {
    display: inline-block;
    color: #999;
    vertical-align: top;
}

.content ul li .right {
    width: 75%;
    display: inline-block;
    margin-left: 0.4rem;
}

.content ul li .right .text {
    position: relative;
}


/* 底部资讯 */
.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;
}