.box {
    position: relative;
    font-size: 0.27rem;
    color: #333333;
    background-color: #fff;
}

/* 顶部banner图 */

.banner img {
    /* position: relative; */
    width: 100%;
    height: 3rem;
    /* background-image: url("../../resource/images/banner.png"); */
    /* background-size: 100% 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;
}

.container {
    padding: 0.25rem 0.25rem 0.45rem;
}

.container .list .big-cir {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.14rem;
    border-radius: 50%;
    background-color: #daedff;
}

.container .list .small-cir {
    position: absolute;
    top: 0.06rem;
    left: 0.06rem;
    display: inline-block;
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background-color: #2b99ff;
}


.container .list .head {
    margin-bottom: -0.1rem;
}

.container .list .head .time {
    font-size: 0.23rem;
    font-family: Roboto, Roboto-Regular;
    color: #666666;
}

.container .list ul {
    margin-left: 0.09rem;
    margin-bottom: -0.1rem;
    padding: 0.2rem 0 0.38rem 0.2rem;
    border-left: 0.03rem solid #b2deff;
}

.container .list ul a {
    display: block;
    padding: 0.23rem 0.21rem 0.16rem;
    border-radius: 0.14rem;
    background-color: #F8F8F8;
}

.container .list ul a .desc {
    font-weight: 600;
    color: #444444;
}

.container .list ul a .desc img {
    width: 1.48rem;
    height: 0.8rem;
    margin-left: 0.21rem;
    border-radius: 0.12rem;
}

.container .list ul a .from {
    margin-top: 0.25rem;
    font-size: 0.21rem;
    font-family: Roboto, Roboto-Regular;
    color: #6b6565;
}

/* 顶部通知框 */
.info {
    margin: 0.1rem 0 0.4rem;
    padding: 0.24rem;
    border-radius: 0.2rem;
    background-color: #E3EFFF;
}

.info .center {
    display: flex;
    flex-direction: column;
    margin-left: 0.24rem;
}

.info .center span:first-child {
    margin-bottom: 0.08rem;
    font-size: 0.32rem;
    font-weight: 700;
}

.info .center span:last-child {
    color: #666666;
}

.info-img {
    width: 0.48rem;
    height: 0.48rem;
}

.right-img {
    width: 0.14rem;
    height: 0.26rem;
}

/* 辟谣专区 */
.piyiao .head {
    font-size: 0.32rem;
    font-weight: 700;
}

.piyiao .fake img, .piyiao .real img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.24rem;
    margin-top: 0.08rem;
}

.piyiao {
    padding: 0.24rem;
}

.piyiao ul {
    margin-top: 0.24rem;
}

.piyiao ul li {
    margin-bottom: 0.32rem;
    padding: 0.24rem;
    border-radius: 0.2rem;
    font-size: 0.29rem;
    background-color: #F8F8F8;
}

.piyiao ul li a {
    display: block;
}

.piyiao .real {
    margin-top: 0.16rem;
}

.piyiao .fake-text {
    color: #999999;
}

.piyiao .real-text {
    color: #333;
}

.piyiao p {
    text-align: justify;
}

.piyiao .from {
    margin-top: 0.16rem;
    font-size: 0.25rem;
    color: #666666;
    text-align: right;
}

/* 底部tab切换 */
.info-tab {
    padding: 0.14rem 0.33rem 0.33rem;
}

.info-tab .tab-bar {
    padding-bottom: 0;
    margin-bottom: .48rem;
    overflow-x: scroll;
}

.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.3rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}

.imp-name {
    font-size: 0.31rem;
    font-weight: 600;
    color: #000000;
}

.imp-content {
    font-size: 0.3rem;
    color: rgb(102, 102, 102);
    margin-left: 5%;
    margin-top: 0.225rem;
}