.box {
    font-size: 0.27rem;
    background-color: #f6f6f6;
}

.container {
    margin-top: 0;
    padding: 0.25rem 0.2rem 0.45rem;
    background-color: transparent;
}

.tab-head {
    margin: 0.2rem 0 0 0.4rem;
}

.tab-head span {
    position: relative;
    margin-right: 0.45rem;
    font-size: 0.29rem;
    color: #888;
}

.tab-head span:last-of-type {
    margin-right: 0;
}

.tab-head .active {
    color: #222222;
    font-weight: 600;
}

.tab-head .active::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.7rem;
    height: 0.07rem;
    border-radius: 0.3rem;
    background: #2560fc;
}

.tab-content {
    margin: 0.5rem 0 0;
}

.tab-content ul li {
    margin: 0 0 0.3rem 0.4rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.tab-content ul li a {
    display: flex;
}

.tab-content ul li .left {
    height: fit-content;
    min-width: fit-content;
    margin-right: 0.3rem;
    background-image: url(/news/gaokaozhuanti/resource/images/headBg.png);
    background-size: 1.08rem 0.2rem;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.tab-content ul li .desc {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #888;
}

.other-city,.share  {
    background: #2560fc;
}

.list-box {
    margin-bottom: 0.5rem;
}

.list-box .name {
    color: #629CDB;
    font-weight: bold;
    font-size: 0.3rem;
}

.list-box .name::before {
    content: "";
    width: 0.3rem;
    margin: 0.05rem 0.1rem 0 0;
    display: block;
    background-image: url("/news/zhuanti/images/title.png");
    background-size: 0.26rem 0.3rem;
    background-repeat: no-repeat;
}

.search_box {
    margin: 0.3rem 0.2rem 0;
    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;
}

.nodata {
    display: none;
    margin-top: 0.86rem;
}

.nodata img {
    width: 2.27rem;
    height: 2.27rem;
}

.nodata p {
    margin-top: 0.23rem;
    font-size: 0.23rem;
    color: #B9B9B9;
}