﻿body {
    font-family: 'Microsoft YaHei';
    min-width: 1200px;
}

.wrapper {
    padding-bottom: 100px;
    background-color: #1a1b1f;
}

.wrapper .main-container {
    font: 16px/1.875 'Microsoft YaHei';
    color: #404040;
}

.main-container .btn {
    display: block;
    width: 240px;
    background-image: url("../png/icon-btns.png");
}

.btn.btn-recharge {
    background-position: -15px -9px;
}

.btn.btn-recharge:hover {
    background-position: -15px -113px;
}

.btn.btn-download {
    background-position: -15px -217px;
}

.btn.btn-download:hover {
    background-position: -15px -321px;
}

.btn.btn-signup {
    background-position: -15px -425px;
}

.btn.btn-signup:hover {
    background-position: -15px -529px;
}

.btn.btn-match {
    background-position: -15px -713px;
}

.btn.btn-events {
    background-position: -15px -807px;
}

.btn.btn-bbs {
    background-position: -15px -904px;
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url("../png/icons-2.png");
}

.icon.icon-tweibo {
    background-position: -14px -9px;
}

.icon.icon-tweibo:hover {
    background-position: -14px -84px;
}

.icon.icon-qzone {
    background-position: -68px -9px;
}

.icon.icon-qzone:hover {
    background-position: -68px -84px;
}

.icon.icon-qq {
    background-position: -122px -9px;
}

.icon.icon-qq:hover {
    background-position: -122px -84px;
}

.icon.icon-weibo {
    background-position: -176px -9px;
}

.icon.icon-weibo:hover {
    background-position: -176px -84px;
}

.icon.icon-wx {
    background-position: -230px -9px;
}

.icon.icon-wx:hover {
    background-position: -230px -84px;
}

.icon.icon-in {
    background-position: -284px -9px;
}

.icon.icon-in:hover {
    background-position: -284px -84px;
}

.icon.icon-anchor {
    width: 52px;
    height: 52px;
    background-position: -14px -159px;
}

.icon.icon-anchor:hover {
    background-position: -14px -239px;
}

.icon.icon-report {
    background-position: -380px -194px;
}

.icon.icon-report:hover {
    background-position: -380px -156px;
}

.icon.icon-replay {
    background-position: -384px -83px;
}

.icon.icon-replay:hover {
    background-position: -384px -120px;
}

.icon.icon-agree {
    background-position: -380px -6px;
}

.icon.icon-agree:hover {
    background-position: -380px -46px;
}

.icon.icon-close {
    background-position: -380px -276px;
}

.icon.icon-help {
    background-position: -382px -237px;
}

.icon.icon-comments {
    background-position: -456px -5px;
}

.icon.icon-comments:hover {
    background-position: -456px -45px;
}

.main-container {
    position: relative;
}


/*.main-container .banner {
    position:absolute;
    width: 100%;
    height: 730px;
    border:1px solid #ff0000;
    background: url("../images/bg-banner.png") no-repeat top center;
}*/

.main-container .banner a {
    display: block;
    width: 1200px;
    height: 380px;
    margin: 0 auto;
}

