/*about*/

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

.h50 {
    height: 50px;
}

.about-banner {
    margin-bottom: 20px;
}

.about-banner img {
    width: 100%;
}

.about-title {
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.about-title h2 {
    font-size: 36px;
    color: #5AAA5A;
    font-weight: bold;
    margin-right: 20px;
}

.about-title p {
    flex: 1;
    height: 1px;
    background: #5AAA5A;
}

.about-title.gold h2 {
    color: #968769;
}

.about-title.gold p {
    background: #968769;
}

.about-list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-list .lt-img {
    width: 220px;
    height: 220px;
    margin-right: 40px;
    border: 1px solid #5AAA5A;
}

.about-list .lt-img img {
    width: 218px;
    height: 218px;
    margin: -8px 0 0 8px;
}

.about-list .rt-info {
    flex: 1;
    margin-top: -8px;
}

.about-list .rt-info h3 {
    margin-bottom: 5px;
    font-size: 28px;
    color: #666;
    font-weight: bold;
}

.about-list .rt-info p {
    margin-bottom: 40px;
    line-height: 24px;
    font-size: 16px;
    color: #808080;
    hyphens: manual;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.about-list .rt-info p.brief {
    margin-bottom: 0;
    font-size: 14px;
}

.about-list.half .lt-img {
    margin-right: 20px;
    border-color: #968769;
}

.about-list.half .lt-img {
    width: 130px;
    height: 130px;
}

.about-list.half .lt-img img {
    width: 128px;
    height: 128px;
    margin: -5px 0 0 5px;
}

.about-list.half .rt-info {
    margin-top: -5px;
}

.about-list.half .rt-info h3 {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 16px;
}

.about-list.half .rt-info p {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 13px;
}

.about-list.half .rt-info p.brief {
    color: #A6A6A6;
    margin: 0;
    line-height: 15px;
    font-size: 11px;
    -webkit-line-clamp: 5;
    height: 75px;
}


/*news*/
.news-list {
    display: flex;
    margin-bottom: 30px;
}

.lt-img {
    width: 390px;
    height: 220px;
    border-right: 1px solid #5AAA5A;
    margin-right: 30px;
}

.lt-img img {
    width: 350px;
    height: 220px;
}

.rt-info {
    flex: 1;
    padding: 10px 0;
    height: 190px;
    overflow: hidden;
}

.rt-info h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
}

.rt-info h3 a {
    color: #666
}

.rt-info p {
    color: #808080;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rt-info span {
    display: block;
    font-size: 24px;
    color: #808080;
    line-height: 30px;
}

.page-navigation div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 50px;
}

.page-navigation div .prev,
.page-navigation div .next {
    display: none;
}

.page-navigation div a {
    font-size: 15px;
    margin: 0 10px 5px;
}

.page-navigation div .num {
    color: #4D4D4D;
}

.page-navigation div .current {
    padding: 0px 12px;
    margin: 0 5px 5px;
    border-radius: 10px;
    color: #fff;
    background: #5AAA5A;
}

.newsTitle {
    font-size: 35px;
    line-height: 46px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.newsPubtime {
    display: block;
    font-size: 26px;
    color: #919191;
    line-height: 30px;
    padding: 15px 0 25px;
    text-align: center;
}

.content p {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
}

.content img {
    width: 100%;
}

.content .nextOne {
    color: #fff;
    padding: 10px 0;
    width: 218px;
    display: block;
    border-radius: 36px;
    font-size: 34px;
    margin: 0 auto 30px;
    background: #D0AC60;
    text-align: center
}

/* events */
.events-container {
    position: relative;
}

.tab-nav {
    position: absolute;
    left: -180px;
}

.tab-nav li {
    position: relative;
    width: 165px;
    padding: 16px 20px;
    margin-bottom: 2px;
    background: #5AAA5A;
    cursor: pointer;
}

.tab-nav li .icon {
    display: none;
    position: absolute;
    right: -16px;
    top: 0;
    width: 17px;
    height: 19px;
}

.tab-nav li:nth-child(2n) {
    background: #7EBC7E;
}

.tab-nav li.active {
    background: #F2F2F3;
}

.tab-nav li.active .icon {
    display: block;
}

.tab-nav li.active a {
    color: #5AAA5A;
}

.tab-nav li a {
    display: table-caption;
    font-size: 16px;
    color: #fff;
}

.tab-content {
    min-height: 500px;
}

.tab-content .tab-pane {
    width: 100%;
}

.tab-content .tab-pane img {
    width: 100%;
    margin-bottom: 6px;
}

.tab-content .tab-pane .pane-content {
    /* padding: 0 90px; */
    background: #fff;
}

.tab-content .tab-pane .pane-content .pane-list {
    padding: 1px 90px;
    margin-bottom: 6px;
    background: #F7F8F8;
}

.tab-content .tab-pane .pane-content h2 {
    padding: 40px 0;
    font-size: 32px;
    color: #5AAA5A;
    font-weight: bold;
}

.tab-content .tab-pane .pane-content .pane-item {
    margin-bottom: 40px;
}

.tab-content .tab-pane .pane-content .pane-item h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.tab-content .tab-pane .pane-content .pane-item p {
    font-size: 20px;
    color: #333;
}

.tab-content .tab-pane .pane-content .pane-item p i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #5AAA5A;
    border-radius: 5px;
    vertical-align: middle;
    margin: -2px 5px 0 5px;
}

