﻿.top_ad{
    width: 100%;
}
.content{
    margin-top: 83px;
}
.carousel {
    position: relative;
    width: 100%; /* 或者你希望的宽度 */
    max-width: 600px; /* 例如，最大宽度 */
    margin: auto; /* 居中 */
    overflow: hidden; /* 隐藏超出部分 */
    /*height: 340px;*/
}
 
.carousel-video {
    width: 100%; /* 视频宽度填满容器 */
}
.site-header-content p {
    z-index: 10;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2em;
    opacity: .8;
    /*background: red;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    margin-top: 230px;
    color: #fff;
    /*align-items: center;*/
}
.top-info{
    width: 100%;
    padding: 20px 0;
}
.top-info-ci{

    display: flex;
    justify-content: space-between;
    margin:0 auto;
}
.cimage{
    border-radius: 0.5rem;
    min-height: 380px;
    max-width: 767.64px;
}
.top-info-left{
    margin-right: 40px;
}
.top-info-right{
    width: 460px;
    line-height: 40px;
    align-items: center;
    margin-top:20px;
}
.top-info-right-cate{
    margin: 0 0 .2em;
    color: var(--ghost-accent-color);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .2px;
    text-transform: uppercase;
}
.top-info-right-title{
    margin: 0 0 .4em;
    font-size: 30px;
    transition: color .2s ease-in-out;
    color: #000;

    overflow-y: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.top-info-right-intro{
            margin-bottom: 1.5em;
        font-size: 1.7rem;
        line-height: 1.55em;
        -webkit-line-clamp: 8;
        color: #808080;

    overflow-y: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.avatar{
    border-radius: 50px;
    width: 36px;
    height: 36px;
}
.user_info{
    display: flex;
    align-items: center;
}
.user_info_avarat{
    margin-right: 10px;
}
.user_uname{
    color: #000;
    font-size: 16px;
}
.user_time{
    font-size: 14px;
    color: #808080; 
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.info-list{
    margin: 20px 0;
    width: 100%;
    display: flex;
    /*justify-content: space-around;*/
    flex-wrap: wrap;
}

.info-list-div{
    width: 32%;
    padding-bottom: 20px;
    margin-right: 20px;
}
.info-list-title {
    margin: 0 0 .4em;
    font-size: 2.4rem;
    transition: color .2s ease-in-out;
    color: #000;
    overflow-y: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.info-list-intro{
        margin-bottom: 1em;
    display: -webkit-box;
    overflow-y: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #808080;
    font-size: 16px;
    line-height: 20px;
}
.post-card-image {
    width: 100%;
    height: 200px;
    background: var(--color-lightgrey) no-repeat 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
}
.info-cate{
    margin: 10px 0 0 0;
}


header .lang-wrapper {
    position: relative;
    cursor: pointer;
    right: 0;
}
header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
}
header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #333;
    margin-right: 5px;
}
header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    right: 0;
}
header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
    list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 15px;

}

.lang_items:hover{
    background: #F2F2F2;
    border-radius:0.3rem;
}
.lang_items_a:hover{
    /*color: #648DF2;*/

    color: #333;
}
.me-3{
    position:absolute;
    top:0;
    right:0;
    margin-top:12px;
    margin-right:-160px;
}
/*a {
    text-decoration: none;
}*/