.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.contentBox {
    border-top: 4px solid #eaeaea;
    background:#fff;
}
.contentBox .wrapper {
    padding: 0;
}

.contentBox .newsListBox{
    font-size:0;
    padding:0;
    position:relative;
    /*min-height:1500px;*/

}

.contentBox .newsListBox .leftSideBar{
    position: relative;
    width:300px;
    display: inline-block;
    vertical-align: top;
}
.contentBox .newsListBox .leftSideBar{
    display: none;
}
.contentBox .newsListBox .rightSideBar{
    position: relative;
    width:300px;
    display: inline-block;
    vertical-align: top;
}

.contentBox .newsListBox .rightSideBar20{
    position: relative;
    width:300px;
    display: inline-block;
    vertical-align: top;
}
.contentBox .newsListBox .mainContent{
    display: inline-block;
    width: 640px;
    margin: 0 20px 0 0;
    vertical-align: top;
}

.contentBox .newsListBox .mainContent20{
    display: inline-block;
    width: 640px;
    margin: 0 20px 0 0;
    vertical-align: top;
}

/*comment*/
.theme-commentBar{
    position:relative;
    border-bottom:1px solid #c9caca;
    height:30px;
}
.theme-commentBar .title{
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #c9caca;
    line-height: 30px;
    font-size: 24px;
    color: #202775;
    padding: 10px 5px;
    background: #fff;
    z-index: 5;
}
.theme-commentBar .title:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/comment-line.png) 0 0 /contain no-repeat;
    position: absolute;
    top: -1px;
}
.theme-commentBar .commentBtn{
    position: absolute;
    right:27px;
    top:12px;
    background:#fff;
    padding:10px 20px;
    border:1px solid #c9caca;
    border-radius: 15px;
    color: #202775;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
}
.theme-commentBar .commentBtn:after{
    content:">>";
}
.commentList li {
    padding: 22px 0 15px 0;
    border-bottom: 1px solid rgba(240,240,240,1);
    display: table;
    width: 100%;
}

.commentList li .avatar {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    height: 70px;
}

.commentList li .avatar img {
    border-radius: 500px;
    width: 100%;
}

.commentList li .detail {
    display: table-cell;
    vertical-align: top;
    padding-left: 24px;
}

.commentList li .detail .username {
    margin: 5px 0 10px 0;
    color: #1B1B1B;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
}

.commentList li .detail .username .support {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
}

.commentList li .detail .username .support.on {
    color: #005AFF;
}

.commentList li .detail .username .support i.icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../images/article-support-icon.png) 0 0 /contain no-repeat;
    margin-right: 5px;
}

.commentList li .detail .username .support.on i.icon {
    background: url(../images/article-support-icon-on.png) 0 0 /contain no-repeat;
}

.commentList li .detail .username .support span {
    display: inline-block;
    vertical-align: middle;
}

.commentList li .detail .comment {
    color: #434343;
    font-size: 14px;
    line-height: 1.5;
}

