@charset "utf-8";
/* 列表页 */
.news-main {
}

.news-main .location {
    clear: both;
    margin-bottom: 10px;
}

.news-main .news-left {
    width: 620px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    float: left;
}

.news-main .news-right {
    width: 250px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    float: right;
}

.news-main .news-menu {
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    overflow: hidden;
}

.news-main .news-menu a {
    height: 47px;
    line-height: 50px;
    border-bottom: 3px solid #fff;
    margin-right: 40px;
    float: left;
}

.news-main .news-menu a:hover, .news-main .news-menu .active {
    color: #1096ef;
    border-bottom-color: #1096ef;
}

.news-list {
}

.news-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.news-list .title {
    display: block;
    font-size: 14px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list .desc {
    color: #9fa0a0;
    line-height: 20px;
    margin-top: 6px;
    position: relative;
}

.news-list .desc p {
    max-width: 480px;
    max-height: 40px;
    overflow: hidden;
}

.news-list .desc .read {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #1fc1d6;
}

.news-right .mod-hd {
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 0;
    margin-top: 0;
}

.news-right .news-list li {
    padding: 10px 0;
}

.game-list {
}

.game-list .item {
    overflow: hidden;
    border-bottom: 1px dashed #d8d8d8;
    padding: 15px 0;
}

.game-list .img {
    display: block;
    width: 77px;
    float: left;
}

.game-list .info {
    margin-left: 90px;
    color: #9f9f9f
}

.game-list .name {
    font-size: 16px;
}

.game-list .type {
    margin: 4px 0 8px;
}

/* 内容页 */
.article-title {
    color: #1fc1d6;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

.article-time {
    color: #9fa0a0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.article-content {
    color: #9fa0a0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 26px;
    word-wrap: break-word;
    word-break: normal;
}

.article-content .btn-back {
    display: block;
    margin: 30px auto;
}

.article-content img {
    max-width: 100%;
    height: auto !important;
}
