body, html {
    width: 100%;
}

.bg-black {
    background: #000;
}

.toutu {
    width: 1278px;
    height: 387px;
    margin: 0 auto;
    background: url(http://huodong.qtv.com.cn/2018/gdzgshz/images/toutu.jpg) no-repeat center;
}

label.checkbox {
    padding-right: 20px;
    cursor: pointer;
    background: url(../images/fabulous_1.png) no-repeat right 5px;
    display: inline-block;
}

label.checked {
    background: url(../images/fabulous_2.png) no-repeat right 5px;
}

label.disabled {
    background: url(../images/fabulous_1.png) no-repeat right 5px;
}

.news-name {
    overflow: hidden;
    line-height: 22px;
}

.news-name .name-t {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #666;
}

.news-name .name-vote {
    float: right;
    font-size: 16px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
   not supported by any browser */
}

.news-name .name-vote:hover {
    color: #900;
    transition: .2s ease all;
}

.special-news-list ul li .news-pic {
}
.special-news-list input[type=button] {
    height: 30px;
    width: 81px;
    font-size: 18px;
    background: #900;
    border-radius: 10px;
    color: #fff;
}.special-news-list input[type=button]:disabled {
    background: #999;
}

.detail-content {
    width: 1200px;
    margin: 0 auto;
}

.detail-content .detail-header {
    height: 130px;
    text-align: center;
    line-height: 1.75;
    overflow: hidden;
}

.detail-header .d-name {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
}

.detail-header .d-author {
    color: #eee;
    font-size: 18px;
}

.detail-content .detail-inner {
    position: relative;
}

.detail-content .detail-inner .inner-pic {
    width: 1000px;
    margin: 0 auto 50px auto;
}

.detail-content .detail-inner .inner-pic img {
    width: 100%;
}

.detail-content .detail-inner .d-prev, .detail-content .detail-inner .d-next {
    position: absolute;
    width: 66px;
    height: 36px;
    cursor: pointer;
}

.detail-content .detail-inner .d-prev {
    left: 0;
    top: 50%;
    background: url("../images/pic_prev.png") no-repeat;
}

.detail-content .detail-inner .d-next {
    right: 0;
    top: 50%;
    background: url("../images/pic_next.png") no-repeat;
}

.d-close {
    cursor: pointer;
    width: 46px;
    height: 46px;
    z-index: 100;
    position: absolute;
    top: -50px;
    right: 0;
}
.special-news-list ul li .news-title a {
    font-size: 15px;
}