/* 会动的飘窗 */
#roll {
    width: 340px;
    position: fixed; /*fixed实现绝对定位*/
    cursor: pointer;
    padding: 10px;
    color: #fff;
    text-indent: 2em;
    border-radius: 10px;
    z-index: 99;
    display: none;
    /* background: url("../img/rollbj.png") 0 0 no-repeat; */
    padding: 20px 30px;
    line-height: 23px;
}
#roll h1 {
    text-align: center;
    font-size: 22px;
    color: #fff;
}

#roll p {
    margin-top: 20px;
}
#roll p span,
#roll p {
    color: #ffffff;
    font-size: 16px !important;
}
#roll img {
    height: 13px;
    width: 13px;
    float: right;
    margin-right: 5px;
}

/* 相关链接 */
.footer > div {
    display: inline-block;
}
.footer .layui-form-item {
    margin: 0;
}
.footer .layui-form-label {
    font-size: 16px;
    padding: 5px 15px;
}
.footer .layui-form-select .layui-input {
    background-color: transparent;
    border-color: #f3f3f3;
    border-radius: 5px;
    color: #fff;
    height: 28px;
}
.footer .layui-form-select dd {
    color: #2d374b;
}

.interPageCenter .crumbs p,
.interPageCenter .crumbs p a,
.guideList #nav,
.guideList #nav a {
    color: #909090;
}
/* 指南共识 */
.mainDiv {
    width: 1200px;
    margin: 0 auto;
}

/* 列表页 */
.guideList .topDiv {
    /* overflow: hidden; */
    padding: 30px 0 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}
.guideList .topDiv .clea {
    clear: both;
}

.guideList .topDiv .leftDiv {
    height: 30px;
    float: left;
    display: inline-block;
    margin-right: 1%;
    position: relative;
}

.guideList .topDiv .rightDiv {
    float: right;
}

.guideList .topDiv .leftDiv ul.titleUl li {
    float: left;
    text-align: left;
    padding: 5px 18px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.guideList .topDiv .leftDiv ul.titleUl li.active {
    background: #00a6a9;
    border-radius: 20px;
    color: #fff;
}

.guideList .screenTiUl {
    float: right;
    /* margin-right: -20px; */
}

.guideList .screenTiUl li {
    float: left;
    text-align: left;
    padding: 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.guideList .screenTiUl li span {
    vertical-align: middle;
}

.guideList .screenTiUl .layui-input-inline {
    width: 100px;
}

.guideList .screenTiUl li span:first-child {
    padding: 3px 0px 3px 10px;
}

.guideList .yearSel {
    width: 100px;
    cursor: pointer;
    vertical-align: middle;
    background: none;
    text-align: center;
    padding: 3px 0px 3px 10px;
    outline: 0;
    border: 1px solid #c0c0c0;
    background-position-x: 56px;
}

.guideList .guideCon {
    overflow: hidden;
    margin-bottom: 20px;
}

.guideList .guideCon ul {
    width: 49%;
}

.guideList .guideCon ul li:nth-child(odd) {
    background: #f8f8f8;
}

.guideList .guideCon ul li {
    padding: 19px 55px;
    position: relative;
    height: 75px;
    box-sizing: border-box;
    line-height: 20px;
}
.guideList .guideCon ul li > b,
.guideList .guideCon ul li > span {
    position: absolute;
    width: 22px;
    height: 50px;
    left: 25px;
    top: 14px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-weight: 100;
}

.guideList .guideCon ul li a {
    font-size: 15px;
}

.guideList .guideCon ul li div {
    font-size: 12px;
    color: #666;
}

.guideList .guideCon ul li div,
.guideList .guideCon ul li div p,
.guideList .guideCon ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 20px;
}

.guideList .paging {
    text-align: center;
}

/* 详情页 */
.guideDetails .con {
    display: table;
    clear: both;
    width: 97%;
    margin: 20px auto;
    padding: 50px 30px 50px 60px;
    background-color: #f0f0f0;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.guideDetails .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.guideDetails .other {
    line-height: 20px;
    margin-bottom: 10px;
}

.guideDetails .other span:first-child {
    font-size: 16px;
    font-weight: 500;
}

.guideDetails .other span:last-child {
    color: #6f6f6f;
    font-size: 14px;
}

.guideDetails .contentText {
    text-indent: 2rem;
    color: #3c3c3c;
    line-height: 25px;
    font-size: 14px;
    padding-top: 5px;
}

.guideDetails .contentText p {
    font-size: 14px;
}

.guideDetails .lookP {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.guideDetails .lookBtn {
    cursor: pointer;
    background: #3082b4;
    font-size: 16px;
    text-align: center;
    width: 140px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    outline: 0;
    color: #fff;
    border: 0;
    margin-right: 10px;
}

.guideDetails .nav a {
    text-decoration: none;
}

/* 馆际互借 */
.interSearch {
    height: 156px;
    width: 100%;
    background-color: #ffffff;
}

.interSearch .logo {
    width: 570px;
    height: auto;
    margin-left: 15px;
    float: left !important;
}

.treeDiv {
    border: 1px solid #cccccc;
    width: 167px;
    height: 475px;
    float: left;
    overflow-y: auto;
    overflow-x: auto;
    margin-right: 40px;
}

.interSearch .searchMain {
    float: right;
    width: 560px;
    margin-top: 44px;
}

.interSearch .searchMain ul {
    overflow: hidden;
}

.interSearch .searchMain li {
    float: left;
    padding: 8px 15px;
    cursor: pointer;
}

.searchActive {
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}

.searchMain input {
    border: 1px solid #e4e4e4;
    width: 446px;
    height: 35px;
    padding: 0px 16px;
    outline: none;
    vertical-align: middle;
    font-size: 13px;
}

.searchMain button {
    height: 37px;
    width: 80px;
    color: #ffffff;
    border: 1px solid;
    margin-left: -7px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
}

.interPageCenter {
    width: 100%;
    background-color: #f3f3f3;
    height: auto;
    display: table;
}

.interPageCenter .crumbs {
    height: 58px;
    line-height: 58px;
    font-size: 15px;
    text-align: right;
}

.interPageCenter #title {
    display: block;
    width: 89%;
    float: left;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.interPageCenter .ebookBtn {
    width: 100px;
    float: left;
    display: inline-block;
    padding: 6px 12px;
    height: 44px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-left: 6px;
}

.interPageCenter .ebookTable {
    width: 100%;
    height: auto;
    display: table;
    border-collapse: collapse;
}

.interPageCenter .ebookTable {
    width: 100%;
    height: auto;
    display: table;
    border-collapse: collapse;
}

.main .detailsMain .layui-laypage a,
.main .detailsMain .layui-laypage span {
    border: 0;
    background: #d8d8d8;
    width: 28px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}

/* 馆际互借表格格式 */
.main .btnhujie{
    display: flex;
    border-bottom: 1px solid #d5d5d5;
}
.main .btnhujie p{
    padding: 7px 15px;    
    color: #fff;
    font-size: 16px;   
    background-color: #d5d5d5;
    cursor: pointer;
}
.main .btnhujie .active{
    background-color: #00a6a9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.qikan,.tushu{
    margin-top: 30px;
    margin-right: 70px;
}
.tushu{
    display: none;
}
.qikan .layui-form-item .layui-form-label,
.tushu .layui-form-item .layui-form-label{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    width: 75px;
}
/* 留言板样式 */
#leave-message{
    padding: 20px;
}
#leave-message .layui-form-item .layui-form-label{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    width: 50px;
}
#leave-message .layui-form-item .layui-input-block{
    margin-left: 80px;
}