html,
body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f4f4;
}

.open-app {
    position: fixed;
    width: 100%;
    text-align: left;
    top: 44px;
    background-color: rgba(216, 216, 216, 0.25);
    z-index: 99999;
}

.open-app .title-container {
    display: inline-block;
}

.open-app .title-container .title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    position: relative;
    top: 10px;
    display: block;
}

.open-app .title-container .sub-title {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    position: relative;
    top: 5px;
}

.open-app .btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 60px;
    height: 28px;
    background: rgba(41, 128, 232, 1);
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    color: white;
}

.app-logo {
    margin: 10px 10px 10px 10px;
    float: left;
}

.plr32 {
    padding: 0 1.333rem 0 1.333rem;
}

.c999 {
    color: #999;
}

.banner {
    width: 100%;
    display: block;
    height: 16.667rem;
}

.one-news {
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-news-title {
    padding: .667rem 0;
}

.new-content {
    padding-bottom: 1.5rem;
}

.news-list {
    margin-top: .667rem;
}

.news-item {
    padding: 1rem 0;
    position: relative;
}

.news-item::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    transform: scaleY(0.5);

}

.news-item-img {
    /*width: 8.667rem;*/
    width: 40%;
    /*height: 7.292rem;*/
    border-radius: 4px;
    display: block;
    object-fit: cover;
}

.more {
    padding: 1.333rem 0;
    color: #2781E8;

}

.special-item {
    position: relative;
    width: 100%;
    height: 10.833rem;
    margin: 4px 0;
}
.special-item-img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left top;
}

.special-item:first-child {
    margin-top: 0;
}

.mask{
    height: 50%;
    width: 100%;
    position: absolute;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    bottom: 0;
}

.more-special-title {
    margin-top: .667rem;
    padding: 1.167rem 0 1.167rem 1.167rem;
    color: #2781E8;
}

.special-tag,
.special-title {
    position: absolute;
    bottom: .833rem;
    left: 1.042rem;
}
.special-title{
    width:25rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.special-tag {
    padding: .083rem .167rem;
    color: #2781E8;
    bottom: 3.25rem;
    left: 1.042rem;
    border-radius: 2px;
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item-title {
    max-width: 19.333rem;
}
/*没有数据的时候显示*/
.article{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 15.625rem;
    color: #CCC;
}


/*箭头*/
.arrow {
    position: relative;
    display: inline-block;
    width: 0.667rem;
    height: 0.667rem;
    top: -0.333rem;
    left: 0.333rem;
    border-top: 1px solid #2781E8;
    border-right: 1px solid #2781E8;
    transform: rotate(135deg)
}