
/*mian*/
.mian{
    padding: 0 0.25rem;
    padding-top: 15px;
    padding-bottom: 50px;
    background-color: #3e3a39;
}
.local-title{
    font-size: 0.28rem;
    color: #b29873;
    font-family:"思源黑体 CN";
}
.local-title-p{
    font-size: 0.14rem;
    color: #b29873;
    font-family: "Myriad Pro";
    margin-bottom: 0.2rem;
}
.player-p{
    font-size: 0.22rem;
    color: #999;
    font-family:"思源黑体 CN";
    line-height: 0.4rem;
}
/*产品中心*/
.national{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-display: flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    padding-top: 0.2rem;
}
.national-item{
    width: 48%;
    margin-bottom: 0.4rem;
}
.national-item-img{
    width: 100%;
    padding-top: 20px;
}
.scholar-box{
    font-size: 0;
    margin-top: 0.2rem;
}
.scholar{
    font-size: 0.24rem;
    color: #fff;
    font-family: "思源黑体 CN";
    overflow: hidden;
    text-overflow: ellipsis;
}
.their{
    font-size: 0.16rem;
    color: #fff;
}