*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}
#container{
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}
#header{
    height: 50px;
    padding: 0 15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .logo{
    height: 25px;
}
.m-open-btn{
    display: block;
    width: 72px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #e92110;
    border-radius: 5px;
}
.special-top{
    position: relative;
    padding-bottom: 40.5%;
    overflow: hidden;
}
.special-top>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.special-top .special-inner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #fff;
}
.special-top .special-inner>p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}
.type-icon {
    padding: 1px 3px;
    border-radius: 2px;
    margin: 0 4px;
    font-size: 12px;
    color: #fff;
    background-color: #e92110;
}
.article-title{
    padding: 15px 15px 0;
    font-weight: 700;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    line-height: 32px;
}
.introduction{
    position: relative;
    padding: 10px;
    margin: 23px 15px 10px;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    line-height: 23px;
    background: #f5f5f5;
    border-radius: 5px;
}
.introduction .show-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 23px;
    font-size: 16px;
    color: #63779c;
    text-align: center;
    line-height: 23px;
    padding-left: 20px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#f5f5f5 20%,#f5f5f5);
}
.modal-title{
    padding: 15px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 26px;
    background: #fff;
}
.sigle-item .sigle-item-main{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 12px 10px 15px;
    background: #fff;
}
.sigle-item .sigle-item-main .item-l{
    width: 100px;
    flex: 2;
    display: flex;
    flex-direction: column;
}
.sigle-item .sigle-item-mian .item-l.has-img .title{
    margin-right: 3px;
}
.sigle-item .sigle-item-main .item-l .title{
    flex: 1;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 26px;
    overflow: hidden;
    max-height: 78px;
}
.sigle-item .sigle-item-main .info{
    padding-bottom: 5px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 17px;
}
.sigle-item .info span{
    padding-right: 10px;
}
.sigle-item .sigle-item-mian .item-r{
    margin-left: 6px;
    margin-right: 3px;
    flex: 1;
    border-radius: 3px;
}
.item-r-main{
    position: relative;
}

.sigle-item .sigle-item-main .item-r .item-r-img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.sigle-item .sigle-item-main .item-r{
    flex: 1;
    margin-left: 6px;
    margin-right: 3px;
    border-radius: 3px;
}
.sigle-item .sigle-item-main .item-r img{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    background: #eee;
}
.no-more{
    padding: 15px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 22px;
    background: #f5f5f5;
}
.iconbaojiaquotation2{
    left: 10px;
    top: -10px;
}
.iconbaojiaquotation{
    right: 10px;
    bottom: -10px;
}
.iconbaojiaquotation2,.iconbaojiaquotation{
    color: #d5d6d8;
    position: absolute;
    font-size: 18px;
}
