@charset "utf-8";
/* CSS Document */

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.w1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.text_hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 可配合 flex自动补全js使用 */
.ul_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 主体区域 */


.bg_box {
    /* background: url(yshj_bg.png) no-repeat top center #fffbf7; */
    padding-bottom: 70px;
}

.logo {
    margin-bottom: 90px;
    padding-top: 30px;
}

.yshj_tit {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.yshj_tit img {
    width: 100%;
    height: auto;
}

.con1 {
    width: 100%;
    height: auto;
    margin-top: 90px;
}

.con_tit img {
    display: block;
    margin: 0 auto;
}

.con1_main {
    margin-top: 30px;
    width: 100%;
    height: 626px;
    border-radius: 15px;
    background: transparent;
    /* 修正 backdrop-filter 语法和前缀 */
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
    /* 正确的 WebKit 前缀 */
    background-color: rgba(255, 255, 255, 0.5);
    /* 也可以用 rgba 格式，和 #ffffff0d 等效 */
    display: flex;
    justify-content: space-between;
    padding: 40px 30px;
}

.con1_main .con1_left {
    width: 366px;
    height: 100%;
    padding-right: 30px;
    border-right: 2px dashed #C6D9F5;
}

.con1_main .con1_right {
    width: calc(100% - 396px);
}

.con1_left li {
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size: 26px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;

}

.con1_left li .con1_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 22px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.con1_left li:nth-child(1) .con1_icon {
    background: url(con1_1.png) no-repeat center;
}

.con1_left li:nth-child(2) .con1_icon {
    background: url(con1_2.png) no-repeat center;
}

.con1_left li:nth-child(3) .con1_icon {
    background: url(con1_3.png) no-repeat center;
}

.con1_left li:nth-child(4) .con1_icon {
    background: url(con1_4.png) no-repeat center;
}

.con1_left li:nth-child(5) .con1_icon {
    background: url(con1_5.png) no-repeat center;
}

.con1_left li:nth-child(6) .con1_icon {
    background: url(con1_6.png) no-repeat center;
}

.con1_left li:nth-child(1) .con1_icon {
    background: url(con1_1.png) no-repeat center;
}

.con1_left li:nth-child(1).active .con1_icon {
    background:
            url(con1_1_active.png) no-repeat center,
            linear-gradient(236.98deg, #2cbbfa 0%, #1a66f1 100%);
}

.con1_left li:nth-child(2).active .con1_icon {
    background:
            url(con1_2_active.png) no-repeat center,
            linear-gradient(236.98deg, #2cbbfa 0%, #1a66f1 100%);
}

.con1_left li:nth-child(3).active .con1_icon {
    background:
            url(con1_3_active.png) no-repeat center,
            linear-gradient(236.98deg, #2cbbfa 0%, #1a66f1 100%);
}

.con1_left li:nth-child(4).active .con1_icon {
    background:
            url(con1_4_active.png) no-repeat center,
            linear-gradient(236.98deg, #2cbbfa 0%, #1a66f1 100%);
}

.con1_left li:nth-child(5).active .con1_icon {
    background:
            url(con1_5_active.png) no-repeat center,
            linear-gradient(236.98deg, #2cbbfa 0%, #1a66f1 100%);
}

.con1_left li:nth-child(6).active .con1_icon {
    background:
            url(con1_6_active.png) no-repeat center,
            linear-gradient(236.98deg, #2cbbfa 0%, #1a66f1 100%);
}

.con1_left li.active {
    opacity: 0.77;
    box-shadow: 0 0 8px #3775e475;
    background: url(con1_bg.png) no-repeat right center #fff;
}

.con1_item {
    width: 100%;
    height: 100%;
    display: none;
}

.con1_item1 ul li {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 9px #b9dbf2;
}

.con1_item1 ul li a {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.con1_item1 ul li:last-child {
    margin-bottom: 0;
}

.con1_item1 ul li .item1_date {
    width: 80px;
    height: 100%;
    margin-right: 30px;
    text-align: center;
}

.con1_item1 ul li .item1_date .day {
    font-size: 42px;
    color: #333;
    line-height: 54px;
    font-weight: bold;
    margin-top: 16px;
}

.con1_item1 ul li .item1_date .year-month {
    color: #666666;
    font-size: 16px;
}

.con1_item1 ul li .item1_main {
    width: calc(100% - 110px);
}

.con1_item1 ul li .item1_main .itme1_tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.con1_item1 ul li .item1_main .item1_info {
    color: #999999;
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.itme1_more {
    text-align: right;
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
}

.itme1_more a {
    color: #999999;
}

.con1_item2_tit {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: auto;
    margin: 0 auto;
}

.con1_item2_tit li {
    font-size: 24px;
    color: #333333;
    cursor: pointer;
    padding-bottom: 20px;
}

.con1_item2_tit li.active {
    color: #1F6AF1;
    background: url(con1_item2_tit.png) bottom center no-repeat;
}

.con1_item2_main {
    margin-top: 20px;
}

.con1_item2_item {
    display: none;
}

.con1_item2_item li {
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px dashed #1C6EBD;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.con1_item2_item li a {
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(dian.png) no-repeat left top 18px;
    padding-left: 20px;

}

.con1_item2_item li.active {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 12px #83acf669;
    padding: 20px;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.con1_item2_item li.active a {
    flex: 1 1 auto;
    /* 自动占满剩余空间，允许换行 */
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    width: 100%;
}

.con1_item2_item li.active .con1_item2_date {
    flex: 0 0 auto;
    width: 100%;
    text-align: right;
}

.con1_item2_item li .con1_item2_date {
    width: 120px;
    color: #999999;
    font-size: 20px;
}

.con1_item2_zt {
    margin-top: 24px;
    width: 100%;
    height: 92px;
}

.con1_item5_zt {
    margin-top: 24px;
    width: 100%;
    height: 92px;
}

.con1_item5_zt ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.con1_item5_zt ul li {
    width: calc((100% - 40px)/3);
    height: 100%;
}

.con1_item5_zt ul li a {
    display: block;
}

.con1_item5_zt ul li img {
    width: 100%;
    height: 100%;
}

.con1_item6_zt {
    margin-top: 24px;
    width: 100%;
    height: 92px;
}

.con1_item6_zt ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.con1_item6_zt ul li {
    width: calc((100% - 20px)/2);
    height: 100%;
}

.con2 {
    margin-top: 50px;
}

.con2_main {
    margin-top: 30px;
}

.con2_main_tit {
    display: flex;
    justify-content: space-between;
    width: 560px;
    height: 80px;
    margin: 0 auto;
    font-size: 26px;
    border-radius: 38.5px;
    background: #e8f7fff7;
    box-shadow: 0 0 12px #4598d38c;
    line-height: 64px;
    padding: 8px;
}

.con2_main_tit li {
    padding: 0 30px;
    cursor: pointer;
}

.con2_main_tit li.active {
    color: #1F6AF1;
    border-radius: 30.5px;
    background: #fff;
    box-shadow: 0 0 8px #1966f133;
}

.con_2_con {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #ebf8fff7;
    box-shadow: 0 0 12px #4598d38c;
}

.con2_item {
    display: none;
}

.con2_item1 {
    justify-content: space-between;
    padding: 30px;
}

.con2_item1_left {
    width: 540px;
    height: 390px;
    background: url(ssjygk.png) no-repeat center;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    margin-top: 30px;
}

.con2_item1_right {
    width: calc(100% - 582px);
    height: 100%;
}

.con2_item1_left a {
    width: 160px;
    height: 50px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-top: 100px;
}

.con2_item_info {
    margin-top: 20px;
}

.con2_item_info li {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    padding: 0 10px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.con2_item_info li .con2_item_bg {
    width: 100%;
    background: #fff;
    border: 1px dashed #333;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 20px;
    height: 100%;
}

.con2_item_info li .con2_item_bg a {
    color: #333;
    width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.con2_item_info .con2_item_bg::before {
    content: '';
    /* 伪元素必须有content属性 */
    /* 黑点样式 */
    width: 6px;
    /* 黑点宽度 */
    height: 6px;
    /* 黑点高度 */
    border-radius: 50%;
    /* 圆形 */
    background-color: #000;
    /* 黑色 */
    /* 定位到li最前面 */
    position: absolute;
    left: 20px;
    /* 靠左对齐 */
    top: 50%;
    /* 垂直居中（相对于li） */
    transform: translateY(-50%);
    /* 精确垂直居中 */
}

.con2_item_date {
    color: #999999;
    width: 106px;
}

.con2_item_info li.active {
    background: url(con2_li_bg.png) no-repeat center;
    background-size: contain;
}

.con2_item_info li.active .con2_item_bg {
    background: none;
    border: none;
}

.con2_item_info li.active a {
    color: #fff;
}

.con2_item_info li.active .con2_item_bg::before {
    background-color: #fff;
}

.con2_item_info li.active .con2_item_date {
    color: #fff;
}

.con2_item2 {
    padding: 30px;
    justify-content: space-between;
}

.con2_item2_left {
    width: 540px;
    height: 100%;
    margin-top: 30px;
}

.con2_item2_left li {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}

.item2_active {
    display: flex;
}

.bg_box2 {
    width: 100%;
    height: 669px;
    /* background: url(bg_2.png) no-repeat center; */
}

.con3 {
    padding-top: 50px;
}

.con3_main {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.con3_main>div {
    width: calc((100% - 50px)/2);
    height: 460px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #ffffff8f;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffff05;
    padding: 30px;
    background: linear-gradient(#FBFDFF 0%, #EAFDFF 25%);
}

.con3_list {
    margin-top: 30px;
}

.con3_list li {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    border-bottom: 1px dashed #A3A3A3;
    position: relative;
    padding-left: 20px;
}

.con3_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.con3_list li a {
    color: #333;
    width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con3_list li span {
    color: #999999;
}

.bg_box3 {
    background: url(bg_3.png) no-repeat top center;
    height: 1972px;
}

.con4 {
    padding-top: 60px;
}

.con4_main {
    margin-top: 30px;
    position: relative;
    height: 516px;
}

.con4_left {
    width: 835px;
    height: 480px;
    background: url(con4_left.png) no-repeat center;
    padding: 30px;
}

.con4_left_list {
    width: 490px;
    height: auto;
}

.con4_left_list li {
    width: 100%;
    height: 82px;
    margin-bottom: 20px;
}

.con4_left_list li:last-child {
    margin-bottom: 0;
}

.con4_right {
    position: absolute;
    width: 740px;
    height: 485px;
    right: 0;
    bottom: 0;
    border-radius: 8px 70px;
    background: transparent;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 10px 30px 40px;
}

.con4_tab_con {
    margin-top: 20px;
}

.con4_list1 {
    padding-bottom: 16px;
    border-bottom: 1px dashed #A3A3A3;
}

.con4_list1 a {
    display: block;
}

.con4_list1 .con4_list1_tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.con4_list1 .con4_list1_tit::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.con4_list1_info {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.con4_list2 {
    margin-top: 10px;
}

.con4_list2 li {
    font-size: 20px;
    line-height: 60px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dashed #A3A3A3;
}

.con4_list2 li a {
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: none;
    padding-left: 0;
}


.con4_list2 li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.con5 {
    margin-top: 30px;
    height: 192px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 12px #83acf669;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
}

.con5 li {
    width: calc((100% - 102px)/7);
}

.con6 {
    margin-top: 60px;
}

.con6_main {
    height: 594px;
    border-radius: 15px;
    border: 1px solid #fff;
    background: transparent;
    backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: url(con6_bg.png) no-repeat top center transparent;
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 30px 30px;
    margin-top: 30px;

}

.con6_main .con6_list {
    width: calc((100% - 100px)/3);
    height: 474px;
}

.con6_main .con6_list:nth-child(1) {
    background: url(con6_list1.png) no-repeat center;
}

.con6_main .con6_list:nth-child(2) {
    background: url(con6_list2.png) no-repeat center;
}

.con6_main .con6_list:nth-child(3) {
    background: url(con6_list3.png) no-repeat center;
}

.con6_list {
    padding: 30px 25px;
}

.con6_icon {
    display: block;
    margin: 0 auto;
    opacity: 0.7;
}

.con6_list2 {
    max-height: 252px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 9px #84a6e37a;
    padding: 10px 0;
    overflow-y: scroll;
}

.con6_list2 li {
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
}

.con6_list2 li a {
    background: url(con6_list_default.png) no-repeat left center;
    padding-left: 20px;
    display: block;
}

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

.con6_list2 li:hover a {
    background: url(con6_list_active.png) no-repeat left center;
}

.con7 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.con7 li {
    width: calc((100% - 60px)/2);
    height: 180px;
}

.con7 li a {
    display: block;
}

/* 自适应 */
@media screen and (max-width: 768px) {
    .w1200 {
        padding: 1rem;
    }
}

/* 适老化 */

.pageold .w1200 {
    width: 100%;
}