@charset "utf-8";
html{-webkit-text-size-adjust:none;font-size:62.5%;}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  margin: 10px auto 20px;
  padding: 0;
}

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.fix {
  zoom: 1
}

.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.none {
  display: none;
}

ul,
ol {
  list-style: none;
}

/* text */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  color: #542b01;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  border: 0;
}

button:hover,
input.btn {
  cursor: pointer;
}

a:focus,
a:hover,
a:active {
  text-decoration:underline;
}

.input-text {
  padding: 0 5px;
}

img {
  display: block;
  max-width: 100%;
}

body {
  background: #FFFFFF url(../images/bg-xs.jpg) repeat;
  background-attachment: fixed;
  color: #555;
  font-size: 12px;
  margin: 0 auto;
}


.topbar {
  color: gray;
  height: 29px;
  min-width: 950px;
  width: 100%;
  font-size: 12px;
  background: url('../images/bg_paper_mid.jpg') center 0 repeat-y;
}

.topbar-con {
  line-height: 28px;
  vertical-align: middle;
  width: 1024px;
  margin: 0 auto;
  border-bottom: #bfb186 1px solid;
  overflow: hidden;
  padding:0 10px;
}

.topbar-sethome {
  background-position: 0 8px;
  float: left;
  margin-right: 20px;
}

.topbar a {
  color: gray;
}

.topbar-addfavorite {
  background-position: 0 -12px;
  float: left;
}

.topbar-right {
  float: right;
  font-size: 13px;
}


.header {
  width: 1024px;
  margin:0 auto;
  position: relative;
  background: url('../images/bg_paper_mid.jpg') center 0 repeat-y;
  overflow: hidden;
  padding:15px 0;
  display: -webkit-flex;display: flex;
  -webkit-align-items: center; align-items: center;
}

.header .logo{
    padding:0 10px;
    font-size:30px;
}

.header .tuijian{float:left;width:800px;height:70px;}

.nav {
  background: #552B00;
  height: 40px;
  overflow: hidden;
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.nav li {
  display: inline-block;
  line-height: 40px;
}

.nav li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
}
.nav li a:hover {
text-decoration:underline;
}


.m-nav {
  display: none;
  background: #552B00;
  font-size: 14px;
}

.m-nav li {
  flex:1;
  -webkit-flex:1;
}

.m-nav li a {
  color: #fff;
  display: block;
  padding:10px 0;
  text-align: center;
}

.m-nav .type-list {
  width: 100%;
  position: absolute;
  z-index: 10;
  background: #4caacd;
  top: 40px;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  text-align: left;
  transition: max-height .3s ease;
}

.m-nav .type-list a {
  display: block;
  padding-left: 22px;
  border-bottom: 1px dashed #7db0c3;
}

.m-nav .type-list-active {
  max-height: 288px;
}

.container {
  width: 1024px;
  background: url('../images/bg_paper_mid.jpg') center 0 repeat-y;
  background-size: 100%;
}

.layout,
.layout2 {
  overflow: hidden;
  width: 96%;
  margin:0 auto;
}

.row .layout-col1 {
  width: 29%;
  float: right;
}

.row .layout-col2 {
  width: 70%;
}

.row .layout-col3 {
  width: 100%;
}

.layout-col2 .item {
    width: 50%;
    padding: 5px 0 5px 10px;
    float: left;
}

.layout-col2 .item .image {
  width: 124px;
  max-height: 154px;
  overflow: hidden;
  float: left;
}

.layout-col2 .item .image img {
  background-color: #FFF;
  border: 1px solid #DDD;
  padding: 1px;
  width: 124px;
  height: 154px;
}

.layout-col2 .item dl {
  float: right;
  width: 200px;
  padding: 0 10px;
}

.layout-col2 .item dl dt {
  border-bottom: 1px dotted #A6D3E8;
  font-size: 14px;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}

.layout-col2 .item dl dt span {
  color: #B3B3B3;
  float: right;
  font-weight: 400;
}

.layout-col2 .item dl dd {
  line-height: 20px;
  overflow: hidden;
  text-indent: 2em;
  padding: 7px 0 0;
}

.layout-col3 .item {
  width: 33.33%;
  padding: 10px 0 10px 10px;
  float: left;
}
.layout-col3 .item:nth-child(n + 4) {
    padding-top: 0;
}

.layout-col3 .item .image {
  width: 114px;
}

