.header {
    width: 100%;
    background: #fff;
    position: relative;
}

.header::before {
    content: '';
    width: 100%;
    height: 8px;
    display: inline-block;
    background: url(../img/topBg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.head {
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 64px;
    padding-top: 8px;
}

.head h1 {
    width: 23%;
    text-align: center;
}

.head h1 img {
    width: 100%;
    max-height: 75px;
}

.topRight {
    width: 77%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topBox {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}


.search {
    margin-left: 20px;
    position: relative;
}

.search-in {
    width: 230px;
    height: 40px;
    border-radius: 10000px;
    background: #EEEEEE;
    border: none;
    outline: unset;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 40px;
}

.search-btn {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/ss.svg) center no-repeat;
    position: absolute;
    right: 15px;
    top: 13px;
    border: none;
}

.search-in::placeholder {
    color: #9E9E9E;
}

.topBox .link a {
    color: #2A2A2A;
    font-size: 18px;
}

.topBox .link span {
    color: #2A2A2A;
    margin: 0 15px;
}

.navigation {
    width: 100%;
    height: 45px;
    position: relative;
    z-index: 101;
    display: flex;
    align-items: flex-end;
}


.nav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.nav a {
    color: #2B2B2B;
}

.nav .nli {
    /* flex: 1; */
    height: 55px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 10px;
    margin-left: 50px;
    margin-bottom: 0;
}


.nav .nli h3 {
    height: 55px;
    line-height: 55px;
}

.nav .nli h3 a {
    display: inline-block;
    font-size: 28px;
    text-align: center;
    color: #2B2B2B;
}

.nav .nli.ob h3 a,
.nav .nli:hover h3 a {
    color: #8A5742;
    font-weight: bold;
}


.nav .sub {
    width: 140%;
    top: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: -20%;
    display: none;
    transition: all 0.5s ease-in-out;
}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .li3 .sub {
    width: 160%;
    left: -30%;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.nav .sub a:hover {
    background: #8A5742;
}


.nav .on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    color: #8A5742;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .nli:hover .sub {
    display: block;
    transition: all 0.5s ease-in-out;
}


.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    position: absolute;
    left: 0;
    z-index: 99;
    top: calc((100% - 45px) / 2);
    cursor: pointer;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

/* -------------------------- */

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 30px 0;
}

.column .title {
    font-size: 36px;
    font-weight: bold;
    color: #8A5742;
    position: relative;
}

.column2 .title{
    color: #fff;
}

.column .title::before {
    content: '';
    width: 38px;
    height: 32px;
    display: inline-block;
    background: url(../img/book-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -15px;
}

.column2 .title::before{
    background: url(../img/book-ico2.png) center no-repeat;
    background-size: cover;
}

.column .xian {
    flex: 1;
    height: 29px;
    display: inline-block;
    background: url(../img/column-xian-bg.png) center left no-repeat;
    background-size: 100% 100%;
    margin-left: 25px;
}

.content3  .column .xian{
    background: url(../img/column-xian-bgx.png) center left no-repeat;
    background-size: 100% 100%;
}

.column2 .xian{
    background: url(../img/column-xian-bg2.png) center left no-repeat;
    background-size: 100% 100%;
}

.column .more {
    font-size: 32px;
    color: #8A5742;
    display: flex;
    align-items: center;
    opacity: .5;
}

.column2 .more{
    color: #fff;
    opacity: 1;
}

.column .more:hover{
    opacity: 1;
}

.column .more::after {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/more-ico.svg) center center no-repeat;
}

.column2 .more::after{
    background: url(../img/more-ico2.svg) center center no-repeat;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bgx.jpg) center no-repeat;
    background-size: cover;
}

.aboutBox {
    width: 100%;
    position: relative;
}

.aboutBox .img {
    width: 57%;
}

.aboutBox .img img {
    width: 100%;
}

.aboutBox .text {
    width: 45%;
    height: 84%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-right: 3px solid #8A5742;
    position: absolute;
    right: 0;
    top: 8%;
    z-index: 99;
    padding: 35px 25px;
}

