.page-en-index-main .container {
    width: 1380px;
    margin: 0 auto;
}

.page-en-index-main .bg-grey {
    padding: 1px;
}
.page-en-index-main .col3 {
    margin-top: -30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.page-en-index-main .col-left {
    width: 439px;
}
.page-en-index-main .col-center {
    width: 614px;
}
.page-en-index-main .col-right {
    width: 308px;
}

.page-en-index-main .col-left .head {
    font-size: 18px;
    line-height: 57px;
    padding-left: 22px;
    border-bottom: 3px solid #eee;
}
.page-en-index-main .col-left .body {
    padding: 20px;
}
.page-en-index-main .col-left .body li:not(:last-child) {
    border-bottom: 1px dashed #eee;
    margin-bottom: 7px;
}
.page-en-index-main .col-left .body h3 {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.page-en-index-main .col-left .body h3::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 10px;
    background-color: var(--blue);
    left: 0;
    top: 6px;
}
.page-en-index-main .col-left .body .intro {
    transform-origin: center left;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}
.page-en-index-main .col-left .body .intro > span {
    font-size: 10px;
    border: 1px solid #959595;
    border-radius: 3px;
    display: inline-block;
    width: 194px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    white-space: nowrap;
    background: linear-gradient(90deg, #959595 18%, #959595 19%, #fff 19%);
}
.page-en-index-main .col-left .body .intro i {
    color: white;
    font-style: normal;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    width: 36px;
    text-align: center;
    transform: scale(0.85);
}
.page-en-index-main .col-left .body .intro em {
    margin-left: -10px;
    display: inline-block;
    font-style: normal;
    width: 158px;
    text-align: center;
    transform: scale(0.85);
}

.page-en-index-main .col-center h3 {
    font-size: 12px;
}
.page-en-index-main .col-center .swiper-pagination{
    bottom: -13px;
}
.page-en-index-main .swiper-wrapper {
    height: auto;
}

.page-en-index-main .friend-links {
    width: 1256px;
}

.site-footer {
    font-size: 18px;
}

.page-en-index-main .col-right .col {
    padding-bottom: 50px;
}
.page-en-index-main .col-right .col .img {
    height: 80px;
    margin-bottom: 40px;
}

.page-en-index-main .article-container {
    margin-top: 10px;
}
.page-en-index-main .articles {
    width: 444px;
}
.page-en-index-main .articles:nth-child(3n) {
    background: none;
}
.page-en-index-main .articles .header {
    background-image: url(../../images/en/line.png);
}
