body {
    background-color: white;
}

a {
    color: black;
}

.image-banner {
    z-index: -1;
    margin-top: 156px;
    width: 100%;
    height: 260px;
    background-repeat: 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: #001254;
    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-list-li-a {
    color: black;
    cursor: pointer;
}

.items-list-li-a:hover {
    color: #0D6BC3;
}

.items-list-li-a-select {
    color: #0D6BC3;
}

.items-news-list {
    border-bottom: 1px dashed #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.items-detail-title {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 20px;
}

.items-detail-title-left {
    height: 100px;
    line-height: 100px;
    float: left;
    color: #0D6BC3;
    font-size: 2em;
    font-weight: bold;
}

.items-detail-title-right {
    float: right;
    height: 100px;
    line-height: 100px;
    color: grey;
    font-size: 14px;
}

.items-detail-title-right a {
    margin: 0 10px;
    color: grey;
}

.items-news-list-left {
    height: 80px;
    width: 60px;
    float: left;
    padding: 0 20px;
    background-color: #f0f0f0;
    text-align: center;
}

.items-news-list-left h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0D6BC3;
    font-size: 2.5em;
}

.items-news-list-left p {
    height: 30px;
    line-height: 30px;
}

.items-news-list-right {
    width: 710px;
    overflow: hidden;
    float: left;
    padding: 0 20px;
    height: 70px;
}

.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;
}

.topic-top-container {
    margin-top: 20px;
    border-bottom: 1px dashed gainsboro;
    padding-bottom: 30px;
}

.topic-top-title {
    border-left: 3px solid #001254;
    color: #001254;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.topic-top-title a {
    float: right;
    font-weight: normal;
    color: #888888;
}

.topic-top-left {
    float: left;
    width: 370px;
    height: 220px;
}

.topic-top-right {
    float: right;
    width: 460px;
    height: 220px;
}

.topic-top-left img {
    width: 100%;
    height: 100%;
}

.topic-top-item {
    height: 28px;
    line-height: 28px;
}

.topic-top-item-title {
    float: left;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic-top-item-time {
    float: right;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend-title {
    padding: 10px 2%;
    width: 96%;
    background:url('/default/static/pic/bg-col.png');
    position: absolute;
    bottom: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}