html{
    font-family: PingFangSC-Semibold;
    color: #333333;
    font-size: 16px;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #2080fb;
}
.d-f{
    display: flex;
}
.jc-sb{
    justify-content: space-between;
}
.ai-c{
    align-items: center;
}
.p-r{
    position: relative;
}
.p-a{
    position: absolute;
}
.m-0a{
    margin: 0 auto;
}
.ml-10{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-15{
    margin-top: 15px;
}
.ta-c{
    text-align: center;
}
.ta-r{
    text-align: right;
}
.bgc-f{
    background: #fff;
}
.c-f{
    color: #fff;
}
.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fs-26{
    font-size: 26px;
}
.c-p{
    cursor: pointer;
}

.tit2 {
    border-bottom: 2px solid #be2d25;
    height: 30px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ededed));
    background-image: -webkit-linear-gradient(bottom, #fff, #ededed);
    background-image: -o-linear-gradient(bottom, #fff, #ededed);
    background-image: linear-gradient(to top, #fff, #ededed); }
.tit2 h4 {
    float: left;
    color: #000;
    font-size: 14px; }
.tit2 .more {
    float: right;
    color: #747474; }
.tit2 .more:hover {
    color: #f00; }

/* 单行截断 */
.single-line{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tt1{
    float: left;
}

/*newsList.html*/
.newsList li {
    width: 95%;
    padding-left: 5px;
    float: left;
    border-bottom: 1px solid #ddd;
    line-height: 100%;
    position: relative; }
.newsList li:hover {
    background-color: #eee; }
.newsList li:hover a {
    color: #f00; }
.newsList li a {
    width: 85%;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left; }
.newsList li span {
    position: absolute;
    right: 3px;
    top: 0px;
    color: #999;
    font-size: 12px;
    height: 60px;
    line-height: 60px; }

