/**
 * newsandtrendsDetail - v1.13
 * vapour at 2025.07.08 14:55
 */
.mainoverall-style-newsand ul,
.mainoverall-style-newsand li {
    margin: 0;
}
.mainoverall-style-newsand {
    padding-top: 80px;
    background-color: #F7F8FA;
}
.container-newsand {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 1200px;
}
.flex-container-newsand {
    display: flex;
    justify-content: space-between;
}

.header-nav-newsand {
    width: 100%;
}

.nav-newsand {
    margin-bottom: 20px;
}

.nav-newsand ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.nav-newsand li {
    margin-right: 20px;
    font-size: 18px;
    color: #5d6681;
    line-height: 32px;
    cursor: pointer;
}

.content-newsand {
    background: #ffffff;
    border-radius: 8px;
    padding: 0 30px;
    overflow-y: auto;
    width: 100%;
   
}
.heig-vh {
    min-height: calc(100vh - 180px); /* 确保高度被限制 */
}

.post-newsand {
    width: 100%;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #f1f2f5;
    cursor: pointer;
}
/* .post-newsand:hover .imgdiv{
    transform: scale(1.1);
} */

.post-newsand:hover  .post-content-newsand h2{
    color: #0c60e1;
}

.post-newsand .imgdiv {
    animation: scaleUp 1s ease-in-out infinite alternate;
    width: 35%;
    min-width: 275px;
    height: auto;
    margin-right: 50px;
    border-radius: 7px;
    overflow: hidden;
}

.post-newsand h2 {
    margin: 10px 0;
    font-size: 20px;
}

.post-newsand p {
    margin: 10px 0;
}

.post-newsand span {
    color: #666;
    font-size: 0.8em;
}

.sidebar-newsand {
    width: 300px;
    margin-left: 20px;
}

.popular-recommendations-newsand,
.hot-tags-newsand {
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 12px;
}

.popular-recommendations-newsand h3,
.hot-tags-newsand h3{
    margin-top: 0;
    padding: 24px 24px 0 24px;
}


.popular-recommendations-newsand ul,
.hot-tags-newsand ul {
    list-style-type: none;
    padding: 0;
}

.none-trustedContent-htm,.none-trustedContent-htm ul, .none-trustedContent-htm li {
    list-style: disc !important; /* 强制保留默认符号 */
    letter-spacing: 1px;
    line-height: 30px;
}
.none-trustedContent-htm ul {
    padding-left: 20px; /* 自定义缩进 */
}

.popular-recommendations-newsand li {
    padding: 8px 0;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #f1f2f5;
}

.popular-recommendations-newsand li a{
    font-size: 14px;
    color: #000000;
}

.active-newsand {
    color: #F96A30 !important;
    position: relative;
}
.active-newsand::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #f96a30;
    border-radius: 1px;
}
.main-newsand {
    margin-top: 52px;
}
.position-relative {
    position: relative;
}
.position-absolute-img {
    position: absolute;
    top: -50px;
    left: 20px;
}
.breadcrumb li {
    cursor: pointer;
}
.mainoverall-style-newsand .hotTags {
    white-space: nowrap;
    display: inline-block;
    padding: 8px 8px 8px 12px;
    background: #f4f6f9;
    border-radius: 4px 20px 4px 4px;
    margin-bottom: 10px;
    min-width: 30%;
    margin-right:2%;
}
.mainoverall-style-newsand .hotTags:hover {
    background: #fff6f2;
    color: #f96a30;
}
.mainoverall-style-newsand .hotTags-ul {
    margin: 15px 0 10px 0;
}
.freetrialButton {
    position: absolute;
    top: 71%;
    left: 22%;
    transform: translate(-50%, -50%);
    background: linear-gradient(106deg,#ff7f00, #ff5208 100%);
    border-radius: 4px;
    font-size: 0.8vw;
    color: #ffffff;
    padding: 0.5% 1%;
    cursor: pointer;
}
.freetrialButton:hover {
    background: linear-gradient(106deg,#fcb46b, #ff8956 100%);
    color: #fff;
}

.freetrialButton2 {
    position: absolute;
    width: 200px;
    height: 80px;
    top: 71%;
    left: 22%;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(106deg,#ff7f00, #ff5208 100%); */
    border-radius: 4px;
    font-size: 0.8vw;
    color: #ffffff;
    padding: 0.5% 1%;
    cursor: pointer;
}
.hotTags-ul {
    /* margin: 24px 0 !important; */
    padding: 0 24px !important;
    overflow-y: auto;
    max-height: 165px;
}
.popular-recommendations-newsand-ul {
    position: relative;
    overflow: hidden;
    height: 250px; /* 根据需要调整高度 */
    scroll-behavior: smooth; /* 平滑滚动 */
    margin: 24px 0 !important;
}

.popular-recommendations-newsand-ul ul {
    padding: 0 24px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    backface-visibility: hidden; /* 修复闪烁 */
}

.popular-recommendations-newsand-ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f2f5;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.popular-recommendations-newsand-ul li img {
    width: 20px;
    margin-right: 5px;
    margin-top: -2px;
}
.followUsimg {
    padding: 0 24px;
}
.content-tag {
    background: #fff6f2;
    border-radius: 4px;
    color: #f96a30;
    font-size: 13px;
    line-height: 32px;
    padding: 0 12px;
}
.flex {
    display: flex;
}
.flex-justify-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-content-newsand {
    width: 100%;
}
.post-content-newsand h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.post-content-newsand pre{
    color: #5c5e66;
    font-size: 14px;
    font-family: 'Arial', sans-serif;

    white-space: pre-wrap; /* 保留空格和换行符，允许换行 */
    word-wrap: break-word; 
    background:none;
    padding: 0;
    border: none;
}
.searchtest {
    width: 100%;
    /* border:1px solid rgba(215, 215, 215, 1); */
    padding: 5px 30px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-24 {
    margin-bottom: 24px;
}
.cursor-pointer {
    cursor: pointer;
}
.sidebar-newsand {
    position: sticky;
    top: 150px;
}

/* 隐藏垂直滚动条 */
.mainoverall-style-newsand ::-webkit-scrollbar {
    width: 0;
}
/* 隐藏水平滚动条 */
.mainoverall-style-newsand ::-webkit-scrollbar {
    height: 0;
}
/* 隐藏滚动条的轨道 */
.mainoverall-style-newsand ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
/* 隐藏滚动条的滑块 */
.mainoverall-style-newsand ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
}
.mainoverall-style-newsand .qrcoddiv {
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 45px;
    height: 30px;
    line-height: 30px;
    color: #929292;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    border-radius: 40px;
}
.mainoverall-style-newsand .qrcoddiv .qrcoddiv-examine{
    position: absolute;
    top: -205px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 180px;
    padding: 10px 0 20px 0;
    display: none;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.mainoverall-style-newsand .qrcoddiv:hover .qrcoddiv-examine{
    display: flex;
}
.type1-brief {
    display: none;
}
.date-detail {
    margin: 15px 0 10px 0;
}