.section-focus {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0
}

.gallery {
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #e3e3e3;
    height: 100%
}

.gallery-cell {
    width: 100%;
    height: 800px;
    margin-right: 1px;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s
}

.gallery-cell.is-selected {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent
}

.flickity-prev-next-button:hover {
    background: transparent
}

.flickity-prev-next-button .arrow {
    fill: white
}

.flickity-prev-next-button.no-svg {
    color: white
}

.flickity-prev-next-button:disabled {
    display: none
}

.flickity-page-dots {
    bottom: 22px
}

.flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    margin: 0 1px
}

@media (min-width: 993px) and (max-width: 1200px) {
    .gallery-cell {
        height: 650px
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .gallery-cell {
        height: 500px
    }
}

@media (max-width: 768px) {
    .flickity-prev-next-button {
        display: none !important;
    }
    .gallery-cell {
        height: 250px;
        /* padding-bottom: 6%; */
    }
    .flickity-page-dots {
        bottom: 8px;
    }
}

@media (max-width: 375px) {
    .flickity-prev-next-button {
        display: none !important;
    }
    .gallery-cell {
        height: 160px;
        /* padding-bottom: 6%; */
    }
    .flickity-page-dots {
        bottom: 8px;
    }
}

.container-content {
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 60px 10px;
    box-sizing: border-box
}

.container-content-main {
    margin: auto;
    max-width: 1600px;
    height: 100%
}

.container-content .container-title {
    text-align: center
}

.container-content .container-title .title-top {
    width: 300px;
    margin: auto;
    color: #1777b2;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 5px;
    border-bottom: 1px solid #1777b2
}

.container-content .container-title .title-bottom {
    margin: auto;
    width: 220px;
    background: #1777b2;
    color: #ffffff;
    font-size: 20px
}

.container-content .profile-content {
    margin-top: 30px;
    height: 100%
}

.container-content .profile-content-item {
    height: 100%
}

.container-content .profile-content-item .paragraph {
    text-indent: 2em;
    font-size: 18px;
    line-height: 28px;
    color: #3e3e3e;
    padding: 0px 10px;
    text-align: justify;
    box-sizing: border-box;
    margin: 0
}

.container-content .profile-content .profile-image {
    background: url("../static/img/company.png") no-repeat;
    background-position: center;
    background-size: 95%;
    background-size: cover;
    height: 100%;
    min-height: 330px;
    clear: both
}

.container-content .profile-content .profile-company {
    text-align: center;
    grid: 1
}

.container-content .profile-content .profile-company img {
    margin: auto;
    margin-bottom: 10px
}

.container-content .profile-content .profile-company-content {
    height: calc(330px - 55px);
    width: 100%;
    background: #ffffff;
    border: 1px solid #E6E6E6;
    overflow: hidden
}

.container-content .profile-content .profile-company-content .company-contents {
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px
}

.container-content .profile-content .profile-company-content .company-contents-item {
    color: #333333;
    border-bottom: 1px dashed #E6E6E6;
    padding: 10px 0px
}

.container-content .profile-content .profile-company-content .company-contents-item i {
    color: #1677B3
}

.container-content .profile-content .profile-company-content .company-contents-item:last-child {
    border-bottom: 0px
}

.profile {
    background-image: url("../static//img/profile-bg.png")
}

@media (max-width: 1590px) {
    .profile-content-item .c2 {
        display: none
    }
}

@media (max-width: 768px) {
    .profile-content {
        height: 100%
    }
    .profile-image {
        display: none
    }
    .profile-content-item .more-btn-sm {
        margin: auto
    }
}

.media {
    margin: 0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.media-left {
    width: 30%;
    min-width: 65px;
    overflow: hidden
}

.media-left .zoom-img {
    padding-bottom: 75%
}

.media-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%
}

.media-right .title {
    font-size: 26px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #000000
}

.media-right .time {
    font-size: 22px;
    color: #808080
}

.media-right .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4D4D4D
}

.media:hover {
    background: #F2F2F2
}

@media (max-width: 1200px) {
    .media {
        padding: 10px 0px
    }
    .media-left {
        display: none
    }
    .media-right {
        width: 100%
    }
    .media-right .title {
        font-size: 18px
    }
    .media-right .time {
        font-size: 16px;
        color: #808080
    }
    .media-right .desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}