@CHARSET "UTF-8";
*{ box-sizing: border-box; }
body{background:#fff;}
/*列表*/
.wst-news{}
.wst-news .title{font-family:'PingFang HK';color:#000;font-size: 38px;line-height: 52px;;padding:32px 0 10px 0;}
#newsListBox{margin-bottom:20px;}
.wst-model{padding: 10px 20px;border-bottom: 1px solid #DCDCDC;}
.wst-model:first-child{border-top: 1px solid #DCDCDC;}
.wst-model .img{width:20px;height:20px;}
.wst-info .title{
    font-family: PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}
.wst-info .content{
    font-family:'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right:10px;
}
.news-item{cursor: pointer}
.no-data-box{text-align:center;color:#CCCCCC;font-size: 18px}
.no-data{background:url(../img/no_data.png) no-repeat center center;width: 151px;height: 1.39rem;margin: 0px auto;margin-top: 25%;background-size: 85%;}
.no-data-txt{margin-top:10px;font-size:16px;}
/*详情*/
.wst-news-header{padding:12px 20px 10px 20px;font-family:'Alibaba PuHuiTi';color:#000;font-size: 12px;line-height:14px;}
.wst-news-header .item i{margin:0 5px;}
.wst-news-header .item a{color:#000;}
.wst-news-detail .title{

    font-family: 'PingFang HK-Semibold';
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 40px 0;
}
.ui-header ~ .ui-container{border-top: 106px solid transparent;}
.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsPaging{padding:20px;text-align: center}

.path-box{
    width: 1110px;
    margin: 20px auto 0 auto;
    height: 20px;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.path-box span{
    width: 7px;
    height: 20px;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #A4A4A4;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
