.pc-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
}
.pc-box .top {
    padding: 15px 0;
    background: url("../images/bg1.png") no-repeat center center;
    background-size: cover;
}
.pc-box .top .logo img {
    width: 392px;
}
.pc-box .top .logo-text{
    font-size: 14px;
    color: #ffffff;
    padding: 2px 5px;
    color: #066556;
    border: 1px solid #066556;
    border-radius: 10px;
    margin-left: 20px;
}
.pc-box .top .logo-text img{
    width: 5px;
    height: 8px;
    margin-left: 5px;
}
.pc-box .top .search {
    width: 278px;
    height: 45px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
}
.pc-box .top .search img{
    width: 15px;
    height: 18px;
    margin-left: 10px;
}
.pc-box .top .search .input {
    height: 45px;
    border: none;
    border-radius: 45px;
    margin-left: 10px;
}
.pc-box .top .search .input::placeholder {
   font-size: 14px;
}
.pc-box .top .search .submit {
    height: 45px;
    width: 45px;
    background-image: url("../images/icon1.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    text-indent: -9999px;
}
.pc-box .nav {
    height: 55px;
    width: 100%;
    background-color: #066655;
}

.pc-box .nav ul {
    height: 100%;
}
.pc-box .nav ul li {
    height: 100%;
    flex: 1;
}
.pc-box .nav ul li a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}
.pc-box .nav ul li.on a{
    background-color: #388577;
}
.pc-box .nav ul li a:hover{
    background-color: #388577;
}
.pc-box .nav ul li a:before {
    content: "";
    display: block;
    height: 10px;
    width: 1px;
    background-color: #388577;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.pc-box .nav ul li:last-child a:before {
    display: none;
}
.pc-box .nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
}

/*首页*/
.c1 {
    padding-top: 32px;
}

.c1 .c1-left-swiper {
    position: relative;
    overflow: hidden;
}

.c1 .left {
    width: 60%;
}

.c1 .left .swiper-slide {
    width: 100%;
    height: 480px;
    position: relative;
}

.c1 .left .swiper-slide img {
    width: 100%;
    height: 480px;
}

.c1 .left .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 18px;
    font-size: 16px;
    color: #ffffff;
}

.c1 .left .c1-left-swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 99;
}

.c1 .left .c1-left-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.6;
    margin: 0 2px;
}

.c1 .left .c1-left-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.c1 .right {
    width: 40%;
    background-color: #fff;
    padding-left: 22px;
    padding-top: 20px;
}

.bg-title-box {
    position: relative;
    width: 100%;
    height: 53px;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
}
.line {
    width: 116px;
    border-top: 2px solid #066655; /* 绿色的线 */
    position: absolute;
    bottom: -2px;
    transform: translateY(-50%);
}

.arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50px;
    bottom: -10px;
    transform: translateY(-100%) rotate(360deg);
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #066655; /* 实心三角形颜色 */
}

.line1 {
    width: 157px;
    border-top: 2px solid #066655; /* 绿色的线 */
    position: absolute;
    bottom: -2px;
    transform: translateY(-50%);
}

.arrow1 {
    position: absolute;
    width: 0;
    height: 0;
    left: 70px;
    bottom: -10px;
    transform: translateY(-100%) rotate(360deg);
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #066655; /* 实心三角形颜色 */
}

.line2 {
    width: 73px;
    border-top: 2px solid #066655; /* 绿色的线 */
    position: absolute;
    bottom: -2px;
    transform: translateY(-50%);
}

.arrow2 {
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -10px;
    transform: translateY(-100%) rotate(360deg);
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #066655; /* 实心三角形颜色 */
}

.line3 {
    width: 120px;
    border-top: 2px solid #066655; /* 绿色的线 */
    position: absolute;
    bottom: -2px;
    transform: translateY(-50%);
}

.arrow3 {
    position: absolute;
    width: 0;
    height: 0;
    left: 54px;
    bottom: -10px;
    transform: translateY(-100%) rotate(360deg);
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #066655; /* 实心三角形颜色 */
}

.line4 {
    width: 120px;
    border-top: 2px solid #066655; /* 绿色的线 */
    position: absolute;
    bottom: -2px;
    transform: translateY(-50%);
}

.arrow4 {
    position: absolute;
    width: 0;
    height: 0;
    left: 54px;
    bottom: -10px;
    transform: translateY(-100%) rotate(360deg);
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #066655; /* 实心三角形颜色 */
}
.bg-title-more {
    color:#999999;
    font-size: 14px;
    margin-right: 15px;
}

.bg-title-box .text {
    font-size: 20px;
    font-weight: bold;
    color: #066655;
    padding-left: 5px;
}
.c1 .right .infoM {
    padding: 0 25px 0 4px;
}

