ul,li{  list-style: none}
a{
    color:#333;
}
.main-container{
    margin-top:1rem;
    width:100%;
    padding: 0 0.75rem;
    color:#333;
    box-sizing: border-box;
    padding-bottom:1rem;
}
.news-item{
    margin-bottom: 1rem;
}
.item-title{
    font-size:14px;
    font-family:pingfangsc-medium,pingfang sc;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:1rem;
    font-weight: bold;
}
.link{
    padding: 0.6rem 0;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0.8rem;
    position: relative;
}

.nolink{
    color:#999;
    line-height:1rem;
    font-size:14px;
    padding: 0.6rem 0;
    padding-left:0.8rem;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.link::before,.nolink:before{
    content:'';
    display:block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #607fa6;
    position: absolute;
    left: 0;
    top: 1.25rem;
}
.link a{
    font-size:14px;
    font-family:pingfangsc-regular,pingfang sc;
    font-weight:400;
    color:rgba(96,127,166,1);
    line-height:1rem;
}
.nolink a{
    font-size:14px;
    color:rgba(96,127,166,1);
    line-height:1rem;
    margin-left:0.3rem;
}
.more-btn{
    width:4.5rem;
    height:1.5rem;
    margin: 0 auto;
    margin-top:0.8rem;
    margin-bottom:1.2rem;
    padding-right:0.6rem;
    background:rgba(245,245,245,1) url(/uploads/image/sitagspecial/show-more.png) 3.6rem center no-repeat;
    background-size: 0.6rem 0.6rem;
    border-radius:0.75rem;
    font-size:12px;
    line-height: 1.5rem;
    color: #999;
    text-align: center;

}
.showed{
    background:rgba(245,245,245,1) url(/uploads/image/sitagspecial/hide-more.png) 3.6rem center no-repeat;
    background-size: 0.6rem 0.6rem;
}
.hide{
    display:none;
}