/* sign-up */
.sign-container {
    background: #F7F8F8;
}

.sign-rule {
    padding: 32px 40px;
    margin-bottom: 50px;
    border: 1px solid #888;
    background: #fff;
}

.sign-rule h3 {
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
}

.sign-rule p {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.sign-rule p.desc {
    padding-left: 14px;
}

.sign-form {
    padding: 0 100px;
    margin-bottom: 100px;
}

.sign-form h3 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #F2ECE7;
}

.sign-form .form-item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.sign-form .form-item .form-name {
    width: 170px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    background: #F2ECE7;
}

.sign-form .form-item .form-name i {
    margin-right: 5px;
    color: red;
}

.sign-form .form-item .form-name i.normal {
    color: #F2ECE7;
}

.sign-form .form-item .form-ipt {
    display: flex;
    align-items: center;
    flex: 1;
    height: 36px;
    padding-left: 20px;
    background: #fff;
}

.sign-form .form-item .form-ipt input[type="text"] {
    width: 100%;
    line-height: 36px;
    border: none;
    font-size: 16px;
}

.sign-form .form-item .form-ipt input.code {
    width: 80px;
}

.sign-form .btn-send {
    width: 50px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    background: #5AAA5A;
    cursor: pointer;
}

.sign-form .btn-send.gray {
    background: #E6E6E6;
    cursor: no-drop;
}

.sign-form .send-desc {
    display: none;
    font-size: 12px;
    line-height: normal;
}

.send-desc-wap {
    display: none;
    font-size: 12px;
    line-height: normal;
    padding: 4px 0 6px;
}

.send-desc-wap.red {
    color: red;
}

.sign-form .form-item .form-ipt label {
    padding: 0;
    margin: 8px 50px 0 0;
    font-size: 16px;
}

.sign-form .form-item .form-ipt label input {
    margin-left: 10px;
}

.sign-form .form-item .form-ipt input:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.sign-form .form-info {
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    margin-bottom: 30px;
    font-size: 16px;
}

.sign-form .form-info span {
    color: red;
}

.sign-form .form-btn {
    display: flex;
    justify-content: center;
}

.sign-form .form-btn .btn {
    color: #fff;
    background: #5AAA5A;
    border-radius: 0
}

.sign-form .form-btn .btn:active {
    outline: none;
    box-shadow: none;
}

.sign-form .form-btn .btn:focus {
    color: #333;
    background: #E6E6E6;
    outline: none;
    box-shadow: none;
}

.sign-form .form-btn .btn-sucess {
    padding: 8px 16px;
    background: #E6E6E6;
    border-radius: 0;
}

.sign-form .form-btn .btn-green {
    background: #CFE8CF;
}

.sign-form .form-btn .btn-green:hover,
.sign-form .form-btn .btn-sucess:hover {
    color: #fff;
    background: #5AAA5A;
}

.sign-form .form-btn .btn-green:focus,
.sign-form .form-btn .btn-sucess:focus {
    outline: none;
    color: #fff;
    background: #449d44;
}

.sign-form .form-btn .btn-green:active,
.sign-form .form-btn .btn-sucess:active {
    color: #fff;
    background: #398439;
    /* box-shadow:inset 0 3px 5px #469546; */
}

.sign-form .form-btn .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    top: -113px;
    width: 270px;
    height: 135px;
    padding: 37px 65px 0;
    border: none;
    box-shadow: none;
    background: url(/Public/Home/images/20240515152312.png) no-repeat center;
}

.sign-form .form-btn .dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    line-height: 22px;
    margin-bottom: 2px;
    font-size: 12px;
    background: #F2ECE7;
}

.sign-form .form-btn .dropdown-menu .btn {
    width: 50%;
    height: 22px;
    line-height: 22px;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
}

.sign-form .form-btn .dropdown-menu .btn.left {
    border-right: 1px solid #fff;
}

.sign-form .form-btn .dropdown-menu .btn.right {
    border-left: 1px solid #fff;
}

.sign-form .modal {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    z-index: 1000;
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #5AAA5A;
    background: #fff;
    box-shadow: 0 0 15px #E6E6E6;
}

.sign-form .modal i {
    position: absolute;
    right: 13px;
    top: 10px;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
}

.sign-form .sign-list {
    display: flex;
    margin-bottom: 2px;
}

