﻿.page {
    width: 1200px;
    min-height: calc(100vh - 314px);
    margin: 90px auto 0;
}

.page .page_main {
    margin-top: 25px;
}

.page .page_main > div {
    box-shadow: 0px 0px 13px 1px rgba(25, 70, 157, 0.1);
    display: inline-block;
    vertical-align: top;
}

.page .page_main .page_con {
    width: 930px;
    padding: 45px 25px;
    box-sizing: border-box;
    min-height: 600px;
}
.page .page_main .page_con p {
    line-height: 35px;
    margin: 0 0 15px 0
}
.page .page_main .page_con p > img {
    max-width: 100%;
}

.page .page_main .page_con h1 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    border-bottom: solid 2px #1b8564;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.kong {
    width: 30%;
    margin: 100px auto;
}

.kong img {
    width: 100%;
}

/* 资源中心 */
.res .res_main .res_con ul li {
    width: 409px;
    height: 53px;
    background-color: #fafafa;
    display: inline-block;
    line-height: 53px;
    margin-bottom: 5px;
}

.res .res_main .res_con ul li:nth-of-type(even) {
    margin-left: 34px;
}

.res .res_main .res_con ul li i {
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #f9a357;
    margin-right: 20px;
}

.res .res_main .res_con ul li a {
    font-size: 15px;
    color: #333333;
    width: 290px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.res .res_main .res_con ul li:hover a {
    color: #199d75;
}

.res .res_main .res_con ul li span {
    width: 73px;
    height: 11px;
    font-size: 14px;
    line-height: 25px;
    color: #aaa;
}

/* 图书馆工具 */
/* .tools .tools_main .tools_con p {
    width: 810px;
} */

.tools .tools_main .tools_con .title {
    height: 53px;
    line-height: 53px;
    background-color: #f7f7f7;
    overflow: hidden;
    margin-bottom: 20px;
}

.tools .tools_main .tools_con .title span {
    font-size: 20px;
    color: #333333;
}

.tools .tools_main .tools_con .title span i {
    width: 7px;
    height: 7px;
    background-color: #f9a357;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tools .tools_main .tools_con .title a {
    font-size: 17px;
    color: #199d74;
    margin-right: 25px;
}

.tools .tools_main .tools_con .title img {
    width: 19px;
    height: 19px;
    vertical-align: -3px;
}

.tools .tools_main .tools_con .li_con {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-indent: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 35px;
}

/*  图书馆服务 */
.page .page_main .page_con h1 p {
    margin-top: 25px;
}

.page .page_main .page_con h1 span {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.page .page_main .page_con h1 img {
    width: 22px;
    height: 18px;
    margin-left: 24px;
    margin-right: 5px;
    vertical-align: -5px;
}
.service_con a:hover {
    color: #4b98df !important;
}

/* 全站检索 */

.search_div {
    width: 622px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    border: solid 1px #dddddd;
}

.search_div input {
    width: 450px;
    height: 48px;
    border: 0;
    padding: 0 20px;
    font-size: 15px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.search_div button {
    width: 125px;
    height: 49px;
    background-color: #189e74;
    border: solid 1px #dddddd;
    font-size: 18px;
    color: #ffffff;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    cursor: pointer;
}

.search_con ul {
    margin-top: 40px;
    padding: 0 10px;
}

.search_con ul li {
    margin-bottom: 40px;
}

.search_con p a,
.search_con p a b {
    font-size: 18px;
    color: #333333;
}

.search_con li b {
    color: #f97d57 !important;
    font-weight: 100;
}

.search_con p a:hover,
.search_con p a:hover b {
    color: #189e74 !important;
}

.search_con p span {
    font-size: 13px;
    line-height: 25px;
    color: #666666;
}

.search_con p span img {
    width: 18px;
    height: 17px;
    vertical-align: -3px;
    margin-right: 10px;
}

.search_con div b {
    font-size: 14px;
}

.search_con div {
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

/* 关于图书馆 */
.navigation .navigation_main .navigation_con ul li {
    width: 420px;
    height: 53px;
    background-color: #fafafa;
    display: inline-block;
    line-height: 53px;
    margin-bottom: 5px;
}

.navigation .navigation_main .navigation_con ul li:nth-of-type(even) {
    margin-left: 34px;
}

.navigation .navigation_main .navigation_con ul li i {
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #f9a357;
    margin-right: 20px;
}

.navigation .navigation_main .navigation_con ul li a {
    font-size: 15px;
    color: #333333;
    width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.navigation .navigation_main .navigation_con ul li span {
    width: 73px;
    height: 11px;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}