@charset "utf-8";

/*资讯列表页*/
.news-banner {
    height: 180px;
    background-color: #202020;
    overflow: hidden;
    position: relative;
}

.news-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsmix {
    width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}

/* 左侧 */
.newsmix-left {
    width: 950px;
}

.newstype {
    width: 950px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.newstype a {
    color: #848484;
}

.newstype a:hover {
    color: #666666;
}

.newstype .item {
    height: 60px;
    line-height: 40px;
    color: #585858;
    font-size: 24px;
    padding: 0 5px;
    margin-right: 30px;
    float: left;
    display: inline;
    position: relative;
}

.newstype .active {
    height: 56px;
    font-size: 32px;
    border-bottom: 4px solid #C21D35;
}

.newstype .local {
    font-size: 14px;
    color: #848484;
    margin-top: 34px;
    float: right;
}

.newstype .local a:nth-child(1) {
    display: none;
}

.news-list {}

.news-list li {
    height: 180px;
    padding: 20px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.news-list .pic {
    width: 270px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
}

.news-list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-list .info {
    width: 600px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    padding-left: 30px;
    float: left;
}

.news-list .type {
    padding: 3px 12px;
    color: #fff;
    border-radius: 10px;
    background: #CF1132;
}

.news-list .tit {
    font-weight: normal;
    line-height: 36px;
    font-size: 22px;
    transition: color 0.3s ease;
    padding-top: 6px;
}

.news-list .tit a {
    color: #333;
}

.news-list .tit a:hover {
    color: #CF1132;
}

.news-list .data {
    border-bottom: 1px solid #CECECE;
    padding: 6px 0;
}

.news-list .desrc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}

.pagination {
    margin: 45px 0;
}

.pagination .on {
    border: 1px solid #CF1132;
    background: #CF1132;
}

/* 右侧 */
.newsmix-right {
    width: 370px;
}

.bdr-tit {
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    padding-left: 15px;
    border-left: 5px solid #CF1132;
}

/*游戏排行*/
.mod-rank-game {
    border-radius: 0;
    padding: 20px;
}

.rank-game-list {
    max-height: 381px;
    overflow: hidden;
    padding: 10px 0;
}

.rank-game-list li {
    height: 22px;
    padding: 12px 0px;
    border-bottom: 1px dotted #C4C4C4;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.rank-game-list .rank {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.rank-game-list .active .rank {
    margin-top: 27px;
}

.rank-game-list .rank-0 {
    background: #fd5253;
}

.rank-game-list .rank-1 {
    background: #ff7b41;
}

.rank-game-list .rank-2 {
    background: #ffad2b;
}

.rank-game-list .desc {
    width: 290px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.rank-game-list .name {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    float: left;
}

.rank-game-list .type {
    color: #999;
    float: right;
}

.rank-game-list .detail {
    width: 290px;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 12px;
    right: 0;
    transform: scale(0.8);
    z-index: 3;
}

.rank-game-list .detail .img {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 10px;
    margin-right: 12px;
    overflow: hidden;
}

.rank-game-list .detail .info {
    width: 114px;
    height: 100%;
    overflow: hidden;
}

.rank-game-list .detail .name {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fd5253;
    padding: 0;
    margin-top: 14px;
    float: none;
}

.rank-game-list .detail .type {
    font-size: 14px;
    float: none;
}

.rank-game-list .g-btn-s {
    width: 88px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 22px;
}

.rank-game-list .g-btn-s:hover {
    border-color: #CF1132;
    background: #CF1132;
}

.rank-game-list .active {
    height: 74px;
}

.rank-game-list .active .desc {
    opacity: 0;
    filter: alpha(opacity=0);
}

.rank-game-list .active .detail {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* 游戏助手 */
.mod-slidehd {
    border-radius: 0;
    padding: 20px;
    margin: 20px 0;
}

.slidehd-pics {
    max-height: 360px;
    overflow: hidden;
    padding-top: 20px;
}


/*资讯内容页*/
.detail-bd {
    padding: 20px 0;
}

.detail-bd .title {
    font-size: 28px;
    font-weight: normal;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

.detail-bd .desc {
    line-height: 39px;
    color: #999;
    font-size: 16px;
    border-top: 1px solid #CECECE;
    text-align: center;
}

.detail-bd .desc span {
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #76d6f9;
}

.detail-bd .desc em {
    margin: 0 14px;
}

.detail-bd .share {
    height: 28px;
    padding-top: 10px;
}

.detail-bd .content {
    color: #585858;
    font-size: 16px;
    padding: 40px 0;
}

.detail-bd .content img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 20px auto;
}

/* 推荐板块  */
.site_next_title {
    height: 33px;
    font-size: 16px;
    color: #CF1132;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 30px;
}

.site_next_article {
    padding: 20px;
    background-color: #ffffff;
}

.site_next_pics {
    float: left;
    width: 274px;
    height: 184px;
    overflow: hidden;
}

.site_next_pics img {
    width: 100% !important;
    height: 100% !important;
}

.site_next_info {
    padding-left: 26px;
    float: left;
    width: 610px;
    color: #848484;
    font-size: 15px;
}

.site_next_info dt {
    padding: 11px 0 4px 0;
    border-bottom: 1px solid #CECECE;
}

.site_next_info dt a {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 34px;
    font-size: 23px;
    color: #3C3C3C;
}

.site_next_info dt a:hover {
    color: #CF1132;
}

.site_next_info dt em {
    display: block;
}

.site_next_info dd {
    padding-top: 10px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 分享 */
.share_box {
    position: relative;
    margin: 50px 0;
}

.share_btn {
    width: 240px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px;
    background-color: #A6A6A6;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.share_btn:hover {
    background-color: #CF1132;
}

.share_close {
    width: 34px;
    height: 34px;
    font-size: 0;
    background: url(../png/page_pop_close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.share_con {
    width: 540px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.share_tit {
    line-height: 34px;
    color: #3C3C3C;
    font-size: 26px;
}

.share_txt {
    padding-top: 20px;
}

.share_icon a {
    margin: 0 10px;
}

.share_qrcode {
    width: 150px;
    border-left: 2px solid #dfdfdf;
    padding: 0 5px 0 25px;
}

.share_qrcode dt {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.share_label {
    width: 338px;
}

.share_label .share_input {
    width: 320px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    border: 1px solid #CECECE;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    margin: 20px auto;
}

.share_label .share_copy {
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
    background-color: #CF1132;
    border-radius: 36px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.share_label .share_copy:hover {
    background-color: #e61338;
}

.share_qrcode dd {
    width: 120px;
    height: 120px;
    border: 1px solid #CECECE;
    overflow: hidden;
    margin: 10px auto 18px auto;
}

.share_qrcode dd img {
    width: 100% !important;
    height: 100% !important;
}