@charset "utf-8";

.left-wrapper {
    width: 835px;
    float: left;
}

.news_type {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.news_type a {
    width: 95px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    color: #666;
    margin-right: 15px;
    text-align: center;
    border-radius: 15px;
}

.news_type a:hover,
.news_type a.curr {
    background-color: #00b7ef;
    color: #fff;
}

.main_list_box {
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
}

.main_list_box .newslist li {
    width: 100%;
    height: 190px;
    display: block;
    border-bottom: solid 1px #dcdcdc;
    overflow: hidden;
}

.main_list_box .newslist li .n_name {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    margin: 8px 0 15px;
}

.main_list_box .newslist li .n_name:hover {
    color: #00b7ef;
}

.main_list_box .newslist li  .clearfix{
    display: flex;
}

.main_list_box .newslist li a.n_pic {
    overflow: hidden;
    display: block;
    width: 184px;
    height: 120px;
    float: left;
    margin-right: 10px;
}

.main_list_box .newslist li img {
    width: 100%;
    height: 100%;
}

.main_list_box .newslist li img:hover {
    opacity: 0.8;
}

.main_list_box .newslist li div.n_info {
    flex: 1;
    width: 0;
    display: block;
    float: left;
}

.main_list_box .n_info p {
    width: 100%;
    overflow: hidden;
    height: 13px;
    line-height: 13px;
    color: #999;
    font-size: 13px;
}

.main_list_box .n_info p i {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/news_list_sj.png) no-repeat;
    float: left;
    margin-right: 10px;
}

.main_list_box .newslist li .n_desc {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    vertical-align: middle;
}

.main_list_box .n_type {
    margin-top: 20px;
}

.main_list_box .n_type a {
    display: block;
    transition: all 0.3s;
    border: 1px solid #ccc;
    margin-right: 12px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    border-radius: 20px;
    color: #888;
    padding: 0 14px;
    text-decoration: none;
    font-size: 12px;
}

.main_list_box .n_type a:hover {
    background: #00b7ef;
    border-color: #00b7ef;
    color: #ffffff;
}

.page {
    margin-bottom: 30px;
}

.right-wrapper {
    width: 350px;
    float: right;
}

.right-wrapper section {
    padding: 8px;
}

