@charset "utf-8";
/* CSS Document */
html, body, a, img, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, form {
    margin: 0;
    padding: 0;
}
body {
    font-size: 1em;
    line-height: 1.8;
    padding: 10px;
}
ul, ol, li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
fieldset, img {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cls {
    clear: both;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
}
img {
    width: 100%;
}
/*文章内容部分*/

.nrTitle {
    font-size: 1.8em;
    line-height: 1.8;
    padding: 10px;
}
.nrNr {
    border-top: 10px solid #eaeaea;
}
.shangxiaw {
    border-top: 10px solid #eaeaea;
    margin-bottom: 10px;
}
.fanhui a {
    display: block;
    font-size: 1.6em;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: #eeeeee;
    border: 1px solid #d1d1d1;
}
/*列表页样式*/
.listW {
    margin: 10px 0 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}
.listInfo div, .listTitle div {
    padding-right:15px;
}
.listTitle div a {
    font-size: 1em;
}
.listInfo div a {
    font-size: 0.7em;
    color: #909090;
}
