@charset "utf-8";
@font-face {
    font-family: 'FZCSJW';
    src: url('../fonts/FZCSJW.TTF');
    }
@font-face {
    font-family: 'fzxk';
    src: url('../fonts/FZXKJW.TTF');
    }
@font-face {
    font-family: 'HarmonyOS_Sans_Bold';
    src: url('../fonts/HarmonyOS_Sans_Bold.ttf');
    }
@font-face {
    font-family: 'FZZCHJW--GB1-0';
    src: url('../fonts/FZZCHJW--GB1-0.ttf');
    }
@font-face {
    font-family: 'FZSHENGSKS_CUJW--GB1-0';
    src: url('../fonts/FZShengSKSJW_Cu.ttf');
}
@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../fonts/HarmonyOS_Sans_Regular.ttf');
}
@font-face {
    font-family: "FZSXSLKJW--GB1-0";
    src: url("../fonts/FZSXSLKJW--GB1-0.TTF");
}
@font-face {
    font-family: "FZZJ-LJDXKJW";
    src: url("../fonts/FZZJ-LJDXKJW.TTF");
}
/* 把我们所有标签的内外边距清零 */
* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
    font-style: normal
}
/* 去掉li 的小圆点 */
li {
    list-style: none
}

img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.h1, .h2, .h3, h4, h5, h6{
    margin-top: 0px;
    margin-bottom: 0px;
}
p {
    margin: 0 0 0px;
}
button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #70a8e6;
    text-decoration: none;
}
a:visited,a:link{
    text-decoration: none;
}

button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0; 
    outline: none;
}

body {
   
}

.hide,
.none {
    display: none
}
/* 清除浮动 */
/* .clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
} */


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

ul,ol{
    list-style-type: none;
}
/* 弹窗样式 */
    .openModal{
        cursor: pointer;
    }
    .modal_black {
      display: none; /* 默认隐藏 */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
      justify-content: center;
      align-items: center;
      z-index: 1025;
    }

    .modal-content {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        width: 600px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        top: 20%;
        height: 400px;

    }
       .modal-content h1{
        font-size: 15px;
       }
    .modal-content p{
        margin-top:7px;
        text-align: justify;
        text-indent: 2em;
        font-size: 12px;
        line-height: 23px;
    }

    .close {
      float: right;
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      right:10px;
      top:10px;
    }

.highlight{
    color:#bf0009;
}