.right-wrapper .right-title {
    padding: 10px 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.right-wrapper .right-title .title {
    margin-bottom: 10px;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-size: 16px;
    border-left: 4px solid #00b7ef;
    color: #333;
    height: unset;
}

.right-wrapper .right-title .title .more {
    float: right;
    font-size: 12px;
    color: #00b7ef;
}

.right-box {
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
}

.right-box a {
    display: block;
}

.recom-app-box {
    position: relative;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.recom-app-box .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.recom-app-box .img::after {
    position: absolute;
    content: "";
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, transparent), color-stop(98%, rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(top, transparent 3%, rgba(0, 0, 0, 0.9) 98%);
    background-image: linear-gradient(-180deg, transparent 3%, rgba(0, 0, 0, 0.9) 98%);
    border-radius: 12px;
}

.recom-app-box .img .big-img {
    width: 100%;
    border-radius: 12px;
}

.recom-app-box .img .content {
    position: absolute;
    top: 0;
    left: 17px;
    right: 17px;
    height: 100%;
    margin: auto;
    z-index: 1;
}

.recom-app-box .img .content .bottom-text {
    box-sizing: border-box;
    position: absolute;
    height: 158px;
    padding-top: 55px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.recom-app-box .img .content .bottom-text .game-info {
    position: relative;
    padding-bottom: 10px;
}

.recom-app-box .img .content .bottom-text .game-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-bottom: 1px solid #ededed;
    opacity: 0.44;
}

.recom-app-box .img .content .bottom-text .game-icon {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 7px;
    border-radius: 6px;
    overflow: hidden;
}

.recom-app-box .img .content .bottom-text .game-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.recom-app-box .img .content .bottom-text .title {
    height: 28px;
    line-height: 28px;
    font-size: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
}

.recom-app-box .img .content .bottom-text .tags {
    font-size: 12px;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.recom-app-box .img .content .bottom-text .game-score {
    height: 35px;
    margin-top: 8px;
}

.recom-app-box .img .content .bottom-text .game-score .score-info {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recom-app-box .img .content .bottom-text .game-score .score {
    line-height: 35px;
    font-size: 30px;
    color: #f67b29;
    float: left;
    margin-right: 9px;
}

.recom-app-box .img .content .bottom-text .game-score .score-count {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.recom-app-box .img .content .bottom-text .game-score .score-star i {
    float: left;
    width: 11px;
    height: 11px;
    background: url(../img/score-star.png) no-repeat;
    background-size: 100% auto;
    margin-right: 1px;
}

.recom-app-box .down-btn {
    position: absolute;
    right: 25px;
    bottom: 24px;
    z-index: 2;
}

.recom-app-box .down-btn .ewm-box {
    display: none;
    position: absolute;
    bottom: 30px;
    left: -78px;
    width: 175px;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #f1911b;
    padding: 10px 0;
    border-radius: 4px;
}

.recom-app-box .down-btn .ewm-box p {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.recom-app-box .down-btn .ewm-box p img {
    width: 130px;
    height: 130px;
}

.recom-app-box .down-btn:hover .ewm-box {
    display: block;
}

.recom-app-box .ad-count-down {
    display: block;
    width: 75px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(315deg, #f67b29, #fea647);
    background-image: linear-gradient(-225deg, #f67b29, #fea647);
}

.hot-activity .news-list {
    padding: 10px 8px;
}

.hot-activity .news-list .news-item {
    margin: 10px 0;
}

.hot-activity .news-list .news-item .no {
    float: left;
    width: 20px;
    height: 20px;
    background: #f6f6f6;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.hot-activity .news-list .news-item .no.hot {
    background: #00b7ef;
    color: #fff;
}

.hot-activity .news-list .news-item .content {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    vertical-align: top;
}

.hot-activity .news-list .news-item .content:hover a {
    color: #00b7ef;
}

.hot-rank .rank-list {
    padding: 15px 8px;
}

.hot-rank .rank-list li {
    width: 100%;
    height: 138px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.hot-rank .rank-list li:last-of-type {
    margin-bottom: 0;
}

.hot-rank .rank-list li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s;
}

.hot-rank .rank-list li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    background-image: linear-gradient(-180deg, transparent, #000);
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
    font-size: 16px;
    color: #fff;
}

.hot-rank .rank-list li:hover img {
    transform: scale(1.3);
}

.hot-tag .tag-content {
    padding: 8px;
    overflow: hidden;
}

.hot-tag .tag-content .tag-item {
    float: left;
    display: block;
    margin: 5px 8px 6px 0;
    padding: 4px 10px;
    border: 1px solid #00b7ef;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #00b7ef;
}

.hot-tag .tag-content .tag-item a {
    color: inherit;
}

.hot-tag .tag-content .tag-item:hover {
    background: #00b7ef;
    color: #fff;
}

.hot-download ul {
    padding: 10px 8px;
}

.hot-download ul li {
    position: relative;
    padding: 8px 0;
}

.hot-download ul li img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: inline-block;
    float: left;
}

.hot-download ul li .con {
    padding: 0 30px 0 14px;
    height: 60px;
    overflow: hidden;
}

.hot-download ul li .con h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-download ul li .con h3 a {
    color: #333;
}

.hot-download ul li .con h3 a:hover {
    color: #00b7ef;
}

.hot-download ul li .con p {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.hot-download ul li .btn {
    position: absolute;
    top: 20px;
    right: 0;
    width: 55px;
    height: 25px;
    border: 1px solid #00b7ef;
    display: block;
    color: #00b7ef;
    text-align: center;
    line-height: 25px;
}

.hot-download ul li .btn:hover {
    background-color: #00b7ef;
    color: #fff;
}

/* ┗( ▔, ▔ )┛ */