.sign-form .sign-list .form-name {
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    background: #F2ECE7;
    text-align: center;
}

.sign-form .sign-list .form-ipt {
    flex: 1;
}

.sign-form .sign-list .form-ipt .ipt {
    margin-bottom: 4px;
}

.sign-form .sign-list .form-ipt input {
    padding-left: 10px;
    width: 100%;
    line-height: 36px;
    border: none;
    font-size: 16px;
}

.sign-form .sign-list .form-ipt input:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.sign-form .sign-list .form-ipt .button {
    display: flex;
    align-items: center;
}

.sign-form .sign-list .form-ipt .button .btn-send {
    padding: 0;
    width: 80px;
    text-align: center;
}

.sign-form .register {
    width: 420px;
    padding-top: 20px;
    text-align: center;
}

.search-list {
    display: block;
    margin-bottom: 30px;
}

.search-list h2 {
    font-weight: bold;
    color: #5AAA5A;
    font-size: 24px;
    margin-bottom: 5px;
}

.search-list h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 5px;
}

.search-list p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.search-list .highlight {
    color: red;
}

.search-empty {
    padding: 200px 0;
    text-align: center;
    color: #5AAA5A;
}

@media (max-width: 768px) {
    .h50 {
        height: 20px;
    }

    .about-title {
        padding: 15px 0;
    }

    .about-title h2 {
        font-size: 24px;
    }

    .about-list {
        flex-direction: column;
    }

    .about-list .lt-img {
        margin: 0 0 20px;
    }

    .about-list .rt-info p {
        margin-bottom: 5px;
    }

    .about-list.half {
        flex-direction: row;
    }

    .about-list.half .lt-img {
        margin: 0 20px 0 0;
    }

    .news-list {
        flex-direction: column;
    }

    .news-list .lt-img {
        border: none;
        margin: 0 0 20px 0;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 0 20px;
    }

    .news-list .lt-img img {
        width: 100%;
        height: auto;
    }

    .news-list .rt-info {
        padding: 0;
    }

    .news-list .rt-info h3,
    .news-list .rt-info span {
        font-size: 18px;
        line-height: 24px;
    }

    .news-list .rt-info p {
        font-size: 15px;
        line-height: 22px;
    }

    .newsTitle {
        font-size: .4rem;
        line-height: .6rem;
        font-weight: bold;
        margin-top: .1rem;
        text-align: center
    }

    .newsPubtime {
        display: block;
        font-size: .32rem;
        color: #919191;
        line-height: .6rem;
        padding: .15rem 0 .25rem;
        text-align: center
    }

    .newsInfo {
        color: #8d8d8d;
        font-size: .32rem;
        line-height: .6rem;
        margin-bottom: .25rem;
        text-align: center
    }

    .newsPic {
        width: 100%;
        text-align: center
    }

    .newsPic img {
        margin: 0 auto .20rem;
        max-width: 100%
    }

    .newsPic p {
        font-size: .32rem;
        line-height: .6rem;
        margin-bottom: .35rem;
        text-align: center
    }

    .content p {
        color: #4d4d4d;
        font-size: .32rem;
        line-height: .6rem;
        margin-bottom: .25rem;
    }

    .content p img {
        width: 100%
    }

    .content .nextOne {
        color: #fff;
        padding: .10rem 0;
        border-radius: .36rem;
        font-size: .32rem;
        margin: .20rem auto;
        width: 3rem;
    }

    .tab-nav {
        position: relative;
        left: 0;
        width: 100%;
    }

    .tab-nav li {
        width: 100%;
        padding: 8px;
    }

    .tab-nav li a {
        display: block;
        font-size: 14px;
    }

    .tab-nav li.active .icon {
        display: none;
    }

    .tab-content .tab-pane .pane-content .pane-list {
        padding: 1px 20px;
    }

    .tab-content .tab-pane .pane-content h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0;
    }

    .tab-content .tab-pane .pane-content .pane-item {
        margin-bottom: 10px;
    }

    .tab-content .tab-pane .pane-content .pane-item h3 {
        font-size: 16px;
    }

    .tab-content .tab-pane .pane-content .pane-item p {
        line-height: 18px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .sign-rule {
        padding: 15px 20px;
    }

    .sign-form {
        padding: 0;
        margin-bottom: 50px;
    }

    .sign-form .form-item .form-name {
        padding-left: 10px;
        width: 160px;
    }

    .sign-form .form-item .form-ipt label {
        padding: 0;
        margin: 0 20px 0 0;
        line-height: 18px;
    }

    .sign-form .form-item .form-ipt label input {
        margin-left: 5px;
    }

    .sign-form .form-item .form-ipt.col {
        flex-direction: column;
        height: 36px;
        align-items: flex-start;
    }

    .search-list {
        margin-bottom: 20px;
    }

    .search-empty {
        padding: 100px 0;
    }
}

@media only screen and (width: 768px) and (height: 1024px) {}