@import url('variable.css');
@import "~bootstrap/scss/bootstrap";
html {
    margin: 0;
    padding: 0;
    /* font-size: var(--main_body_size); */
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size: 100px !important; */
}
body {
    height: 100%;
    /* background-color: var(--main_body_color);
    background-image: var(--main_body_img); */
    background-blend-mode: soft-light,screen;
    background-color: var(--main_body_color);
    /* overflow: hidden; */
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
/* 移动导航 */
.movenavx {
    width: 100%;
    background: var(--main_body_img);
    z-index: 9999 !important;
    /* box-sizing: border-box; */
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0.1rem;
    /* z-index: 50;
    top: 0;
    left: 0;
    transition: all 1s; */
    height: 0.9rem;
    justify-content: space-between;
}
.movenavx-logo {
    width: 3rem;
    margin-left: 0.1rem;
    height: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: url(../assets/images/logo.png) center no-repeat;
    /* background: url('../assets/images/logo.png') center no-repeat; */
    background-size: 100%;
    margin-right: 0.1rem;
}
.movenavx-button {
    width: 0.48rem;
    color: #fff;
    margin-right: 0.1rem;
    cursor: pointer;
    background: url('../assets/images/list.png') center no-repeat;
    background-size: 100%; 
}
.movenavx-button > i {
    font-size: 0.24rem;
}
.movenavx-logo-img {
    width: 100%;
}
.move_search_input {
    width: 100%;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
}
.move_search_input > div {
    width: 100%;
    border: 1px solid #000;
    display: flex;
    padding: 0.1rem;
}
.move_search_input > div > i {
    font-size: 0.24rem;
    margin-left: 0.05rem;
}
.move_search_input > div > input {
    flex: 1;
    border: none;
    outline: none;
    /* padding: 0.05rem 0.1rem; */
    font-size: 0.14rem;
    background-color: #fff;
}
.move_modal {
    width: 100%;
    /* height: 100%; */
    background-color: #009944;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    font-size: 0.16rem;
    display: none;
    overflow-y: auto;
    /* overflow: hidden; */
    /* padding: 0.2rem; */
}
.move_modal_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.8rem;
    font-size: 0.24rem;
    font-weight: 600;
}
.move_modal_title > div:first-child {
    margin-left: 0.2rem;
}
.move_modal-off > i {
    font-size: 0.6rem;
    color: #fff;
}
.move_modal_container {
    padding: 0.2rem;
}
.move_modal_container_li {
    display: block;
    margin-top: 0.1rem;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 0.15rem 0;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.move_modal_container_li-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.move_modal_container_li-title i {
    font-size: 0.3rem;
}
.move_modal_container_li-icon_up {
    display: none;
}
.move_modal_container_li-icon_down {}
/* .move_modal_container_li:hover {
    font-size: 0.20rem;
} */
.move_modal_container_li_down {
    display: none;
}
.move_modal_container_li_down > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.1rem 0;
    font-size: 0.15rem;
}
.move_modal_container_li_down > a:hover {
    color: cadetblue;
    transition: all 0.5s;
}
.carousel {
    width: 100%;
    height: auto;
}
.slideshow {
    margin-top: 0;
    width: 100%;
    height: auto;
}
.carousel-item {
    width: 100% !important;
    /* height: 4rem; */
}
.carousel-item > img {
    width: 100% !important;
    height: 3.5rem !important;
    object-fit: cover !important;
}
.carousel-indicators_slide {
    list-style: none;
    margin: 0 auto;
    /* margin-right: 0 !important; */
    /* margin-bottom: 0 !important; */
}
.carousel-indicators_slide [data-bs-target] {
    width: 0.15rem !important;
    height: 0.15rem !important;
    border-radius: 50%;
    background-color: #fff !important;
}

