﻿/* CSS 初始化 */



/*=======================detail========================*/

.bookLeft{
    width: 1000px;
    float: left;
}
.bookRight{
    width: 295px;
    float: right;
    padding-top: 275px;
}
.bookInfoBox{
    overflow: hidden;
    margin-bottom: 45px;
}
.bookInfoBox img{
    width: 155px;
    height: 210px;
    float: left;
}
.bookInfo{
    width: 810px;
    height: 210px;
    float: right;
}
.bookInfoTitle{
    margin-bottom: 40px;
}
.bookInfoTitle p{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}
.bookInfoTitle span{
    float: left;
    height: 24px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}
.bookInfoTxt{
    margin-bottom:20px ;
    overflow: hidden;
}
.bookInfoTxt p{
    width: 120px;
    margin-right: 20px;
    float: left;
    line-height: 14px;
    color: #999;
}
.bookInfoBut{
    margin-top: 58px;
}
.bookInfoBut a{
    width: auto;
    float: left;
    margin-right: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #dc8e8e;
    border-radius: 5px;
    text-align: center;
    margin-bottom: auto;
}
.bookInfoBut .blueBut{
    background:url("../images/bookInfoButIcon.png") no-repeat 16px center #7d839d;
    padding:0 20px 0 40px;
}
.bookAuthorBox{
    overflow: hidden;
    /*margin-bottom: 60px;*/
}
.detailTitle{
    height: 35px;
    border-bottom: 1px solid #e7e7e7;
}
.detailTitle p{
    float: left;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
}
.detailTitle a{
    float: right;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    line-height: 13px;
    text-align: center;
}
.detailCon{
    margin-top: 35px;
    margin-bottom: 30px;
    overflow: hidden;

}

.bookAuthorImg{
    width: 115px;
    height: 115px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background: no-repeat center #f0f0f0;
    background-size: cover;
}

.bookAuthorTxt{
    width: 840px;
    margin-right: 10px;
    float: right;
    line-height: 30px;
    height: 115px;
}

.boolCatalogBox{

}
.boolCatalog{
    /*padding: 0 20px;*/
    padding: 0 150px;
    padding: 0 50px 0 150px;
    overflow: hidden;
    height: 120px;
}
.boolCatalog p{
    width: 400px;
    height: 20px;
    line-height: 20px;
    float: left;
    margin-bottom: 20px;
}
.boolCatalog .boolCatalogCen{
    width: 820px;
    margin-top: 20px;
}
.rankBox{
    padding: 0 17px;
    height: 520px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.rankTitle{
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.rank a{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.rankShow{
    display: block;
    height: 20px;
}
.rankShow span,.rankMore span{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    width: 25px;
    padding-left: 5px;
    line-height: 20px;
}
.rankShow div{
    float: left;
    line-height: 20px;
}
.rankShow p{
    float: right;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.rankMore{
    display: none;
    height: 80px;
}
.rankMore div{
    float: left;
    width: 140px;
}
.rankMore div p{
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.rankMore div span{
    display: block;
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-weight: normal;
    padding-left: 0;
    margin-bottom: 5px;
}
.rankMore img{
    width: 60px;
    height: 80px;
    float: right;
}


.pagelist{
    text-align: center;
    margin: 20px 0 40px 0;
}
.pagelist em {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #d6d6d6;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-style: normal;
}
.pagelist #pa_hover {
    background-color: #7d839d;
}


.more_box {
    display: block;
    text-align: center;
    letter-spacing: normal;
    margin: 20px auto;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}
.show_in {
    display: inline-block;
    *display: inline;
    position: relative;
    vertical-align: top;
    letter-spacing: normal;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    background: #3587ea;
    border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(pie.htc);
    margin-right: 10px;
}
.show_top {
    display: inline-block;
    *display: inline;
    position: relative;
    vertical-align: top;
    letter-spacing: normal;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    background: #f90;
    border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(pie.htc);
    margin-right: 10px;
}


.PDFlistTitle{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--otherColor);
    margin:20px 0 30px;
    width: 1200px;
}
.PDFlistTitle2{
    font-weight: bold;
    color: var(--other2Color);
    margin-bottom: 20px;
    margin-top: 20px;
}
.PDFlist{
    width: 1320px;
    overflow: hidden;
}
.PDFlist a{
    float: left;
    width: 345px;
    height: 20px;
    margin: 0 80px 20px 0;
    color: var(--other3Color);
}
.boolContentBox .detailCon img{
    display:unset;
}
.boolContentBox .detailCon p{
    line-height: 30px;
}
.boolContentBox .detailCon span{
    line-height: 30px;
}
.boolContentBox .detailCon a{
    width: auto;
    height: auto;
    float: unset;
    margin-right: auto;
    margin-bottom: auto;
}

/*登录css*/
.login_ck {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../images/tit_bg.png);
    display: none;
}
.login_ck ul {
    display: block;
    width: 380px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -190px;
    background: #fff;
    border-top: 3px solid #06c;
}
.login_ck ul h3 {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0 15px;
}
.login_ck ul h3 .login_gb {
    display: inline;
    float: right;
    cursor: pointer;
    padding-top: 7px;
}
table {
    border-collapse: collapse;
}
.login_ck ul td {
    font-size: 12px;
}
.login_yhm {
    width: 279px;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
    border: 1px solid #ddd;
    background: url(../images/huiy_07.png) no-repeat 10px center;
}
.login_ma {
    width: 279px;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
    border: 1px solid #ddd;
    background: url(../images/huiy_10.png) no-repeat 10px center;
}
.login_zuce {
    display: inline;
    float: right;
    padding: 0 5px;
    color: #06c !important;
}
.login_mima {
    display: inline;
    float: right;
    padding: 0 5px;
}
.login_qq {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    color: #06c;
    background: url(../images/png_20.png) no-repeat center center;
}
.login_weixin {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    color: #06c;
    background: url(../images/png_22.png) no-repeat center center;
}