html,
body,
.app {
    height: 100%;
    width: 100%;
    /* height: 100%; */
    color: #222222;
    position: relative;
    background-color: #F4F4F4;
    min-width: 1080px;
}

/* 头部导航栏 */
.header-wrapper {
    width: 100%;
    /* height: 100px; */
    height: 84px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
}

.header-wrapper .header {
    /* min-width: 1200px; */
    min-width: 900px;
    max-width: 1400px;
    /* margin: 0 auto; */
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.header-wrapper .header .logo {
    height: 100%;
    display: flex;
    align-items: center;


    position: absolute;
    top: 0;
    left: 0;
}

.header-wrapper .header .logo .logo-icon {
    display: block;
    width: 253px;
}

.header-wrapper .header .nav-wrapper {
    margin-left: 240px;


    display: flex;
    height: 100%;
    flex: 1;
}

.header-wrapper .header .nav-wrapper .nav-item {
    text-align: center;
    flex-shrink: 0;
    /* width: 130px; */
    height: 110px;
    /* height: 84px; */
    width: 14%;
    max-width: 130px;
    cursor: pointer;
    display: block;
}

.header-wrapper .header .nav-wrapper .nav-item.current {
    background-image: url(../images/index/page1/current-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    z-index: 100;

}


.header-wrapper .header .nav-wrapper .nav-item .nav-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    /* margin-top: 17px; */
    margin-top: 18px;
}

.header-wrapper .header .nav-wrapper .nav-item .nav-text {
    /* font-size: 16px; */
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.title-bg-c {
    width: 100%;
    /*height: 145px;*/
}

/* 头部导航栏 end*/


.wrapper {
    clear: both;
    width: 100%;
    min-height: 100%;
    background-color: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 85px;
}

.wrapper .news {
    /* display: block; */
    width: 960px;
    margin: 0 auto;
}


.wrapper .news .left {
    float: left;
    /* height: auto;
    height: 360px; */
    width: 230px;
    background-color: #FFFFFF;
    margin-right: 15px;
}

.wrapper .news .left .page-title {
    width: 230px;
    height: 107px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #E3C08C;
    background-image: url(../images/newList/title-bg.png);
}

.wrapper .news .left .page-title .page-title-text {
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
}

.wrapper .news .left .page-title .page-title-desc {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    opacity: 0.8;
    margin-top: 6px;
}

.wrapper .news .left .nav {
    width: 100%;
}

.wrapper .news .left .nav .nav-item-wrapper {
    padding: 0 20px;
    display: block;
    cursor: pointer;
    width: 100%;
}

.wrapper .news .left .nav .nav-item-wrapper .nav-content {
    border-bottom: 1px solid #eee;
}

.wrapper .news .left .nav .nav-item-wrapper .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper .news .left .nav .nav-item-wrapper.current .nav-item .title {
    text-decoration: none;
    color: #C8B390;
    margin: 10px 0 10px 4px;
}

.wrapper .news .left .nav .nav-item-wrapper .nav-item .go-icon {
    width: 7px;
    height: 12px;
    display: block;
    margin: 0;
    margin-right: 4px;
}

.wrapper .news .left .nav .nav-item-wrapper .nav-item .title {
    margin: 10px 0 10px 4px;
    color: #464855;
    font-size: 15px;
}

.wrapper .news .right {
    float: right;
    width: 711px;
    padding: 25px;
    background-color: #FFFFFF;
    position: relative;
    padding-bottom: 30px;
}

.wrapper .news .right .title-wrapper {
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}

.wrapper .news .right .title-wrapper .title-left {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464855;
}

.wrapper .news .right .title-wrapper .title-right {
    color: #999;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.wrapper .news .right .title-wrapper .title-right .page-home {
    margin: 0 6px;
}

.wrapper .news .right .title-wrapper .title-right .go-icon {
    width: 8px;
    height: 12px;
    display: block;
}

.wrapper .news .right .title-wrapper .title-right .lib-active {
    margin: 0 6px;
}

.wrapper .news .right .title-wrapper .title-right .new-notice {
    color: #999;
    margin-left: 6px;
}

.list-wrapper {
    width: 661px;
}

.list-wrapper .list-item {
    width: 100%;
    height: 226px;
    border: 1px solid #EEEEEE;
    margin-bottom: 24px;
    display: block;
}

.list-wrapper .list-item .book-info {
    width: 100%px;
    height: 140px;
    background: #F7F6F4;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
}

.list-wrapper .list-item .book-info .book-img {
    display: block;
    width: 80px;
    height: 110px;
    margin-right: 15px;
}

.list-wrapper .list-item .book-info .book-msg {
    flex: 1;
}

.list-wrapper .list-item .book-info .book-msg .book-name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.list-wrapper .list-item .book-info .book-msg .line-wrapper {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    display: flex;
}

.list-wrapper .list-item .book-info .book-msg .line-wrapper .txt-author {
    color: #333;
}

.list-wrapper .list-item .book-info .book-msg .line-wrapper .book-author {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-wrapper .list-item .book-info .book-msg .line-wrapper .book-index {
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
}

.list-wrapper .list-item .recom-desc {
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    position: relative;
}

.list-wrapper .list-item .recom-desc .recom-txt {
    position: absolute;
    top: 10px;
    left: 15px;
}
.list-wrapper .list-item .recom-desc .recom-desc-txt {
    color: #BE965D;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: 5em;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #D0AF7C;
}
#pageList{
    display: flex;
    justify-content: flex-end;
}
body{
    padding-bottom: 100px;
}



/* 左上固定按钮 start */
.fixed-list {
    position: fixed;
    top: 61%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.fixed-list .fixed-item {
    display: block;
    width: 70px;
    height: 70px;
    background: #F7F7F7;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    border-bottom: 1px solid #ddd;
    padding-top: 16px;
    cursor: pointer;
    position: relative;
}

.fixed-list .fixed-item .item-img {
    display: block;
    width: 24px;
    height: 24px;
    transform: scale(2);
    margin: 0 auto;
}

.fixed-list .fixed-item .item-text {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #737781;
}

.fixed-list .fixed-item .msg-wrapper {
    padding: 10px;
    background-color: #F7F7F7;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1000;
    font-size: 14px;
    color: #333;
    display: none;
}

.fixed-list .fixed-item .msg-wrapper .msg-content {}

.fixed-list .fixed-item .msg-wrapper .msg-content .wechat-img {
    display: block;
    width: 150px;
    height: 150px;
}

.fixed-list .fixed-item .msg-wrapper::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #F7F7F7;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

/* 左上固定按钮 end */

/* footer start */


.footer {
    width: 100%;
    height: 76px;
    background: #082337;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0;
}

.footer .msg-lib {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .msg-lib span {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.footer .msg-lib span:last-child {
    margin-right: 0;
}

.footer .msg-lib .police-icon {
    width: 16px;
    height: 18px;
    display: block;
    margin-right: 4px;
}
/* footer end */