.entrance-title {
    color: #333333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.34rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0.48rem;
    margin: 0 0 0.24rem 0;
    position: relative;
}

.entrance-wrap {
    /* margin-bottom: 0.1rem; */
}

.entrance-wrap {
    width: 100%;
    box-sizing: border-box;
    /* padding: 0.3rem; */
    flex-shrink: 0;
    /* border-radius: 0.2rem; */
    background: #FFF;
    /* box-shadow: 0 0 0.15rem 0 #9999991a; */
    font-size: 0.28rem;
}

.arrow-right {
    width: 0.1rem;
    margin-left: 0.11rem;
}



.list-detail-content {
    width: 65%;
    display: inline-block;
    margin-bottom: .22rem;
    word-wrap: break-word;
}

.list-detail-content a {
    color: #5e82ff
}



.flex {
    display: flex;
}

.list-detail-title {
    width: 30%;
    display: inline-block;
    flex-shrink: 0;
    color: #333;
    vertical-align: top;
}

.list-detail-content-gaokao {
   margin-top: 0.22rem;
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
}

.list-content-btn {
    margin-top: .3rem;
    padding-top: .3rem;
    border-top: .01rem solid #E9E9E9;
    justify-content: space-between;
}

.list-content-btn a {
    background: #fff;
    display: block;
    padding:  0;
    text-align: center;
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: .26rem;
    font-weight: 500;
    font-family: "PingFang SC";
    line-height: .337rem;
    margin-bottom: 0;
}

.entrance-title .title_more{
    color: rgba(255, 102, 0, 1);
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.04rem;
    width: 4rem;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}