body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: ”;
}

abbr,acronym {
    border: 0;
}

body {
    background: -moz-linear-gradient(top, #011224 0%, #030712 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011224), color-stop(100%,#030712));
    background: -webkit-linear-gradient(top, #011224 0%,#030712 100%);
    background: -o-linear-gradient(top, #011224 0%,#030712 100%);
    background: -ms-linear-gradient(top, #011224 0%,#030712 100%);
    background: linear-gradient(to bottom, #011224 0%,#030712 100%);
}
/* .bg{
    background: -moz-linear-gradient(top, #011224 0%, #030712 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011224), color-stop(100%,#030712));
    background: -webkit-linear-gradient(top, #011224 0%,#030712 100%);
    background: -o-linear-gradient(top, #011224 0%,#030712 100%);
    background: -ms-linear-gradient(top, #011224 0%,#030712 100%);
    background: linear-gradient(to bottom, #011224 0%,#030712 100%);
    width: 100%;
    height: 937px;
} */
.content_main{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    /* background: #63a9f3; */
}
.clear{
    clear: both;
}
ul.nav{
    display: block;
    float: left;
    width: 46px;
    height: 100%;
}
ul.nav li{
    display: block;
    width: 46px;
    height: 140px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 0;
    background: url('../images/btn_green.png') no-repeat 100% 100%;
}
ul.nav li a{
    color: #000;
    text-decoration: none;
}
ul.nav li a:hover,ul.nav li a.active{
    background: 0;
    color: #fff;
}
.left{
    display: block;
    float: left;
    width: 534px;
    margin: 0 10px 10px;
}
ul#scroller{
    display: block;
    float: left;
}
ul#scroller li{
    position: relative;
}
ul#scroller li p{
    display: block;
    width: 250px;
    height: 24px;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    background: rgba(0, 0, 0, .8);
}

.news_list{
    padding: 0 0 10px;
    background: #0e8814;
}

.news_list .news_ul li{
    line-height: 38px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    /* background: url('../images/02.png') no-repeat center bottom; */
}
.news_list .news_ul li:nth-child(odd){
    background: #258f31;
}
.news_list .news_ul li:nth-child(even){
    background: #0e8814;
}
.news_list .news_ul li span {
    line-height: 38px;
    color: #a5eeff;
    display: block;
    float: left;
    font-size: 16px;
}
.news_list .news_ul li a {
    display: block;
    float: left;
    width: 350px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    font-size: 16px;
}
.news_list .news_ul li p{
    line-height: 38px;
    margin-right: 5px;
    font-size: 14px;
    float: right;
    color: #000;
}
.news_list .news_ul li:hover a,.news_list  li:hover span,.news_list  li:hover p{
    color: #dec781;
}

.pagingUl{
    float:right;
    padding:0;
    margin:0;
    list-style: none;
}
.pagingUl li{
    float: left;
    width: 32px;
    height: 32px;
    list-style: 32px;
    text-align: center;
    margin-top: 12px;
}
.pagingUl li a{
    text-decoration: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0;
    background: #fafafa;
    color: #666;
    font-size: 12px;
    border: 1px solid #ddd;
}

.prv, .next {
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #fff;
    margin-top: 12px;
}
.first, .last {
    width: 32px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #fff;
    margin-top: 12px;
}
.activP{
    background-color: #258f31!important;
    color: #fff!important;
}

.right{
    display: block;
    float: right;
    width: 590px;
    margin: 0;
    padding: 0;
}

.forward{
    line-height: 64px;
}
.forward a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.scroll_wrap .forward a img{
    width: 100%;
    padding: 0;
}

/* 评论 */
.right .container{
    width: 580px !important;
    padding: 15px !important;
    margin: 20px 0 0;
    background: #fff;
}
.commentbox{
    width: 100%;
}
.mytextarea {
    width: 100%;
    overflow: auto;
    word-break: break-all;
    height: 100px;
    color: #000;
    font-size: 1em;
    resize: none;
    padding: 10px;
    background: #f6f6f6;
}
.comment-list{
    width: 550px;
    margin: 20px auto;
    clear: both;
    padding-top: 20px;
}
.comment-list .comment-info{
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.comment-list .comment-info header{
    width: 10%;
    position: absolute;
}
.comment-list .comment-info header img{
    width: 100%;
    border-radius: 50%;
    padding: 5px;
}
.comment-list .comment-info .comment-right{
    padding:5px 0px 5px 11%;
    text-align: left;
}
.comment-list .comment-info .comment-right h3{
    margin: 5px 0px;
}
.comment-list .comment-info .comment-right .comment-content-header{
    height: 25px;
}
.comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span{
    padding-right: 2em;
    color: #aaa;
}
.comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span.reply-btn,.send,.reply-list-btn{
    cursor: pointer;
}
.comment-list .comment-info .comment-right .reply-list {
    border-left: 3px solid #ccc;
    padding-left: 7px;
}
.comment-list .comment-info .comment-right .reply-list .reply{
    border-bottom: 1px dashed #ccc;
}
.comment-list .comment-info .comment-right .reply-list .reply div span{
    padding-left: 10px;
}
.comment-list .comment-info .comment-right .reply-list .reply p span{
    padding-right: 2em;
    color: #aaa;
}

.comment-list .comment-right .content{
    text-indent: 0;
    padding: 0;
}
.replybox{
    width: 97%;
}

.pageTest{
    padding-right: 10px;
}

.news_list #all {
    height: 546px;
}
.page {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px 0;
}

.page a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 2px 4px;
}
#a3{
    display: inline-block;
}
#a3 a {
    padding: 0px 10px;
    text-align: center;
    color: #fff;
}
#a3 > span a {
    color: #0e8814 !important;
    background: #FFF;
}