.layout-tit {
  border-bottom: 1px solid #bfb186;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  margin: 0;
  padding:10px;
}

.layout2 .layout-tit {
  margin: 0px;
  overflow: hidden;
  padding: 20px 0;
  font-size:20px;
  font-weight: bold;
  border-bottom: solid 1px #bfb186;
  text-align: center;
  font-family:qingke;
}


.txt-list{overflow:hidden;    margin-bottom: 20px;}
.txt-list li {
  float: left;
  width: 33.3333333%;
  border: 1px solid #bfb186;
  border-top:none;
  border-right:none;
}
.txt-list li:nth-child(3n+0){border-right:1px solid #bfb186;}
.txt-list li a {
  color: #19150d;
  font-size:14px;
  padding:5px;
  display: block;
  
}
.txt-list li a:visited{color:#551A8B;}


.tp-box {
  width: 33.33%;
  float: left;
  border-right: dotted 1px #A6D3E8;
}

.tp-box:last-child {
  border-right: none;
}

.tp-box h2 {
  background-color: #F6F8FE;
  border-bottom: solid 1px #A6D3E8;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}

.tp-box .top {
  overflow: hidden;
}

.tp-box .top .image {
  padding: 10px 0px 0px 10px;
  float: left;
}

.tp-box .top .image img {
  width: 72px;
  height: 86px;
  border: solid 1px #DDDDDD;
  padding: 1px;
  background-color: white;
}

.tp-box .top dl {
  padding: 10px 10px 0px;
  float: right;
  width: 240px;
}

.tp-box .top dl dt {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-weight: bold;
}

.tp-box .top dl dd {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.tp-box ul {
  padding: 10px 10px 0px;
  overflow: hidden;
}

.tp-box ul li {
  border-bottom: solid 1px #DDDDDD;
  color: #B3B3B3;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 50%;
}

.tp-box ul li a {
  font-size: 13px;
}

.pc-footer {
  border-top: 2px solid #542b01;
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  line-height: 24px;
  padding: 10px 0;
  background: url(../images/bg_paper_mid.jpg) center 0 repeat-y;
}
.pc-footer a{padding:0 5px;color:#542b01;}
.m-footer {
  display: none;
  text-align: center;
  position: relative;
  font-size: 14px;
  background-color:#552B00;
  border-bottom:rgba(255,255,255,.14) 1px solid;
}

.m-footer a {
  color:#ffbc77;
  flex: 1;
  -webkit-flex:1;
  padding:10px;
}

.xs-show {
  display: none;
}
.aznav{
display:none;
}
.tuijian2{width:1024px;    background: url(../images/bg_paper_mid.jpg) center 0 repeat-y;  background-size: 100%;height:70px;margin:0 auto;padding:10px;overflow:hidden;}
.tuijian2 img{width:100%;}

.tuijian3{width:1024px;background: url(../images/bg_paper_mid.jpg) center 0 repeat-y;  background-size: 100%;margin:0 auto;padding:10px;}
.zhuanti-jieshao{background-color:rgba(219, 191, 155, 0.44);padding:10px;width:100%;overflow:hidden;}
.zhuanti-jieshao .pic{width:30%;float:left;}
.zhuanti-jieshao .pic img{width:100%;}
.zhuanti-jieshao .desc{width:70%;float: left;padding-left:20px;}
.zhuanti-jieshao .desc h1{font-size:18px;}
.zhuanti-jieshao .desc p{font-size:13px;color:#000;line-height: 1.5;margin-top:10px;text-indent: 2em;}
/* 小于1024适配 */
@media (max-width: 1024px) {
.aznav{
display:block;
}
  .xs-hidden {
    display: none;
  }

  .xs-show {
    display: initial;
  }

  .topbar,
  .nav,
  .pc-footer {
    display: none;
  }

  .m-footer {
    display: flex;
  }

  .m-nav {
    display: flex;
    overflow-x: scroll;
  }
  .m-nav li{flex-shrink: 0;flex:none;-webkit-flex:none;}
  .m-nav li a{padding-left:5px;padding-right:8px;}
  .header {
    background: url('../images/bg_paper_mid.jpg') center 0 repeat-y;
  background-size: 100%;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; align-items: center;
  }

  .header .tuijian{
    width:60%;
    height: 50px;
  }
  .tuijian2{height:50px;width: 100%;}
  .tuijian3{width:100%;}
  .zhuanti-jieshao {padding:15px;}
  .zhuanti-jieshao .pic{width:100%;float:none;}
  .zhuanti-jieshao .desc{width:100%;float: none;padding:0;}
  .zhuanti-jieshao .desc h1{margin-top:10px;}
  
  .row {
    margin: 0 auto;
  }
  .txt-list li{width:100%;border:none;border-bottom:1px solid #bfb186;}
  .txt-list li:nth-child(3n+0){border-right:none;}
  .txt-list li a{padding:10px;}
  .header,
  .nav,
  .container {
    width: 100%;
    padding-bottom: 10px;
  }

  .layout2 .layout-tit{font-size:16px;padding:10px 0;}

  .layout-col2 .item {
    width: 100%;
    display: flex;
	padding: 0 0 10px 10px;
  }

  .layout-col2 .item .image {
    width: 90px;
    max-height: none;
  }

  .layout-col2 .item .image img {
    height: 118px;
  }

  .layout-col2 .item dl {
    flex: 1 1 auto;
  }

  .tp-box {
    width: 100%;
    float: none;
    border-right: 0 none;
  }

  .tp-box .top {
    display: flex;
  }

  .tp-box .top dl {
    flex: 1 1 auto;
  }

  .tp-box h2 {
    border-top: solid 1px #A6D3E8;
    margin-top: 10px;
  }

  .layout .tp-box:first-child h2 {
    border-top: 0 none;
    margin-top: 0;
  }

  .layout,
  .layout2 {
    float: none;
    border: 0 none !important;
    background: none;
  }

  .row .layout-col1,
  .row .layout-col2 {
    width: 100% !important;
    margin: 0 auto;
  }

  .row .layout-col1 {
    margin-top: 0px;
  }

}



.red {
  color: #f00;
}



/* 详情页 */
.row-detail {
  margin-bottom: 0;
}

.row-detail .layout-col1,
.row-section .layout-col1 {
  width: 100%;
  float: none;
  background: none;
}

.row-detail .layout-tit {
  font-size: 12px;
  font-weight: normal;
}


.detail-box .imgbox {
  background-color: #E1ECED;
  float: left;
  width: 150px;
  margin: 12px;
  padding: 12px;
  position: relative;
}

.detail-box .imgbox img {
  height: 150px;
  width: 120px;
  margin: 3px;
}

.detail-box .imgbox .flag {
  top: 8px;
  right: 8px;
  width: 88px;
  height: 88px;
  position: absolute;
  z-index: 999;
  background-position: 0 -294px;
}

.detail-box .imgbox .flag-over {
  background-position: 0 -206px;
}

.detail-box .info {
  float: left;
  width: 780px;
  font-size: 15px;
  overflow: hidden;
}

.detail-box .info .top {
  padding: 0px 10px;
}

.detail-box h1 {
  font-family: '黑体';
  font-size: 28px;
  font-weight: 700;
  overflow: hidden;
  margin: auto;
  margin-top: 7px;
}

.detail-box .info p {
  height: 26px;
  line-height: 26px;
  width: 350px;
  margin: auto;
  float: left;
  overflow: hidden;
}

.detail-box .desc {
  overflow: hidden;
  line-height: 150%;
  border-top: 1px dashed #88C6E5;
  padding: 10px;
  font-size: 13px;
  height: 80px;
  line-height: 20px;
}

.row-section .layout-tit {
  text-align: center;
  font-weight: normal;
  border-bottom-color: #C3DFEA;
  background: #C3DFEA;
}
.section-list h3 {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.section-list ul {
    overflow: hidden;
}
.section-list li {
  width: 33.33%;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px dashed #CCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.section-list li a {
  color: #444;
}

.section-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {

  .row-detail .layout-col1,
  .row-section .layout-col1 {
    margin-top: 0px;
    margin-bottom: 0;
    border: 0 none;
  }

  .detail-box {
    padding: 10px;
    position: relative;
  }

  .detail-box h1 {
    display: none;
    font-size: 14px;
    text-align: center;
  }

  .detail-box .imgbox {
    width: 100px;
    height: auto;
    margin: 0px auto 0;
    padding: 0;
    border: 1px solid #b4dae8;
  }

  .detail-box .imgbox img {
    width: 100%;
    height: 130px;
    margin: 0;
  }

  .detail-box .opt {
    position: absolute;
    top: 155px;
    left: 0;
    padding: 0 7px;
    display: flex;
    overflow: visible !important;
  }

  .detail-box .opt a {
    display: inline-block;
    flex: 1;
    margin: 0 3px;
    text-align: center;
    background-size: 20px;
    background: #f0962a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    box-shadow: 0 2px 1px #d88726 inset;
  }

  .detail-box .opt .btn-addbs {
    background: #f0962a;
    box-shadow: 0 2px 1px #d88726 inset;
  }
	.detail-box .opt .btn-read,
  .detail-box .opt .btn-txt{
    background: #eb2650;
    box-shadow: 0 2px 1px #d32248 inset;
  }
  .detail-box .opt .btn-tobtm {
    background: #658fbd;
    box-shadow: 0 2px 1px #5b80aa inset;
  }

  .detail-box .opt .btn-and {
    background: #97C03D;
    box-shadow: 0 2px 1px #97C03D inset;
  }

  .detail-box .opt .btn-ios {
    background:#8c8989;
	box-shadow:0 2px 1px #8c8989 inset;
  }

  .detail-box .opt .btn-dl {
    position: absolute;
    top: -142px;
    right: 10px;
    background: #68aac2;
    box-shadow: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 13px;
  }

  .detail-box .info {
    float: none;
    width: auto;
    font-size: 14px;
  }

  .detail-box .info p {
    width: 100%;
    height: 27px;
    line-height: 27px;
  }

  .detail-box .desc {
    height: auto;
  }

  .detail-box .m-desc {
    display: block;
    margin-top: 46px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
  }

  .section-list li {
    width: 50%;
  }
}

/* 阅读 */

.reader-main {
  position: relative;
}

.reader-main .title {
  padding: 20px 20px 10px;
  font-size: 25px;
  color:#542b01;
  text-align: center;
  font-family: qingke;
  font-weight:bold;
}

.reader-main .section-opt {
  text-align: center;
  font-size: 14px;
  padding:15px 0 15px 0;
  border-bottom: 1px dashed #af9a84;
}

.reader-main .m-bottom-opt {
  border-top: 1px dashed #af9a84;
  border-bottom: 0 none;
  margin-top: 10px;
}

.reader-main .section-opt{
  color: #085308;
}
.reader-main .section-opt span{
  margin: 0 10px;
}
.reader-main .section-opt a {
  margin: 0 10px;
  color: #085308;
}

.reader-main .content {
  font-size: 18px;
  line-height: 1.6;
  padding: 20px 0;
  width: 80%;
  margin:0 auto;
  text-align: justify;
  color: #130900;
}
.reader-main .content p{margin-bottom:15px;text-indent: 2em;}

#reader-m-fix .m-nav {
  margin-bottom: 0;
}
.fl, .row .fl {
  float: left;
}
.fr, .row .fr {
  float: right;
}

.posterror {
    text-align: center;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {

  
  .reader-main .title {
    padding: 10px 0 0;
    font-size: 20px;
  }

  .reader-main .content {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }

  .row-reader .layout-col1 {
    border: 0 none;
    overflow: visible;
  }

  .reader-main .m-bottom-opt {
    display: block;
    position: relative;
    margin-top: 30px;
  }
}

.common-write{width:90%;margin:0 auto;}
.pinglun-list{margin-top:20px;}
.pinglun{font-size:12px;}
.pinglun a{display: inline-block;}
.pinglun img{display: inline-block;}
#plpost input[type="submit"] {
  display: inline-block;
  background: #040404;
  color: #fff;
  border: 0;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
}


/*----------- 分页 -----------*/
.pageNav{text-align:center;padding:0rem 0px 0;display:block; clear:both;}
.pageNav a,.pageNav span{text-align:center; min-width:3rem;height:3rem;line-height:3rem;margin: 0 0.3rem; display:inline-block;color:#666;background-color:#eee;border-radius:.3rem;vertical-align:top;font-size: 1.4rem;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.pageNav .v{line-height:3rem;}
.pageNav a:hover{background:#8c0f00;color:#fff;text-decoration:none;filter: alpha(opacity=68);opacity: 0.68;}
.pageNav span{color:#fff;background:#8c0f00;filter: alpha(opacity=60);opacity: 0.68;}
.pageNav .curr{color:#fff;background:#8c0f00;filter: alpha(opacity=60);opacity: 0.68;}
.commentpagebar .pageNav{ display: block!important}