/* .mainContent {
    background-image: url(../assets/images/bj.png);
    background-size: 100% 100%;
} */

/* 新闻 */
.news {
    width: 100%;
    position: relative;
    display: block;
    /* z-index: 9999; */
}
.news-container {
    /* width: 11.70rem; */
    width: var(--container_width);
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    margin-top: -0.15rem;
    font-size: 0.16rem;
    padding: 0.1rem;
    display: flex;
}
.news-container-l {
    flex: 2;
    background-color: rgb(242, 242, 243);
    padding: 0.1rem 0.2rem;
    margin-top: 0.1rem;
}
.news-container-l-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.05rem;
}
.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.5rem;
    margin: 0.1rem 0;
}
.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 {
    /* width: 4rem; */
    flex: 1.3;
    margin-left: 0.2rem;
    background-color: rgb(242, 242, 243);
    background-color: rgb(242, 242, 243);
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
}
.news-container-r-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.05rem;
    padding: 0.1rem 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.1rem 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 {
    width: var(--container_width);
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    font-size: 0.16rem;
    padding: 0.10rem;
}
.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;
}
.study-container-ul {
    display: flex;
}
.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:hover > .study-container-ul_li_to {
    font-size: 0.18rem;
    transition: all 1s;
}
.study-container-ul_li_to {
    margin-top: 0.3rem;
    color: rgb(0, 153, 68);
    font-family: "Microsoft YaHei", 微软雅黑;
}
.study-container-ul_top_li {
    display: flex;
    color: #333;
    text-decoration: none;
    flex: 1;
}
.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;
}