.banner {
    width: 100%;
    height: 634px;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    width: 50px;
    background: #fff;
    opacity: 1;
    border-radius: 3px;
}
.banner .swiper-pagination-bullet-active{background: #03622d;}

.swiper-pagination-bullet-active {
    background: #01622D;
}

.research {
    background: #F5F5F5;
    padding: 50px 0;
}

.tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tit h6 {
    font-weight: bold;
    font-size: 34px;
    color: #01622D;
    text-transform: capitalize;
}

.tit a {
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    padding-right: 20px;
    background: url(../imagesEn/icon-more.png) no-repeat right center;
}

.researchCon {
    display: flex;
    justify-content: flex-start;
    gap: 24px 0;
    margin-top: 26px;
    flex-wrap: wrap;
}

.researchCon a.reserchItem {
    flex: 0 0 33.333%;
    display: flex;
    padding: 10px;
    flex-direction: row;
    gap: 10px;
    transition: all 0.35s ease-in-out;
}

.researchCon a.reserchItem:nth-child(2) {
    flex-direction: row;
}

.researchCon a.reserchItem::after {
    content: none;
    width: 50px;
    height: 6px;
    background: #61A47F;
    display: block;
    transition: all 0.35s ease-in-out;
}

.researchCon a.reserchItem i {
    width: 120px;
    height: 164px;
    overflow: hidden;
    flex-shrink: 0;
}

.researchCon a.reserchItem i img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.researchCon a.reserchItem .researchTxt {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.researchCon a.reserchItem .researchTxt h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Ã¥ÂÂ¯Ã¦Â Â¹Ã¦ÂÂ®Ã©Å“â‚¬Ã¨Â¦ÂÃ¨Â°Æ’Ã¦â€¢Â´Ã¨Â¡Å’Ã¦â€¢Â° */
    -webkit-box-orient: vertical;
}

.researchCon a.reserchItem .researchTxt p,
.researchCon a.reserchItem .researchTxt span {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Ã¥ÂÂ¯Ã¦Â Â¹Ã¦ÂÂ®Ã©Å“â‚¬Ã¨Â¦ÂÃ¨Â°Æ’Ã¦â€¢Â´Ã¨Â¡Å’Ã¦â€¢Â° */
    -webkit-box-orient: vertical;
}

.researchCon a.reserchItem:hover .researchTxt h6 {
    color: #01622D;
}

.researchCon a.reserchItem:hover::after {
    width: 100%;
    background: #01622D;
    transition: all 0.35s ease-in-out;
}

.researchCon a.reserchItem:hover {
    background: #E0FFEE;
    box-shadow: 0px 4px 4px 0px rgba(73, 73, 73, 0.25);
    border-radius: 4px;
    transition: all 0.5s;
}

.news {
    width: 100%;
    background: url(../imagesEn/bg.png) repeat-x top center #F5F5F5;
    padding-top: 60px;
    overflow: hidden;
}

.whiteBg {
    background: #fff;
    width: calc((100% - 1400px)/2 + 1400px);
    float: right;
    padding: 40px 0;
}

.whiteBg .tit {
    padding-left: 50px;
}

.whiteBg .center {
    margin: 0
}

.newsBox {
    display: flex;
    gap: 0 60px;
    justify-content: flex-start;
    margin-top: 20px;
}

.newsImg {
    width: 670px;
    flex-shrink: 0;
    margin-left: -70px;
    height: 330px;
}

.newsImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.newsList a {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    align-items: center;
}

.newsList a.active .newsCon h6,
.newsList a:hover .newsCon h6 {
    color: #01622D;
}

.newsList a:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.newsList a img {
    display: none;
}

.newsList a::before {
    content: "1";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #01622D;
    box-shadow: 0px 2px 4px 0px rgba(25, 120, 24, 0.32);
    border-radius: 50%;
    font-size: 18px;
    color: #FFFFFF;
    flex-shrink: 0;
}

.newsList a:nth-child(2)::before {
    content: "2";
}

.newsList a:nth-child(3)::before {
    content: "3";
}

.newsList a:nth-child(4)::before {
    content: "4";
}

.newsList a:nth-child(5)::before {
    content: "5";
}

.newsList a .newsCon {
    flex: 1;
}

.newsList a .newsCon h6 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Ã¥ÂÂ¯Ã¦Â Â¹Ã¦ÂÂ®Ã©Å“â‚¬Ã¨Â¦ÂÃ¨Â°Æ’Ã¦â€¢Â´Ã¨Â¡Å’Ã¦â€¢Â° */
    -webkit-box-orient: vertical;
}

.newsList a .newsCon p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
}