/* 新闻 */
.news {
    width: 100%;
    position: relative;
    display: block;
    /* z-index: 9999; */
}
.news-container {
    /* width: 11.70rem; */
    /* background-color: rgb(255, 255, 255); */
    margin: 0 auto;
    font-size: 0.16rem;
    /* padding: 0.1rem; */
}
.news-container-l {
    margin-top: 0.1rem;
}
.news-container-l-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.05rem;
    background-color: rgb(242, 242, 243);
    padding: 0.2rem;
}
.news-container-l-top > div {
    color: rgb(0, 153, 68);
    font-family: "Times New Roman";
    font-size: 0.2rem;
}
.news-container-l-top > a {
    font-family: "Microsoft YaHei", 微软雅黑;
    color: rgb(91, 91, 91);
    font-size: 0.14rem;
    text-decoration: none;
}
.news-container-l-container {
    /* height: 3.2rem; */
    margin: 0.1rem 0;
    padding: 0.1rem 0.2rem;

}
.news-container-l-container_li {
    display: block;
    text-decoration: none;
    color: #000;
}
.news-container-l-container_li > img {
    width: 100%;
    height: 2.4rem;
}
.news-container-l-container_li_title {
    padding: 0.2rem 0;
    box-sizing: border-box;
    position: relative;
}
.news-container-l-container_li_title > div {
    overflow: hidden; /* 隐藏超出的内容 */
    display: -webkit-box; /* 使用 WebKit 的 box model */
    -webkit-line-clamp: 2; /* 限制为两行 */
    -webkit-box-orient: vertical; /* 设置垂直方向上的文本排列 */
    max-height: 0.7rem; /* 设置最大高度，与行高的乘积相等 */
    text-align: left; /* 文本对齐方式，可选 */
}
.news-container-l-container_li_title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0.5rem;
    height: 0.01rem;
    background-color: rgb(163, 161, 161);
}
.news-container-l-container_li_time {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
    color: rgb(163, 161, 161);
}
.news-container-l-container_li_time > i {
    font-size: 0.24rem;
    margin-right: 0.1rem;
    color: rgb(163, 161, 161);
}
.news-carousel-slide {
    width: 100%;
    height: 100%;
}
.news-carousel-item {
    position: relative;
}
.news-carousel-item_describe {
    font-family: "Times New Roman";
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1rem;
    background-color: rgba(0, 0, 0, 0.247);
    color: #fff;
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 当内容被裁剪时显示省略号 */
    white-space: nowrap; /* 不换行，强制所有内容都在一行内显示 */
}
.news-container-r {
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
}
.news-container-r-top {
    background-color: rgb(242, 242, 243);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem 0;
    padding: 0.2rem;
}
.news-container-r-top> div {
    color: rgb(0, 153, 68);
    font-family: "Times New Roman";
    font-size: 0.2rem;
}
.news-container-r-top > a {
    font-family: "Microsoft YaHei", 微软雅黑;
    color: rgb(91, 91, 91);
    font-size: 0.14rem;
    text-decoration: none;
}
.news-container-r-container {
    font-family: "Times New Roman";
}
.news-container-r-container_li {
    display: flex;
    text-decoration: none;
    color: rgb(85, 85, 85);
    padding: 0.2rem;
}
.news-container-r-container_li:hover {
    background-color: #0099453a;
}
.news-container-r-container_li > div:first-child {
    width: 0.4rem;
    text-align: left;
    color: #333;
    border-right: 1px solid #8b8a8ad8;
} 
.news-container-r-container_li > div:first-child > div:first-child {
    font-size: 0.14rem;
} 
.news-container-r-container_li > div:first-child > div:last-child {
    margin-left: 0.03rem;
    font-size: 0.16rem;
} 
.news-container-r-container_li > div:last-child {
    padding-left: 0.1rem;
    flex: 1;
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 当内容被裁剪时显示省略号 */
    display: -webkit-box; /* 用于兼容 WebKit 浏览器 */
    -webkit-line-clamp: 2; /* 显示的最大行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    line-clamp: 2; /* 显示的最大行数 */
    white-space: normal; /* 允许正常的换行 */
    overflow-wrap: normal; /* 使用默认值，允许自然换行 */
    
} 

