<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.branner-modu img {
    width: 100%;
}

/*@media (min-width: 1200px) { .container { width: 1170px; } }*/

.page-content-modu-1 {
    /*background-color: red;*/
    color: #222222;
    padding: 130px 0;
}

.page-content-modu-1 .row {
    display: flex;
    align-items: center;
}

.page-content-modu-1 .title {
    padding-left: 22px;
    position: relative;
    line-height: 40px;
    font-size: 21px;
}

.page-content-modu-1 .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 40px;
    width: 6px;
    background-color: #2f936b;
}

.page-content-modu-1 .text-content {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.page-content-modu-1 .pagination {
    font-size: 0;
    margin-top: 40px;
}

.page-content-modu-1 .pagination .item-button {
    height: 35px;
    width: 108px;
    background-repeat: no-repeat;
    background-position: 43px 6px;
    background-size: 21px;
    /*display: block;*/
    background-color: #2f936b;
    color: white;
}

.page-content-modu-1 .pagination .item-button.item-left {
    background-color: #2f936b;
    background-image: url("../images/icon/left_icon.png");
}

.page-content-modu-1 .pagination .item-button.item-right {
    background-color: #292929;
    background-image: url("../images/icon/right_icon.png");
}

.page-content-modu-1 .modu-img {
    position: relative;
    /*padding-left: 30px;*/
}

.page-content-modu-1 .modu-img:after {
    content: '';
    position: absolute;
    margin-left: 25%;
    top: -15%;
    z-index: -1;
    width: 50%;
    display: block;
    /*height: 396px;*/
    height: 130%;
    border: 4px solid #2f936b;
}

.page-content-modu-1 .modu-img img {
    width: 100%;
    /*display: none;*/
    /*position: absolute;*/
    /*padding-top: 68px;*/
    /*margin-top: 50%;*/
    /*transform: translateY(-50%);*/
}

.page-content-modu .more-look {

}

.page-content-modu-2 {
    padding-bottom: 50px;
    background-color: #edf8f4;
}

.page-content-modu-2 .modu-title {
    text-align: center;
    padding: 10px 0;
}

.page-content-modu-2 .modu-title .title {
    font-size: 24px;
    color: #2f936b;
    line-height: 60px;
}

.page-content-modu-2 .modu-title .title:after {
    content: '';
    display: block;
    width: 65px;
    height: 4px;
    background-color: #222222;
    margin: auto;
}

.page-content-modu-2 .modu-title .subtitle {
    color: #c5c5c5;
    font-size: 20px;
    letter-spacing: 12px;
}

.page-content-modu-2 .modu-content {
    margin-top: 25px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.page-content-modu-2 .modu-content-item {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    margin-right: 5%;
    padding: 0;
}

.page-content-modu-2 .modu-content-item:nth-child(3n+3) {
    margin-right: 0;
}

.page-content-modu-2 .modu-content-item .img img {
    width: 100%;
}

.page-content-modu-2 .modu-content-item .text-modu {
    text-align: center;
    position: relative;
}

.page-content-modu-2 .modu-content-item .text-modu .date {
    position: absolute;
    left: 50%;
    top: -35px;
    background-color: #2f936b;
    color: white;
    width: 82px;
    height: 82px;
    margin: auto auto auto -41px;
    border-radius: 200px;
}

.page-content-modu-2 .modu-content-item .text-modu .date .day {
    font-size: 37px;
    line-height: 40px;
    margin-top: 10px;
}

.page-content-modu-2 .modu-content-item .text-modu .date .years {
    font-size: 12px;
}

.page-content-modu-2 .modu-content-item .text-modu .date .years {
    font-size: 12px;
}

.page-content-modu-2 .modu-content-item .text-modu {
    padding: 60px 15px 35px;
}

/*.page-content-modu-2 .modu-content-item .text-modu {*/
/*    font-size: 20px;*/
/*    max-width: 70%;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*}*/

.page-content-modu-2 .modu-content-item .text-modu .news-title {
    font-size: 20px;
    margin: auto;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    height:69px;
}

.page-content-modu-2 .modu-content-item .text-modu .news-text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 80px;
}

.page-content-modu-2 .modu-content-item .text-modu .go-button {
    width: 115px;
    color: #6e6e6e;
    border: 1px solid #bfbfbf;
    display: block;
    line-height: 36px;
    margin: 30px auto 0;
}

.page-content-modu-2 .modu-content-item .text-modu .go-button:hover {
    background-color: #2f936b;
    color: white;
}
.swiper-container{
    padding-bottom: 45px!important;
}
.page-content-modu-3 {
    padding: 64px 0;
}
.page-content-modu-3 a:hover .more-look{
    text-decoration: underline;
}

.page-content-modu-3 .left {
    width: 45%;
}

.page-content-modu-3 .right {
    width: 55%;
    padding-left: 5%;
}
.page-content-modu-3 img {
    width: 100%;
    border: 1px solid #e2dcda;
}

.page-content-modu-3 .title-modu {
    position: relative;
    padding-bottom: 6px;
}

.page-content-modu-3 .title-modu:after {
    content: '';
    width: 123px;
    background-color: #2f936b;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.page-content-modu-3 .english-title {
    font-size: 36px;
    color: #0fa66c;
    font-family: 'Georgia';
}

.page-content-modu-3 .chinese-title {
    font-size: 26px;
    color: #302f33;
    line-height: 55px;
}

.page-content-modu-3 .text-modu {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    line-height: 25px;
    padding-top: 40px;
    color: black;
}

.page-content-modu .more-look {
    width: 107px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #0fa66c;
    font-size: 16px;
    color: white;
    display: block;
    margin-top: 25px;
}

.swiper-pagination-bullet{
    background: none!important;
    height: 12px!important;
    width: 12px!important;
    border: 1px solid #999;
}
.swiper-pagination-bullet-active{
    background: #999999!important;
}
@media (max-width: 768px) {
    .page-content-modu-1 .row{
        display: block;
    }
    .page-content-modu-1 .modu-img:after{
        display: none;
    }
    .page-content-modu-2 .modu-content-item{
        width: 100%;
    }
    .page-content-modu-3 .left, .page-content-modu-3 .right {
        width: 100%;
    }
    .branner-modu img {
        width: 150%!important;
        margin-left: -25%;
    }
    .page-content-modu-1{
        padding: 70px 0;
    }
    .page-content-modu-1 .pagination{
        display: none;
    }
    .page-content-modu .more-look{
        display: none;
    }
   
}
@media (max-width: 980px) {
    .carousel-center img{
        width: 100%!important;
    }
}
@media (min-width: 768px) {
    .page-bottom-modu .navbar-right li{
        float: right;
    }
    .carousel-center img{
        width: 100%!important;
    }
}
@media (min-width: 992px) {
    .navbar-brand {
        background-image: url('../images/logo.png');
        width: 136px;
        /*height: 46px;*/
    }
}</pre></body></html>