.top {
    display: flex;
    flex-direction: column;
    height: 220px;
    background: url(../images/line.png) repeat-x 0 0;
    background-size: 1px 104%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1;
}
/* .dyg,.deg{
    display: none;
} */
.line{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin:5px auto;
}
.top_fatherd {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 40px 0px;
}
.father_padding{
    padding: 15px 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-default {
    background-color:transparent;
    border: none;
    width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
    border-color: transparent!important;
    align-self: flex-start;
    margin-top: 0px;
}
.this_center{
    display: flex;
    justify-content: flex-end;
}
.top .links{
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}
.top_left,.top_right{
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.top_left a{
    margin-left: 40px;
}
.top_right a{
    color:#fff;
    margin-right: 30px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.top_left a:first-child,.dyg{
    width: 180px;
    height: 60px;
    line-height: 60px;
}
.top_left a:last-child,.deg .xinjia{
    width: 240px;
    height:44px;
    display: flex;
    align-items: center;
}
.top_left a:last-child .right_titles,.deg .xinjia .right_titles{
    display: flex;
    flex-direction: column;
    color: #fff;
}
.top_left a:last-child .right_titles .title1, .deg .xinjia .right_titles .title1 {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: -1px;
    color: #ffffff;
}
.top_left a:last-child .right_titles .title2,.deg .xinjia .right_titles .title2{
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
    line-height: 20px;
}
.top_left a:last-child img,.deg .xinjia img {
    width: 38px;
    height: 37px;
    margin-right: 6px;
}
.top .search{
    align-self: flex-end;
    position: relative;
    margin-top: -20px;
}
.top .search .search_btn {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 71px;
    top: -29px;
    cursor: pointer;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 40px;
    overflow-x: visible;
   
   
    -webkit-overflow-scrolling: touch;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.top .search input {
    width: 195px;
    height: 25px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 21px;
    padding-left: 13px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #5d0000;
    margin-right: 0px;
    position: absolute;
    top: -30px;
    right:65px;
}
.top .search input::placeholder{
    font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #5d0000;
    
}
.navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 10px;
    line-height: 15px;
}
.main_floor {
    background: url(../images/main_back.jpg) repeat-x 0 0;
    height: 530px;
    background-size: 100% 100%;
    padding-top: 300px;
    margin-top: 50px;
}
.first{
    height: 108px;
    width: 686px;
    margin-left: 70px;
}
.second_floor{
    background: url(../images/second_back.jpg) no-repeat center 0;
    height: 537px;
    background-size: 100% 100%;
    display: flex;
}
.third_floor{
    background: url(../images/book.jpg) no-repeat center 0;
    height:600px;
    background-size: 100% 100%;
    display: flex;
    padding-top: 100px;
}
.jdjj{
    background: url(../images/jdjj.png) no-repeat center 0;
    height: 537px;
    background-size: 100% 100%;
    display: flex;
}
.jdjj .left_part{
    position: relative;
    width: 60%;
    height: 100%;
    
}


.jdjj .right_part{
    position: relative;
    width: 40%;
    height: 100%;
}
.jdjj .left_part .left_title{
    position:absolute;
    width:65px;
    margin:0px auto;
    background: url(../images/red.png) no-repeat center 0;
    height:270px;
    background-size: 100% 100%;
    left:140px;
    top: 10px;
    padding-top: 30px;

    writing-mode: vertical-rl; /* 从右到左竖排 */
	font-family: FZSHENGSKS_CUJW--GB1-0;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 65px;
	letter-spacing: 0px;
	color: #ffffff;
}
.jdjj .left_part .left_content{
    position:absolute;
    left:230px;
    top: 100px;
    width: 377px;
	height: 278px;
	font-family: HarmonyOS_Sans_SC;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
    text-align: justify;
    display: flex;
    flex-direction: column;
    
}
.new_sec {
    width: 100%;
    height: 74px;
    margin-top:15px;
}
.new_sec img{
    width: 100%;
    margin:0px auto;
}
.jdjj .left_part .left_content p,.jdjj .left_part .left_content div{
    text-indent: 2em;
    padding-bottom: 10px;
    font-family: HarmonyOS_Sans_SC;
    font-size: 15px;
	font-weight: normal;
}
.right_title{
    font-family: FZSHENGSKS_CUJW--GB1-0;
	font-size: 24px;
    position: absolute;
    top:130px;
    left:0px;
    color: #951c26;
}
/* 学术委员会开始 */
.right_titles_groups{
    display: flex;
}
.yjtd_title {
    background: url(../images/yjtd_title.png) no-repeat 0px center;
    background-size: 164px 66px;
    width: 164px;
    height: 66px;
    cursor: pointer;
    margin-right: 20px;
}
.yjtd_title.active{
    background: url(../images/yjtd_title_active.png) no-repeat 0px center;
    background-size: 164px 66px;
    width: 164px;
    height: 66px;
}
.xswyh_title{
    background: url(../images/xswyh_title.png) no-repeat 0px center;
    background-size: 202px 66px;
    width: 202px;
    height: 66px;
    cursor: pointer;
}
.xswyh_title.active{
    background: url(../images/xswyh_title_active.png) no-repeat 0px center;
    background-size: 202px 66px;
    width: 202px;
    height: 66px;
}
.right_bottom_teachers_group_item{
    display: none;
    width: 380px;
    height: 213px;
}
.right_bottom_teachers_group_item img{
    width: 100%;
    height: 100%;
}
.right_bottom_teachers_group_item.active{
    display: block;
}

/* 学术委员会结束 */
.right_bottom_teachers {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 205px;
    left: 20px;
}
.right_bottom_teachers .items{
    display: flex;
    margin-bottom: 15px;
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}
.table_right{
    display: flex;
    width: 284px;
    flex-wrap: wrap;
    margin-left: 15px;
}
.table_right i{
    width: 25%;
    margin-bottom: 6px;
}
.see_more{
    background: url(../images/see_more.png) no-repeat 0px center;
    background-size: 12px 12px;
    align-self: flex-end;
    line-height: 22px;
    height: 22px;
    padding-left: 16px;
    color: #951c26;
}
.center{
    width: 1200px;
    margin:0px auto;
}
.jcsjk{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jcsjk .center{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.jcsjk_red_flower{
    display: flex;
    flex-direction: column;
    align-items: center;
    background:#800000 url(../images/red_flower.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-top: -17px;
    padding-bottom: 90px;
}
.jcsjk_title_main{
    width: 524px;
    height: 44px;
    background: url(../images/jcsjk.png) no-repeat 0px center;
    background-size: 100% 100%;
    margin-top: 70px;
    margin-bottom: 50px;
}
.jcsjk_title_main_newadd {
    width: 524px;
    height: 44px;
    background: url(../images/jcsjknewadd.png) no-repeat 0px center;
    background-size: 100% 100%;
    margin-top: 70px;
    margin-bottom: 50px;
}
.back_bo{
    height: 20px;
    width: 1084px;
    background: url(../images/bank_bo.png) no-repeat 0px center;
    background-size: 100% 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.jcsjk_tabs{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.jcsjk_tab_item{
	font-family: fzxk;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 120px;
	letter-spacing: 0px;
	color: #800000;
    cursor: pointer;
    flex:1;
    width: 16.6%;
    text-align: center;
}
.jcsjk_tab_item.active{
    width: 200px;
    height: 104px;
    background: url(../images/tab_book_seclected.png) no-repeat 6px center;
    background-size: 100% 100%;
    color: #fff;
    line-height: 120px;
    text-align: center;
}
.jcsjk_content_item{
    display: none;
}
.jcsjk_content_item.active{
    display: block;
}
.seemore_bottom {
    background: url(../images/see_more.png) no-repeat 0px center;
    background-size: 12px 12px;
    align-self: flex-end;
    line-height: 22px;
    height: 22px;
    padding-left: 16px;
    color: #951c26;
    margin-top: 20px;
}
.jcsjk_title {
    height: 46px;
    font-family: FZCSJW;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 55px;
    margin-top: 80px;
    margin-bottom: 40px;
}
.back01{
    background: url(../images/01.png) no-repeat 0px center;
    background-size:46px 46px;
    
}
.back02{
    background: url(../images/02.png) no-repeat 0px center;
    background-size:46px 46px;
}
.back03{
    background: url(../images/03.png) no-repeat 0px center;
    background-size:46px 46px;
}
.jcsjk_neirong{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.jcsjk_neirong a{
    
    width: 20%;
    flex-basis: calc(20% - 40px * 4 / 5);
}
.jcsjk_neirong a img{
    width: 208px;
    height: 287px;
}
.jcsjk_neirong a .book_title{
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.jcsjk_neirong_links{
    display: flex;
    flex-direction: column;
}
.jcsjk_neirong_links .first_links_group a{
    width: 100%;
}
.jcsjk_neirong_links .second_links_group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.jcsjk_neirong_links .second_links_group a{
    flex-basis: calc(25% - 20px *3 / 4);
}
.jcsjk_neirong_links .third_links_group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.jcsjk_neirong_links .third_links_group a{
    flex-basis: calc(50% - 20px * 1 / 2);
}
.friend_links .center{
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}
.friend_links .center .you_titles{
    align-self: center;
    margin-top: 90px;
    margin-bottom: 30px;
}
.friend_links .center .you_links .diyipai{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #6a6a6a;
}
.friend_links .center .you_links a{
    margin:12px 0px;
    color: #6a6a6a;
}
.friend_links .center .you_links span{
    line-height: 42px;
}
.friend_links .center .you_links span:nth-child(8n){
    display: none;
}


footer{
    border-top: 10px solid #972222;
    height: 170px;
	background-color: #972222;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
}
footer p{
    margin-bottom: 0px;
}
footer .footer_link ul{
    display: flex;
    justify-content: center;
    margin-top:45px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color:#000000;
}
.nav_mobile {
    display: none;
}
.nav_tools1 {
    display: none;
    width: 45px;
    height: 41px;
    background: url(../images/menu.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 15px;
}
.nav_tools2{
    display: none;
    width: 10px;
    height: 10px;
    background: url(../images/menu.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left:15px;
    top: 10px;
}
.third_floor .center,.fourth_floor .center{
    display: flex;
    justify-content: space-between;
}
.red_book {
    position: relative;
    width: 390px;
    height: 420px;
    background-color: #ffffff;
    box-shadow: -2px 1px 0px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px #f2f2f2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 30px 30px 30px;
    z-index: 0;
}
.second_contend_word{
    display: flex;
    flex-direction: column;
}
.second_contend_item{
    display: flex;
    align-items: center;
}
.second_contend_word a{
    padding:10px 0px;
}

.second_contend_item .left_date{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bf0009;
}
.second_contend_item .left_date span{
	height: 27px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
}
.second_contend_item .left_date i{
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
}
.top_red_book{
    width: 216px;
    height: 72px;
    background: url(../images/red_book.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    text-align: center;
    line-height: 72px;
    left: 50%;
    top: -40px;
    margin-left: -108px;

    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.top_red_long_title{
    width: 216px;
    height: 72px;
    background: url(../images/red_book.png) no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
    line-height: 72px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    align-self:center;
}
.first_img_book{
    width: 326px;
	height: 182px;
	background-color: #e5e5e5;
    margin-top: 10px;
}
.right_contend_item{
    position: relative;
    width: 283px;
	height: 40px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
    padding-left: 10px;
    white-space: nowrap;      /* 强制文本不换行 */
    overflow: hidden;         /* 隐藏超出部分 */
    text-overflow: ellipsis;  /* 显示省略号 */
}
.right_contend_item span {
    position: absolute;
    color: #999;
    font-size: 9px;
    right: 20px;
    bottom: -15px;
}
.fourth_floor{
    padding-top: 30px;
}
.second_long_word{
    display: flex;
    flex-direction: column;
}
.second_long_word a {
    width: 314px;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.second_long_word a .long_item_word{
    padding-left: 15px;
    white-space: nowrap;      /* 强制文本不换行 */
    overflow: hidden;         /* 隐藏超出部分 */
    text-overflow: ellipsis;  /* 显示省略号 */
    width: 100%;
}
.red_long_items{
    display: flex;
    flex-direction: column;
}
.navbar-brand {
    float: left;
    height:auto;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.yincang_all{
    display: none;
}
.all_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 283px;
    height: 18px;
}
.all_summary{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 18px;
    font-size: 15px;
}



@media (max-width:1500px){
    .top_left a:last-child,.deg .xinjia {
        width: 192px;
        height: 44px;
        align-items: center;
    }
    .top_left, .top_right,.deg .xinjia {
        display: flex;
        align-items: center;
        padding-right: 0px;
    }
}

@media (max-width:1460px) {
    .top .left a:last-child img,.deg .xinjia img {
        width: 26px;
        height: 25px;
        margin-right: 6px;
    }
    .top .left a:last-child .right_titles .title1,.deg .xinjia .right_titles .title1 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 2px;
        color: #ffffff;
        padding-left: 2px;
    }
    .top .left a:last-child .right_titles .title2,.deg .xinjia .right_titles  .title2{
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .top .right a{
        color:#fff;
        margin-right: 10px;
        font-size: 12px;
    }
    .top .left a:first-child,.deg{
        width: 120px;
        height: 40px;
    }
    .top .left a:last-child,.deg .xinjia{
        width: 200px;
        height:30px;
    }
}


@media (max-width:1400px){
    .top_left a:first-child,.dyg {
        width: 140px;
        height: 50px;
        line-height: 50px;
    }
    .top_left a:last-child img,.deg .xinjia img {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }
    .top_left a:last-child,.deg .xinjia {
        width: 170px;
        height: 32px;
        display: flex;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        font-size: 12px;
    }
        .top_left a:last-child .right_titles .title1, .deg .xinjia .right_titles .title1 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 8px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #ffffff;
    }
   .top_left a:last-child .right_titles .title2, .deg .xinjia .right_titles .title2 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 12px;
    }
}
@media (max-width:1260px) {
    .top_left a {
        margin-left: 10px;
    }
    .third_floor .center{
        padding:0px 10px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .fourth_floor .center{
        padding:0px 10px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .jcsjk_red_flower .center,.friend_links .center{
        padding:0px 10px;
    }
    .red_book {
        position: relative;
        width: 32%;
        height: 493px;
        flex-basis: calc(32% - 10px*2/3);
        background-color: #ffffff;
        box-shadow: -2px 1px 0px 0px rgba(0, 0, 0, 0.05);
        border: solid 1px #f2f2f2;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        z-index: 0;
    }
    .red_long_items{
        width: 32%;
        flex-basis: calc(32% - 10px*2/3);
    }
}
@media (max-width:1200px) {
    .right_bottom_teachers_group_item {
        display: none;
        width: 240px;
        height: 150px;
    }
    .yjtd_title {
        background: url(../images/yjtd_title.png) no-repeat 0px center;
        background-size: 113px 45px;
        width: 113px;
        height: 45px;
        cursor: pointer;
        margin-right: 2px;
    }
    .yjtd_title.active{
        background: url(../images/yjtd_title_active.png) no-repeat 0px center;
        background-size: 113px 45px;
        width: 113px;
        height: 45px;
    }
    .xswyh_title{
        background: url(../images/xswyh_title.png) no-repeat 0px center;
        background-size: 152px 45px;
        width: 152px;
        height: 45px;
        cursor: pointer;
    }
    .xswyh_title.active{
        background: url(../images/xswyh_title_active.png) no-repeat 0px center;
        background-size: 152px 45px;
        width: 152px;
        height:45px;
    }
    .jdjj .left_part .left_content {
    position: absolute;
    left: 230px;
    top: 100px;
    width: 349px;
    height: 278px;
    font-family: HarmonyOS_Sans_SC;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    display: flex;
    flex-direction: column;
}
    .center {
        width: 100%;
        margin: 0px auto;
    }
    .top_left, .top_right {
        display: flex;
        align-items: center;
        padding-right: 0px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
    
    .top_left a:last-child,.deg .xinjia{
        width: 160px;
        height: 31px;
        display: flex;
    }
  
    .top_fatherd {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0px 0px;
    }
    .jcsjk_neirong_links .third_links_group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
    }
}
@media (max-width:1150px) {
 .jdjj .left_part .left_content {
    position: absolute;
    left: 210px;
    top: 100px;
    width: 310px;
    height: 278px;
    font-family: HarmonyOS_Sans_SC;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    display: flex;
    flex-direction: column;
}
}
@media  (max-width:992px) {
    .main_floor {
    background: url(../images/main_back.jpg) repeat-x 0 0;
    height: 530px;
    background-size: 100% 100%;
    padding-top: 300px;
    margin-top: -2px;
}
    .new_sec img {
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}
  .top .search .search_btn {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 50px;
    top: 1px;
    cursor: pointer;
    z-index: 100;
}
    .jcsjk_title {
        height: 46px;
        font-family: FZCSJW;
        font-size: 9px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 49px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-left: 29px;
        margin-top: 22px;
        margin-bottom: 9px;
    }
    .modal-content {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        width: 280px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -140px;
        top: 2%;
        height: 600px;
        overflow-y: scroll;
    }
    .modal-content p {
        margin-top: 7px;
        text-align: justify;
        text-indent: 2em;
        font-size: 11px;
        line-height: 21px;
    }
    .back01 {
        background: url(../images/01.png) no-repeat 0px center;
        background-size: 26px 24px;
    }
    .back02 {
        background: url(../images/02.png) no-repeat 0px center;
        background-size: 26px 24px;
    }
    .back03 {
        background: url(../images/03.png) no-repeat 0px center;
        background-size: 26px 24px;
    }
    .jcsjk_neirong_links .third_links_group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
    .jcsjk_neirong_links .third_links_group a {
        flex-basis: calc(50% - 10px * 1 / 2);
    }
    .jcsjk_neirong_links .second_links_group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
    .jcsjk_neirong_links .second_links_group a {
        flex-basis: calc(25% - 10px * 3 / 4);
    }
    footer {
        border-top: 10px solid #972222;
        height: auto;
        background-color: #972222;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #fff;
        padding:0px 15px 50px 15px;
    }
    .table_right {
        display: flex;
        width: 77%;
        flex-wrap: wrap;
        margin-left: 10px;
    }
    .table_right i {
        width: 25%;
        margin-bottom: 4px;
    }
    .jdjj .right_part {
        position: relative;
        width:100%;
        height: 100%;
        background: url(../images/mobile_card.png) no-repeat center 0;
        height: 390px;
        background-size: 100% 100%;
    }
    .top .search input {
        position: absolute;
        top: 0px;
        left:0px;
        width: 90%;
        height: 25px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 21px;
        padding-left: 20px;
        font-family: HarmonyOS_Sans_SC_Bold;
        font-size: 9px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #5d0000;
        margin-right: 0px;
        line-height: 25px;
    }
    .top .search input::placeholder{
        font-family: HarmonyOS_Sans_SC_Bold;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #5d0000;
        
    }
    .top_red_long_title {
        width: 100%;
        height: 40px;
        background: url(../images/red_items_chang.png) no-repeat 0 0;
        background-size: 100% 100%;
        text-align: center;
        line-height: 44px;
        color: #fff;
        margin-bottom: 20px;
    }
    .first {
        height: 108px;
        width: 90%;
        margin-left: 10px;
    }
    .jdjj .left_part .left_title {
        position: absolute;
        width: 46px;
        margin: 0px auto;
        background: url(../images/red.png) no-repeat center 0;
        height: 178px;
        background-size: 100% 100%;
        left: 69px;
        top: 10px;
        padding-top: 30px;
        writing-mode: vertical-rl;
        font-family: FZSHENGSKS_CUJW--GB1-0;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        font-size: 12px;
        height: 40px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 5px;
    }
    .top_left a:first-child,.dyg,.dyg {
        width: 110px;
        height: 40px;
        line-height: 30px;
        display: block;
    }
    .top{
        position: relative;
    }
    .nav_mobile {
        background-color: #000000;
        display: flex;
    } 
    .links .right{
        width: 100%;
    }
    .links .left,.links .right a{
        display: none;
    }
    .top .search {
        
        position: relative;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 15px;
        top: 10px;
    }
    .nav_tools1{
        display: block;
    }
    .nav_tools2 .showdiv{
        display: block;
    }
    .top .search a {
        position: absolute;
        width: 16px;
        height: 16px;
        right: 15px;
        top: 1px;
    }
    .second_contend_word {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .second_long_word a {
        width: 100%;
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
    }
    .jcsjk_title_main {
        width: 100%;
        height: 32px;
        background: url(../images/jcsjk.png) no-repeat 0px center;
        background-size: 100% 100%;
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .jcsjk_title_main_newadd {
        width: 100%;
        height: 32px;
        background: url(../images/jcsjknewadd.png) no-repeat 0px center;
        background-size: 100% 100%;
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .back_bo {
    height: 20px;
    width: 100%;
    background: url(../images/bank_bo_mobile.png) repeat-x 0px center;
    background-size: 14px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
    .right_title {
        font-family: FZSHENGSKS_CUJW--GB1-0;
        font-size: 15px;
        position: absolute;
        top: 41px;
        left: 35px;
        color: #951c26;
    }
    .right_bottom_teachers {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 90px;
        left: 46px;
        width: 70%;
    }
    .right_bottom_teachers .items {
        display: flex;
        margin-bottom: 4px;
        font-size: 9px;
    }
    .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.main_floor {
    background: url(../images/main_back.jpg) repeat-x 0 0;
    height: 190px;
    background-size: 100% 100%;
    padding-top: 76px;
}
}
@media (max-width:768px) {
    .this_center {
    display: flex;
    justify-content: flex-end;
    background: #a32d31;
    height: 60px;
    display: none;
}
    .new_sec {
    width: 76%;
    height:36px;
    margin-top: 10px;
}
    .friend_links .center .you_links .diyipai {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #6a6a6a;
    /* text-align: center; */
    align-items: center;
    flex-direction: column;
    text-align: center;
}
    .you_links span{
        display: none;
    }
    .jcsjk_neirong a .book_title {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 9px;
}
    .top_red_book {
    width: 216px;
    height: 72px;
    background: url(../images/red_book.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    text-align: center;
    line-height: 72px;
    left: 50%;
    top: -40px;
    margin-left: -108px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
}
    .father_padding {
        padding:0px;
    }
    .top {
    display: flex;
    flex-direction: column;
    height: 86px;
    background: url(../images/line.png) repeat-x 0 0;
    background-size: 1px 104%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1;
}
    .jdjj .left_part{
        position: relative;
        width:100%;
        height: 100%;
        background: url(../images/mobile_book.png) no-repeat center 0;
        height: 340px;
        background-size: 100% 100%;
    }
    .jdjj .right_part {
        position: relative;
        width:100%;
        height: 100%;
        background: url(../images/mobile_card.png) no-repeat center 0;
        height: 390px;
        background-size: 100% 100%;
    }
    .jdjj .left_part .left_content {
        position: absolute;
        left: 30%;
        top: 61px;
        width: 53%;
        height: auto;
        font-family: HarmonyOS_Sans_SC;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333333;
        text-align: justify;
        display: flex;
        flex-direction: column;
    }
    .second_floor {
        background: url(../images/mobile_back.jpg) no-repeat center center;
        height: auto;
        background-size: 100% 100%;
        display: flex;
    }
    .jdjj {
        background: none;
        height:auto;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        padding:15px;
    }
    .top .search {
        align-self: flex-start;
        position: relative;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 15px;
        top: 18px;
        width: 93%;
        height: 50px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #666;
        width: 42%;
        align-self: flex-end;
    }
    .deg{
        display: block;
    }
    .top_left{
        display: none;
    }
    .third_floor .center, .fourth_floor .center {
        display: flex;
        justify-content: flex-start;
    }
    .red_book {
        position: relative;
        width: 100%;
        height: 493px;
        background-color: #ffffff;
        box-shadow: -2px 1px 0px 0px rgba(0, 0, 0, 0.05);
        border: solid 1px #f2f2f2;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        z-index: 0;
        margin-top: 60px;
    }
    .third_floor {
        background: none;
        height: auto;
        background-size: 100% 100%;
        display: flex;
        padding-top: 100px;
    }
    .top_red_long_title {
        width: 100%;
        width: 216px;
        height: 72px;
        background: url(../images/red_book.png) no-repeat 0 0;
        background-size: 100% 100%;
        text-align: center;
        line-height:72px;
        color: #fff;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .red_long_items {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }
    .second_long_word a {
        width: 100%;
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
    }
    .jcsjk_neirong {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
        .jcsjk_neirong a {
        width: 25%;
        flex-basis: calc(25% - 10px * 4 / 5);
    }
    .jcsjk_neirong a img {
    width: 100%;
}
    .jcsjk_tab_item.active {
        width: 50px;
        height: 50px;
        background: url(../images/tab_book_seclected.png) no-repeat 1px center;
        background-size: 100% 100%;
        color: #fff;
        line-height: 50px;
        text-align: center;
    }
    .jcsjk_tab_item {
        font-family: fzxk;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 0px;
        color: #800000;
        cursor: pointer;
        flex: 1;
        width: 16.6%;
        text-align: center;
    }
    .jdjj .left_part .left_content p, .jdjj .left_part .left_content div {
    text-indent: 2em;
    padding-bottom: 10px;
    font-family: HarmonyOS_Sans_SC;
    font-size: 9px;
    font-weight: normal;
}
}
@media (max-width:690px) {
    
}
@media (max-width:660px) {
    
}
@media (max-width:630px) {
   
}
@media (max-width:590px) {
   
}
@media (max-width:550px) {
    
}
@media (max-width:510px) {
   
}
@media (max-width:500px) {
   
}
@media (max-width:480px) {
   
    footer {
        border-top: 10px solid #972222;
        height: auto;
        background-color: #972222;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #fff;
        padding:0px 15px 50px 15px;
    }
}
@media (max-width:460px) {
    .red_long_items {
        width: 100%;
        flex-basis:auto;
    }
    .fourth_floor .center {
        padding: 0px 10px;
        gap: 0px;
        flex-wrap: wrap;
    }
    .red_book {
        flex-basis:auto;
        position: relative;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: -2px 1px 0px 0px rgba(0, 0, 0, 0.05);
        border: solid 1px #f2f2f2;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        z-index: 0;
        margin-top: 54px;
    }
        .jdjj .left_part .left_content {
        position: absolute;
        left: 30%;
        top: 47px;
        width: 57%;
        height: auto;
        font-family: HarmonyOS_Sans_SC;
        font-size: 9px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333333;
        text-align: justify;
        display: flex;
        flex-direction: column;
    }
    .jdjj .left_part .left_content p, .jdjj .left_part .left_content div {
        text-indent: 2em;
        padding-bottom: 0px;
    }
    .jdjj .left_part .left_title {
        position: absolute;
        width: 32px;
        margin: 0px auto;
        background: url(../images/red.png) no-repeat center 0;
        height: 152px;
        background-size: 100% 100%;
        left: 56px;
        top: 10px;
        padding-top: 30px;
        writing-mode: vertical-rl;
        font-family: FZSHENGSKS_CUJW--GB1-0;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #ffffff;
    }
}
@media (max-width:440px) {
    
}
@media (max-width:414px) {
   
}
@media (max-width:400px) {
    
}
@media (max-width:390px) {
     
}
@media (max-width:374px) {
   
}
