/* base */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a,
del, dfn, em, img,
small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
}

table, form {
    margin: 0 auto;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1.6;
    font-size: 12px;
    font-family: "Microsoft YaHei", SimSun, Verdana, Arial, sans-serif;
    color: #613b26;
    background-color: #fbf7f0;
    word-wrap: break-word;
    word-break: break-all;
    _behavior: url("/css/csshover3.htc");
}

ul {
    list-style: none;
    line-height: 1.8;
}

ol{
    line-height: 1.8;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    color: #613b26;
    text-decoration: none;
}

a:hover {
    color: #c21a19;
    text-decoration: underline;
}

input {
    vertical-align: middle;
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #d1c6c1;
    clear: both;
    margin: 0.3em auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}

table.fix {
    table-layout: fixed;
}

table.fix td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

table.grid {
    border: 1px solid #d1c6c1;
    background: #fff;
}

table.grid caption, .gridtop {
    height: 3em;
    line-height: 3em;
    border-left: 1px solid #d1c6c1;
    border-right: 1px solid #d1c6c1;
    border-top: 1px solid #d1c6c1;
    font-weight: bold;
    font-size: 14px;
    color: #613b26;
    background: #f2f2f2;
    text-align: center;
}

table.grid th {
    border-bottom: 1px solid #d1c6c1;
    background: #f9f9f9;
    color: #666666;
    font-weight: bold;
    line-height: 2.5;
    padding: 0 0.3em;
}

table.grid tr {
    border-bottom: 1px dashed #ddd;
}

table.grid td {
    padding: 0.4em;
}

table.hide, table.hide caption, table.hide tr, table.hide th, table.hide td {
    border: 0;
}

/* table add-ons */
.title {
    background: #d1c6c1;
    text-align: center;
    color: #666666;
    font-weight: bold;
    line-height: 2.5;
}

.odd {
    background: #fff;
}

.even {
    background: #f2f1ef;
}