.study {
    width: 100%;
    font-family: "Times New Roman";
    cursor: pointer;
}
.study-container {
    background-color: rgb(255, 255, 255);
    font-size: 0.16rem;
    
}
.study-container-title {
    margin-top: 0.2rem;
    font-family: "Times New Roman";
    text-align: center;
    color: rgb(0, 153, 68);
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
    background-color: #f2f2f3;
    padding: 0.1rem 0;
}
.study-container-ul {
    padding: 0 0.1rem;
}
.study-container-ul_li {
    display: flex;
    text-decoration: none;
    color: #333;
    flex: 1;
}
.study-container-ul_li:hover > div:first-child > img  {
    transform: scale(1.2);
    transition: all 1s;
}
.study-container-ul_li > div {
    flex: 1;
    box-sizing: border-box !important;
}
.study-container-ul_li  > div:first-child  {
    overflow: hidden;
}
.study-container-ul_li  > div:first-child > img {
    width: 100%;
}
.study-container-ul_li > div:last-child {
    background-color: #f2f2f3;
}
.study-container-ul_li > div:last-child > div {
    
    padding: 0.2rem;
    /* padding-left: 0.2rem; */
}
.study-container-ul_li_title {
    padding: 0.1rem 0;
    font-size: 0.18rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: rgb(51, 51, 51);
}
.study-container-ul_li_describe {
    margin-top: 0.2rem;
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 当内容被裁剪时显示省略号 */
    display: -webkit-box; /* 用于兼容 WebKit 浏览器 */
    -webkit-line-clamp: 2; /* 显示的最大行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    line-clamp: 2; /* 显示的最大行数 */
    white-space: normal; /* 允许正常的换行 */
    overflow-wrap: normal; /* 使用默认值，允许自然换行 */
}
.study-container-ul_li_to {
    margin-top: 0.3rem;
    color: rgb(0, 153, 68);
    font-family: "Microsoft YaHei", 微软雅黑;
}
/* .study-container-ul_li > .study-container-ul_li_to {
    font-size: 0.18rem;
    transition: all 1s;
} */
.study-container-ul_top_li {
    display: flex;
    flex: 1;
    text-decoration: none;
    color: #000;
}
.study-container-ul_top_li > div {
    flex: 1;
    box-sizing: border-box;
}
.study-container-ul_top_li > div:first-child  {
    background-color: #f2f2f3;
}
.study-container-ul_top_li > div:first-child > div {
    padding: 0.2rem;
}
.study-container-ul_top_li > div:last-child  > img {
    /* width: 3rem; */
    width: 100%;
}
.study-container-ul_top_li > div:last-child  {
    overflow: hidden;
}
.study-container-ul_top_li:hover > div:last-child > img  {
    transform: scale(1.2);
    transition: all 1s;
}


.footeryd {
    height: auto;
    font-size: 0.16rem;
    padding: 0.2rem;
    color: #fff;
    margin-top: 0.1rem;
    background-color: rgb(0, 153, 68);
    font-family: 微软雅黑, Tahoma, Arial, SimSun, 宋体, "Microsoft YaHei", SimHei, 黑体;
}
.footeryd > div:first-child {
    width: 2rem;
    text-align: center;
}
.footeryd > div:first-child > img {
    width: 100%;
}
.footeryd > div:last-child {
    margin-top: 0.2rem;
}
.footeryd > div:last-child > div {
    /* display: flex;
    align-items: center; */
}
/* .footeryd > div:last-child > div > img {
    width: 0.3rem;
    margin-right: 0.05rem;
} */
.footeryd-bottom {
    width: 100%;
    text-align: center;
    display: block;
}
.footeryd-bottom-li > img {
    /* width: 4rem; */
}