/*member/index页面css*/
.neibox{padding:20px;
border-radius:0 0 6px 6px;
box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
}
.neibox p{line-height:200%;}
.neibox p:before{content:'•';margin-right:3px;color:#999;}
.artlist{padding:0 0;}
.artlist ul li{padding-left:20px;}

.artlist ul li:nth-of-type(odd) .info{
    background: #f9fafb;
}

.artlist ul li .info{padding:10px 20px;}
.artlist ul li:not(:last-of-type) .info{border-bottom: 0 dashed #eee;}
.artlist .info h3 {
    width: 100%;
    height: 19px;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 9px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.artlist .info h3 a {
    color: #2c2e3b;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 90%;
}
.artlist .info .descs{
    height: 54px;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
	line-height:27px;
    color: #828a92;
}
.banner{background-image:url(../../../images/pptbus/banner.jpg);width:100%;}