.c1 .right .infoM .info {
   margin-top: 30px;
    color:#066655;
    font-size: 20px;
    padding-right: 15px;
}

.c1 .right .infoM .info1 {
    margin: 20px 0 15px;
    color:#666666;
    font-size: 14px;
    padding-right: 15px;

}
.c1 .right .infoM .info2 {
    color:#b8b8b8;
    padding-right: 15px;
    padding-bottom: 25px;
    font-size: 12px;
    border-bottom: 1px solid #bfbfbf;
}


.c1 .right .cell {
    padding: 17px 25px 0 4px;
}
.c1 .right .cell:nth-child(1) {
    padding: 26px 25px 0 4px;
}

.c1 .right .cell .date {
    padding: 0 10px;
}

.c1 .right .cell .date .label {
    color: #0f67a9;
    font-size: 14px;
    text-align: center;
}

.c1 .right .cell .date .value {
    color: #0f67a9;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.c1 .right .cell .l-right {
    padding-left: 10px;
}

.c1 .right .cell .l-right .title {
    color: #333333;
    font-size: 18px;
}

.c1 .right .cell .l-right .des {
    color: #999999;
    font-size: 14px;
    padding-top: 6px;
}

.c3 {
    margin-bottom: 40px;
}
.c3 .left {
    width: 240px;
}
.c3 .left .list {
    margin-top: 15px;
    width: 240px;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding: 20px 12px 15px;
    color: #333333;
}

.c3 .left .list .cell {
    background-color: #fff;
    padding: 13px 15px 4px;
    margin-bottom: 10px;
    color: #333333;
}
.c3 .left .list .cell .user {
    background-color: #fff;
    color: #333333;
}
.c3 .left .list .cell .user span {
    padding-bottom: 12px;
}

.c3 .main {
    margin: 0 15px;
}
.c3 .main .m1 .cell {
    margin-top: 15px;
}

.c3 .main .m1 .cell1 {
    margin-top: 21px;
}

.c3 .main .m1 .right1 .infoM {
    padding-left:13px;
}

.c3 .main .m1 .right1 .infoM .info {
    color:#6a6a6a;
    font-size: 20px;
    padding-right: 15px;
}

.c3 .main .m1 .right1 .infoM .info1 {
    margin: 14px 0 15px;
    color:#7e7e7e;
    font-size: 14px;
    padding-right: 15px;

}
.c3 .main .m1 .right1 .infoM .info2 {
    color:#b8b8b8;
    padding-right: 15px;
    font-size: 12px;
}

.c3 .main .m1 .imgcell {
    margin-top: 42px;
}
.c3 .main .m1 .imgcell .cell2{
    position: relative;
}
.c3 .main .m1 .imgcell .pp{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;

}
.c3 .main .m1 .imgcell img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}

.c3 .right {
    width: 260px;
}
.c3 .right .rightlist {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 0 10px 13px 10px;
    margin-top: 16px;
}

.c4 {
    margin-top: 38px;
}
.c4  .c4list {
    font-size: 14px;
    color: #595959;
    padding:30px 0;
}
.c4  .c4list a{
    color: #595959;
}

.banner {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
}
.banner-pagination .pagination {
    padding: 5px;
    background-color: rgba(0,0,0,.5);
    border-radius: 15px;
}
.banner-pagination .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.6;
    margin: 0 2px;
}
.banner-pagination .pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.footer{
    background-color: #034f40;
}
.footer .top {
    padding: 50px 0;
}
.footer .top .max-cell {
    flex: 1;
    margin-right: 100px;
}
.footer .top .max-cell:last-child{
    margin-right: 0;
}
.footer .top .max-cell .label{
    padding-bottom: 10px;
}
.footer .top .max-cell .label a{
    font-size: 14px;
    color: #ffffff;
}
.footer .top .max-cell .value ul li a{
    font-size: 14px;
    color: #757E93;
}
.footer .top .max-cell .cell {
    padding-bottom: 15px;
}
.footer .top .max-cell .cell .c-label{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
}
.footer .top .max-cell .cell .c-value{
    font-size: 14px;
    color: #757E93;
}

.footer .copyright {
    padding: 20px;
    font-size: 14px;
    color: #5b7e76;
    text-align: center;
    border-top: 1px solid #155b4d;
}
.footer .copyright a{
    font-size: 14px;
    color: #71829A;
}


