body {
    background-color: white;
}

.image-banner {
    z-index: -1;
    margin-top: 156px;
    width: 100%;
    height: 260px;
    background: url("/default/static/project/image/bk.jpg") no-repeat;
    background-size: 100% 100%;
}

.image-banner img {
    width: 100%;
    height: 100%;
}

.items-container {
    z-index: 1;
    width: 1100px;
    margin: 0 auto;
}

.items-left {
    /*margin-top: -60px;*/
    float: left;
    width: 230px;
    background-color: white;
}

.items-right {
    width: 850px;
    float: right;
}

.items-title {
    height: 60px;
    line-height: 60px;
    background-color: #0D6BC3;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 20px;
}

.items-list li {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    font-weight: bold;
}

.items-detail-title {
    border-bottom: 1px solid gainsboro;
}

.items-list-li-a {
    color: black;
    cursor: pointer;
}

.items-list-li-a:hover {
    color: #0D6BC3;
}

.items-list-li-a-select {
    color: #0D6BC3;
}

.items-detail-title-left {
    height: 50px;
    line-height: 50px;
    float: left;
}

.items-detail-title-right {
    float: right;
    height: 50px;
    line-height: 50px;
    color: grey;
    font-size: 14px;
}

.items-detail-title-right a {
    margin: 0 10px;
    color: grey;
}

.items-news-list-left h2 {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0D6BC3;
}

.items-news-list-left p {
    height: 30px;
    line-height: 30px;
}

.items-news-list-right h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.items-news-list-right h3 a {
    cursor: pointer;
    color: black;
}

.items-news-list-right h3 a:hover {
    color: #0D6BC3;
    text-decoration: underline;
}

.items-news-list-right p {
    font-size: 13px;
    color: dimgray;
}

.items-detail-news-title {
    white-space: pre-wrap;
    font-size: 1.8em;
    padding: 15px 0;
}

.items-detail-news-info {
    /*border-top:1px solid #f0f0f0;*/
    border-bottom: 1px solid gainsboro;
    font-size: 13px;
    padding-bottom: 20px;
}

.items-detail-news-info span {
    margin-right: 15px;
    color: dimgray;
}

.items-detail-news-content {
    margin: 15px 0;
    font-size: 17px;
}
.items-detail-news-content p {
    text-indent: 2em; text-align: justify; line-height: 1.5em; margin-bottom: 15px;
}
.items-detail-news-more {
    border-top: 1px solid gainsboro;
    padding: 10px 0;
}

.items-detail-news-more-content {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.items-detail-news-more-content span {
    color: dimgray;
}

.items-detail-news-more-content a {
    color: dimgray;
    cursor: pointer;
}

.items-detail-news-more-content a:hover {
    text-decoration: underline;
    color: black;
}