.page-content .page-subbar {
    width: 320px;
    float: left;
}

.page-content .page-subbar li {
    width: 100%;
    float: left;
    border-bottom: 0.5px dashed #CCCCCC;
    background-color: transparent;
}

.page-content .page-subbar li a {
    height: 70px;
    line-height: 70px;
    padding-left: 70px;
    padding-right: 51px;
    font-size: 24px;
    color: #232323;
    display: block;
    background: url(../img/icon18.png);
    background-repeat: no-repeat;
    background-position:95% 25px;
}

.page-content .page-subbar li:hover,
.page-content .page-subbar li.active {
    background-image: url(../img/icon20.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E11821;
    border-bottom: 0.5px dashed #E11821;
    border-radius: 2px;
}

.page-content .page-subbar li:hover a,
.page-content .page-subbar li.active a {
    color: #FAE8C9;
    background-image: url(../img/icon19.png);

}

.page-content .page-list.page-wraps{
	width: 100%;
}

.page-content .page-list.page-wraps li p{
	max-width: 1000px;
}

.page-content .page-list {
    width: 880px;
    float: right;
}

.page-news .page-news-wrap {
    padding: 0 20px;
}

.page-news li {
    width: 100%;
    float: left;
    line-height: 60px;
}

.page-news li.bak {
    background-color: rgba(246, 246, 246, 0.5);
}

.page-news li:hover {
    background-color: #E11821;
}

.page-news li:hover a,
.page-news li:hover span {
    color: #fff;
}

.page-news li p {
    max-width: 715px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.page-news ul a {
    font-size: 18px;
    color: #222627;
    width: 85%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    padding-left: 22px;
    background: url(../img/icon23.png) no-repeat left center;
}

.page-news li span {
    display: block;
    float: right;
    font-size: 15px;
    color: #999D9E;
}