html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 {  font-weight:normal; }
body, input, select, button, textarea { font-size:14px; font-family:"SourceHanSansCN Bold","Microsoft Yahei","\5b8b\4f53";  }
.arial{ font-family:arial;}
.song{ font-family:"\5b8b\4f53";}
button { cursor: pointer; }
i, em, cite { font-style: normal; }
body { background: #fff; color: #000; line-height: 1.2; }
html{-webkit-text-size-adjust:none; }
a{ color: #000; text-decoration: none; _color:#000000; cursor: pointer;}
a{blr:expression(this.onFocus=this.blur());}
a:hover { text-decoration:none; color:#941e23;  }
a:focus { outline: none; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
.clear { diplay: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.fl, .fr { display: inline; float: left; }
.fr { float: right;  }
.center{ text-align:center;}
.blank_50{ height:50px;}

/*公用*/
.shadow0{
    border: #fff 1px solid;
    box-shadow: 0 0 25px rgba(225, 225, 225, 1);
    -webkit-box-shadow: 0 0 25px rgba(225, 225, 225, 1);
    -moz-box-shadow: 0 0 25px rgba(225, 225, 225, 1);
}


/*往期回顾*/
.sjw_wqhg{
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #9c9c9c;
    padding: 20px;
    margin: 80px auto 0;
    width: 1000px !important;
}
.wqhg_title{
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    border-left: 4px solid rgb(181,14,6);
    padding-left: 15px;
    color: rgb(181,14,6);
}
.wqhg_cont ul{
    margin-top: 10px;
}
.wqhg_cont ul li{
    position: relative;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 0.8em;
}
.wqhg_cont ul li a{
    color:#333;
}
.wqhg_cont ul li i{
    position: absolute;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #a4a4a4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}