* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

/* 当前位置部分 */
.lanmu_position {
    width: 100%;
    background-color: #f6f6f6;
}

.lanmu_position_a {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    color: #333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
}

.lanmu_module {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    /* background-color: pink; */
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.lanmu_module_ul_left {
    width: 270px;
    /* height: 500px; */
    display: block;
    background-color: #fafafa;
}

.lanmu_module_ul_right {
    width: 900px;
    height: auto;
    display: block;
    background-color: #f9f9f9;
}

.lanmu_module_li_one_top {
    width: 280px;
    height: 50px;
    position: relative;
    left: -10px;
    background-color: #286ace;
    display: flex;
    align-items: center;
    padding-left: 28px;
    color:#fff;
}

.lanmu_module_li_one_top img {
    width:22px;
    height:20px;
    margin-right: 14px;
}

.lanmu_module_li_one {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 18px;
    color:#333;
    cursor: pointer;
    position:relative;
}

.lanmu_module_li_one a {
    display: flex;
    align-items: center;
    color: #333;
  flex-wrap: wrap;
    padding: 16px 25px 16px 0;
}

.lanmu_module_li_one:hover a {
    
    color:#0e49a3;
}

.lanmu_module_li_one .left_text{
    /* margin-right: 116px; 
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
}

.lanmu_module_li_one .right_jiantou{
    width:7px;
    position:absolute;
    right:15px;
    height:14px;
    background:url(/cms_files/jcms1/web2760/site/picture/0/2411111425404009413.png?0.7541362505905347) no-repeat;
    background-size: 100% 100%;
}

.lanmu_module_li_one:hover .right_jiantou{
    width:7px;
    height:14px;
    background:url(/cms_files/jcms1/web2760/site/picture/0/2411111425402902790.png?0.22406281590872235) no-repeat;
    background-size: 100% 100%;
}

.lanmu_module_li_one1 {
    width: 100%;
    height: 60px;
    /* background-color: pink; */
}

.lanmu_bottom_line {
    display: flex;
}

.lanmu_module_li_one_small_box_right {
    width:280px;
    height:10px;
    position:relative;
    left:-10px;
    /* background-color: #DFDFDF; */
    border-top: 5px solid #DFDFDF;
    border-right: 135px solid #fafafa;
    border-bottom: 5px solid #fafafa;
    border-left: 135px solid #dfdfdf;
}

.lanmu_module_li_one_small_box {
    width:0;
    height:0;
    position: relative;
    left: -10px;
    border-top: 5px solid #0e49a3;
    border-right: 5px solid #0e49a3;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff; 
    /* background-color: #0e49a3; */

}

.lanmu_module_ul_right_li_top {
    width:100%;
    font-size: 22px;
    line-height: 80px;
    color:#333;
    padding-left: 34px;
    border-bottom: 1px solid #d0d0d0;
}

.lanmu_module_li_right_one {
    width:100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 45px;
    
}

.lanmu_module_li_right_one a{
    color:#333;
    width:100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 18px;
}

.time_color {
    color:#999;
}

.time_left {
    width:88%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* .bt-list {
    min-height: 855px;
} */

.bt-list ul{
    min-height:855px;
}





/* 老年版样式 */

.old_type .lanmu_position_a {
    width: 1200px;
    margin: 0 auto;
    line-height: 100px;
    color: #333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 32px;
}

.old_type .lanmu_module {
    display: block;
}

.old_type .lanmu_module_ul_left  {
    margin-bottom: 50px;
    width:100%;
}

.old_type .lanmu_module_li_one_top {
    width: 100% !important;
    height: 100px;
    position: relative;
    background-color: #286ace;
    display: flex;
    align-items: center;
    padding-left: 28px;
    color:#fff;
}

.old_type .lanmu_module_li_one_top img {
    width:44px;
    height:40px;
    margin-right: 14px;
}

.old_type .lanmu_module_li_one {
    width: 100%;
    height: 80px;

    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    padding-left: 53px;
    font-size: 32px;
    color:#333;
    cursor: pointer;
}

.old_type .lanmu_module_li_one .left_text {
    /* margin-right: 40px; */
    /* width:180px; */
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.old_type .lanmu_module_li_one_top span {
    font-size: 32px;

}

.old_type .lanmu_module_li_one1 {
    margin-bottom: 50px;
}

.old_type .lanmu_module_ul_right_li_top {
    font-size: 44px;
    line-height: 140px;
}

.old_type .lanmu_module_li_right_one a{
    font-size: 32px;
}

.old_type .time_color {
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 90px;
}

.old_type .bt-list {
    height:auto;
}

.old_type .bt-list ul {
    min-height: 1700px;

    width:100%;
}

.old_type .time_left {
    width:83%;
}

.old_type .wenzhang_position .wenzhang_position_ul span {
    font-size: 36px;
    margin:0 10px;
}


.wenzhang_position {
    width: 100%;
    background-color: rgb(246, 246, 246);
}

.wenzhang_position_ul {
    width: 1200px;
    margin: 0 auto;
}

.wenzhang_position_ul a {
    font-size: 16px;
    line-height: 50px;
    align-items: center;
    color: #333;
}

.old_type .wenzhang_position_ul a {
    font-size: 36px;
    line-height: 80px;
    align-items: center;
    color: #333;
}


/* 移动端样式 */
@media screen and (max-width: 768px) {

    .mobile_type .wenzhang_position_ul {
        width: 100%;
        padding:0 2rem;
    }

    .mobile_type .lanmu_position_a {
        width:100%;
        padding:0 4%;
    }

    .mobile_type .lanmu_module {
        display: block;
    }

    .mobile_type .lanmu_list_box {
        display: flex;
        flex-wrap: wrap;
        padding:0 15px;
        padding-top: 1rem;
        background-color: #f0f0f0;
    }

    .mobile_type .right_jiantou {
        display: none;
    }

    .mobile_type .lanmu_module_li_one .left_text{
        margin-right: 0;
    }

    .mobile_type .lanmu_module_li_one {
        padding-left: 0;
    }

    .mobile_type .lanmu_module  {
        width:100%;
    }

    .mobile_type .lanmu_module_ul_right  {
        width:100%;
      height: auto;
        min-height: auto;
    }

    .mobile_type .time_left  {
        width:80%;
    }

    .mobile_type .lanmu_module_ul_left  {
        width:100%;
    }

    .mobile_type .lanmu_module_li_one_top {
        width:100%;
        left:0;
    }

    .mobile_type .lanmu_module_li_one_small_box_right {
        display: none;
    }

    .mobile_type .lanmu_module_li_one {
        width:auto;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(40,106,206);
        margin-bottom: 1rem;
        padding: 0 1rem;
      font-size: 4.2vw;
    }

    .mobile_type .lanmu_module_li_one a{
        color:#fff;
      padding: 1.6vw 0;
    }

    .mobile_type .time_color {
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        /* line-height: 2.5rem; */
    }
}

   .leadership_information {
    padding: 30px;
    zoom: 1;
  }

  .leadership_information::after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
  }

  .leadership_information_left {
    width: 180px;
    margin-right: 30px;
    float: left;
    padding: 10px;
    background-color: #fff;
  }

  .leadership_photograph {
    width: 100%;
    margin-bottom: 10px;
  }

  .leadership_photograph img {
    display: block;
    width: 100%;
    height: auto;
  }

  .leadership_information_name {
    text-align: center;
  }

  .leadership_content_title {
    color: #286ace;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .leadership_content_title span{
    background: url(/cms_files/jcms1/web2247/site/images/44741/1805081636472134571.png) no-repeat;
    background-position: left 5px !important;
    padding-left: 20px;
  }
  .leadership_content_title span{
    border-bottom:  2px solid #286ace;
    padding-bottom: 6px;
  }
  .leadership_content_main {
    font-size: 18px;
    line-height: 2;
  }

  .old_type .leadership_information_left {
    width: 220px;
  }

  .old_type .leadership_information_name {
    font-size: 24px;
  }

  .old_type .leadership_content_title {
    font-size: 30px;
  }

  .old_type .leadership_content_main {
    font-size: 28px;
  }

  @media screen and (max-width: 768px) {
    .leadership_information {
      padding: 3.2vw;
    }

    .leadership_information_left {
      float: none;
      margin: 0 auto;
      width: 46vw;
    }
    .leadership_information_right.leadership_synopsis{
      width:100%;
    }
    .leadership_information_name {
      font-size: 4.2vw;
    }

    .leadership_content_title {
      font-size: 4.8vw;
    }

    .leadership_content_main {
      font-size: 4.2vw;

    }

    .lanmu_module_ul_right .page-content {
      padding: 3.2vw;
    }

    .page-content li a i {
      margin: 0 !important;
      display: none;
    }

    .page-content li {
      flex-wrap: wrap;
      padding-right: 0 !important;
    }

    .page-content li>a {
      width: 100% !important;
      white-space: normal !important;
    }

    .page-content li>span {
      margin-left: auto;
    }

    .lanmu_module_ul_right #右侧list内容 .pagination {
      justify-content: center;
    }



    .lanmu_module_ul_right .page-content li {
      padding: 2vw 0;
    }
    .lanmu_module_ul_right .page-content li {
    height: auto !important;
    line-height: normal !important;

  }
  }

  .lanmu_module_ul_right .page-content li {
    height: auto !important;

  }


  .leadership_synopsis{
    float: right;
    width: 75%;
  }
  .leadership_content_main{
    margin-bottom: 30px;
  }
  .leadership_content_main p{
    text-indent:0 !important;
  }
.old_type .bt-list ul{
height:auto;
}



  .wenzhang_content {
    padding: 10px 60px;
  }

  .wenzhang_content .wenzhang_content_title {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    line-height: 44px;
    font-size: 17px;
  }

  .wenzhang_content .wenzhang_content_time {
    line-height: 2;
    display: flex;
    justify-content: space-around;
  }

  .wenzhang_content .wenzhang_content_page {
    text-align: right;
  }

  .wenzhang_content .wenzhang_content_page a {
    margin: 0 8px;
  }

  .wenzhang_content .wenzhang_content_text {
    font-size: 15px;
    line-height: 30px;
  }

  .old_type .wenzhang_position_ul {
    font-size: 36px;
    line-height: 80px;
    align-items: center;
    color: #333;
  }

  .old_type .wenzhang_content .wenzhang_content_title {
    font-size: 50px;
    line-height: 72px;
  }

  .old_type .wenzhang_content .wenzhang_content_time {
    font-size: 32px;
  }

  .old_type .wenzhang_content .wenzhang_content_page {
    font-size: 28px;
  }


  .old_type .wenzhang_content .wenzhang_content_text
  .old_type .wenzhang_content .wenzhang_content_text p,
  .old_type .wenzhang_content .wenzhang_content_text p a,
  .old_type .wenzhang_content .wenzhang_content_text a,
  .old_type .wenzhang_content .wenzhang_content_text,
  .old_type .wenzhang_content .wenzhang_content_text p,
  .old_type .wenzhang_content .wenzhang_content_text p a,
  .old_type .wenzhang_content .wenzhang_content_text a,
  .old_type .wenzhang_content .wenzhang_content_text p span {
    font-size: 36px !important;
    line-height: 60px !important;
  }

  .old_type .wenzhang_content .wenzhang_content_page a {
    font-size: 28px !important;
  }


  @media screen and (max-width: 768px) {
    .wenzhang_content {
      padding: 3.2vw;
    }
  }