/* 组织架构 */
.background-image {
	width: 100%;
	height: 100%;
	background-image: url("../images/bg2.png");
	background-position: center top;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
.container {
    display: flex;
    padding-top: 20px;
  }
  .breadcrumb{
    font-size: 14px;
    color: #333333;
    padding: 20px 20px 0 20px;
  }

  .sidebar {
    width: 200px;
    background-color: #ffffff;
    padding: 20px;
  }
  .sidebar .sidebar-title{
    color: #066655;
    font-weight: bold;
    font-size: 24px;
  }

  .nav-list {
    list-style: none;
    padding: 0;
  }

  .nav-list li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
  }

  .nav-list li.active {
    color: #006064;
    font-weight: bold;
  }

  .main-content {
    flex: 1;
    padding: 20px;
    background-color: #ffffff;
    margin-left: 20px;
  }
  .content-title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .member-card {
    display: flex;
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 70px;
  }

  .member-avatar {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .member-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .member-info {
    flex: 1;
  }

  .member-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333333;
  }
  .member-name a{
    color: #333333;
  }

  .view-detail {
    font-size: 14px;
    color: #006064;
    margin-left: 20px;
    padding: 2px 5px;
    border: 1px solid #a3c9e4;
    font-weight: 400;
    cursor: pointer;
  }

  .member-description {
    color: #666;
    line-height: 1.6;
  }

.news-list {
    padding: 20px;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
}

.news-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-top: 5px;
}

.news-icon img {
    width: 100%;
    height: 100%;
}

.news-info {
    flex: 1;
}


.m1 .cell .left1 img {
    width: 150px;
    height: 85px;
    object-fit: cover;
}
.cell-img {
    width: 150px;
    height: 85px;
    object-fit: cover;
}

.news-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.news-title a{
    color: #333;
}

.news-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.news-description a{
    color: #666;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 20px 0;
}

.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    margin: 0 5px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    color: #1890ff;
    border-color: #1890ff;
}

.pagination a.active {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
}

.page-prev,
.page-next {
    font-family: "宋体";
    font-weight: bold;
}

