html,
body {
    font: normal 14px/24px "microsoft yahei", "微软雅黑", Arial;
    color: #555555;
    background-color: #fff;
    height: 100%;
}


/* 
 */

.layout-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #1A1C1D;
    text-align: center;
    margin-bottom: 10px;
}

.title-link {
    width: 100%;
    height: 2px;
    background-color: #ffb500;
    margin-bottom: 40px;
}

.layout-en {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
}


/* 
 */

.news-layout {
    width: 100%;
    height: auto;
    padding: 40px 0;
    position: relative;
}

.news-layout .news-type,
.news-layout .address-type {
    width: 100%;
    height: auto;
}

.news-type>ul,
.address-type>ul {
    width: 100%;
}

.news-type>ul>li {
    width: 100%;
    height: auto;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #7C939E;
    cursor: pointer;
}

.address-type>ul>li {
    width: 100%;
    height: auto;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.address-type>ul>li>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #7C939E;
    border-left: 2px solid rgba(124, 147, 158, 1);
    margin-bottom: 20px;
    padding-left: 10px;
}

.address-type>ul>li>p.active {
    border-color: #ffb5001a;
    color: #ffb500;
}

.address-type>ul>li>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #7C939E;
}

.address-type>ul>li>span.active {
    color: rgba(26, 28, 29, 1);
}

.news-type>ul>li.active {
    background-color: #ffb5001a;
    border-left: 2px solid #ffb500;
    color: #ffb500;
}

.news-layout .news-content {
    width: 100%;
    height: auto;
}

.news-content>ul {
    width: 100%;
}

.news-content>ul>li {
    width: 100%;
}

.news-content>ul>li>a {
    width: 100%;
    height: 150px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-content>ul>li>a .news-image {
    width: 200px;
    height: 150px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.news-image>img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.news-content>ul>li>a .news-text {
    flex-grow: 1;
    padding-left: 20px;
    height: auto;
    overflow: hidden;
}

.news-text>h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #1A1C1D;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-text>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #7C939E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-layout .news-content-page {
    width: 100%;
    height: auto;
    margin-top: 60px;
    overflow: hidden;
    text-align: center;
}


/*  */

.news-layout .news-type-sm {
    position: absolute;
    top: 0;
    left: -60vw;
    width: 60vw;
    height: auto;
    padding: 10px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 5px;
    transition: all ease-in 0.5s;
    display: none;
}

@media(max-width:767px) {
    .news-layout .news-type-sm {
        display: block;
    }
}

.news-layout .news-type-sm.open {
    left: 0;
}

.news-type-sm .open-but {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 20px;
    height: 20px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    background-image: url(../images/swiper-next.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #cccccc
}

.m-height {
    max-height: 272px;
    overflow-y: auto;
}

.address {
    width: 100%;
    height: auto;
}

@media (max-width:768px) {
    .news-content>ul>li>a {
        height: 100px;
    }
    .news-content>ul>li>a .news-image {
        width: 150px;
        height: 100px;
    }
    .news-text>p {
        -webkit-line-clamp: 2;
    }
}