.mainContents{
    min-height: calc(100vh - 411px);
    display: flex;
    padding-top: 30px;
    box-sizing: border-box
}
.leftTitles{
    width: 240px;
    height: max-content;
    display: flex;
    flex-direction: column;
    box-shadow: -1px -1px 3px #ccc, 1px 1px 3px #ccc;
}
.leftTitles>p{
    width: 240px;
    height: 66px;
    background-color: #4177bd;
    color: #fff;
    line-height: 66px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
}
.leftTitles ul li{
    color: #333;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
}
.leftTitles ul li:nth-of-type(2n){
    background-color: #f5f5f5;
}
.leftTitles ul li i{
    color: #5a89c6;
}
.currentTarget span{
    color: #1a4884;
    font-weight: 600;
}
.rightContents{
    padding-left: 30px;
    width: 960px;
    box-sizing: border-box;
}
.rightContents .contentsTitles{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}
.contentsTitlesBox{
    position: relative;
}
.contentsTitlesBox .bar{
    width: 100%;
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contentsTitles>div:nth-of-type(1){
    border-bottom: 2px solid #1a4884;
    z-index: 1;
    color: #1a4884;
    font-size: 18px;
}
.contentsTitles>div:nth-of-type(2){
    font-size: 14px;
}
.questionTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.questionTitle>i{
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.questionTitle>p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 900px;
    color: #4d4d4d;
}
.questionTitle>p b{
    color: #999;
    margin-right: 6px;
}
.questionInfo{
    color: #737373;
    font-size: 14px;
    display: none;
    text-indent: 2em;
    position: relative;
}
.questionInfo .bar{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #1fb0e6;
}
.infoIsshow .questionTitle{
    border-bottom: none;
}
.infoIsshow .questionTitle>i{
    transform: rotate(180deg);
}
.infoIsshow .questionInfo{
    display: block;
    border-bottom: 2px solid #e7b403;
    padding-bottom: 20px;
}
.infoIsshow .questionTitle>p b{
    color: #e77e03;
}
/* 底部页码 */
.Pagination {
    height: 55px;
    line-height: 20px;
    color: #565656;
    clear: both;
    font-size: 12px;
    margin: 100px 190px 0;
}
.Pagination a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    border: 1px solid #cacaca;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 2px;
}
.Pagination span {
    margin-right: 5px;
    display: block;
    float: left;
    margin-left: 5px;
}
.Pagination .Ellipsis {
    line-height: 32px;
    overflow: hidden;
    display: none;
}
.Pagination div {
    float: left;
}
.Pagination a:hover, .Pagination a.PageCur {
    background-color: #2178CC;
    border: 1px solid #2178CC;
    color: #ffffff;
}
.Pagination a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    border: 1px solid #cacaca;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 2px;
}
cite.FormNum {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    padding-left: 10px;
}
cite.FormNum {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    padding-left: 10px;
}
cite.FormNum {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    padding-left: 10px;
}
#PageNum {
    color: #777;
    width: 30px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cacaca;
    margin: 0 5px;
    text-align: center;
    outline: none;
}
/* 规章制度 */
.rulesBox{
    margin-top: 26px;
}
.rulesBox li a{
    display: flex;
    justify-content: space-between;
    line-height: 34px;
}
.rulesBox li a:hover p:nth-of-type(1){
    color: #4177bd;
    text-decoration: underline;
}
.rulesBox li b{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4177bd;
    margin-right: 8px;
}
/* 内容详情页 本馆概况（单文） */
.infoContents{
    color: #333;
    letter-spacing: 1px;
    line-height: 26px;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: justify;
}
/* 在线留言 */
.messageTitles{
    background-color: #e6e6e6;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}
.messageContents>div{
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 16px;
}
.messageT{
    color: #0188af;
    line-height: 30px;
}
.messageCon{
    text-indent: 2em;
    color: #4d4d4d;
    padding-bottom: 8px;
}
.messageReaderInfo{
    color: #999;
}
.messageReaderInfo span:nth-last-of-type(3){
    color: #3b6173;
}
.messageT2{
    color: #af6b01;
    line-height: 30px;
}
.messageContents>div:nth-last-of-type(1){
    border: none;
}
.messageWrap li{
    border: 1px solid #ebebeb;
    margin-top: 20px;
}
.lineMessageWrap{
    position: relative;
}
.lineMessageBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1fb0e6;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -110px;
    top: 50px;
    cursor: pointer;
}
.lineMessageBox i{
    font-size: 40px;
}
.lineMessagePop{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(151,151,151,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.lineMessagePopContents{
    width: 440px;
    height: 600px;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    color: #333;
    position: relative;
    overflow: hidden;
}
.lineMessagePopContents>p{
    color: #1771b6;
    font-size: 20px;
    margin: 10px 0;
}
.lineMessagePopContents>p span{
    font-size: 14px;
}
.lineMessagePopContents ul li{
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.lineMessagePopContents ul li input{
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 400px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
}
.lineMessagePopContents ul li span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.star{
    color: #42add5;
    padding: 3px 6px 3px 0;
    box-sizing: border-box;
}
.qcon textarea{
    display: block;
    outline: none;
    resize:none;
    background-color: #f2f2f2;
    margin-left: 14px;
    width: 424px;
    height: 200px;
    overflow-y: auto;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 14px;
    box-sizing: border-box;
}
.lineMessagePopContents ul li.qcon{
    display: block;
}
.subLineMessage{
    background-color: #42add5;
    color: #fff;
    padding: 10px 40px 10px 50px;
    letter-spacing: 10px;
    border-radius: 8px;
    margin: 30px 118px;
    display: inline-block;
    cursor: pointer;
}
.qcon>span{
    margin-bottom: 10px;
}
.closePopBtn{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #42add5;
    color: #fff;
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}
.closePopBtn i{
    font-size: 24px;
    position: absolute;
    bottom: 22px;
    left: 22px;
}
/* 资源名称(表格) */
.tableTitle{
    color: #fff;
}
.tableTitle th{
    font-weight: normal;
    font-size: 18px;
}
tr td:nth-child(1){
    color: #1a4884;
}
tr td:nth-child(2){
    color: #333;
}
tr td:nth-last-child(1){
    color: #ff7c42;
}
td{
    font-size: 14px;
}
