ul {
    list-style-type: none;
}

.ccont span b {
    display: inline-block;
    width: 140px;
}

.main-library {
    position: relative;
    overflow: auto;
    padding: 20px 30px;
}

.main-library article header {

    padding-bottom: 10px;

}


.main-library h3 {

    font-size: 2.0rem;

    margin-bottom: 30px;

}


.main-library h4 {

    margin-bottom: 5px;

    font-size: 1.8rem;

    color: #7D291A;

    margin-top: 15px;

}


.main-library p, .visit-main p {

    font-size: 1.7rem;

    line-height: 1.9;

    letter-spacing: 1.8px;

    margin: 12px 0px 20px 0;

}

.main-in {
    position: relative;
    margin: 10px 0 20px 0;
    min-height: 950px;
    font-size: 1.7rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-shadow {
    -moz-box-shadow: 0 0 80px #faf6c7;
    -webkit-box-shadow: 0 0 80px #faf6c7;
    box-shadow: 0 0 80px #faf6c7;
}

.history-wrap {
    display: block;
    clear: both;
    overflow: auto;
    margin-bottom: 20px;
}

.history-wrap .year {
    float: left;
    width: 80px;
    font-weight: bold;
}

.history-wrap .content p {
    margin: 0;
}

.search-wrap {
    float: right;
    margin-right: 30px;
    margin-bottom: 10px;
}

.search-wrap label {
    position: relative;
}

.search-wrap input {
    margin-left: 0.5em;
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    margin-bottom: 0.5em;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.search-button {
    position: absolute;
    top: 1px;
    right: 15px;
    width: 22px;
}

.books-list {
    clear: both;
    width: 100%;
    margin: 0 -14px 30px 18px;
}

.books-list li {
    float: left;
    width: 32%;
    margin-bottom: 25px;
}

.books-list td {
    float: left;
    width: 33%;
    margin-bottom: 25px;
}

.books-list a {
    display: block;
    margin: 0 15px;
    padding: 20px 20px 15px 20px;
    border: 1px #D3D2D1 solid;
    border-radius: 3px;
}

.books-list a .pic {
    display: block;
    text-align: center;
    height: 200px;
    margin-bottom: 20px;
}

.books-list a .pic img {
    border: 1px #FFFFFF solid;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.books-list a .tt {
    display: block;
    line-height: 25px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
}

.books-list a .txt {
    display: block;
    font-size: 16px;
    color: #888888;
    line-height: 22px;
}

.books-list a .txt p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.books-list a:hover {
    background: #F0EFEE;
    border: 1px #EBB976 solid;
    text-decoration: none;
    color: #CE4E00;
}

.books-list a:hover .txt {
    color: #DC9264;
}

.book-wrap {
    /*width: 900px;*/
    margin: 10px auto;
}

.book-wrap .pic {
    float: left;
    background: #F0F0F0 url('../images/no_pic.png') no-repeat center center;
    border: 10px #FFFFFF solid;
    box-shadow: 2px 2px 15px #CCCCCC;
    width: 200px;
    /*min-height: 260px;*/
}

.book-wrap .pic img {
    width: 100%;
}

.book-wrap .title {
    /*float: right;*/
    width: 630px;
    margin-bottom: 20px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}

/*.book-wrap .ZhaiYao{*/
/*  float: right;*/
/*  width: 630px;*/
/*  margin: -10px 0 25px 0;*/
/*  line-height: 25px;*/
/*  max-height: 84px;*/
/*  overflow: hidden;*/
/*  font-size: 15px;*/
/*  color: #707070;*/
/*}*/
.book-wrap .book-info {
    float: right;
    background: -moz-linear-gradient(bottom, rgba(250, 250, 175, 0.6), rgba(255, 246, 199, 0.3));

    background: -webkit-linear-gradient(bottom, rgba(250, 250, 175, 0.6), rgba(255, 246, 199, 0.3));

    background: -o-linear-gradient(bottom, rgba(250, 250, 175, 0.6), rgba(255, 246, 199, 0.3));

    background: -ms-linear-gradient(bottom, rgba(250, 250, 175, 0.6), rgba(255, 246, 199, 0.3));

    background: linear-gradient(to top, rgba(250, 250, 175, 0.6), rgba(255, 246, 199, 0.3));
    border: 1px #F0F0F0 solid;
    width: 630px;
    box-sizing: border-box;
    padding: 19px 15px 15px 25px;
    margin-bottom: 20px;
}

.book-wrap .book-info label {
    display: block;
    line-height: 25px;
    padding: 2px 0 2px 10px;
    margin-bottom: 10px;
    /*font-size: 13px;*/
    color: #444444;
}

.book-wrap .book-info .t {
    display: inline-block;
    width: 110px;
}

.book-wrap .book-info .t1 {
    margin-right: 8px;
}

.book-wrap .btns {
    height: 45px;
    text-align: center;
    padding: 15px;
}

.book-wrap .book-read {
    float: right;
    width: 630px;
    min-height: 30px;
    margin-bottom: 15px;
    text-align: right;
}

.book-wrap .book_btns {
    float: left;
    /*width: 200px;*/
    height: 35px;
    text-align: right;
}

.book-wrap .book_btns .btn {
    padding: 8px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    border-radius: 6px;
    color: inherit;
    margin-right: 10px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-primary {
    background: -moz-linear-gradient(bottom, rgba(255, 205, 205, 0.9), rgba(255, 255, 255, 1));

    background: -webkit-linear-gradient(bottom, rgba(255, 205, 205, 0.9), rgba(255, 255, 255, 1));

    background: -o-linear-gradient(bottom, rgba(255, 205, 205, 0.9), rgba(255, 255, 255, 1));

    background: -ms-linear-gradient(bottom, rgba(255, 205, 205, 0.9), rgba(255, 255, 255, 1));

    background: linear-gradient(to top, rgba(255, 205, 205, 0.8), rgba(255, 255, 255, 1));
    border: 1px solid #ffc9c9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
    background-color: #ffcdce !important;
}

.btn-block {
    display: block;
    width: 100%
}

.btn-revise {
    color: #418a51;
    font-size: 16px;
    font-weight: bold;

    letter-spacing: 1.5px;
    background: -moz-linear-gradient(bottom, rgba(122, 210, 141, 0.9), rgba(255, 255, 255, 1));

    background: -webkit-linear-gradient(bottom, rgba(122, 210, 141, 0.9), rgba(255, 255, 255, 1));

    background: -o-linear-gradient(bottom, rgba(122, 210, 141, 0.9), rgba(255, 255, 255, 1));

    background: -ms-linear-gradient(bottom, rgba(122, 210, 141, 0.9), rgba(255, 255, 255, 1));

    background: linear-gradient(to top, rgba(122, 210, 141, 0.9), rgba(255, 255, 255, 1));
    border: 1px solid #7ad28d;
}

.btn-revise:hover, .btn-revise:focus, .btn-revise:active, .btn-revise.active, .btn-revise.focus {
    background-color: #7ad28d !important;
    color: #224f2c;
    outline: none !important;
    border: 1px solid #7ad28d !important;
}

.list-title {
    position: relative;
    width: 100%;
    height: 40px;
}


.list-title p {
    padding-top: .6rem;
    margin-left: 28px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 8px;
    text-shadow: 1px 1px 4px #323232;

}

.list-page {
    position: relative;
    padding: 20px 40px;
    margin: 0 auto;
    height: 860px;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #5c4830;
}

.list-one {
    position: relative;
    display: block;
    clear: both;
    padding-top: 10px;
    text-align: left;
}

.list-one i {
    background-color: #218c5b;
    width: 13px;
    height: 13px;
    float: left;
    border-radius: 50%;
    margin: 10px 10px 0 0;
}

.list-one p:nth-child(even) {
    /*   text-align: left;
      width: 70%; */
    float: left;
    /*   overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; */

}

.list-one p:nth-child(odd) {
    text-align: right;

    float: right;
    vertical-align: middle;
}

.list-one a {
    color: #5c4830;
    text-decoration: none;
}

.list-one a:hover, .list-one:hover {
    color: #0063e3;
}

.list-one :hover i {
    background-color: #b34e4d;
}


.list-detail {
    position: relative;
    padding: 10px 10px 0 20px;
    font-size: 1.8rem;
    color: #5c4830;
    line-height: 2;
    height: 860px;
    overflow: hidden;


}

.list-detail h5 {
    text-align: center;


}

.list-detail .time {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2;
}

.list-detail ul {

    margin-bottom: 10px;

}

.list-detail ul li {
    list-style: disc;
    margin-left: 30px;

}

.list-detail img {
    width: 100%;

}

/*  分頁導航  */

.layui-laypage {
    display: block;
    *zoom: 1;
    vertical-align: middle;
    margin: 10px auto;
    padding-top: 15px;
    font-size: 0;
    clear: both;
    text-align: center;
}

.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    border-radius: 2px 0 0 2px
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 0 2px 2px 0
}

.layui-laypage > :first-child {
    margin-left: 0 !important
}

.layui-laypage > :last-child {
    margin-right: 0 !important
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #eee
}

.layui-laypage a, .layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 5px 0;
    background-color: transparent;
    color: #333;
    font-size: 18px
}

.layui-laypage a[data-page] {
    color: #333
}

.layui-laypage a {
    text-decoration: none !important;
    cursor: pointer
}

.layui-laypage a:hover {
    /*color: #16baaa*/
    color: #666 !important;
    background-color: #fcf6e3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcf6e3 0%, #fbf0cf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #fcf6e3 0%, #fbf0cf 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #fcf6e3 0%, #fbf0cf 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #fcf6e3 0%, #fbf0cf 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #fcf6e3 0%, #fbf0cf 100%);
    /* W3C */
}

.layui-laypage em {
    font-style: normal
}

.layui-laypage .layui-laypage-spr {
    color: #999;
    font-weight: 700
}

.layui-laypage .layui-laypage-curr {
    position: relative
}

.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #333 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    /*background-color: #16baaa*/
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    /* W3C */
}

.layui-laypage-em {
    border-radius: 2px
}

.layui-laypage-next em, .layui-laypage-prev em {
    font-family: Sim sun;
    font-size: 16px
}

.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    border: none
}

.layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh {
    vertical-align: top
}

.layui-laypage .layui-laypage-refresh i {
    font-size: 18px;
    cursor: pointer
}

.layui-laypage select {
    height: 22px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer
}

.layui-laypage .layui-laypage-skip {
    height: 30px;
    line-height: 30px;
    color: #999
}

.layui-laypage button, .layui-laypage input {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box
}

.layui-laypage input {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #16baaa !important
}

.layui-laypage button {
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer
}
