.book-box{
	margin-top: 80px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

body {
    padding-bottom: 60px
}

.book-fm {
    width: 32%;
    margin-right: 5%;
    min-width: 108px;
}

.book-name {
    padding-bottom: 5px;
}




.ts-header {
    position: relative;
    padding-bottom: 10px;
}

.book-ms {
    position: relative;
    padding: 1px 0;
}


.book-bq {
    font-size: 12px;
    color: #CECECE;
}

.book-zk {
    position: relative;
    padding: 10px 0 30px 0;
}

.control-box {
    display: block;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    background: #17898B;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
a.control-box:VISITED {
    color: #fff;
}
a.control-box:ACTIVE {
    color: #fff;
}


.book-ms:before,
.book-zk:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
    transform: scaleY(0.5);
    background: #E8E8E8;
}

.book-tj {
    margin: 20px 0px;
}

.doc-info-title {
    width: 90%;
    margin: auto
}

.book-tj-list {
    margin-bottom: 0px;
}

.book-tj-list li {
    float: left;
    width: 29%;
    margin-left: 2%
}
.book-tj-list li:first-child{
    margin-left: 5%;
}

.book-tj-list li a {
    display: block;
}
.book-tj-list li a div {
    display: block;
    width: 100%;
    height: 128px;
    position: relative;
    border: 1px solid #ddd;
}

.book-tj-list li a img {
    max-width: 94%;
    max-height: 94%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.tj-name {
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}