.head {
    background: #f9f9f9;
    color: #666666;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

.topic {
    background: #f9f9f9;
    color: #666666;
    text-align: left;
    font-weight: bold;
    line-height: 2;
}

.foot {
    background: #f5f5f5;
    text-align: center;
    line-height: 2.5;
}

.bottom {
    background: #b7b785;
}

.tdl {
    background: #f9f9f9;
    text-align: right;
    font-weight: bold;
}

.tdr {
    background-color: #fff;
}

/* form */
.form {
    border: 1px solid #d1c6c1;
    margin-bottom: 0.6em;
    padding: 0.6em;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form fieldset {
    margin: 0;
    padding: 0.3em 0;
    border: 0;
}

.form legend {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d1c6c1;
    margin-bottom: 0.2em;
    text-align: center;
    color: #017ab6;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 2;
}

.form label {
    display: inline-block;
    margin: 0 0.6em 0 0;
    text-align: right;
    vertical-align: middle;
    width: 20%;
}

.fl_0 label {
    display: block;
    margin: 0.2em 0;
    text-align: left;
}

.fl_1 label {
    width: 10%;
}

.fl_2 label {
    width: 20%;
}

.fl_3 label {
    width: 30%;
}

.fl_4 label {
    width: 40%;
}

.fl_5 label {
    width: 50%;
}

.frow {
    margin: 0.6em 0;
}

.f_s {
    font-size: 85.7%;
}

.f_l {
    font-size: 114.3%;
}

.textarea, .text, .file {
    border: 1px solid #d1c6c1;
    box-shadow: 1px 1px 2px #e2e2e2 inset;
    background: #fff;
    color: #666666;
}

.text {
    padding: 0.3em;
}

.t_s {
    padding: 0.15em;
}

.t_l {
    padding: 0.5em;
}

.filediv {
    margin-top: 0.3em;
}

.button, .btnlink, .filebutton {
    display: inline-block;
    line-height: 1.4;
    padding: 0.3em 0.6em;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background: #8a5c3f;
    text-decoration: none;
}

.button:hover, .btnlink:hover {
    text-decoration: none;
    color: #fff;
    background: #736357;
}

.b_s {
    padding: 0.15em 0.3em;
}

.b_l {
    padding: 0.5em 0.75em;
}

.b_hot{
	color: #ffffff;
	border: 1px solid #828282;
	background: #f60000;
	background-image: -webkit-linear-gradient(top, #f60000, #990000);
	background-image: -moz-linear-gradient(top, #f60000, #990000);
	background-image: -ms-linear-gradient(top, #f60000, #990000);
	background-image: -o-linear-gradient(top, #f60000, #990000);
	background-image: linear-gradient(top, #f60000, #990000);
}
.b_hot:hover{
	color: #ffffff;
	background: #f50000;
	background-image: -webkit-linear-gradient(top, #f50000, #ba0000);
	background-image: -moz-linear-gradient(top, #f50000, #ba0000);
	background-image: -ms-linear-gradient(top, #f50000, #ba0000);
	background-image: -o-linear-gradient(top, #f50000, #ba0000);
	background-image: linear-gradient(top, #f50000, #ba0000);
}

.b_pop {
    border: 1px solid #c85e0b;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #f37b1d, #e0690c);
    background-image: -moz-linear-gradient(top, #f37b1d, #e0690c);
    background-image: -ms-linear-gradient(top, #f37b1d, #e0690c);
    background-image: -o-linear-gradient(top, #f37b1d, #e0690c);
    background-image: linear-gradient(top, #f37b1d, #e0690c);
}
.b_pop:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #e0690c, #f37b1d);
    background-image: -moz-linear-gradient(top, #e0690c, #f37b1d);
    background-image: -ms-linear-gradient(top, #e0690c, #f37b1d);
    background-image: -o-linear-gradient(top, #e0690c, #f37b1d);
    background-image: linear-gradient(top, #e0690c, #f37b1d);
}

.b_gray {
    border: 1px solid #dcdcdc;
    color: #777777;
    background-image: -webkit-linear-gradient(top, #ededed, #dfdfdf);
    background-image: -moz-linear-gradient(top, #ededed, #dfdfdf);
    background-image: -ms-linear-gradient(top, #ededed, #dfdfdf);
    background-image: -o-linear-gradient(top, #ededed, #dfdfdf);
    background-image: linear-gradient(top, #ededed, #dfdfdf);
}

.b_gray:hover {
    color: #777777;
    background-image: -webkit-linear-gradient(top, #dfdfdf, #ededed);
    background-image: -moz-linear-gradient(top, #dfdfdf, #ededed);
    background-image: -ms-linear-gradient(top, #dfdfdf, #ededed);
    background-image: -o-linear-gradient(top, #dfdfdf, #ededed);
    background-image: linear-gradient(top, #dfdfdf, #ededed);
}

.checkbox, .radio {
    border-width: 0;
    margin-right: 0.15em;
}

.select {
    padding: 0.3em;
}

/* layout */
.main {
    max-width: 1000px;
    clear: both;
    margin: 0 auto;
    _width: expression(document.body.clientWidth > 1000 ? "1000px" : "auto");
    _height: 0;
}

.row {
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin-right: 1%;
    *margin-right: 0.5%;
    overflow: hidden;
}

.col1 {
    width: 7.4166%;
}

.col2 {
    width: 15.8333%;
}

.col3 {
    width: 24.25%;
}

.col4 {
    width: 32.6666%;
}

.col5 {
    width: 41.0833%;
}

.col6 {
    width: 49.5%;
}

.col7 {
    width: 57.9166%;
}

.col8 {
    width: 66.3333%;
}

.col9 {
    width: 74.75%;
}

.col10 {
    width: 83.1666%;
}

.col11 {
    width: 91.5833%;
}

.col12 {
    width: 100%;
    float: none;
    margin: 0;
}

.row .last, .main .last {
    float: right;
    margin-right: 0;
}

.top {
	padding:6px 0;
	font-size:14px;
    vertical-align: middle;
    background: #f2eeea;
    border-bottom: 1px solid #d1c6c1;
}

.top a:hover {
    text-decoration: none;
}

.topnav {
	float:right;
}

.topnav sup {
    background: #da4453;
    color: #fff;
    display: inline-block;
    height: 1.2em;
    line-height: 1.2em;
    vertical-align: top;
    margin: 0.5em 0 0 0.2em;
    padding: 0 0.4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.topnav li {
    float: left;
    padding: 0 0.5em;
}

.topnav li.dropdown {
    padding: 0;
}

.topbg{
	padding:10px 0;
	width: 100%;
	background: #fbf7f0;
    background-image: -webkit-linear-gradient(top, #e5decc, #fbf7f0);
    background-image: -moz-linear-gradient(top, #e5decc, #fbf7f0);
    background-image: -ms-linear-gradient(top, #e5decc, #fbf7f0);
    background-image: -o-linear-gradient(top, #e5decc, #fbf7f0);
    background-image: linear-gradient(top, #e5decc, #fbf7f0);
}

.header {
    margin: auto;
}

.logo {
    text-align: left;
}

.banner {
    text-align: center;
}
.bantxt{
    margin-top: 23px;float: right;
}
.bansearch{
    width:289px;margin:15px 0 0 25px;text-align:left;float: right;
}
.bsboard{
    float:left;width:275px;height:20px;margin:0;padding:5px 5px 8px 5px;overflow:hidden;border:2px solid #8a5c3f;background:#fff;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.bstype{
    width:60px;height:20px;vertical-align:middle;margin:0;padding:0;border:0;font-size:14px;
}
.bskey{
    width:176px;height:20px;line-height:20px;margin:0 0 0 5px;padding:0;border:0;font-size:14px;
}
.bssubmit{
    text-align:center;background:transparent;color:#333;margin:0;padding:0;cursor:pointer;border:0;font-size:16px;
}

.mainnav {
	height:3.5em;
    line-height:3.5em;
	font-size: 14px;
	margin-top:8px;
    background: #8a5c3f;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mainnav a {
    display: block;
    text-align: center;
	line-height:3.5em;
    font-size: 14px;
    padding: 0 0.75em;
    text-decoration: none;
    color: #fff;
}

.mainnav a:hover {
    text-decoration: none;
    color: #ff6600;
}

.mainnav ul{
	margin: 0 5px;
}
.mainnav li {
    float: left;
}

.body {
    background: #f5f5f5;
    padding: 1em 0;
}

.footer {
    border-top: 1px solid #dee0e1;
    color: #979797;
    text-align: center;
    padding: 1em 0;
    line-height: 1.8;
    clear: both;
}

.block, .blockc, .blockb {
    border: 1px solid #d1c6c1;
    overflow: hidden;
    background: #fff;
}

.block, .blockc {
    margin-bottom: 10px;
}
.blocktop {
    height: 3em;
    line-height: 3em;
    font-weight: bold;
    font-size: 14px;
    color: #613b26;
    background: #f2f2f2;
    text-align: center;
}
.blocktitle {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 14px;
    text-indent: 0.6em;
    margin-bottom: 1px;
    padding: 0 0 1px 0;
    color: #333;
    background: #eeeae6;
}
.blocktitle li {
    text-indent: 0;
}
.blocktitle ul.tabf {
    margin-top: 0.8em;
    padding: 0;
}
.blocktitle ul.tabf li {
    float: left;
    padding: 0;
    margin: 0 0.3em 0 0;
}
.blocktitle ul.tabf li a {
    display: block;
    float: left;
    height: 1.7em;
    line-height: 1.7em;
    padding: 0 0.3em;
    margin: 0;
    font-weight: normal;
    background: #f0f0f0;
    text-decoration: none;
    color: #000000;
    border: 1px solid #d2d2d2;
    border-bottom: none;
}
.blocktitle ul.tabf li a.selected {
    font-weight: bold;
    background: #ffffff;
    border-top: 2px solid #458fce;
}
.blocktitle ul.tabb {
    width: 100%;
    margin: 0;
    padding: 0;
}
.blocktitle ul.tabb li {
    float: left;
    padding: 0;
    margin: 0;
}
.blocktitle ul.tab2 li {
    width: 50%;
	*width:49.99%;
}
.blocktitle ul.tab3 li {
    width: 33.33%;
}
.blocktitle ul.tab4 li {
    width: 25%;
}
.blocktitle ul.tab5 li {
    width: 20%;
}
.blocktitle ul.tabb li a {
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    font-weight: normal;
    background: #eeeae6;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
.blocktitle ul.tabb li a.selected {
    font-weight: bold;
    background: #ffffff;
    color: #c21a19;
    padding-top: 2px;
}

.blockcontent {
    margin: 0.5em;
}

.blocknote {
    border-top: 1px solid #d1c6c1;
    margin: 0.3em;
    text-align: center;
    background: #fbfbfb;
    line-height: 150%;
}

/* text */
.ultop li, .ullist li, .ulnav li, .ulnum li, .ultwo li, .ulhover li {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ultop em, .ullist em, .ulnav em, .ulnum em, .ulhover em {
    float: right;
    font-style: normal;
    color: #989898;
    width:29%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.ulnum h3, .ulhover strong{
    font-weight: normal;
    width:68%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.ultop li {
    list-style: decimal inside;
    margin: 0.3em 0.2em;
    border-bottom: 1px dashed #d8e4ef;
    color: #666666;
}

.ultop li a {
    color: #017AB6;
}

.ulitem li {
    list-style: none;
    padding-left: 0.3em;
}

.ulrow li {
    padding: 0.2em 0;
}

.ulcol li {
    margin: 0.3em;
    text-align: center;
}

.ulcenter li {
    text-align: center;
    font-size: 114.3%;
}

.ulcenter li:before {
    content: "";
    vertical-align: middle;
    font-size: 0;
    border: 2px solid #38a4ec;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
}

.ulnav {
    font-size: 14px;
}

.ulnav li {
    line-height: 2.2;
    text-indent: 20px;
    border-bottom: 1px dashed #ddd;
}

.ulnav a.selected{
    color: #c21a19;
}

.ultab {
    height: 30px;
    margin: 0;
    padding: 0;
}

.ultab li {
    float: left;
    list-style: none;
    margin-right: 0.2em;
}

.ultab li a {
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    padding: 0 0.6em;
    font-weight: normal;
    background: #f0f0f0;
    text-decoration: none;
    color: #000000;
    border: 1px solid #d1c6c1;
    border-bottom: none;
}

.ultab li a.selected {
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    border-top: 2px solid #458fce;
    position: relative;
    margin-bottom: -1px;
}

.ulnum li, .ulhover li {
    list-style: none;
    margin: 4px 3px;
}

.ulnum li b, .ulnum li i, .ulhover li b, .ulhover li i {
    background: #8a5c3f;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    margin-right: 0.5em;
}

.ulnum li i, .ulhover li i {
    background: #f2f2f2;
    color: #333;
}
.ulhover li.selected h3{
    font-style: normal;
    display: none;
}
.ulhover li div{
    position: relative;
    display: none;
}
.ulhover li div b, .ulhover li div i{
    position: absolute;
    left: 0;
    top: 0;
}
.ulhover li.selected div{
    display: block;
}

.ulhover li img, .ulnum li img{
    width: 68px;
    height: 80px;
    float:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ulnum li p{
    width: 132px;
    margin: 3px 0 4px 10px;
    line-height: 1.6;
    float:left;
    overflow: hidden;
}
.ulhover li p{
    width: 150px;
    height: 95px;
    margin: 3px 0 4px 10px;
    line-height: 1.6;
    float:left;
    overflow: hidden;
}
.ulhover small{
    color:#989898;
    line-height: 1.4;
}
li.absico{
    position: relative;
    margin:8px 3px;
	*zoom: 1;
}

li.absico b, li.absico i{
    position: absolute;
    left: 0;
    top: 0;
}

.ultwo li {
    width: 45.7%;
    padding: 0;
    margin: 1%;
    padding: 1%;
    float: left;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:150px;
}
.ultwo .aname{
    font-size: 14px;
    color: #c60f13;
    line-height: 2;
}
.ultwo .aflag{
    margin-left:20px;
    padding:1px 5px;
    font-size: 11px;
    color:#fff;
    background: #b7af97;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ultag {
}

.ultag li {
    float: left;
    display: inline-block;
    margin: 0.5em 1em 0.5em 0;
    border: 1px solid #d1c6c1;
    background: #f2f2f2;
    padding: 0 0.3em;
    line-height: 1.5;
    white-space: nowrap;
}

.ultag .taguse {
    border: 1px solid #fa9915;
    background: #ffffe9;
}

.libleft {
    float: left;
    width: 70%;
    overflow: hidden;
}

.libright {
    float: right;
    width: 30%;
    overflow: hidden;
    color: #989898;
    text-align: right;
}

.fix, .lm {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    *zoom: 1;
}

.cb {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.mt {
    margin-top: 0.6em;
}

.mb {
    margin-bottom: 0.6em;
}
.nw{
    display: inline-block;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.hot, .hottext, a.hot, a.hottext {
    color: #c60f13;
}

.pop, .poptext, a.pop, a.poptext {
    color: #266392;
}

.note, .notetext, a.note, a.notetext {
    color: #c5a478;
}

.error, .errortext, a.error, a.errortext {
    color: #ff0000;
}

.warning, a.warning {
    color: #ffa500;
}

.gray, a.gray {
    color: #989898;
    padding: 0 0.2em;
}

.black, a.black {
    color: #333333;
}

.white, a.white {
    color: #fff;
}

.more, .more a, a.more {
    display: block;
    color: #613b26;
    text-align: right;
    margin-right: 0.3em;
    line-height: 200%;
}

.moretop, .moretop a, a.moretop {
    display: block;
    height: 2.25em;
    line-height: 2.25em;
    color: #613b26;
    text-align: right;
    margin: -3em 0.3em 0.5em 0;
}
.c_main {
    border: 1px solid #cccccc;
    border-top: 3px solid #898989;
    margin-bottom: 0.6em;
    overflow: hidden;
    background: #fafafa;
}

.c_nav {
    margin-bottom: 0.3em;
    line-height: 2.25em;
    font-weight: bold;
    font-size: 114.3%;
    border: 1px solid #dedede;
    padding-left: 0.6em;
    background: #fff;
    background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
    background-image: -ms-linear-gradient(top, #f2f2f2, #fff);
    background-image: -o-linear-gradient(top, #f2f2f2, #fff);
    background-image: linear-gradient(top, #f2f2f2, #fff);
}

.c_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 128.6%;
    line-height: 2.5;
}

.c_head {
    line-height: 2;
    padding: 0.3em;
    border-bottom: 1px solid #E4E4E4;
}

.c_content {
    line-height: 1.6;
    padding: 1.25em;
}

.c_foot {
    font-size: 114.3%;
    line-height: 1.6;
    list-style: none;
}

.c_tag {
    padding: 0.5em 0;
}

.c_label {
    font-weight: bold;
}

.c_value {
    color: #666666;
    margin-right: 1.25em;
}

.c_row {
    border-bottom: 1px dashed #d1c6c1;
    padding: 0.3em;
}

.c_subject {
    font-size: 114.3%;
    font-weight: bold;
    line-height: 200%;
}

.c_subject a {
    font-weight: bold;
    color: #0B65A7;
}

/* interface */
.jieqiQuote, .jieqiCode, .jieqiNote {
    border: 1px solid #d1c6c1;
    border-left: 5px solid #d1c6c1;
    padding: 0.3em;
    color: #000000;
    background: #fafafa;
}

.divbox, .textbox {
    border: 1px solid #d1c6c1;
    padding: 0.5em;
    margin-bottom: 0.6em;
    background: #fff;
}

.divbg{
    padding: 0.5em;
    margin: 0.5em 0;
    background: #f5f5f5;
}

.ajaxtip {
    position: absolute;
    border: 1px solid #d1c6c1;
    background: #fff;
    color: #ff0000;
    padding: 0.2em 0.3em;
    z-index: 800;
}
#tips {
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 6px;
    display: none;
    background: #fff;
    color: #c21a19;
    position: absolute;
    z-index: 2000;
}
#dialog, .dialog {
    position: absolute;
    visibility: hidden;
    border: 1px solid #d1c6c1;
    background: #f2f2f2;
    -webkit-box-shadow: 3px 3px 3px 3px #bababa;
    box-shadow: 3px 3px 3px 3px #bababa;
}

.dialog_t {
    color: #fff;
    font-size: 114.3%;
    line-height: 2.5em;
    padding-left: 0.6em;
    background: #8a5c3f;
}

.dialog_t a {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #fff;
    border: 2px solid #fff;
    margin: 10px;
}

.dialog_t a:hover {
    color: #f60;
    margin: 11px 9px 9px 11px;
}

.dialog_c {
    padding: 0.6em;
}

#mask, .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #777777;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.pages {
    padding: 0.5em 0;
    overflow: auto;
}

.pages a.pagemore {
    display: block;
    float: none;
    border: 1px solid #d1c6c1;
    background: #eeeeee;
    font-size: 125%;
    text-align: center;
    line-height: 2;
}

.pagelink {
    border: 1px solid #d1c6c1;
    float: right;
    background: #fff;
    line-height: 2em;
    padding: 0;
}

.pagelink a,
.pagelink strong,
.pagelink em,
.pagelink kbd,
.pagelink a.first,
.pagelink a.last,
.pagelink a.prev,
.pagelink a.next,
.pagelink a.pgroup,
.pagelink a.ngroup {
    float: left;
    padding: 0 0.4em;
}

.pagelink a:hover {
    background-color: #fff;
}

.pagelink strong {
    font-weight: bold;
    color: #ffffff;
    background: #d1c6c1;
}

.pagelink kbd {
    border-left: 1px solid #d1c6c1;
}

.pagelink em {
    border-right: 1px solid #d1c6c1;
    font-style: normal;
}

.pagelink em a {
    display: inline-block;
    float: none;
    background: #f5f5f5;
    border: 1px solid #d1c6c1;
    line-height: 18px;
    padding: 0 2px;
    margin: 0 3px;
}

.pagelink input {
    border: 1px solid #d1c6c1;
    color: #666666;
    padding: 0.12em;
    text-align: center;
}

img.avatar {
    border: 0;
}

img.avatars {
    width: 48px;
    height: 48px;
    padding: 3px;
    margin-right: 5px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px #666666;
    -moz-box-shadow: 0 1px 3px #666666;
    box-shadow: 0 1px 3px #666666;
    cursor: pointer;
}

img.avatari {
    width: 1em;
    height: 1em;
    border: 1px solid #cccccc;
    margin-bottom: -0.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* tab */
.tablist ul {
    margin: 0;
    padding: 0;
}

.tablist li {
    float: left;
    list-style: none;
    margin-right: 0.2em;
}

.tablist li a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0.6em;
    font-weight: normal;
    background: #f0f0f0;
    text-decoration: none;
    color: #000000;
    border: 1px solid #d1c6c1;
    border-bottom: none;
}

.tablist li a.selected {
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    border-top: 2px solid #458fce;
    position: relative;
    margin-bottom: -1px;
}

.tabcontent {
    clear: both;
    border: 1px solid #d1c6c1;
    padding: 0.6em;
}

/* dropdown */
.dropdown {
    display: inline-block;
    padding: 0;
}

.dropdown a:hover {
    text-decoration: none;
}
.dropdown:hover a{
	color: #c21a19;
}

.dropdown b {
    border: 4px solid transparent;
    border-top-color: #fff;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin-left: 3px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown:hover b {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	border-top-color: #666;
}

.dropdown a.droplink {
    display: block;
	width:102px;
	padding: 0;
	text-align:center;
    position: relative;
    z-index: 500;
}

.dropdown:hover a.droplink {
	width:100px;
    border: 1px solid #d1c6c1;
    border-bottom: none;
    border-top: none;
    background: #fff;
}

.dropdown:hover div, .dropdown:hover ul {
    display: block;
}

.dropbox {
    display: none;
    position: absolute;
	padding: 5px 0;
	width:320px;
	margin-left:-220px;
	margin-top: -1px;
    z-index: 400;
	font-size:12px;
	text-indent:5px;
    border: 1px solid #d1c6c1;
    background: #fff;
}
.dropbox a{
	font-size:12px;
	display:inline;
	line-height:2;
	padding: 0;
	margin: 0;
	color: #613b26;
}
.dropbox li{
	float:none;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}
.dropdown .dropbox a{color: #613b26;}
.dropdown .dropbox a.gray{color: #989898;}
.dropdown .dropbox a:hover {text-decoration: underline;}
/* dropmenu */
.dropmenu {
}

.dropmenu a {
    display: block;
}

.dropmenu li {
    float: left;
}

.dropmenu li:hover {
    background: #178acc;
}

.dropmenu li ul {
    display: none;
    position: absolute;
    margin-top: 0;
    z-index: 700;
    background: #178acc;
}

.dropmenu li ul li {
    float: none;
    padding: 0;
    background: transparent;
    line-height: 2em;
}

.dropmenu li ul a {
    display: block;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
    padding: 0 1em;
    color: #fff;
    text-decoration: none;
}

.dropmenu li ul a:hover {
    background: #3cb0fd;
}

.dropmenu li:hover ul {
    display: block;
}

/* custom */
.slidetitle {
    margin: 15px 0;
}

.slidetitle li {
    margin: 0 6px;
	*width:82px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.slidetitle h3,  .slidetitle p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    width: 76px;
    margin:0 auto;
    text-align: center;
}

.slidetitle li a img{
    vertical-align: bottom;
    width: 80px;
    height: 100px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.7;
    font-size: 0;
}

.slidetitle li a.selected img{
    border: 1px solid #f60;
    opacity: 1;
    width: 88px;
    height: 110px;
}

.slidecontent {
    overflow: hidden;
    margin: 10px 10px 0 10px;
    padding:10px;
    height:90px;
    background: #f2eeea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

/* iconfont */
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconfont.woff') format('woff'), /* chromeˇ˘firefox */ url('fonts/iconfont.ttf') format('truetype'), /* chromeˇ˘firefoxˇ˘operaˇ˘Safari, Android, iOS 4.2+*/ url('fonts/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    width: 1.4em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* index */
.blockc .bh{
    width: 46%;
    float: left;
    padding: 2%;
}
.blockc .bt{
    padding: 5px;
    margin-bottom:10px;
    background: #f0f0f0;
}
.blockc .bc img{
    width: 80px;
    height: 100px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #cccccc;
    padding: 2px;
}

.blockc .bc p{
    font-size: 85.7%;
}

.blocktn{
    height: 2.5em;
    line-height: 2.5em;
    font-size: 14px;
    text-indent: 0.6em;
    margin-bottom: 1px;
    padding: 0 0 1px 0;
    color: #333;
}

.ulupdate li{
    line-height: 34px;
}
.ulupdate .lbg{
    background: #f2f1ef;
}
.ulupdate span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.ulupdate .lsort{
    float:left;
    width:14%;
    color: #989898;
    text-align: center;
}

.ulupdate .larticle{
     float:left;
     width:35%;
     font-size: 14px;
 }

.ulupdate .lchapter{
    float:left;
    width:38%;
    padding-left:1%;
}

.ulupdate .ldate{
    float:right;
    width:10%;
    color: #989898;
}

.imgrow li{
    float:left;
    width:10.5%;
    padding:1%;
	*padding:0.9%;
    text-align:center;
    overflow:hidden;
}
.imgrow img{
    width:100px;
    height:125px;
}
.imgrow span{
    display: inline-block;
    width:100px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

/*read*/
.mread {
    width: 1000px;
    clear: both;
    margin: 0 auto;
    _height: 0;
}
.ratitle{
    font-size:20px;
    font-weight:bold;
    color:#c21a19;
    line-height: 2;
}

.acss{
    width: 100%;
    border: 1px solid #d1c6c1;
    background: #fff;
    margin-bottom: 10px;
}
.acss tr{
    border-bottom: 1px dashed #ddd;
}
.acss td{
    padding: 5px;
    text-indent: 5px;
}
.acss .tcss{
    font-size: 18px;
    fonr-weight: bold;
    line-height: 1.8;
    color:#c21a19;
    text-align: center;
}
.acss .vcss{
    font-size: 18px;
    fonr-weight: bold;
    line-height: 1.5;
    background: #eeeae6;
}

.acss .ccss{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.cread{
    border: 1px solid #d1c6c1;
    padding:15px;
    background: #fff;
    margin-bottom: 10px;
}
.headlink{
    line-height: 3;
}
.cread .ctitle{
    font-size:20px;
    font-weight:bold;
    color:#c21a19;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #d1c6c1;
    margin: 5px 10px 10px 10px;
    padding-bottom: 10px;
}

.cread .ccontent{
    font-size: 20px;
}
.cread .cfoot{
    text-align: center;
    border-top: 1px solid #d1c6c1;
    margin: 10px 10px 10px 10px;
    padding-top: 10px;
    font-size: 16px;
}
.cnote{
    padding:10px 0;
}
.leftfbar{
    position: fixed;
    top: 216px;
    /*bottom: 100px;*/
    left: -100px;
}
.rightfbar{
    position: fixed;
    bottom: 100px;
    left: -100px;
}
.leftfbar li, .rightfbar li{
    text-align: center;
}
.leftfbar a, .rightfbar a{
    display: block;
	width: 36px;
	height:36px;
	line-height:36px;
	text-align:center;
    margin: 5px 0;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ebebeb;
    
}
.leftfbar a span, .rightfbar a span{
	font-size:18px;
}
.leftfbar a i, .rightfbar a i{
	display: none;
	font-style:normal;
	font-size:12px;
	line-height:17px;
	padding: 0;
}
.leftfbar a:hover, .rightfbar a:hover{
	text-decoration: none;
}
.leftfbar a:hover span, .rightfbar a:hover span{
	display: none;
}
.leftfbar a:hover i, .rightfbar a:hover i{
	display: block;
}
.leftfbar li:hover div{
	display:block;
}
.mrewm{
	display: none;
	border: 1px solid #ddd;
	background: #f2f1ef;
	position: absolute;
	width:128px; 
	height:128px; 
	margin:-42px 0 0 36px;
	padding: 20px;
}
.mrset{
	display: none;
	border: 1px solid #ddd;
	background: #f2f1ef;
	position: absolute;
	width:280px;
	height:120px;
	margin:-42px 0 0 36px;
	font-size:14px;
	padding:5px;
}
.mrset span{
	float:left;
}
.mrset div{
	margin: 10px;
}
.mrset li{
	border:1px solid #333;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
	margin: 0 5px;
    float: left;
	line-height:24px;
	height:24px;
	cursor:pointer;
}
.mrset li.selected{
	border:2px solid #c21a19;
}

.fontcolor li{
    width: 24px;
}
.fontfamily li{
    padding: 0 10px;
}

.fontsize li{
    background: #333333;
    color: #ffffff;
    padding: 0 26px;
}

