.box {
    position: relative;
    font-size: 0.28rem;
    color: #333333;
}

/* 顶部banner图 */
.banner img {
    width: 100%;
    height: 4rem;
}

.container {
    position: relative;
    margin-top: -0.3rem;
    padding: 0.34rem 0.24rem;
    border-radius: 0.3rem 0.3rem 0 0;
    background-color: #F8F8F8;
}

.select-box #type {
    margin-right: 0.23rem;
}

select {
    padding: 0.1rem 0.3rem;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.28rem;
    color: #666666;
    text-align: center;
    background: url(/news/gaokaozhuanti/resource/images/city.png) no-repeat 100% center transparent;
    background-size: 0.16rem 0.1rem;
}

.list_con {
    margin-top: 0.4rem;
}

.list_con ul {
    margin-bottom: 0.27rem;
    padding: 0 0.24rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.list_con ul li {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
    border-bottom: 0.01rem solid rgba(0, 0, 0, .06);
}

.list_con ul li:last-of-type {
    border-bottom: 0;
}

.list_con ul .sheng_name {
    margin-bottom: 0.25rem;
    padding: 0.2rem 0 0;
    font-size: 0.32rem;
    font-weight: 700;
    background-image: url(/news/gaokaozhuanti/resource/images/headBg.png);
    background-size: 1.08rem 0.2rem;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.list_con ul .blue_btn {
    padding: 0.09rem 0.16rem;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #5D93FD;
    background: rgba(93,147,253,0.1);
}

/* 分享按钮 */
.share-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 7.5rem;
    z-index: 999; 
    font-size: 0.28rem;
}

.share_btns {
    height: 0.63rem;
    display: flex;
    justify-content: space-between;
    padding: 0.3rem;
    line-height: 0.63rem;
    background: #fff;
    box-sizing: content-box;
}

.share_btns .share {
    width: 1.7rem;
    height: auto;
    margin-left: 0;
    border-radius: 0.06rem;
    /* border: 0.01rem solid #3372FD; */
    font-size: 0.3rem;
    color: #666666;
    /* background: rgba(51,114,253,0.1); */
    background: #F8F8F8;
}

.share_btns img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.12rem;
}

.share_btns .other_btns {
    width: 2.4rem;
    border-radius: 0.06rem;
    font-size: 0.3rem;
    color: #fff;
    background-color: #3578FD;
}

.share_btns .other_btns:first-of-type {
    width: 2.36rem;
    border: 0.01rem solid #3372FD;
    color: #3372FD;
    background-color: #fff;
    /* background-color: rgba(51,114,253,0.1); */
}