.data-intro-box h4.title{
    font-size: 0.24rem;
    color: #262E3D;
    margin-bottom: .2rem;
}
.data-intro-box p{
    font-size: 0.18rem;
    color: #5A6576;
    line-height: 0.4rem;
}
.data-intro-box .list h5{
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
}

.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .crumbs-box{
    position: absolute;
    top: 0;
    margin: 0;
    background: transparent;
}
.banner .crumbs-box a, .banner .crumbs-box span{
    color: #fff;
}

.organ-intro{
    padding: .84rem 0 .74rem;
    text-align: center;
}

.data-sources{
    text-align: center;
    background: #F3F8FE;
    padding: .8rem 0 1rem;
}
.data-sources .list{
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.data-sources .list li{
    width: 3.22rem;
    height: 2.8rem;
    position: relative;
    background: #FFFFFF;
    border-radius: 0.03rem;
    padding: .4rem .35rem 0 .43rem;
    margin-right: .5rem;
}
.data-sources .list li:last-of-type{
    margin-right: 0;
}
.data-sources .list p{
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin: .2rem 0 .35rem;
}
.data-sources .list .line{
    display: block;
    width: 0.2rem;
    height: 0.02rem;
    background: #0070DF;
}
.data-sources .list img{
    width: 1.27rem;
    height: 1.57rem;
    position: absolute;
    bottom: .13rem;
    right: .6rem;
}

.block-box{
}
.block-box li{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 0;
    border-top: .01rem dashed #638CE4;
}
.block-box li:first-of-type{
    border-top: 0;
}
.block-box .bg{
    width: 8.5rem;
    height: 5rem;
    background: #F3F8FE;
    border-radius: 0.04rem;
    margin-right: .5rem;
    position: relative;
}
.block-box .bg.ml{
    margin-left: .5rem;
    margin-right: 0;
}

.block-box .flex-pos{
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*margin-left: -3.21rem;*/
}

.computer{
    width: 5.22rem;
    /*flex-shrink: 0;*/
    /*height: 3.11rem;*/
}
.phone{
    width: 1.2rem;
    /*flex-shrink: 0;*/
    /*height: 2.15rem;*/
}

.number-list .timer{
    float: left;
    width: 0.99rem;
    height: 1.29rem;
    background: #FFFFFF;
    border: .01rem dashed #A2CBFD;
    border-radius: 0.03rem;

    color: #638CE4;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-family: DIN;
    font-weight: bold;
    text-align: center;
    margin: 0 0.05rem;
}

.tags-list{
    width: 90%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.tags-list a {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Microsoft YaHei;
    color: #5a6576;
    font-weight: bold;
    text-decoration: none;
    /*padding: .03rem .06rem;*/
    background: rgba(243,248,254,.7);
}

.tags-list a:hover {
    color: #5a6576;
    letter-spacing: .02rem;
}

.block-box .text{
    width: 4.4rem;
}
.block-box .text h5{
    margin-bottom: .2rem;
}