.aboutBox .text .name {
    font-size: 36px;
    font-weight: bold;
    line-height: 35px;
    color: #1E1E1E;
}

.aboutBox .text .desc {
    line-height: 35px;
    height: 175px;
    text-align: justify;
    color: #1E1E1E;
    margin: 10px 0 30px 0;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.btn_list {
    display: flex;
}

.btn_list .box {
    width: 172px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    background: url(../img/btn-bg.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    font-size: 24px;
}

.btn_list .box a {
    color: #1E1E1E;
}

.btn_list .box:hover a {
    color: #A07764;
}


.new_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.new_btn .box {
    width: calc((100% - 30px) / 2);
    height: 130px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 0 30px;
    background: #8A5742;
}

.new_btn .box1 {
    background: url(../img/btn-icon1.jpg) center no-repeat;
    background-size: cover;
}

.new_btn .box2 {
    background: url(../img/btn-icon2.png) center no-repeat;
    background-size: cover;
}

.new_btn .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.new_btn .box:hover a {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.new_btn .box .name {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.new_btn .box .ico {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(../img/btn-ico.png) center no-repeat;
    background-size: cover;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide,
.newlist {
    width: 100%;
    position: relative;
}

.newlist .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

.newlist .box a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlist .box .title {
    flex: 1;
    font-size: 24px;
    line-height: 30px;
    color: #1E1E1E;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newlist .box .dete{
    width: 80px;
    text-align: right;
    font-family: Microsoft YaHei;
    color: #1E1E1E;
    font-size: 14px;
    opacity: 0.3;
}

.newlist .box:hover .title {
    color: #8A5742;
}

.newSlide {
    box-shadow: 0px 0px 15.34px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
}

.newSlide .swiper-slide .img{
    overflow: hidden;
}

.newSlide .swiper-slide img {
    width: 100%;
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
    /*aspect-ratio: 16/9;*/
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}

.newSlide .swiper-slide .tt {
    /*height: 47px;*/
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: rgba(0, 0, 0, .5);
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 15.12px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.newSlide .swiper-slide:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-slide:hover .title{
    color: #fff;
}

.newSlide::before {
    content: '';
    width: 100%;
    height: 6px;
    display: inline-block;
    background: url(../img/topBg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.newSlide .swiper-slide .title {
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: Microsoft Himalaya;
}

.newSlide .swiper-prev,
.newSlide .swiper-next {
    position: absolute;
    left: 0;
    z-index: 99;
    top: calc((100% - 45px) / 2);
    cursor: pointer;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
}

/* --------------------- */

.footer {
    width: 100%;
    height: 250px;
    background: url(../img/footBg.jpg) center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.footer .container {
    position: relative;
}

.footer::before {
    content: '';
    width: 100%;
    height: 8px;
    display: inline-block;
    background: url(../img/topBg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
}

.contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 30px;
    /*padding-right: 145px;*/
}


.contact .place {
    width: 25%;
    display: flex;
    align-items: flex-start;
}

.contact .phone .box {
    display: flex;
}

.contact .phone .box .img {
    width: 21px;
    text-align: left;
    margin-right: 5px;
}

.ftlogo {
    position: absolute;
    width: 604px;
    height: 100px;
    border-radius: 0px 0px 50000px 50000px;
    background: #fff;
    position: absolute;
    left: calc((100% - 604px) / 2);
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftlogo img {
    max-width: 80%;
    height: auto;
}

.contact p {
    width: 100%;
    opacity: 0.8;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    word-break: break-all;

}

.contact .place img {
    margin-right: 5px;
}

.foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.foot .code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot .code img {
    width: 92px;
    height: 92px;
    border-radius: 5px;
}

.foot .code p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.banq p {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    line-height: 30px;
}

.banq p a{
    color: rgba(255, 255, 255, .8);
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.yqlj {
    padding-top: 30px;
    margin-right: 45px;
}

.yqlj .box {
    width: 248px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, .3);
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 18px;
}

.yqlj .box ul {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 100%;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;

}

.yqlj .box ul li a {
    color: #0A0A0A;
    font-size: 18px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.yqlj .box:hover ul {
    display: block;
}

.yqlj .box ul li:hover a {
    color: #8A5742;
}

.foot .right {
    display: flex;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bgx.jpg) center no-repeat;
    background-size: cover;
}

.content2 {
    width: 100%;
    background: url(../img/content2Bgx.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.content2_box {
    width: calc(100% + 100px);
    height: 1368px;
    background: url(../img/content2Bg2.png) center top no-repeat;
    margin-left: -50px;
    box-sizing: border-box;
    padding: 0 80px;
    background-size: 100% 100%;
}

/* 新书推荐 */

.xstj {
    width: 100%;
    /*height: 567px;*/
    height: 710px;
}

.tabHead {
    display: flex;
    padding: 10px 0 40px 0;
}

.tabHead .box {
    width: 207px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #1E1E1E;
    font-size: 24px;
    margin-right: 17px;
    background: url(../img/tabHead-box.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.tabHead .box.on {
    background: url(../img/tabHead-box-on.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.tabCount {
    width: 100%;
}

.tabCount .item {
    display: none;
}

.tabCount .item.active {
    display: block;
}

.xstj_list {
    display: flex;
    flex-wrap: wrap;
}

.xstj_list .box {
    width: calc((100% - 102px) / 5);
    margin-right: 25px;
    margin-bottom: 25px;
}

.xstj_list .box:nth-child(5n) {
    margin-right: 0;
}

.xstj_list .box .img {
    overflow: hidden;
    /*height: 222px;*/
    background: #FBF3EA;
    box-shadow: 0px 0px 33.59px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xstj_list .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xstj_list .box .text {
    width: calc(100% - 24px);
    height: 44px;
    background: url(../img/titleBg.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
    z-index: 9;
}

.xstj_list .box .title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    color: #1E1E1E;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.xstj_list .box:hover .img {
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #8A5742;
}

.xstj_list .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xstj_list .box:hover .text {
    background: url(../img/titleBg2.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.xstj_list .box:hover .title {
    color: #fff;
}

.xstjBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xstjText {
    width: 307px;
    box-sizing: border-box;
    padding-top: 50px;
    overflow: hidden;
}


.xstjText .box {
    width: 100%;
    display: none;
}

.xstjText .box.on {
    display: block;
}

.xstjText .box a{
    display: inline-block;
    width: 100%;
}

.xstjText .box .title {
    font-size: 34px;
    color: #1E1E1E;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;

}

.xstjText .box .desc {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    height: 210px;
    text-align: justify;
    color: #1E1E1E;
    margin-top: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

/* ----------------------------- */

.xstjSlide {
    width: calc(100% - 307px - 50px);
    position: relative;
}

.xstjSlide::before {
    content: '';
    width: 389px;
    height: 339px;
    display: inline-block;
    background: url(../img/book-icon.png) center no-repeat;
    position: absolute;
    right: 172px;
    top: 0;
    z-index: 1;
}

.xstjSlide .swiper-wrapper {
    left: 37%;
}

.xstjSlide .swiper-slide {
    width: 260px;
}

.xstjSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.xstjSlide .swiper-slide .img {
    box-sizing: border-box;
    padding: 5px;
}

.xstjSlide .swiper-slide img {
    width: 100%;
}


.xstjSlide .swiper-next,
.xstjSlide .swiper-prev {
    width: 52px;
    height: 52px;
    display: inline-block;
    cursor: pointer;
    background: url(../img/book-prev.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 84px;
    top: 0;
    z-index: 9;
}

.xstjSlide .swiper-next {
    background: url(../img/book-next.png) no-repeat;
    background-size: cover;
    right: 0;
}


/* -------------------------------- */

.nydt img {
    width: 100%;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 35px 0;
    position: relative;
}

.crumbs .name {
    font-size: 55px;
    color: #8A5742;
}

.crumbs .xian {
    flex: 1;
    height: 0;
    border-bottom: 2px solid #8A5742;
    display: inline-block;
    margin-left: 75px;
    position: relative;
}

.crumbs .xian::before {
    content: '';
    width: 46px;
    height: 29px;
    display: inline-block;
    background: url(../img/icon1.png) center no-repeat;
    position: absolute;
    left: -45px;
    top: -14px;
}

.crumbs .list {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 20px;
}

.crumbs .list,
.crumbs .list a {
    color: #9E9E9E;
}

.subNav {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.subNav .box {
    background: #FAF3ED;
    height: 67px;
    line-height: 67px;
    padding: 0 24px;
    margin-right: 15px;
}

.subNav .box a {
    font-size: 28px;
    color: #1E1E1E;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.subNav .box:hover,
.subNav .box.on {
    background: #8A5742;
}

.subNav .box:hover a,
.subNav .box.on a {
    color: #fff;
}

.textlist .box {
    width: 100%;
    min-height: 140px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px 25px;
    margin-bottom: 30px;
    border-left: 3px solid #DCDCDC;
    position: relative;
    display: flex;
    align-items: center;
}

.textlist .box::after {
    content: '';
    width: 125px;
    height: 109px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 37px;
    top: 26px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #8A5742;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box .title {
    font-size: 28px;
    line-height: 35px;
    text-align: justify;
    color: #1E1E1E;
}

.textlist .box .desc {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 30px;
    text-align: justify;
    opacity: 0.5;
    margin: 10px 0 15px 0;
}

.textlist .box .dete {
    color: #1E1E1E;
    opacity: 0.3;
    font-family: Microsoft YaHei;
}

.textlist .box:hover {
    background: #FFF9F4;
    border-left: none;
}

.textlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .title {
    color: #8A5742;
}

.piclist .box {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.piclist .box a {
    display: flex;
    align-items: center;
}

.piclist .box .img {
    overflow: hidden;
    width: 26.5%;
}

.piclist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    flex: 1;
    /*background: #fff;*/
    /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box;
    padding: 25px 30px;
    position: relative;
}


.piclist .box .tt::before {
    content: '';
    width: 125px;
    height: 109px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 37px;
    top: 26px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #8A5742;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box .title {
    font-size: 28px;
    line-height: 35px;
    height: 35px;
    text-align: justify;
    color: #1E1E1E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.piclist .box .desc {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: justify;
    opacity: 0.5;
    margin: 10px 0 15px 0;
}

.piclist .box .dete {
    color: #1E1E1E;
    opacity: 0.3;
    font-family: Microsoft YaHei;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .box:hover .tt {
    background: #FFF9F4;
}

.piclist .box:hover .title {
    color: #8A5742;
}

.piclist .box:hover .tt::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.piclist .box:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

/* 详情页 */

.detail {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, .5);
    padding: 45px 100px;
    margin-bottom: 80px;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #1B1B1B;
    text-align: center;
}

.detail .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 10px 0;
    position: relative;
    z-index: 99;
}


.detail .timer > div {
    margin: 0 10px;
    color: rgba(138, 87, 66, .9);
}

.timer .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #1B1B1B;
}

.timer .left > div {
    margin-right: 30px;
    opacity: 0.4;
    font-size: 20px;
    color: #9C9C9C;
    opacity: 1;
    display: flex;
    align-items: center;
}


.danye .detail .dtl {
    padding-top: 0;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 15px 0;
    border-top: 1px solid rgba(216, 216, 216, .5);
}

.detail .dtl p {
    font-size: 26px;
    line-height: 40px;
    color: #323232;
    margin: 15px 0;
    font-family: "Noto Sans Tibetan", sans-serif;
    word-break: keep-all;
    overflow-wrap: normal;
}

.detail .dtl .number{
    font-family: Microsoft YaHei;
    font-size: 16px;
}

.timer .right {
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 99;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.danye .dtl {
    border: none;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 48px) / 3);
    margin-right: 23px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    font-size: 28px;
    line-height: 35px;
    color: #1E1E1E;
    text-align: justify;
    margin-top: 15px;
}

.picture .box:hover {
    background: #FFF9F4;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.picture .box:hover .title {
    color: #8A5742;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.booklist .info {
    display: flex;
    flex-wrap: wrap;
}

.booklist .box {
    width: calc((100% - 101px) / 5);
    margin-right: 25px;
    margin-bottom: 25px;
}

.booklist .box:nth-child(5n) {
    margin-right: 0;
}

.booklist .box .img {
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 10%;
    border: 1.06px solid #E8E8E8;
    box-shadow: 0px 0px 31.75px 0px rgba(0, 0, 0, 0.1);
}

.booklist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.booklist .box .title {
    width: calc(100% - 24px);
    margin-left: 12px;
    height: 41px;
    line-height: 41px;
    background: url(../img/book-bg.png) center no-repeat;
    background-size: cover;
    margin-top: -20px;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    color: #1E1E1E;
    font-size: 22px;
}

.booklist .box:hover .img {
    box-sizing: border-box;
    border: 1.06px solid #8A5742;
}

.booklist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.booklist .box:hover .title {
    background: url(../img/book-bg2.png) center no-repeat;
    background-size: cover;
    color: #fff;
}


.landing {
    padding-bottom: 100px;
}

.land-place {
    width: 100%;
    height: 200px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.land-place:hover {
    background: #FFF9F4;
}

.land-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.land-item .item {
    width: calc((100% - 40px) / 2);
    height: 175px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 43px;
    cursor: pointer;
}

.land-item .item::before {
    content: '';
    width: 98px;
    height: 84px;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 46px;
    top: 46px;
}

.land-item .item .ico {
    width: 70px;
    height: 70px;
    background: #8A5742;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}


.land-item .item .tt,
.land-place .tt {
    font-size: 24px;
    color: #1E1E1E;
}

.land-item .item:hover {
    background: #FFF9F4;
}

.land-place .tt {
    color: #8A5742;
}

.land-item .item .tt p:last-of-type,
.land-place .tt p:last-of-type {
    font-size: 30px;
}

.land-place {
    box-sizing: border-box;
    padding-left: 43px;
    display: flex;
    align-items: center;
    position: relative;
}

.land-place::before {
    content: '';
    width: 98px;
    height: 84px;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 220px;
    top: 58px;
}

.land-place .ico {
    width: 98px;
    height: 98px;
    background: #8A5742;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.land-place .link {
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8A5742;
    font-size: 26px;
    position: absolute;
    right: 45px;
    top: calc((100% - 40px) / 2);
}

.land-place .link a {
    color: #fff;
}

.zzrySlide {
    width: 100%;
}

.zzrySlide .swiper-slide {
    padding-bottom: 20px;
}

.zzrySlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #8A5742;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.zzrySlide .swiper-slide:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.zzrySlide .swiper-slide .img {
    position: relative;
    box-sizing: border-box;
    padding: 0 50px;
    padding-bottom: 110px;
}

.zzrySlide .swiper-slide .img {
    background: url(../img/zzry-bg.png) bottom center no-repeat;
    background-size: 100% auto;
}

.zzrySlide .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zzrySlide .swiper-slide .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    color: #151515;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    margin-top: -30px;
    position: relative;
    z-index: 99;
}

.zzrySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zzrySlide .swiper-slide:hover .title {
    color: #8A5742;
    font-weight: bold;
}

.zzrySlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.zzrySlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 0.2;
    background: #8A5742;
    margin: 0 4px;
}

.zzrySlide .swiper-pagination-bullet-active {
    opacity: 1;
}


.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination {
    text-align: center;
}

.pagination li a {
    /*display: inline-block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
    font-family: Microsoft YaHei;
}

.pagination li a:hover,
.pagination li.active a {
    background: #8A5742;
    color: #fff;
    border: solid 1px #8A5742;
}

#pdfViewer {
    width: 100%;
    position: relative;
    background: rgba(138, 87, 66, .2);
    box-sizing: border-box;
    padding: 40px;
}

.pdf-text {
    width: 100%;
    position: relative;
    font-size: 20px;
    color: red;
    margin-bottom: 30px
}

.content2_xstj{
    width: 100%;
    background: url("../img/tszsBg.jpg") center no-repeat;
    background-size: cover;
}

.content3 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgg-list,
.news-list{
    width: calc((100% - 50px) / 2);
}

.tzgglist li{
    width: 100%;
    height: 95px;
    margin-bottom: 27px;
    background: rgba(255,255,255,.4);
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.tzgglist li::before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #8A5742;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tzgglist li:last-of-type{
    margin-bottom: 0;
}

.tzgglist li a{
    width: 100%;
    display: flex;
    align-items: center;
}

.tzgglist li .dete{
    width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E5E5E5;
}

.tzgglist li .d{
    font-size: 24px;
    color: #8A5742;
}

.tzgglist li .y{
    color: #1E1E1E;
    opacity: .3;
}

.tzgglist li .text{
    flex: 1;
}

.tzgglist li .title{
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    color: #1E1E1E;
}

.tzgglist li .desc{
    font-size: 16px;
    color: #1E1E1E;
    line-height: 30px;
    height: 30px;
    opacity: 0.4;
}

.tzgglist li:hover{
    background: #fff;
}

.tzgglist li:hover::before{
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tzgglist li:hover .title{
    color: #8A5742;
}


/*-=-------------------------------------------------------------------------------------*/


.xstjBox2 {
    width: 100%;
    height: 472px;
    position: relative;
}

.gallery-thumbs {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
}

.jsfcImgs {
    width: calc(76% - 30px);
    position: absolute;
    right: 0;
    bottom: 0;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;

}

.gallery-thumbs .swiper-slide a {
    width: 100%;
}

.gallery-thumbs .swiper-slide .img {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active .img {
    /*background: #8A5742;*/
    border: 1px solid #fff;
}


.gallery-top {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    opacity: 0 !important;
}

.gallery-top .swiper-slide-active {
    opacity: 1 !important;
}

.gallery-top .swiper-slide .img {
    width: 25%;
    height: 472px;
    box-sizing: border-box;
    padding: 37px 26px;
    position: relative;
    border: 1px solid rgba(255,255,255,.3);
    display: flex;
    align-items: center;
}

.book-ico1{
    width: 100px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.book-ico2{
    width: 0;
    height: 100px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,.3);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.book-ico3{
    width: 100px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.book-ico4{
    width: 0;
    height: 100px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,.3);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.gallery-top .swiper-slide:hover .book-ico3,
.gallery-top .swiper-slide:hover .book-ico1{
    width: 100%;
}

.gallery-top .swiper-slide:hover .book-ico4,
.gallery-top .swiper-slide:hover .book-ico2{
    height: 100%;
}

.gallery-top .swiper-slide .img img {
    width: 100%;
}

.gallery-top .swiper-slide .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 45px;
}

.gallery-top .swiper-slide .title {
    font-size: 40px;
    color: #fff;
}


.gallery-top .swiper-slide .desc {
    color: #fff;
    line-height: 35px;
    text-align: justify;
    height: 140px;
    font-size: 22px;
    margin: 20px 0 25px 0;
}

.gallery-top .swiper-slide .more {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.gallery-top .swiper-slide .more::after{
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/more-ico2.svg) center center no-repeat;
}

.jsfcImgs .swiper-next,
.jsfcImgs .swiper-prev {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    background: rgba(138, 87, 66,.8);
    cursor: pointer;
    position: absolute;
    top: -80px;
    z-index: 99;
    right: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsfcImgs .swiper-next {
    right: 0;
}

.jsfcImgs .swiper-next:hover,
.jsfcImgs .swiper-prev:hover {
    background: rgba(145, 77, 73,.8);
}

.advlist {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.advlist  .swiper-slide .img{
    overflow: hidden;
}

.advlist  .swiper-slide  img{
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist  .swiper-slide:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/*------------------ 8-21 ----------------------------------*/


.content2_new {
    width: 100%;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.xstjSlide2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 130px;
}

.xstjSlide2 .swiper-slide {
    /*transition: 300ms;*/
    transition: all 0.5s ease-in-out;
    transform: scale(0.7);
}

.xstjSlide2 .swiper-slide-prev,
.xstjSlide2 .swiper-slide-next{
    transform: scale(0.85);
}

.xstjSlide2 .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.xstjSlide2 .swiper-slide img {
    width: 100%;
}

.xstjSlide2 .swiper-slide-active {
    transform: scale(1);
}

.xstjSlide2 .swiper-pagination1 {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    display: none;
}

.xstjSlide2 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 0.3;
    margin: 0 8px;
    background: #fff;
}

.xstjSlide2 .swiper-pagination-bullet-active {
    opacity: 1;
}

.xstjSlide2 .swiper-next,
.xstjSlide2 .swiper-prev {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 32%;
    background: url(../img/xstj-prev.svg) center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.xstjSlide2 .swiper-next {
    left: auto;
    right: 0;
    background: url(../img/xstj-next.svg) center no-repeat;
    background-size: cover;
}

.xstjSlide2 .swiper-next:hover {
    background: url(../img/xstj-next2.svg) center no-repeat;
    background-size: cover;
}

.xstjSlide2 .swiper-prev:hover {
    background: url(../img/xstj-prev2.svg) center no-repeat;
    background-size: cover;
}

/* 图书展示 */

.content34 {
    width: 100%;
    background: url(../img/content34Bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content3_new {
    background: url(../img/content3Bg2.png) bottom center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}


.content3_new .column .more{
    display: none;
}

.content3 .container {
    position: relative;
}

.tabCount {
    width: 100%;
    margin-top: 30px;
}

.tabCount .item {
    display: none;
}

.tabCount .item.on {
    display: block;
}

.booklist2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.booklist2 .box {
    width: calc((100% - 180px) / 3);
    margin-bottom: 70px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 88px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    border: 1px solid #f2f2f2;
}

.booklist2 .box:nth-child(3n) {
    margin-right: 0;
}

.booklist2 .box a {
    display: flex;
}

.booklist2 .box .img {
    width: 130px;
    /* overflow: hidden; */
    position: relative;
    top: -20px;
}

.booklist2 .box .img img {
    width: 100%;
    /*height: 155px;*/
    /*object-fit: cover;*/
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.booklist2 .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.booklist2 .box .col {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #8A5742;
    padding: 0 10px;
    font-size: 18px;
}

.booklist2 .box .title {
    font-weight: bold;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    font-size: 24px;
}

.booklist2 .box .desc {
    line-height: 25px;
    height: 50px;
    color: #666;
    margin-top: 24px;
    text-align: justify;
    font-size: 18px;
}

.booklist2 .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.booklist2 .box:hover .title {
    color: #6A460E;
}

.tabHead_new {
    width: 82%;
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabHead_new .name{
    display: flex;
    align-items: center;
}

.tabHead_new .more a{
    display: none;
    font-size: 24px;
    color: #8A5742;
    opacity: .5;
}

.tabHead_new .more a::after {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/more-ico.svg) center center no-repeat;
}

.tabHead_new .more a.on{
    display: flex;
    align-items: center;
    opacity: 1;
}


.tabHead_new .box {
    min-width: 140px;
    width: 140px;
    margin-right: 15px;
    height: 41px;
    display: flex;
    font-size: 22px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #333;
    background: url(../img/box-icon7.png) no-repeat;
    background-size: 100% 100%;
}


.tabHead_new .box.on {
    color: #fff;
    background: url(../img/box-icon7-on.png) no-repeat;
    background-size: 100% 100%;
}