.main-container .banner {
    height: 890px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-container .main {
    position: relative;
    width: 1200px;
    margin: -480px auto 0;
}
.main-container .main  table{
   border-collapse: collapse;
}

.main-container .main  table td, .main-container .main  table th{
	padding: 0 10px;
    border: 1px solid #DDD;
	box-sizing:border-box;
}

.main-container .news,
.main-container .sidebar {
    float: left;
}

.main-container .news {
    width: 930px;
    background-color: #f5f5f5;
}

.main-container .news .news_header {
    padding: 20px;
    background-color: #ededed;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.main-container .news .news_header a {
    color: #666;
}

.main-container .news .news_main {
    margin: 45px 65px 60px;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.main-container .news .news_main .title {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.main-container .news .news_main .title h1 {
    font-size: 30px;
}

.main-container .news .news_main .title h3 {
    margin: 20px 0 25px;
    font-size: 12px;
    color: #999;
    line-height: 1;
}

.main-container .news .news_main .title h3 a {
    color: #999;
}

.main-container .news .news_main .title .comments-count {
    margin-left: 15px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
}

.main-container .news .news_main .title .comments-count:hover {
    color: #379be9;
}

.main-container .news .news_main .title .comments-count:hover .icon-comments {
    background-position: -456px -45px;
}

.main-container .news .news_main .content {
    font-size: 14px;
    padding-top: 20px;
}
.main-container .news .news_main .content p {
    padding: 13px 0;
    /*text-indent: 28px;*/
}

.main-container .news .news_main .content p.img {
    padding: 20px 0;
    text-align: center;
    text-indent: 0;
}

.main-container .news .news_main .content img{
    max-width: 100%;
}

.main-container .news .news_main .content strong,
.main-container .news .news_main .content b {
    font-weight: 700;
}

.main-container .news .footer {
    margin: 0 65px 55px;
    color: #666;
}

.main-container .news .footer i.icon {
    display: inline-block;
    vertical-align: middle;
}

.main-container .comments-wrapper {
    margin: 0 65px 80px;
    padding-top: 40px;
    border-top: 2px solid #aeaeae;
}

.main-container .comments-wrapper h1 {
    color: #333333;
    font-size: 26px;
}

.main-container .comments-wrapper h2 {
    font-size: 18px;
}

.main-container .comment {
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.main-container .comment .avatar {
    float: left;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #cfcfcf;
    overflow: hidden;
}

.main-container .comment .avatar img {
    width: 100%;
    height: 100%;
}

.main-container .comment .comment-body {
    margin: 35px 0 0 50px;
}

.main-container .comment .body-header {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.main-container .comment .body-header .name {
    margin-right: 20px;
    color: #379be9;
}

.main-container .comment .body-header .btns {
    float: right;
}

.main-container .comment .body-header .link-btn {
    background: none;
    margin-left: 10px;
    color: #999;
}

.main-container .comment .body-header .link-btn:hover {
    color: #379be9;
}

.main-container .comment .body-header .link-btn:hover .icon-replay {
    background-position: -384px -120px;
}

.main-container .comment[data-approved="true"] .body-header .link-btn.btn-agree {
    cursor: default;
    color: #379be9;
    pointer-events: none;
}

.main-container .comment .body-header .link-btn:hover .icon-report {
    background-position: -380px -156px;
}

.main-container .comment[data-approved="true"] .body-header .icon-agree,
.main-container .comment .body-header .link-btn:hover .icon-agree {
    background-position: -380px -46px;
}

.main-container .comment .body-content {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.main-container .comment .body-sub {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    background-color: #ebebeb;
}

.main-container .comment .body-sub .name {
    margin-bottom: 5px;
    color: #379be9;
}

.main-container .comments-wrapper .more {
    text-align: center;
    background-color: #ddd;
    cursor: pointer;
    font-size: 13px;
    line-height: 28px;
}

.main-container .comments-wrapper .more:hover {
    background-color: #ccc;
}

.main-container .reply {
    margin-top: 35px;
}

.main-container .reply .reply-title h2 {
    float: left;
}

.main-container .reply .reply-title h6 {
    float: right;
    font-size: 12px;
    line-height: 32px;
}

.main-container .reply .reply-box {
    position: relative;
    margin-top: 10px;
    border: 1px solid #379be9;
    height: 120px;
}

.main-container .reply .reply-box textarea {
    display: block;
    padding: 10px;
    width: 100%;
    height: 80px;
    border: none;
    border-radius: 1px;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 1.5;
    resize: none;
}

.main-container .reply .reply-box textarea:focus {
    border: none;
    outline: none;
}

.main-container .reply .reply-box .reply-btn {
    position: absolute;
    left: 1px;
    bottom: 1px;
    right: 1px;
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
    font-size: 12px;
    /*color: #ebebeb;*/
}

.main-container .reply .reply-box .reply-btn>span {
    margin-left: 10px;
}

.main-container .reply .reply-box .reply-btn input[type="button"] {
    display: inline-block;
    float: right;
    margin: 5px 5px 0 0;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    background-color: #379be9;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    line-height: 30px;
}

.main-container .reply .reply-box .reply-btn input[type="button"]:focus {
    outline: none;
    border: none;
}

.main-container .report {
    display: none;
    padding-bottom: 15px;
    border-radius: 3px;
    width: 380px;
    border: 1px solid #ddd;
    color: #666;
    position: absolute;
    background: #fff;
    z-index: 10;
}

.main-container .report .report-header {
    height: 42px;
    border-bottom: 1px solid #ddd;
    line-height: 42px;
    padding-left: 15px;
}

.main-container .report .report-header h3 {
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.main-container .report .report-header .icon {
    float: right;
    margin: 9px 10px;
    cursor: pointer
}

.main-container .report .report-body {
    padding: 10px 15px;
}

.main-container .report .report-body h3 {
    font-size: 14px;
    font-weight: bold;
}

.main-container .report .report-body li {
    width: 100px;
    float: left;
    line-height: 1.2;
    margin-top: 5px;
    font-size: 13px;
}

.main-container .report .report-body input[type="text"] {
    width: 337px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #bbb;
    margin-top: 5px;
    padding: 2px 5px;
}

.main-container .report .report-body input[type="text"]:focus {
    outline: none;
    border-color: #379be9;
}

.main-container .report .report-footer {
    margin-top: 20px;
    margin-right: 15px;
    height: 40px;
}

.main-container .report .report-footer a {
    width: 58px;
    height: 30px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-left: 6px;
    margin-top: 6px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    background: #eee;
}

.main-container .report .report-footer .report-submit {
    background: #379be9;
    color: #fff;
}

.main-container .message {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -190px;
    border-radius: 3px;
    width: 380px;
    height: 102px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
    z-index: 10;
}

.main-container .message .message-header {
    height: 42px;
    border-bottom: 1px solid #ddd;
    line-height: 42px;
    padding-left: 15px;
}

.main-container .message .message-header h3 {
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.main-container .message .message-header .icon {
    float: right;
    margin: 9px 10px;
    cursor: pointer
}

.main-container .message .message-body {
    padding: 10px 15px;
    text-align: center;
}

.main-container .sidebar {
    width: 240px;
    margin-left: 30px;
}

.main-container .sidebar .fixed {
    position: fixed;
    top: 20px;
    z-index: 201;
    /*left: 930px;*/
}

.main-container .sidebar .btns .btn {
    height: 82px;
    margin-top: 8px;
}

.main-container .sidebar .btns .btn:first-child {
    margin-top: 0;
}

.main-container .sidebar .more {
    margin-top: 20px;
}

.main-container .sidebar .more .btn {
    height: 75px;
    margin-top: 5px;
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color 0.2s ease-in;
    -o-transition: border-color 0.2s ease-in;
    -webkit-transition: border-color 0.2s ease-in;
    transition: border-color 0.2s ease-in;
}

.main-container .sidebar .more .btn:hover {
    border-color: #02baf6;
}

.main-container .sidebar .more .btn:first-child {
    margin-top: 0;
}

.main-container .anchor {
    position: fixed;
    display: none;
    left: 50%;
    margin-left: 360px;
    bottom: 200px;
    /*margin-top: 200px;*/
}


/*百度分享按钮*/

.main-container .news .footer .bdshare-button-style0-24 a {
    display: inline-block;
    float: none;
    padding-left: 24px;
    margin-left: -5px;
    vertical-align: middle;
    background-image: url("../png/icons-2.png");
}

.bdshare-button-style0-24 [class^="bds_"]:hover {
    opacity: 1 !important;
}

.bdshare-button-style0-24 .bds_tqq {
    background-position: -14px -9px !important;
}

.bdshare-button-style0-24 .bds_tqq:hover {
    background-position: -14px -84px !important;
}

.bdshare-button-style0-24 .bds_qzone {
    background-position: -68px -9px !important;
}

.bdshare-button-style0-24 .bds_qzone:hover {
    background-position: -68px -84px !important;
}

.bdshare-button-style0-24 .bds_sqq {
    background-position: -122px -9px !important;
}

.bdshare-button-style0-24 .bds_sqq:hover {
    background-position: -122px -84px !important;
}

.bdshare-button-style0-24 .bds_tsina {
    background-position: -176px -9px !important;
}

.bdshare-button-style0-24 .bds_tsina:hover {
    background-position: -176px -84px !important;
}

.bdshare-button-style0-24 .bds_weixin {
    background-position: -230px -9px !important;
}

.bdshare-button-style0-24 .bds_weixin:hover {
    background-position: -230px -84px !important;
}

.bdshare-button-style0-24 .bds_linkedin {
    background-position: -284px -9px !important;
}

.bdshare-button-style0-24 .bds_linkedin:hover {
    background-position: -284px -84px !important;
}

.journalism-code{
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid #9a9a9a;
    text-align: center;
}
.journalism-code img{
    display: inline-block;
}