.news-categorys {
    float: left;
    width: 140px;
    padding: 30px 40px;
    margin-bottom: 10px;
    background-color: #FFF;
}

.news-categorys .news-category-header {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
}

.news-categorys .news-category-list {
    text-align: center;
}

.news-category-item {
    line-height: 30px;
    font-size: 16px;
}

.news-category-item .active {
    color: #2b99ff;
}

.news-list {
    float: right;
    width: 920px;
    min-height: 500px;
}

.news-module-wrapper {
    border-radius: 5px;
    min-height: 300px;
    width: 100%;
    background-color: #FFF;
}

.news-module-wrapper .news-list-item-area .news-ul-list {
    padding: 5px 10px 10px 20px;
    background-color: #fff;
}

.news-module-wrapper .news-list-item-area .news-ul-list .news-li-item {
    position: relative;
    float: left;
    width: 820px;
    margin-right: 15px;
    height: 40px;
    line-height: 32px;
    padding: 4px 0px 4px 5px;
    background-color: #fff;
    font-size: 16px;
    border-bottom: solid 1px #f2f2f2;
}

.news-module-wrapper .news-list-item-area .news-ul-list .news-li-item .date {
    float: right;
    font-size: 12px;
    color: #999;
}

.news-module-wrapper .news-module-wrapper-title {
    position: relative;
    padding: 13px 5px 5px 25px;
    font-size: 22px;
    color: #666;
}

.news-module-wrapper .news-module-wrapper-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
    width: 4px;
    height: 24px;
    background-color: #2b99ff;
}

.news-center-wrapper {
    /* padding: 20px; */
    background-color: #FFF;
}



.news-detail-wrapper {
    width: 920px;
    float: right;
    background-color: #FFF;
}

.news-detail-title {
    position: relative;
    text-align: center;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid #2b99ff;
    border-width: 2px;
    margin-bottom: 15px;
}

.news-detail-content {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 30px 20px 30px;
}

.news-detail-content p {
    padding-bottom: 20px;
}
