.box {
    position: relative;
    font-size: 0.28rem;
    color: #333333;
}

/* 顶部banner图 */
.banner img {
    width: 100%;
    height: 4rem;
}

.container {
    position: relative;
    margin-top: -0.8rem;
    padding: 0.3rem;
    border-radius: 0.3rem 0.3rem 0 0;
    background-color: #fff;
}

/* 搜索 */
.search_box {
    margin-top: 0.4rem;
    padding: 0.4rem 0.24rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.12rem 0 rgba(0,0,0,0.1);
}

.search_box .search input {
    padding: 0.17rem 0.23rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    background-color: #f5f5f5;
}

.search_box .search_btn {
    color: #fff;
    background: linear-gradient(141.3deg, rgba(35,194,228,1) 0%, rgba(1,127,243,1) 100%);
}

.search_box .reset_btn {
    background-color: #F5F5F5;
}

.search_box .search_result {
    margin-top: 0.4rem;
}

.search_box .search_result p:first-child {
    margin-bottom: 0.2rem;
}

/* 表格 */
.table_con table {
    width: 100%;
    margin-top: 0.4rem;
    border: 0.01rem solid #E5F2FB;
    border-radius: 0.2rem;
    border-spacing: 0;
    font-size: 0.26rem;
    text-align: center;
    background-color: #E5F2FB;
}

.table_con table tr td,.table_con table tr th {
    height: 0.8rem;
}

.table_con table tr th {
    color: #0088DB;
}

.table_con table tr:nth-child(2n) {
    background-color: #fff;
}


.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.48rem 0 0.24rem 0;
display: block;
unicode-bidi: isolate;
}
.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;
margin-bottom: 0.1rem;
}
.entrance-wrap.link_box a {
display: block;
color: #3b6ceb;
margin-top: 0.12rem;
font-size: 0.26rem;
}
