body {
  width: 100%;
  background-color: #f4f0df;
}
iframe {
  width: 100%;
  height: 100%;
}
.over_over {
  width: 100%;
  text-align: center;
  padding: .4rem 0rem;
  color: #cc4343;
  font-size: 14px;
}
.canvas_loading {
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #999;
  margin: 20px 0px;
}
@media (max-width: 750px) {
  .box {
    width: 100%;
    background-color: #f4f1ef;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .box header {
    width: 100%;
    background-color: #3b3938;
    z-index: 99999;
    position: relative;
  }
  .box header .headbox {
    width: 100%;
    height: 1.2rem;
    margin: auto;
    overflow: hidden;
    display: none;
  }
  .box header .headbox .headleft {
    width: 50%;
    height: 100%;
    line-height: 1.2rem;
    float: left;
  }
  .box header .headbox .headleft .img {
    width: 2rem;
  }
  .box header .headbox .headleft a {
    margin-right: .6rem;
    color: #937865;
    font-size: .32rem;
    display: inline-block;
  }
  .box header .headbox .headleft a img {
    vertical-align: middle;
  }
  .box header .headbox .headright {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
  }
  .box header .headbox .headright a {
    font-size: .24rem;
    color: white;
    line-height: 1.2rem;
    margin-left: .28rem;
  }
  .box header .headbox .headright a .ic {
    font-size: .2rem;
    background-color: white;
    border-radius: 50%;
    color: black;
  }
  .box header .headbox .headright a span {
    margin-left: .1rem;
    margin-right: .1rem;
  }
  .box header .mNav {
    display: block;
  }
  .box .content {
    width: 100%;
    background-color: white;
    padding: .4rem .4rem 0rem .4rem;
  }
  .box .content:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .con_left {
    width: 100%;
  }
  .box .content .con_left .bread_crumbs {
    color: #000;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    width: 100%;
    margin: 10px auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .box .content .con_left .bread_crumbs .book_title {
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
  }
  .box .content .con_left .tat {
    width: 100%;
    margin-bottom: .3rem;
  }
  .box .content .con_left .tat:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .con_left .tat .title {
    width: 100%;
    float: left;
  }
  .box .content .con_left .tat .title p {
    color: black;
    font-size: .24rem;
  }
  .box .content .con_left .tat .title p span {
    display: inline-block;
    padding: 0rem .1rem;
    border-left: .02rem solid black;
    border-right: .02rem solid black;
  }
  .box .content .con_left .tat .title h2 {
    font-size: .4rem;
    margin-top: .4rem;
    line-height: .6rem;
    color: #3c6269;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .content .con_left .tat .title h2 img {
    width: 40px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon {
    width: 30%;
    float: right;
  }
  .box .content .con_left .tat .icon ul .hear span {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../images/papericon/baogao/ting2.png) no-repeat;
    border-radius: 50%;
    margin-right: .2rem;
    background-size: contain;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon ul .hear .active {
    background: url(../images/papericon/baogao/ting1.png) no-repeat;
    background-size: contain;
  }
  .box .content .con_left .tat .icon ul .buy span {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../images/papericon/baogao/buy2.png) no-repeat;
    border-radius: 50%;
    margin-right: .2rem;
    background-size: contain;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon ul .buy .active {
    background: url(../images/papericon/baogao/buy1.png) no-repeat;
    background-size: contain;
  }
  .box .content .con_left .tat .icon ul .collection span {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../images/papericon/baogao/cang2.png) no-repeat;
    border-radius: 50%;
    margin-right: .2rem;
    background-size: contain;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon ul .collection .active {
    background: url(../images/papericon/baogao/cang1.png) no-repeat;
    background-size: contain;
  }
  .box .content .con_left .tat .icon ul .read span {
    background-color: #3c6269;
    color: white;
    text-align: center;
    line-height: .4rem;
    border-radius: 50%;
    margin-right: .2rem;
    font-size: .2rem;
    padding: .08rem;
  }
  .box .content .con_left .tat .icon ul li {
    color: #3c6269;
    line-height: .48rem;
  }
  .box .content .con_left .navlist {
    margin-bottom: .6rem;
  }
  .box .content .con_left .navlist ul li {
    padding: .2rem 0rem;
    border-top: .02rem solid #d3d3d3;
    color: black;
    line-height: .48rem;
    font-size: .24rem;
  }
  .box .content .con_left .navlist ul li:last-of-type {
    border-bottom: .02rem solid#d3d3d3;
  }
  .box .content .con_left .navlist ul li .liflex {
    display: flex;
    justify-content: space-between;
  }
  .box .content .con_left .navlist ul li .liflex .fang {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
    line-height: .48rem;
    background-color: #3c6269;
  }
  .box .content .con_left .navlist ul li .liflex > span {
    display: block;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .box .content .con_left .navlist ul li .liflex .yema {
    width: 30%;
    min-width: 30%;
  }
  .box .content .con_left .navlist ul li .liflex .zishu {
    width: 30%;
    min-width: 30%;
  }
  .box .content .con_left .navlist ul li .liflex .xq {
    cursor: pointer;
    overflow: none;
    text-align: right;
  }
  .box .content .con_left .navlist ul li .liflex .xq span {
    font-size: .24rem;
    margin-left: .1rem;
  }
  .box .content .con_left .navlist ul li .liflex .xq .a {
    display: none;
  }
  .box .content .con_left .navlist ul li .liflex .xq .b {
    display: inline;
  }
  .box .content .con_left .navlist ul li .liflex .active {
    color: #3c6269;
  }
  .box .content .con_left .navlist ul li .liflex .jiage {
    flex: 1;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .free {
    font-size: .28rem !important;
  }
  .box .content .con_left .navlist ul li .liflex .jiage i {
    margin-right: .2rem;
    font-style: normal;
  }
  .box .content .con_left .navlist ul li .liflex .jiage i:first-of-type {
    font-size: .4rem;
    color: #dd9c22;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .last {
    text-decoration: line-through;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .gou {
    font-size: .28rem;
    color: #dd9c22;
    cursor: pointer;
  }
  .box .content .con_left .navlist ul li .tishi2 {
    color: red;
    font-size: 12px;
    line-height: 16px;
  }
  .box .content .con_left .navlist ul li .action {
    width: 100%;
    text-align: right;
  }
  .box .content .con_left .navlist ul li .action a {
    margin-left: 0.1rem;
  }
  .box .content .con_left .navlist ul li .action .gou {
    font-size: .24rem;
    color: #dd9c22;
    cursor: pointer;
  }
  .box .content .con_left .navlist ul li .first {
    font-size: .24rem;
    display: block;
  }
  .box .content .con_left .navlist ul li .first .first_left span {
    width: 96% !important;
  }
  .box .content .con_left .navlist ul li .first span {
    display: inline-block;
  }
  .box .content .con_left .navlist ul li .first span:first-of-type {
    width: 15%;
  }
  .box .content .con_left .navlist ul li .first span:nth-last-of-type(2) {
    width: 65%;
  }
  .box .content .con_left .navlist ul li .first span:last-of-type {
    width: 20%;
  }
  .box .content .con_left .navlist ul li .too {
    width: 100%;
    background-color: #91a7ab;
    margin-top: .3rem;
    margin-bottom: .2rem;
    border-radius: .2rem;
    padding: .18rem .4rem;
    color: white;
    font-size: .26rem;
    position: relative;
  }
  .box .content .con_left .navlist ul li .too::after {
    content: "";
    width: 0rem;
    height: 0rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-bottom: .4rem solid #91a7ab;
    position: absolute;
    top: -0.3rem;
    left: 15%;
  }
  .box .content .con_left .navlist ul li .too span {
    color: #ebe4e4;
  }
  .box .content .con_left .navlist ul li .too a {
    color: white;
  }
  .box .content .con_left .wenzhang {
    margin-bottom: .6rem;
  }
  .box .content .con_left .wenzhang .bt {
    margin-bottom: .4rem;
  }
  .box .content .con_left .wenzhang .bt .die {
    padding: 0rem;
    color: #3c6269;
  }
  .box .content .con_left .wenzhang .bt h6 {
    font-size: .24rem;
    font-weight: 600;
    color: black;
    margin-bottom: .2rem;
  }
  .box .content .con_left .wenzhang .bt h6 a {
    color: #3c6269;
    font-size: .24rem;
    float: right;
  }
  .box .content .con_left .wenzhang .bt ul li {
    color: #6a6969;
    font-size: .24rem;
    line-height: .4rem;
  }
  .box .content .con_left .wenzhang .bt p {
    font-size: .24rem;
    text-align: justify;
    color: #6a6969;
    line-height: .4rem;
    margin-bottom: .2rem;
  }
  .box .content .con_left .wenzhang .bt p a {
    padding: 0rem .1rem;
    color: #3c6269;
  }
  .box .content .con_left .wenzhang .yueduqi {
    width: 100%;
    height: 17.2rem;
    background-color: #f4f4f4;
    margin-top: .6rem;
    padding: .08rem;
    position: relative;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title {
    width: 100%;
    border-top-right-radius: .1rem;
    border-top-left-radius: .1rem;
    background-color: #fcfcfc;
    color: #333;
    overflow: hidden;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_title {
    width: 100%;
    line-height: .66rem;
    font-size: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: block;
    padding: 0 0.2rem;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 5px;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page {
    line-height: .66rem;
    font-size: .24rem;
    padding: 0 0.2rem;
    margin-bottom: 0px;
    text-align: right;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .one {
    padding: 0rem .08rem;
    border: .02rem solid #3c6269;
    margin-right: .1rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .two {
    margin-left: .06rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .y_go {
    margin-left: .2rem;
    color: #3c6269;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .y_go span {
    vertical-align: middle;
    font-size: .24rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .y_go span:nth-of-type(1) {
    margin-left: .2rem;
    color: #e3e3e3;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .y_go span:nth-of-type(2) {
    color: #cfcfcf;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_title .y_page .y_go span:nth-of-type(3) {
    color: #aaaaaa;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content {
    padding: .52rem .52rem .2rem .52rem;
    height: 15.38rem;
    background-color: #f5f8fd;
    margin-top: .08rem;
    overflow-y: scroll;
    /*滚动条的上下两端的按钮*/
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content::-webkit-scrollbar {
    width: 4px;
    background: #eaeced;
    box-shadow: 0rem 0.01rem 0.01rem 0rem rgba(1, 69, 132, 0.5);
    border-radius: 0.08rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content::-webkit-scrollbar-thumb {
    border-radius: 0.08rem;
    background: #dcdcdc;
    box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(44, 47, 49, 0.4);
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content::-webkit-scrollbar-button {
    height: 0rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content h3 {
    color: #606266;
    text-align: center;
    font-size: .28rem;
    font-weight: 550;
    padding-bottom: .16rem;
    margin: .2rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content h3:first-child {
    font-size: .34rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content .canvas_show {
    width: 100%;
    position: relative;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content .canvas_show canvas {
    width: 100%;
    display: block;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content .tips_show {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content .tips_show sup {
    position: absolute;
    opacity: 0;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_content .tips_show sup span {
    height: 100%;
    display: block;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_over {
    width: 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding-top: .6rem;
    background: #ffffff;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), #ffffff);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    /*IE10及IE10+*/
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_over p {
    width: 100%;
    text-align: center;
    font-size: .24rem;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_over .yover {
    color: #333;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_over .gomoney a {
    color: #dd9c22;
  }
  .box .content .con_left .wenzhang .yueduqi .yueduqi_over .vipfree {
    color: #91a7ab;
  }
  .box .content .con_left .wenzhang .more {
    width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #3c6269;
    cursor: pointer;
  }
  .box .content .con_right {
    width: 100%;
    font-size: .28rem;
    margin-bottom: .6rem;
  }
  .box .content .con_right .search {
    padding-bottom: .4rem;
  }
  .box .content .con_right .search p {
    margin-bottom: .2rem;
    font-weight: 600;
    color: #3c6269;
  }
  .box .content .con_right .search div {
    width: 100%;
    height: .6rem;
    border: .02rem solid #3c6269;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
  }
  .box .content .con_right .search div input {
    width: 85%;
    border: none;
    outline: none;
    height: .6rem;
    float: left;
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .box .content .con_right .search div span {
    width: 15%;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: .4rem;
    float: left;
    line-height: .6rem;
    font-weight: 600;
    position: relative;
    color: #333;
  }
  .box .content .con_right .search div span::before {
    content: "";
    width: .02rem;
    height: .4rem;
    position: absolute;
    left: 0rem;
    top: .1rem;
    background-color: #a6a3a3;
  }
  .box .content .con_right .more {
    width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #3c6269;
    cursor: pointer;
    margin-top: .4rem;
  }
  .box .content .con_right .rtit {
    width: 100%;
    margin-bottom: .6rem;
  }
  .box .content .con_right .rtit p {
    width: 100%;
    padding: .1rem .4rem;
    background-color: #3c6269;
    color: white;
    font-size: .28rem;
    font-weight: 600;
  }
  .box .content .con_right .rtit .pwen {
    background-color: white;
    color: black;
    margin-top: .2rem;
    padding: 0rem;
    font-size: .24rem;
    font-weight: normal;
  }
  .box .content .con_right .rtit .img {
    width: 100%;
    height: 8rem;
    padding: .2rem;
    overflow-y: scroll;
    background-color: #eaeced;
    margin-top: .2rem;
    /*滚动条的上下两端的按钮*/
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar {
    width: 0.08rem;
    background: #eaeced;
    box-shadow: 0rem 0.01rem 0.01rem 0rem rgba(1, 69, 132, 0.5);
    border-radius: 0.08rem;
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar-thumb {
    border-radius: 0.08rem;
    background: #91a7ab;
    box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(44, 47, 49, 0.4);
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar-button {
    height: 0rem;
  }
  .box .content .con_right .rtit .img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .box .content .con_right .rtit .paper_text {
    padding: .2rem 0rem 0rem 0rem;
    font-size: .24rem;
    color: #333;
  }
  .box .content .con_right .rtit ul li {
    margin-top: .2rem;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  .box .content .con_right .rtit ul li:first-of-type {
    font-weight: 600;
  }
  .box .content .con_right .rtit ul li .ic {
    font-size: .24rem;
    margin-right: .04rem;
  }
  .box .content .con_right .rtit ul li span:hover {
    color: #3c6269;
  }
  .box .content .con_right .rtit ul li ol {
    padding: 0rem 0rem 0rem .5rem;
    display: none;
  }
  .box .content .con_right .rtit ul li ol li {
    font-weight: 500 !important;
    display: block;
  }
  .box .content .con_right .rtit ul li ol li ol {
    padding: 0rem 0rem 0rem .6rem;
    display: none;
  }
  .box .content .con_right .rtit ul li ol li ol li {
    font-weight: 500 !important;
  }
  .box footer {
    width: 100%;
    background-color: #f4f1ef;
    overflow: hidden;
    padding: 0rem .2rem;
  }
  .box footer .food {
    width: 100%;
    margin: auto;
    height: 100%;
    border-top: .02rem solid #6a6969;
    padding: .2rem .2rem .6rem .2rem;
    margin-top: .2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .box footer .food .left {
    width: 15%;
    color: black;
    float: left;
    text-align: center;
    margin-left: .2rem;
  }
  .box footer .food .right {
    width: 70%;
    float: left;
    margin-left: .6rem;
    font-size: .24rem;
    color: black;
    line-height: .34rem;
    font-weight: 600;
  }
  .canvas_reader {
    width: 0px;
    height: 0px;
    display: none;
  }
  .load_canvas_list {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  .load_canvas_list h6 {
    font-size: 12px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .load_canvas_list h6 a {
    color: #3c6269;
    font-size: 12px;
    float: right;
  }
  .load_canvas_list p {
    font-size: 12px;
    text-align: justify;
    color: #6a6969;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .load_canvas_list p a {
    padding: 0px 5px;
    color: #3c6269;
  }
  .load_canvas_list img {
    max-width: 92%;
    display: block;
  }
  .load_canvas_list h3 {
    color: #606266;
    text-align: center;
    font-size: 14px;
    font-weight: 550;
    padding-bottom: 8px;
    margin: .2rem;
  }
  .load_canvas_list h3:first-child {
    font-size: .34rem;
  }
}
@media (min-width: 750px) {
  .box {
    width: 100%;
    background-color: white;
    position: relative;
    z-index: 1;
  }
  .box header {
    width: 100%;
    background-color: #3b3938;
    z-index: 99999;
    position: relative;
    z-index: 1;
  }
  .box header .headbox {
    width: 1200px;
    height: 60px;
    margin: auto;
    overflow: hidden;
  }
  .box header .headbox .headleft {
    width: 50%;
    height: 100%;
    line-height: 60px;
    float: left;
  }
  .box header .headbox .headleft .img {
    width: 100px;
  }
  .box header .headbox .headleft a {
    margin-right: 30px;
    color: #937865;
    font-size: 16px;
    display: inline-block;
  }
  .box header .headbox .headleft a img {
    vertical-align: middle;
  }
  .box header .headbox .headright {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
  }
  .box header .headbox .headright a {
    font-size: 12px;
    color: white;
    line-height: 60px;
    margin-left: 14px;
  }
  .box header .headbox .headright a .ic {
    padding: 5px;
    font-size: 10px;
    background-color: white;
    border-radius: 50%;
    color: black;
  }
  .box header .headbox .headright a span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .box header .mNav {
    display: none;
  }
  .box .content {
    width: 1200px;
    margin: auto;
    background-color: white;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .box .content:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .con_left {
    width: 75%;
    float: left;
    padding-right: 40px;
  }
  .box .content .con_left .bread_crumbs {
    color: #000;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    width: 100%;
    margin: 10px auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .box .content .con_left .bread_crumbs .book_title {
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
  }
  .box .content .con_left .tat {
    width: 100%;
    margin-bottom: 30px;
  }
  .box .content .con_left .tat:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .con_left .tat .title {
    width: 100%;
    float: left;
  }
  .box .content .con_left .tat .title p {
    color: black;
    font-size: 12px;
  }
  .box .content .con_left .tat .title p span {
    display: inline-block;
    padding: 0px 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
  .box .content .con_left .tat .title h2 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
    color: #3c6269;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .content .con_left .tat .title h2 img {
    width: 40px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon {
    width: 11%;
    float: right;
  }
  .box .content .con_left .tat .icon ul .hear span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/papericon/baogao/ting2.png) no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    background-size: contain;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon ul .hear .active {
    background: url(../images/papericon/baogao/ting1.png) no-repeat;
    background-size: contain;
  }
  .box .content .con_left .tat .icon ul .buy span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/papericon/baogao/buy2.png) no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    background-size: contain;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon ul .buy .active {
    background: url(../images/papericon/baogao/buy1.png) no-repeat;
    background-size: contain;
  }
  .box .content .con_left .tat .icon ul .collection span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/papericon/baogao/cang2.png) no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    background-size: contain;
    vertical-align: middle;
  }
  .box .content .con_left .tat .icon ul .collection .active {
    background: url(../images/papericon/baogao/cang1.png) no-repeat;
    background-size: contain;
  }
  .box .content .con_left .tat .icon ul .read span {
    background-color: #3c6269;
    color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 10px;
    padding: 4px;
  }
  .box .content .con_left .tat .icon ul li {
    color: #3c6269;
    line-height: 24px;
  }
  .box .content .con_left .navlist {
    margin-bottom: 30px;
  }
  .box .content .con_left .navlist ul li {
    padding: 10px 0px;
    border-top: 1px solid #d3d3d3;
    color: black;
    line-height: 24px;
  }
  .box .content .con_left .navlist ul li:nth-of-type(2) {
    border-top: 0px;
  }
  .box .content .con_left .navlist ul li .liflex {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }
  .box .content .con_left .navlist ul li .liflex .fang {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    line-height: 24px;
    background-color: #3c6269;
  }
  .box .content .con_left .navlist ul li .liflex > span {
    width: 30%;
    display: inline-block;
    text-align: left;
    padding-right: 5px;
  }
  .box .content .con_left .navlist ul li .liflex .max_50 {
    width: 100%;
  }
  .box .content .con_left .navlist ul li .liflex .chuchutext {
    width: 70%;
    max-width: 70%;
  }
  .box .content .con_left .navlist ul li .liflex .yema {
    width: 20%;
  }
  .box .content .con_left .navlist ul li .liflex .zishu {
    width: 25%;
  }
  .box .content .con_left .navlist ul li .liflex .xq {
    cursor: pointer;
    overflow: none;
    text-align: right;
  }
  .box .content .con_left .navlist ul li .liflex .xq span {
    font-size: 12px;
    margin-left: 5px;
  }
  .box .content .con_left .navlist ul li .liflex .xq .a {
    display: none;
  }
  .box .content .con_left .navlist ul li .liflex .xq .b {
    display: inline;
  }
  .box .content .con_left .navlist ul li .liflex .xpian {
    width: 30%;
    display: block;
    text-align: right;
    color: #3c6269;
  }
  .box .content .con_left .navlist ul li .liflex .active {
    color: #3c6269;
  }
  .box .content .con_left .navlist ul li .liflex .jiage {
    width: 50%;
  }
  .box .content .con_left .navlist ul li .liflex .jiage i {
    margin-right: 10px;
    font-style: normal;
  }
  .box .content .con_left .navlist ul li .liflex .jiage i:first-of-type {
    font-size: 20px;
    color: #dd9c22;
    font-weight: 600;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .free {
    font-size: 14px !important;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .last {
    text-decoration: line-through;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .gou {
    font-size: 14px;
    color: #dd9c22;
    cursor: pointer;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .gou .buy {
    padding: 2px;
    background-color: #dd9c22;
    color: white;
    border-radius: 50%;
    margin-right: 5px;
    box-sizing: border-box;
  }
  .box .content .con_left .navlist ul li .liflex .jiage .gou .collect {
    padding: 1px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #dd9c22;
    box-sizing: border-box;
  }
  .box .content .con_left .navlist ul li .tishi2 {
    max-width: 50%;
    color: red;
    font-size: 12px;
    line-height: 18px;
    margin-top: -20px;
  }
  .box .content .con_left .navlist ul li .action {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .box .content .con_left .navlist ul li .action .gou {
    font-size: 14px;
    color: #dd9c22;
    cursor: pointer;
  }
  .box .content .con_left .navlist ul li .action .gou .buy {
    padding: 2px;
    background-color: #dd9c22;
    color: white;
    border-radius: 50%;
    margin-right: 5px;
    box-sizing: border-box;
  }
  .box .content .con_left .navlist ul li .action .gou .collect {
    padding: 1px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #dd9c22;
    box-sizing: border-box;
  }
  .box .content .con_left .navlist ul li .first {
    font-size: 13px;
  }
  .box .content .con_left .navlist ul li .too {
    width: 100%;
    background-color: #91a7ab;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 9px 20px;
    color: white;
    font-size: 13px;
    position: relative;
  }
  .box .content .con_left .navlist ul li .too::after {
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #91a7ab;
    position: absolute;
    top: -15px;
    left: 8%;
  }
  .box .content .con_left .navlist ul li .too span {
    color: #ebe4e4;
  }
  .box .content .con_left .navlist ul li .too a {
    color: white;
  }
  .box .content .con_left .wenzhang {
    margin-bottom: 30px;
  }
  .box .content .con_left .wenzhang .bt {
    margin-bottom: 20px;
  }
  .box .content .con_left .wenzhang .bt .die {
    padding: 0px;
    color: #3c6269;
  }
  .box .content .con_left .wenzhang .bt h6 {
    font-size: 12px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .box .content .con_left .wenzhang .bt h6 a {
    color: #3c6269;
    font-size: 12px;
    float: right;
  }
  .box .content .con_left .wenzhang .bt ul li {
    color: #6a6969;
    font-size: 14px;
    line-height: 25px;
  }
  .box .content .con_left .wenzhang .bt p {
    font-size: 14px;
    text-align: justify;
    color: #6a6969;
    line-height: 25px;
    margin-bottom: 14px;
  }
  .box .content .con_left .wenzhang .bt p a {
    padding: 0px 5px;
    color: #3c6269;
  }
  .box .content .con_left .wenzhang .bt .yueduqi {
    width: 100%;
    height: 820px;
    background-color: #f4f4f4;
    margin-top: 30px;
    padding: 4px;
    position: relative;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title {
    width: 100%;
    height: 43px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fcfcfc;
    color: #333;
    overflow: hidden;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_title {
    float: left;
    line-height: 43px;
    margin-left: 30px;
    font-size: 14px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page {
    float: right;
    line-height: 43px;
    font-size: 12px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .one {
    padding: 0px 4px;
    border: 1px solid #3c6269;
    margin-right: 5px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .two {
    margin-left: 3px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .pdf_link {
    margin-left: 20px;
    color: #253d48;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .y_go {
    margin-left: 10px;
    color: #3c6269;
    margin-right: 15px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .y_go span {
    vertical-align: middle;
    font-size: 12px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .y_go span:nth-of-type(1) {
    margin-left: 10px;
    color: #e3e3e3;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .y_go span:nth-of-type(2) {
    color: #cfcfcf;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_title .y_page .y_go span:nth-of-type(3) {
    color: #aaaaaa;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content {
    padding: 26px 26px 10px 26px;
    height: 769px;
    background-color: #f5f8fd;
    margin-top: 4px;
    overflow-y: scroll;
    /*滚动条的上下两端的按钮*/
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content::-webkit-scrollbar {
    width: 4px;
    background: #eaeced;
    box-shadow: 0rem 0.01rem 0.01rem 0rem rgba(1, 69, 132, 0.5);
    border-radius: 0.08rem;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content::-webkit-scrollbar-thumb {
    border-radius: 0.08rem;
    background: #dcdcdc;
    box-shadow: 0px 1px 3px 0px rgba(44, 47, 49, 0.4);
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content::-webkit-scrollbar-button {
    height: 0px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content h3 {
    color: #606266;
    text-align: center;
    font-size: 16px;
    font-weight: 550;
    padding-bottom: 8px;
    margin: 10px 0;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content h3:first-child {
    font-size: 20px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content .canvas_show {
    width: 100%;
    position: relative;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content .canvas_show canvas {
    width: 100%;
    display: block;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content .tips_show {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content .tips_show sup {
    position: absolute;
    opacity: 0;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_content .tips_show sup span {
    height: 100%;
    display: block;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_over {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 30px;
    background: #ffffff;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), #ffffff);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    /*IE10及IE10+*/
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_over p {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_over .yover {
    color: #333;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_over .gomoney a {
    color: #dd9c22;
  }
  .box .content .con_left .wenzhang .bt .yueduqi .yueduqi_over .vipfree {
    color: #91a7ab;
  }
  .box .content .con_left .wenzhang .more {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #3c6269;
    cursor: pointer;
  }
  .box .content .con_right {
    width: 25%;
    float: right;
    font-size: 14px;
  }
  .box .content .con_right .search {
    padding-bottom: 20px;
  }
  .box .content .con_right .search p {
    margin-bottom: 10px;
    font-weight: 600;
    color: #3c6269;
  }
  .box .content .con_right .search div {
    width: 100%;
    height: 30px;
    border: 1px solid #3c6269;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .box .content .con_right .search div input {
    width: 85%;
    border: none;
    outline: none;
    height: 30px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box .content .con_right .search div span {
    width: 15%;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 20px;
    float: left;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    color: #333;
  }
  .box .content .con_right .search div span::before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #a6a3a3;
  }
  .box .content .con_right .more {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #3c6269;
    cursor: pointer;
    margin-top: 20px;
  }
  .box .content .con_right .rtit {
    width: 100%;
    margin-top: 30px;
  }
  .box .content .con_right .rtit:last-of-type p {
    cursor: pointer;
  }
  .box .content .con_right .rtit:last-of-type p:hover {
    color: #dd9c22;
  }
  .box .content .con_right .rtit p {
    width: 100%;
    padding: 5px 20px;
    background-color: #3c6269;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }
  .box .content .con_right .rtit .pwen {
    background-color: white;
    color: black;
    margin-top: 10px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
  }
  .box .content .con_right .rtit .img {
    width: 100%;
    height: 400px;
    padding: 10px;
    overflow-y: scroll;
    background-color: #eaeced;
    margin-top: 10px;
    /*滚动条的上下两端的按钮*/
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar {
    width: 0.08rem;
    background: #eaeced;
    box-shadow: 0rem 0.01rem 0.01rem 0rem rgba(1, 69, 132, 0.5);
    border-radius: 0.08rem;
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar-thumb {
    border-radius: 0.08rem;
    background: #91a7ab;
    box-shadow: 0px 1px 3px 0px rgba(44, 47, 49, 0.4);
  }
  .box .content .con_right .rtit .img::-webkit-scrollbar-button {
    height: 0px;
  }
  .box .content .con_right .rtit .img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .box .content .con_right .rtit .paper_text {
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    color: #333;
  }
  .box .content .con_right .rtit ul li {
    margin-top: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  .box .content .con_right .rtit ul li:first-of-type {
    font-weight: 600;
  }
  .box .content .con_right .rtit ul li .ic {
    font-size: 12px;
    margin-right: 2px;
  }
  .box .content .con_right .rtit ul li span:hover {
    color: #3c6269;
  }
  .box .content .con_right .rtit ul li ol {
    padding: 0px 0px 0px 25px;
    display: none;
  }
  .box .content .con_right .rtit ul li ol li {
    font-weight: 500 !important;
    display: block;
  }
  .box .content .con_right .rtit ul li ol li ol {
    padding: 0px 0px 0px 30px;
    display: none;
  }
  .box .content .con_right .rtit ul li ol li ol li {
    font-weight: 500 !important;
  }
  .box footer {
    width: 100%;
    border-top: 1px solid #6a6969;
  }
  .box footer .food {
    width: 680px;
    margin: auto;
    height: 100%;
    padding-top: 29px;
    padding-bottom: 70px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .box footer .food .left {
    width: 10%;
    color: black;
    float: left;
    margin-right: 50px;
  }
  .box footer .food .left img {
    width: 100%;
  }
  .box footer .food .right {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    color: black;
    line-height: 17px;
    font-weight: 600;
  }
  .canvas_reader {
    width: 0px;
    height: 0px;
    display: none;
  }
  .load_canvas_list {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  .load_canvas_list h6 {
    font-size: 12px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .load_canvas_list h6 a {
    color: #3c6269;
    font-size: 12px;
    float: right;
  }
  .load_canvas_list p {
    font-size: 14px;
    text-align: justify;
    color: #6a6969;
    line-height: 25px;
    margin-bottom: 14px;
  }
  .load_canvas_list p a {
    padding: 0px 5px;
    color: #3c6269;
  }
  .load_canvas_list img {
    max-width: 92%;
  }
  .load_canvas_list h3 {
    color: #606266;
    text-align: center;
    font-size: 16px;
    font-weight: 550;
    padding-bottom: 8px;
    margin: 10px 0;
  }
  .load_canvas_list h3:first-child {
    font-size: 20px;
  }
}