@media only screen and (max-width: 2600px) and (min-width:1024px) {
    .pc-box {
        display: block;
    }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
    .news-item{
        flex-direction: column;
    }
    .news-img{
        margin-top: 15px;
    }
    .main-content{
        margin-left: 0;
    }
    .container{
        display: block;
    }
    .sidebar{
        width: 100%;
    }
    .main-content{
        width: 100%;
    }

    .video {
        padding-top: 20px;
    }
    .video .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .al {
        padding-top: 20px;
    }
    .al .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .al .img img {
        width: 100%;
        height: 160px;
    }

    .xspx {
        padding-top: 20px;
    }
    .xspx .cell {
        padding: 20px;
    }
    .xspx .cell img {
        width: 100%;
    }
    .xspx .cell .img {
        width: 100%;
    }
    .xspx .cell .c-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .page-wrap .p-nav {
        width: 100%;
        position: relative;
    }
    .page-wrap .p-nav .label {
        height: 73px;
        top: 0;
    }
    .page-wrap .p-wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .zjtd {
        padding-top: 20px;
    }
    .zjtd .cell {
        padding: 30px 20px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer .top {
        padding: 30px 0;
    }
    .footer .top .max-cell {
        flex: none;
        padding-bottom: 12px;
        width: 100%;
    }

    .c5 .lists .cell {
        width: 100%;
        margin-right: 0;
    }
    .c5 .lists .cell .img-box img{
        height: 155px;
    }

    .c3 {
        padding: 30px 0;
    }
    .c3 .lists .cell {
        margin-right: 0;
        margin-bottom: 20px;
        background-color: #F7F7F7;
        width: 100%;
        padding: 10px;
    }
    .c3 .lists .cell .c-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .c3 .lists .cell .c-left .label {
        font-size: 22px;
        color: #333333;
        padding: 8px 0;
    }
    .c3 .lists .cell .c-left .value {
        font-size: 14px;
        color: #999999;
        line-height: 220%;
    }
    .c3 .lists .cell .c-left .more {
        padding-top: 15px;
    }
    .c3 .lists .cell .img {
        width:100%;
    }
    .c3 .main .m1 .imgcell {
        flex-wrap: wrap;
    }
    .c3 .main .m1 .imgcell .cell2 {
        margin-bottom: 20px;
    }
    .line-title .line {
        width: 45px;
    }
    .line-title .text {
        font-size: 24px;
    }
    .c2 {
        padding: 30px 0;
    }
    .c2 .wrap {
        padding-top: 30px;
    }
    .c2 .wrap .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .c2 .wrap .left .left-main {
        padding: 20px;
        background-color: #ffffff;
        border-radius: 12px;
    }
    .c2 .wrap .left .cell {
        min-height: 50px;
        width: calc(100% / 2 - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .c2 .wrap .left .cell:nth-child(2n) {
        margin-right: 0;
    }
    .c2 .wrap .left .cell:nth-child(5n) {
        margin-right: 0;
    }
    .c2 .wrap .right {
        width: 100%;
        min-height: 100px;
    }

    .c1 {
        padding: 20px 0;
    }
    .c1 .left {
        width: 100%;
    }
    .c1 .left .swiper-slide {
        height: 280px;
    }
    .c1 .left .swiper-slide img{
        height: 280px;
    }
    .c1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 22px;
    }
    .c2 img {
        width: 100%;
        object-fit: cover;
    }
    .c3 {
        display: block;
    }
    .c3 .left {
        width: 100%;
    }
    .c3 .left .list {
        width: 100%;
    }
    .c3 .left .list .cell .user span {
        min-width: 120px;
    }

    .c3 .right {
        width: 100%;
    }
    .c3 .right .rightlist {
        width: 100%;
    }
    .c4 .c4list {
        flex-wrap: wrap;
    }

    .c4 .c4list div {
        min-width: 200px;
        margin-bottom: 10px;
    }

    .banner {
        height: 240px;
    }
    .banner .swiper-slide {
        height: 240px;
    }

    .pc-box {
        display: none;
    }
}
.article-detail {
    padding: 20px;
    background: #fff;
}

.article-title {
    font-size: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.article-meta {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.meta-item {
    display: flex;
    align-items: center;
    margin: 0 15px;
    color: #666;
    font-size: 14px;
}

.meta-item i {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon {
    margin-right: 5px;
}

.article-content {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}

.article-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.article-image {
    margin: 20px 0;
    text-align: center;
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-nav {
    margin-top: 50px;
    border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    padding: 0 15px;
}

.nav-item {
    padding: 15px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
}

.nav-item:last-child {
    border-bottom: none;
}


.nav-label {
    color: #066655;
    font-weight: bold;
    margin-right: 10px;
}

.nav-item a {
    color: #066655;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-item a:hover {
    color: #388577;
}

.detail-btn:hover {
    background: #388577;
}

.news-date {
    font-size: 12px;
    color: #999;
}



.detail-btn {
    display: inline-block;
    padding: 6px 20px;
    background: #066655;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

.detail-btn:hover {
    background: #388577;
}
.news-img{
    width: 270px;
    height: 150px;
    object-fit: cover;
    margin-left: 25px;
}
.news-img img{
    width: 100%;
    height: 100%;
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.equipment-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.equipment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.equipment-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.67%; /* 3:2 比例 */
    overflow: hidden;
}

.equipment-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.equipment-item:hover .equipment-image img {
    transform: scale(1.05);
}

.equipment-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .equipment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .equipment-grid {
        grid-template-columns: 1fr;
    }
}

/* 会员动态新闻列表样式 */
.news-list {
    padding: 20px 0;
}

.news-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s ease;
    position: relative;
}

.news-item:hover {
    background-color: #f9f9f9;
}

.news-date {
    flex-shrink: 0;
    padding: 10px 5px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #066655;
}

.date-day {
    font-size: 18px;
    color: #066655;
    font-weight: bold;
    line-height: 1;
}

.date-year {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.news-content {
    flex: 1;
}

.news-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.news-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-image {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

/* 会员申请表单样式 */
.application-form {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.form-group {
    margin-bottom: 25px;
    width: 550px;
}

.form-group label {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.form-input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
}

.form-input:focus {
    border-color: none;
    outline: none;
    background-color: #fff;
}

.form-input::placeholder {
    color: #9c9c9c;
}

.upload-box {
    width: 100%;
    height: 120px;
    border: none;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-box:hover {
    border-color: none;
    background-color: #f5f5f5;
}

.upload-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.upload-box p {
    font-size: 14px;
    color: #999;
}

.form-textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    resize: none;
}

.form-textarea:focus {
    border-color: none;
    outline: none;
    background-color: #fff;
}

.form-textarea::placeholder {
    color: #9c9c9c;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-btn {
    padding: 0 40px;
    height: 40px;
    background: #066655;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #388577;
}

@media only screen and (max-width: 768px) {
    .news-content {
        padding-right: 0;
    }

    .news-image {
        position: static;
        transform: none;
        width: 100%;
        height: 200px;
        margin-top: 15px;
    }

    .news-item {
        flex-direction: column;
    }

    .news-date {
        margin-bottom: 15px;
    }
}


@media only screen and (max-width: 768px) {
    .application-form {
        padding: 15px;
    }

    .form-group label {
        font-size: 14px;
    }

    .submit-btn {
        width: 100%;
    }
}
