html,
body {
    font-size: 16px;
    height: 100%;
}

.main_header {
    width: 1200px;
    margin: 0 auto;
    /* position: absolute;
    top: 0;
    left: 50%;
    z-index: 99; */
    /* transition: box-shadow 0.25s ease; */
    /* transform: translateX(-50%); */
    background-color: transparent !important;
    border-bottom: none !important;
}

.header {
    width: 100%;
    height: 120px;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box; */
    position: relative;
}

.user_wrap {
    position: absolute;
    right: 45px;
    font-size: 14px;
    display: none;
}

.user_wrap .user .welcome {
    color: #fff;
}

.user_wrap .user .user_name,
.exit {
    color: red;
    cursor: pointer;
}

.header_er {
    width: 100%;
    height: 120px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.logo_img {
    width: 281px;
    height: 66px;
    box-sizing: border-box;
}

.logo_img img {
    width: 100%;
    height: 100%;
}

.nav_right {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.nav_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_right ul:before,
.nav_right ul:after {
    content: "";
    display: table;
}

.nav_right ul:after {
    clear: both;
}

.nav_right .nav_list>.nav_item {
    float: left;
    position: relative;
    margin: 0 10px;
}

/* .nav_right a { */
.nav_right .nav_list a {
    display: block;
    padding: 10px 5px;
    box-sizing: border-box;
    line-height: 20px;
    color: #fff !important;
}

.nav_right .english {
    position: relative;
}

.nav_right .english a {
    display: flex;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}

.nav_right .english a:before {
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;


}

#userStatus,
#userStatus a {
    color: #fff;
}

.active_nav a {
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.nav_right a:hover {
    text-decoration: none;
    transition: all .7s ease 0s;
}

.active_blue {
    color: #0093dd !important;
    position: relative;
}

.active_blue .nav_list a {
    color: #0093dd !important;
}

.active_blue .active_nav a {
    font-weight: bold;
    color: #0093dd !important;
    border-bottom: 2px solid #0093dd !important;
}

.nav_right .nav_item .primary-list {
    width: 170px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 5px 0 #969696;
    border-radius: 5px;
    font-size: 14px;
}

.nav_right .nav_item .primary-list li {
    width: 100%;
}

.nav_right .nav_item .primary-list a {
    border: none;
    line-height: 20px;
}

.nav_right .nav_item .primary-list a:hover {
    color: #fff;
    background-color: #B40001;
}

.nav_right .nav_list>.nav_item:hover .primary-list li {
    height: 36px;
}

.nav_right .nav_item .primary-list {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
}

.nav_right .nav_item .primary-list li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

/* 搜索 */
.search_contain {
    /* width: 100vw; */
    /* height: 100vh; */
    height: 799px;
    background-image: url(/CloudEn/WebUI/imgs/xxstsg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.search_wrap {
    height: 65%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.classify_search {
    width: 584px;
}

.classify_search ul {
    display: flex;
    width: 260px;
    height: 41px;
    background: #f5a60c;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.classify_search ul li {
    /* width: 228px; */

    /* margin-right: 30px; */
    font-weight: bold;
    padding: 0 5px 8px;
    /* box-sizing: border-box; */
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.active_search {

    /* border-bottom: 2px solid #fff; */
}

.search-form-dx {
    width: 600px;
    line-height: 34px;
    font-size: 12px;
    /* display: flex; */
    /* display: none; */
}

.search-form-dx .text {
    width: 100%;
    height: 34px;
    /* background-color: #fff; */
    border-radius: 17px;
    display: flex;
    /* overflow: hidden; */
}

.search-form-dx .text input {
    width: 90%;
    height: 40px;
    font-size: 18px;
    outline: none;
    border: none;
    background: #fff !important;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.search-form-dx .text #goznsearch,
#gosearch {
    display: inline-block;
    width: 133px;
    height: 40px;
    text-align: center;
    /* line-height: 34px; */
    cursor: pointer;
    margin-left: 20px;
    color: #fff;
    /* padding: 5px 30px; */
    font-size: 22px;
    background: #f5a60c;
    border-radius: 4px;
}

.select_box {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: none;
}

.select_box label {
    font-size: 14px;
    margin-right: 10px;
}

.fast_contact {
    position: fixed;
    left: 16px;
    bottom: 29px;
    z-index: 99;
}

.fast_contact>.list {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 5px;
    text-align: center;
    line-height: 40px;
}

.fast_contact .iconfont {
    font-size: 20px;
    color: #0093dd;
}

.fast_contact>.list>.image {
    width: 160px;
    height: 160px;
    display: none;
    position: absolute;
    left: 49px;
    bottom: 0;
    background: #fff;
    padding: 10px;
    /* overflow: hidden; */
}

.fast_contact>.list>.image img {
    width: 100%;
    height: 100%;
}

.fast_contact>.list span:hover .iconfont {
    font-size: 30px;
    transition: all 0.2s linear;
}

.fast_contact .firstList .triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid transparent;
    border-right: 6px solid #fff;
    position: absolute;
    left: -17px;
    top: 32%;
}

.fast_contact .secondList .triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid transparent;
    border-right: 6px solid #fff;
    position: absolute;
    left: -17px;
    top: 56%;
}

/* 锚点链接圆点 */
#dot {
    position: fixed;
    right: 10px;
    top: 50%;
}

#dot li {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    margin-bottom: 5px;
    opacity: .2;
}

.active_dot {
    background-color: #007aff !important;
    opacity: 1 !important;
}

/* 新闻公告 */
.news_contain {
    /* width: 100vw; */
    /* height: 100vh; */
    min-height: 500px;
    padding: 80px 0;
    background-image: url(/CloudEn/WebUI/imgs/indexBgc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news_wrap {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.title {
    color: #0093dd;
    font-size: 24px;
    display: flex;
    justify-content: start;
    /* align-items: center; */
    padding: 0 50px;
    margin: 0 auto 20px;
    font-style: italic;
}

.title b {
    width: 122px;
    height: 2px;
    background-color: #0093dd;
}

.title p {
    margin: 0 21px;
    color: #000000;
    /* font-size: 24px; */
    font-size: 36px;

    border-bottom: 2px solid #000;
}

.news_content {
    width: 100%;
    padding: 50px 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.news_content>.left {
    width: 600px;
    margin-left: 52px;
    height: 335px;
}

.news_wrap .bannerSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper .swiper-slide {
    width: 600px;
    height: 335px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}

.bannerSwiper .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 8px !important;
    width: 100% !important;
    right: 5px !important;
    text-align: right !important;
}

.bannerSwiper .swiper-slide .img {
    width: 600px;
    height: 335px;
}

.bannerSwiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .swiper-slide .mask {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_content>.right {
    width: calc(100% - 600px);
    padding-left: 60px;
    box-sizing: border-box;
}

.news_list ul {
    display: flex;
    border-bottom: 1px solid #0093dd;
    padding-left: 10px;
    box-sizing: border-box;
}

.news_list ul li {
    margin-right: 40px;
    padding-bottom: 9px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.news_active {
    color: #0093dd;
    border-bottom: 5px solid #0093dd;
}

.news_item {
    display: none;
}

.item_list {
    font-size: 14px;
    color: #333;
}

.item_list li {
    padding: 12px 0 10px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #ccc; */
    text-align: start;
}

.item_list li a .name {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
}

.item_list li a .name:hover {
    color: #a81217;
}

/* .item_list li a .name::before {
    content: '◆';
    color: #0089e1;
    padding-right: 8px;
} */

.item_list li .data {
    float: right;
    color: #666;
    font-size: 14px;
}

.diamond {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0093dd;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    margin-right: 12px;
}

.blue_list {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0093dd;
    margin-bottom: 5px;
    text-align: center;
    line-height: 45px;
}

/* 数字资源 */
.digital_resource {
    /* width: 100vw; */
    height: 329px;
    background-image: url(/CloudEn/WebUI/imgs/digital_resource_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.digital_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.white_title {
    color: #fff;
}

.white_title b {
    background-color: #fff;
}

.resource_container {
    width: 100%;
    display: flex;
    /* margin-top: 91px; */
    color: #fff;
}

.resource_container .left .left_list {
    display: flex;
}

.left_item {
    margin-bottom: 32px;
    width: 390px;
    /* height: 239px; */
}

.left_item img {
    width: 80px;
    height: 90px;
}

.left_item>a {
    width: 360px;
    /* height: 239px; */
    /* background-color: pink; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}

.left_item>a div {
    width: 360px;

    text-align: center;
    /* height: 100px; */
    /* line-height: 120px; */
    /* background-color: #fff; */
    padding: 30px 39px;
    box-sizing: border-box;
}

.left_item>a p {
    width: 360px;
    /* height: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* line-height: 100px; */
    /* background-color: #0093dd; */
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    box-sizing: border-box;
    /* box-shadow: rgba(0, 0, 0, .2) 5px 5px 30px 5px */
}

/* .left_item a:hover{
    color: #a81217;
} */
.resource_container>.right {
    width: 738px;
    margin-left: 30px;
}

.right_list {
    display: none;
}

.right_list>.right_item {
    height: 95px;
    text-align: start;
    padding: 16px 0 30px;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
}

.right_list>.right_item:first-child {
    padding-top: 0;
}

.right_item>a {
    font-size: 20px;
    color: #fff;
}

.right_item>a>p {
    font-size: 20px;
}

.right_item>a>.desc {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    background-color: transparent !important;
    background: transparent !important;
}

.right_item .desc /deep/p {
    background-color: transparent !important;
    background: transparent !important;
}

/* 读者服务 */
.render_service {
    /* width: 100vw; */
    /* height: 100vh; */
    min-height: 930px;
    padding: 80px 0;
    background-image: url(/CloudEn/WebUI/img/bigBgc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.render_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.render_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin-top: 10px; */
}

.classify_select {
    width: 855px;
    margin-top: 60px;

}

.classify_select .classify_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.classify_list li {
    width: 229px;
    height: 150px;
    /* height: 100px; */
    /* background-color: #fff; */
    text-align: center;
    margin-bottom: 15px;
    /* padding: 18px 0 17px; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
}

.classify_list li:nth-child(7),
.classify_list li:nth-child(8),
.classify_list li:nth-child(9) {
    margin-bottom: 0;
}

.classify_list li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* color: #0093dd; */
    font-size: 18px;
}

.classify_list li a:hover {
    color: #a81217;
}

.classify_list li a .icons {
    /* width: 38px; */
    /* height: 38px; */
}

.classify_list li a .icons .iconfont {
    font-size: 70px;
}

.classify_list li a .icons img {
    width: 100%;
    height: 100%;
}

/*.classify_list li:hover{
    background-color: #CD0003;
}
.classify_list li:hover a{
    color: #fff;
} */

.my_library {
    /* width: 270px; */
    /* height: 350px; */
    background-color: #fff;
    /* padding: 26px 14px 0; */
    /* box-sizing: border-box; */
    /* margin-left: 60px; */
}

.my_library img {
    width: 396px;
    height: 505px;
    vertical-align: middle;
}

.my_library p {
    color: #333333;
    font-size: 24px;
    border-bottom: 3px solid #C7C7C7;
    text-align: start;
}

.login_box .photo_img {
    border-radius: 50%;
    /* margin: 8px auto 12px; */
    margin: 40px auto;
    text-align: center;
}

.TzLogin {
    /* display: none; */
    width: 100%;
}

.TzLogin .input_box {
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
}

.TzLogin .input_box input {
    width: 178px;
    border: none;
    border-bottom: 1px solid #8C8987;
    padding-bottom: 4px;
    box-sizing: border-box;
    margin-left: 8px;
    color: #333;
    outline: none;
}

.TzLogin .input_box .password {
    margin: 15px 0 11px 8px;
}

.TzLogin .lose_pswd {
    font-size: 12px;
    color: #333;
    position: absolute;
    right: 10px;
    bottom: 12px;
    cursor: pointer;
}

.TzLogin .verify {
    display: flex;
}

.TzLogin .verify input {
    width: 104px;
    border: none;
    border-bottom: 1px solid #8C8987;
    margin: 0 4px 0 15px;
    vertical-align: bottom;
    padding-left: 20px;
    box-sizing: border-box;
}

.TzLogin .verify img {
    width: 92px;
    height: 42px;
    vertical-align: bottom;
}

.TzLogin .checkbox_select {
    font-size: 13px;
    text-align: center;
    margin: 17px 0 18px;
}

.TzLogin .checkbox_select input {
    vertical-align: middle;
    margin: 0 2px 0 5px;
}

.TzLogin .login {
    width: 229px;
    height: 40px;
    background-color: #0093dd;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.TzLoginText {
    width: 229px;
    text-align: center;
    margin: 5px 0 10px;
    display: none;
}

.cuccess_icon {
    padding-top: 40px;
    box-sizing: border-box;
}

.cuccess_icon .iconfont {
    font-size: 100px;
}

.entry-link {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    background: #0093dd;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 !important
}

.entry-link:hover {
    color: #fff;
}

/* 图书推荐 */
.books_recommend {
    /* width: 100vw; */
    height: 100vh;
    background-image: url(/CloudEn/WebUI/imgs/book_recomm_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.books_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.books_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.books_list li {
    width: 262px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

.books_list li .book_img {
    width: 262px;
    height: 184px;
    overflow: hidden;
}

.books_list li .book_img img {
    width: 100%;
    height: 100%;
}

.bottom_content {
    width: 100%;
    height: 150px;
    padding: 25px;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_title {
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.bottom_content .content_info {
    font-size: 14px !important;
    ;
    color: #666;
    overflow: hidden !important;
    ;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content_info .content_info /deep/ p span {
    font-size: 14px !important;
}

.more_books {
    display: block;
    width: 120px;
    height: 32px;
    background-color: #0093dd;
    color: #fff;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}

/* 本馆概况 */
.field_status {
    /* width: 100vw; */
    height: 100vh;
    background-image: url(/CloudEn/WebUI/imgs/field_status_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.field_wrap {
    height: 100%;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.field_container {
    width: 100%;
    display: flex;
    margin-top: 75px;
    padding-left: 50px;
}

.field_left img {
    width: 500px;
    height: 300px;
    margin-left: 31px;

    /* border: 5px solid #fff; */
}

.field_right {
    width: 585px;
    cursor: pointer;
}

.field_intro {
    font-size: 24px;
    /* color: #0093dd; */
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 30px;
    color: #555555;
    margin-top: 70px;
    /* border-left: 3px solid #0093dd; */
}

.filed_top {
    padding-bottom: 12px;
    /* border-bottom: 1px solid #0093dd; */
    box-sizing: border-box;
    /* margin-bottom: 32px; */
    font-size: 14px;
}

.filed_top p {
    /* height: 120px; */
    color: #666;
    text-indent: 28px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 16px;
    margin-bottom: 45px;
}

.filed_top p span {
    font-size: 14px;
}

.filed_top .detail a {
    display: block;
    width: 50px;
    /* height: 32px; */
    font-size: 14px;
    padding: 6px 44px;
    border: 1px solid rgb(95, 93, 93);
    /* border-radius: 3px; */
    border-radius: 5px;
    text-align: center;
    /* line-height: 32px; */
    margin-top: 8px;
    cursor: pointer;
}

.field_bottom {
    display: flex;
    justify-content: space-between;
}

.field_bottom li a {
    display: inline-block;
    width: 161px;
    height: 45px;
    background-color: #0089e1;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}

.filed_top:hover .field_intro,
.filed_top:hover p {
    color: #a81217;
}

.detail:hover a {
    color: #a81217;
    border: 1px solid #a81217;

}

/* 底部 */
.main_footer {
    /* position: fixed;
    width: 100%;
    background: #0089e1;
    transition: transform 0.15s ease;
    will-change: transform;
    z-index: 9;
    bottom: 0; */
}

.btn-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: calc(50% - 40px);
    top: -40px;
    height: 40px;
    width: 80px;
    border-radius: 40px 40px 0 0;
    border: transparent;
}

.btn-toggle .iconfont {
    display: block;
    /* width: 24px;
    height: 24px; */
    line-height: 24px;
    font-size: 24px;
    transition: transform 0.35s ease;
    will-change: transform;
    color: rgba(255, 255, 255, 0.5);
}

.main_footer.active .btn-toggle .iconfont {
    transform: rotate(0deg);
}

/* .footer_wrap {
    display: none;
} */

.footer_box {
    width: 100%;
    /* height: 156px; */
    background-color: #0093dd;
    color: #fff;
    text-align: center;
    font-size: 14px;
    /* display: none; */
}

.footer_top {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_top>ul {
    display: flex;
}

.footer_top>ul>li {
    width: 246px;
    height: 54px;
    padding: 0 8px;
    box-sizing: border-box;
    color: #666;
    text-align: left;
    position: relative;
}

.links_item>.fastname {
    width: 100%;
    line-height: 28px;
    background-color: #fff;
    margin: 13px 0;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}

.fastname::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666;
    transform: rotate(90deg);
    transition: transform 0.05s ease;
    will-change: transform;
}

.links_item .linkpupout {
    position: absolute;
    bottom: 41px;
    padding: 8px 0;
    width: calc(100% - 40px);
    background: #fff;
    cursor: pointer;
    width: 230px;
    display: none;
    overflow: hidden;
}

.linkpupout li a {
    display: block;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #666 !important;
    font-size: 14px;
}

.links_item:hover .linkpupout {
    display: block;
}

.links_item:hover .fastname::after {
    transform: rotate(0deg);
}

.link-more {
    color: #fff;
    margin-left: 246px;
}

.link-more i {
    transform: rotate(180deg);
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 31px 0;
    box-sizing: border-box;
    color: #afcde5;
}

.bottom_right {
    margin-left: 150px;
}

.bottom_right span {
    margin-right: 20px;
}

.bottom_right .beian,
.bottom_right .jshu {
    color: #afcde5;
}

.bottom_right .beian:hover span,
.bottom_right .jshu:hover span {
    color: #fff;
    cursor: pointer;
}

/* .firstClasify{
    height: 112px;
} */
.firstClasify li {
    height: 120px;
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
}


.contentMain a {
    display: flex;

}

.contentTop {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.contentMain a .nowData {
    font-size: 36px;
    font-weight: bold;
}

.row_line {
    margin-left: -6px;
    margin-top: -10px;
    width: 100px;
    height: 1px;
    border-bottom: 1px solid #333333;
    transform: rotate(-42deg);
}

.dataTime {
    margin-left: 35px;
    /* margin-top: 14px; */
    line-height: 40px;
}

.contentLeft {
    margin-left: 22px;
}

.firstClasify li .body_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 8px;
    height: 80px;
    overflow: hidden;
    text-indent: 2em;
}

.firstClasify li .contentLeft:hover {
    color: #a81217;
}

.body_content:hover {
    color: #a81217 !important;

}

.more_load {
    margin-top: 40px;
    display: inline-block;
    padding: 4px 44px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
}