.subpage {
    height: 900px;
    padding: 30px 20px 20px;
    background-color: #fff;
}

.subpage-hd {
    border-bottom: 1px solid #dbdbdb;
}

.subpage-hd>span {
    background: #3269b8;
    height: 53px;
    line-height: 53px;
    color: #fff;
    font-size: 18px;
    font-family: "SourceHanSansCN-Bold";
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #dbdbdb;
}

.loc {
    margin-top: 6px;
}




.list-items {
    padding-top: 15px;
}

.list-items>li {
    position: relative;
    
    line-height: 30px;
	margin-bottom:18px;
	font-size: 16px;
}

.list-items>li>a {
    display: block;
    margin-right: 150px;
	
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-items>li>span {
    position: absolute;
    top: 0;
    right: 0;
	margin-left: 5px;
    color: #b2b2b2;
}

@media(max-width:1100px) {
    .subpage {
        height: auto;
    }
}

@media(max-width:767px) {
    .list-items>li {
        height: 30px;
        line-height: 30px;
    }
}