/*样式重设*/
* {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
li {
    list-style: none;
}
a {
    color: #823835;
    text-decoration: none;
    cursor: pointer;
    /*去除a标签带来的虚框*/
    bblr:expression(this.onFocus=this.blur());/*IE使用*/
    outline-style:none;/*FF使用*/
}
a:hover{
    text-decoration: none;
}
.clearfix{
    *zoom:1
}
.clearfix:before,.clearfix:after{
    display:table;
    content:"";
    line-height:0
}
.clearfix:after{
    clear:both
}
h1, h2, h3, h4, ul, li, dl, dt, dd, p, img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
img{
    vertical-align: middle;
}

body{
    margin:50px 0px 0px 0px;
    background: #151517;
    color: #de9c52;
    font-family:"MicroSoft YaHei";
    font-size:14px;
    position:relative;
}
canvas{
    display:block;
    height:12.4%;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:-1;
}

/*Top*/
#zhuanti_top{width:100%;height:50px; position:fixed; top:0px; left:0px; z-index:999; text-align:center;background:url(image/top.gif) #fff repeat-x; margin:0 auto;}
#zhuanti_center{width:950px;margin:8px auto 0px;font-size:12px;color:#000;height:33px;line-height:12px;clear:both;}
#zhuanti_center a.mLink{color:#828282;text-decoration:none;}
#zhuanti_center a.mLink:hover{color:red;}
#zhuanti_center #miniLogo{float:left;}
#zhuanti_center #miniLogo img{border:0;height:33px;}
#zhuanti_center #miniLink{float:right;padding:12px 8px 0 0;}

.warp{
    margin: 0px auto;
    width: 1000px;
    z-index: 100;
}


.header{
    height: 431px;
    width: 1000px;
}
.header-row{
    margin-bottom: 75px;
}
.header-row ul{
    margin-left: 27px;
    height: 80px;
    width: 970px;
}
.header-row li{
    float: left;
    width: 80px;
    height: 80px;
    margin-left: 15px;
    line-height: 80px;
    text-align: center;
    /*cursor: pointer;*/
    /*vertical-align: middle;*/
    background: url("image/title-bg.png") no-repeat;
}
.header-row li.cur{
    background: url("image/title-bg2.png") no-repeat;
}

.new{
    width: 1000px;
}
.new-block{

}
.new-title{
    height: 55px;
    background: #DE9C52;
    /*line-height: 55px;*/
}
.new-title img{
    float: left;
    margin-right: 16px;
}
.new-title a{
    float: left;
    color: #151517;
    font-size: 24px;
    line-height: 55px;
}

.new-content{
    margin: 0px 22px 0px 31px;
    padding: 45px 0px 52px 42px;
    background: url("image/line.png") no-repeat;
}
.new-content img{
    float: left;
}
.new-content .new-wz{
    float: left;
    width: 704px;
    line-height: 26px;
    margin-left: 25px;
}
.new-content .new-wz p{
    padding-top: 10px;
}


.activity-title{
    height: 55px;
    background: #DE9C52;
    color: #ffffff;
    font-size: 30px;
    line-height: 55px;
}
.activity-title p{
    padding: 0px 23px 0px 25px;
    height: 55px;
    width: 180px;
    background: #823835;
}
.t2 p{
    width: 60px;
}
.activity{
    text-align: center;
}
.activity p{
    text-align: left;
    line-height: 28px;
    margin: 13px 2px 0px 25px;
}
.activity img{
    margin: 37px 0px 50px 0px;
}
.tpadding{
    padding-left: 16px;
}

.comments{
    /*margin-bottom: 18px;*/
}

.comments_left{
    width: 755px;
    margin-top: 18px;
    float: left;
}
.comments_right{
    margin-left: 22px;
    margin-top: 18px;
    padding-bottom: 20px;
    /*width: 150px;
    float: left;*/
}
.comments_right p {
	display: inline-block
}
.comments_title{
    color: #994C52;
    font-size: 18px;
    margin-bottom: 12px;
    font-family: "Microsoft YaHei";
}
.comments_title span{
    padding-right: 8px;
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 3px;
}
.comments_right p{
    font-size: 12px;
    color: #928F8F;
    line-height: 26px;
    font-family: "Simsun";
}
#xfdh {
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: 505px;
    _position: absolute;
    text-align: center;
    color: #FCFEFD;
    font-size: 16px;
    cursor: pointer;
}

