* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'Isomer Regular';
    src: url('../fonts/Isomer-Regular.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedBold.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedSemiBold.woff') format('woff'),
        url('../fonts/Isomer-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Isomer SemiCondensed SemiBold';
    src: url('../fonts/Isomer-SemiCondensedSemiBold.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedSemiBold.woff') format('woff');
}

html,
body {
    font-family: Isomer Regular, sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

.change-language {
    width: 100%;
    height: 30px;
    /* border-top: 1px solid rgb(205, 205, 205); */
    border-bottom: 1px solid rgb(205, 205, 205);
    background-color: rgb(249, 249, 251);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.change-btn {
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: rgb(78, 78, 78);
    font-family: Inter, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.change-btn:hover {
    background-color: rgb(205, 205, 205);
}

.home-content {
    width: 1300px;
    margin: 40px auto;
}

.home-content .item {
    margin-bottom: 5rem;
    /* font-size: 0; */
}

.home-content .item-head {
    padding: 6px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.home-content .item-head h2 {
    font-weight: 600;
    /* font-size: 18px; */
    text-transform: uppercase;
    font-family: "Isomer SemiCondensed SemiBold", sans-serif;
}

.home-content .item-head>a {
    font-size: 14px;
}


.item-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.item-detail,
.item-detail .left-pictrue img {
    width: 100%;
    /* margin-bottom: 3rem; */
}

.item-detail .left-pictrue {
    width: 100%;
}

.item-detail .left-pictrue ul li p.name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.item-detail .left-pictrue ul li p.description {
    font-size: 14px;
    font-weight: 400;
}

.item-detail .left-pictrue ul li {
    padding-left: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.item-detail .left-pictrue ul li::before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #002b45;
}

.item-detail .right-text {
    width: 100%;
}

.item-detail .right-text p {
    font-family: "Isomer Regular", sans-serif;
    font-size: 18px;
    color: rgb(49, 54, 60);
    line-height: 1.5;
    /* margin-bottom: 2rem; */
}

.item.career .item-detail {
    flex-direction: column;
}

.item.career .item-detail>h3 {
    margin-bottom: 2rem;
}

.item.career .item-detail>p {
    margin-bottom: 2rem;
}

.item.career .item-detail>h4 {
    position: relative;
    padding-left: 2rem;
}

.item.career .item-detail>h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #002b45;
}

.item.about .right-text p {
    margin: 2rem 0;
}

.home-content .service .line {
    width: 1px;
    height: 100%;
    background-color: rgb(217, 217, 217);
}

.home-content .service .left-pictrue {
    width: 55%;
}

.home-content .service .right-text {
    width: 45%;
}

.home-content .service .right-text .small-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 3.5rem;
}

.home-content .service .right-text .small-item .picture,
.home-content .service .right-text .small-item .detail {
    width: 50%;
}

.home-content .service .right-text .small-item .picture img {
    width: 100%;
}

.home-content .service .right-text .small-item .detail p {
    font-size: 15px;
    font-weight: 600;
}

.home-content .item-detail .small-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.home-content .item-detail .small-item .picture,
.home-content .item-detail .small-item .detail {
    width: 50%;
}

.home-content .item-detail .small-item .detail p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Isomer SemiCondensed SemiBold, sans-serif;
}

.item.people>.picture img {
    max-width: 60%;
    height: auto;
}

.news-item {
    font-family: Isomer Semi Condensed Bold, sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.news-item .news-title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-item .news-date {
    font-family: "Isomer Regular", sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 400;
}

#news-content .news-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding-right: 20px;
    overflow: hidden;
    
}

#news-content .news-item img:hover {
}

#news-content .news-item.line::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(217, 217, 217);
}

.career-picture img{
    max-width: 60%;
    height: auto;
}

.item.career .item-detail{
    margin-bottom: 0;
}

.home-content .service .right-text .small-item:last-child{
    margin-bottom: 0;
}

.career-picture{
    text-align: center;
}

.item.people .picture{
    text-align: center;
}