.commentList li .detail .date {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.commentList li .detail .date .hot {
    color: #E3524B;
    padding-right: 5px;
}

.commentList li .detail .date .deleteBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.commentDialogBox{
    position:relative;
    margin-top:40px;
}
.commentDialogBox textarea{
    background:#efefef;
    border-radius: 15px;
    border:1px solid #a0a0a0;
    padding:20px;
    font-size:14px;
    color:#000;
    width:100%;
    height:200px;
    box-sizing: border-box;
}
.commentDialogBox .error{
    position:absolute;
    right:0;
    top:210px;
    color:#ff0000;
    font-size:14px;
}
.commentDialogBox .submitBtn{
    margin:45px 0;
    text-align: center;
}
.commentDialogBox .submitBtn button{
    border-radius:25px;
    background:#5fb1b2;
    color:#fff;
    font-size:24px;
    border:0;
    padding:10px 25px;
    cursor: pointer;
}
.comment-pop-btn{
    position:absolute;
    top:0;
    right:0;
    width:80px;
    height:80px;
    background:#000;
    /*display: none;*/
    z-index:15;
    background:url(../images/comment-pop-btn.png) 0 0 /contain no-repeat;
    cursor: pointer;
}
.loginBox{
    position:fixed;
    left:0;
    top:0;
    z-index:20;
    width:100%;
    display: none;
}
.loginBox .mask{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    z-index:1;
}
.loginBox .dialogBar{
    position: absolute;
    left:0;
    top:20%;
    text-align: center;
    z-index:5;
    width:100%;
}
.loginBox .dialogBox{
    width:500px;
    background:rgba(255,255,255,0.4);
    border:1px solid #fff;
    border-radius: 10px;
    margin:0 auto;
    padding:50px 30px;
    color:#fff;
    position:relative;
}
.loginBox .dialogBox .closeBtn{
    width:20px;
    height:20px;
    position:absolute;
    top:-30px;
    right:0;
    background:url(../images/loginBox-close-btn.png) 0 0 /contain no-repeat;
    cursor: pointer;
}

.loginBox .dialogBox li{
    margin-bottom:30px;
    position:relative;
    text-align: left;
    font-size:18px;
}
.loginBox .dialogBox li label{
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    margin-right:10px;
}
.loginBox .dialogBox li input{
    display: inline-block;
    vertical-align: middle;
    background:#fff;
    border-radius: 5px;
    border:1px solid #ddd;
    padding:5px;
    width:50%;
}
.loginBox .dialogBox li button{
    display: inline-block;
    vertical-align: middle;
    background:#fff;
    border-radius: 5px;
    border:1px solid #ddd;
    padding:5px;
    width:30%;
    font-size:16px;
}
.loginBox .dialogBox li:nth-child(2) input{
    width:80%;
}
.loginBox .dialogBox li .error{
    color:#ff0000;
    font-size:14px;
    position:absolute;
    right:0;
    bottom:-20px;
}
.loginBox .dialogBox .submitBar{
    text-align: center;
}
.loginBox .dialogBox .submitBar button{
    width:153px;
    height:32px;
    border:0;
    background: url("../images/loginBox-submit-btn.png") 0 0 /contain no-repeat;
    cursor: pointer;
}
/*more*/
.columnTabBarNewsList #more, #rightSideBar #moreVideo{width:100%;height:40px;background:#efefef;text-align:center;font:16px/40px "微软雅黑", "黑体";color:#b5b5b6;cursor:pointer;overflow:hidden;}
.loadingBox{
    width:1rem;
    height:1rem;
    margin:0 auto;
}
.loadingBox .loading {
    position: relative;
    width:100%;
    height:100%;
}
.loading {
    border: .2rem solid transparent;
    border-left-color: #aaa;
    border-right-color:#aaa;
    border-radius: 50%;
    -webkit-animation: 1s loader linear infinite;
    animation: 1s loader linear infinite;
}
.noData {
    font-size: 20px;
    color: #a1a1a1;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media screen and (min-width: 1420px) {
    .wrapper {
        width: 1200px;
    }
    .contentBox .wrapper {
        padding:0;
    }
    .contentBox .newsListBox{
        padding:0;
        position:relative;
    }
    .contentBox .newsListBox .leftSideBar{
        position: relative;
        display: inline-block;
        vertical-align: top;
        width:240px;
    }
    .contentBox .newsListBox .leftSideBar .columnNewsList{
        display: block;
    }
    .contentBox .newsListBox .mainContent{
        width: 605px;
        margin: 0 25px;
    }
	
	.contentBox .newsListBox .mainContent20{
        width: 605px;
        margin: 20px 25px;
    }
}
@media screen and (max-width: 768px) {
    .leftSideBar,.rightSideBar{
        display: none!important;
    }
	
	.rightSideBar20{
        display: none!important;
    }
    .contentBox{
        border-top:0;
        overflow-x: hidden;
    }
    .contentBox .wrapper{
        width:100%;
        padding:0 0.3125rem;

    }


    .contentBox .newsListBox{
        border-top:0;
        padding: 0 0 0 0;
        margin:0 -0.3125rem;
        min-height: inherit;
    }
    .contentBox .newsListBox .mainContent{
        width:100%;
        margin:0;
    }
	
	.contentBox .newsListBox .mainContent20{
        width:100%;
        margin:0;
    }
    .commentList {
        padding: 0 0.57rem;
        position: relative;
        z-index: 10;
        background: #fff;
    }

    .commentList li {
        padding: 0.3rem 0 0.2rem 0;
        border-bottom: 1px solid rgba(240,240,240,1);
        display: table;
        width: 100%;
    }

    .commentList li .avatar {
        display: table-cell;
        vertical-align: top;
        width: 0.93rem;
        height: 0.93rem;
    }

    .commentList li .avatar img {
        border-radius: 500rem;
        width: 100%;
    }

    .commentList li .detail {
        display: table-cell;
        vertical-align: top;
        padding-left: 0.31rem;
    }

    .commentList li .detail .username {
        margin: 0.20rem 0 0.27rem 0;
        color: #1B1B1B;
        font-size: 0.43rem;
        line-height: 0.56rem;
        font-weight: 500;
    }

    .commentList li .detail .username .support {
        font-size: 0.27rem;
    }

    .commentList li .detail .username .support i.icon {
        width: 0.40rem;
        height: 0.40rem;
        margin-right: 0.13rem;
    }

    .commentList li .detail .comment {
        color: #434343;
        font-size: 0.40rem;
        line-height: 0.65rem;
    }

    .commentList li .detail .date {
        color: #A2A2A2;
        font-size: 0.32rem;
        line-height: 0.64rem;
    }
    /*comment*/
    .theme-commentBar{
        margin:1rem 0;
    }
    .theme-commentBar .commentBtn{
        right:0;
        top:0.267rem
    }
    .loginBox .dialogBox{
        width:90%;
        padding:0.667rem 0.4rem;
    }
    .loginBox .dialogBox li label{
        display: block;
        margin-bottom:0.267rem;
    }
    .loginBox .dialogBox li input{
        width:60%;
    }
    .loginBox .dialogBox li:nth-child(2) input{
        width:90%;
    }
    .loginBox .dialogBox li button{
        font-size:0.4rem;
    }
    .comment-pop-btn{
        width:1.333rem;
        height:1.333rem;
    }
}