/* 公共css文件夹 */

@font-face {
    font-family: "Noto Sans SC'";
    src: url("../fonts/DENG.TTF");
  }
* {
    box-sizing: border-box;
}
html,
body {
    /* width: 100%;
    height: 100%;  */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.editor_content{
    max-width: 865px;
    margin: 0 auto;
}
.editor_content img {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.hidden-line{
    height: 480px;
    overflow-y: auto;
}

/* 滚动条整体样式 */
::-webkit-scrollbar {
    width: 5px; /* 滚动条宽度 */
    height: 5px; /* 滚动条高度（对于垂直滚动条） */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道颜色 */
    border-radius: 6px; /* 圆角 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #cfcece; /* 滑块颜色 */
    border-radius: 6px; /* 圆角 */
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); /* 阴影，增强立体感 */
}

/* 滑块在悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #bab9b9; /* 悬停时滑块颜色 */
}
img {
    width: 100%;
    height: 100%;
}
.display-flex {
    display: flex;
}
.display-flex-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.display-flex-between {
    display: flex;
    justify-content: space-between;
}
.display-flex-between-y-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display-justify-conten-space-around {
    justify-content: space-around;
}
.display-none {
    display: none;
}
.display-show {
    display: block;
}

.display-end {
    justify-content: flex-end;
    align-items: flex-end;
}
.flex-warp{
    flex-wrap: wrap;
}

.showdiv {
    top: 0;
}
.padding-0 {
    padding: 0;
}
.padding-x-20 {
    padding: 0 20px;
}
.padding-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-x-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.padding-y-20 {
    padding: 20px 0;
}
.padding-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.padding-y-50 {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
.padding-y-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-y-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}
.padding-r-20 {
    padding-right: 20px;
}
.padding-l-20 {
    padding-left: 20px;
}
.padding-t-30{
    padding-top: 30px;
}
.padding-r-10 {
    padding-right: 10px;
}
.padding-l-10 {
    padding-left: 10px;
}
.padding-t-60 {
    padding-top: 60px;
}
.margin-r-5 {
    margin-right: 5px;
}
.margin-b-20 {
    margin-bottom: 20px;
}
.bg-color-0F3676 {
    background-color: #0f3676;
}
.bg-color-F8F8F8{
    background-color: #f8f8f8;
}
.color-0F3676 {
 color: #0f3676;
}
.color-white {
    color: #fff !important;
}
.bg-color-white {
    background-color: #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}

/* //是否为第一个div。是的话需要留出导航栏的位置 */
@media (min-width: 850px) {
    .isfirst {
        padding-top: 180px;
    }
    
}

.div-container-outer {
    display: block;
    padding: 40px 20px 40px;
    width: 100%;
}
.news-items1{
    padding-bottom: 20px;
}
.div-container {
    display: block;
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
}
.container-inner {
    color: #ffffff;
    border:1px solid white;
    border-radius: 4px;
    padding: 12px;
    font-size: 18px;
}
@media (min-width: 850px) {
    /* .title-container-outer{
        padding: 40px 20px;
    
    } */
}

/* 标题 */
.title-h2 {
      font-family:
        Noto Sans SC,
        Noto Sans SC;
    font-weight: bold;
    font-size: 34px;
    color: #0f3676;
    line-height: 40px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.title-en-h2 {
    font-family:
        Noto Sans SC,
        Noto Sans SC;
    font-weight: bold;
    font-size: 34px;
    color: #666666;
    line-height: 40px;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 标题线 */
.title-h2-line {
    width: 92px;
    height: 3px;
    background: #0f3676;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

/*滚动条里面轨道*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    background-color: rgb(20, 19, 19, 0);
}
/*定义滚动条整体的样式*/
body::-webkit-scrollbar {
    width: 6px;
    background-color: rgb(20, 19, 19, 0);
}
/*滚动条的样式*/
body::-webkit-scrollbar-thumb {
    height: 20px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, rgb(125, 126, 128)),
        color-stop(0.1, rgb(97, 98, 99)),
        color-stop(0.1, rgb(125, 126, 128))
    );
}
