body{
    background-color: #fbfdff;
}

.banner-box{ padding-top: 1.4rem; height: 5.5rem;background: url(../images/y_wjjzcb_banner_bg.png) no-repeat center;background-size: cover; box-sizing: border-box;}
.banner-box img {display: block; margin:0 auto; height: 1rem;}

.explain {
    position: relative;
    margin-top: -1.4rem;
    padding: .25rem;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 .02rem .15rem 0 #EEF0F2;
    overflow: hidden;
    box-sizing: border-box;
}
.explain .left-explain {
    position: absolute;
    display: flex;
    align-items: center;
    padding: .15rem;
    width: .74rem;
    height: calc(100% - .5rem);
    line-height: .6rem;
    font-size: .36rem;
    font-weight: bold;
    border: .03rem solid #3B87FF;
    color: #3B87FF;
    box-sizing: border-box;
    text-align: center;
}
.explain .right-explain {
    float: right;
    width: calc(100% - 1.2rem);
    min-height: 1.5rem;
    font-size: .18rem;
    line-height: .5rem;
    color: #313131;
}
.info-item {
    margin: .4rem auto 0;
    overflow: hidden;
}
.info-item .item {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
    width: calc((100% - .4rem) / 2);
    height: 1.8rem;
    background: linear-gradient(270deg, rgba(131, 174, 255, 0.1) 0%, rgba(49, 134, 255, 0.1) 100%);
    overflow: hidden;
    border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
}
.info-item .item:nth-of-type(2n) {
    float: right;
}
.info-item .item .info-name {
    position: relative;
    margin-left: .46rem;
    line-height: 1.3;
    font-size: .25rem;
    font-weight: bold;
    color: #4C535E;
    word-break: keep-all;
    z-index: 1;
}
.info-item .item img {
    position: absolute;
    top: .24rem;
    right: .2rem;
    height: 1.3rem;
}
.info-item .item:hover {
    background: linear-gradient(270deg, #83aeff 0%, #3186ff 100%);
}
.info-item .item:hover .info-name {
    color: #fff;
}