/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

.w {
  width: 1440px;
  margin: 0 auto;
}

/* iconfont */
@font-face {
  font-family: iconfont;
  src: url(./iconfont.woff);
}

.iconfont {
  /* display: inline-block; */
  width: 25px;
  height: 25px;
  font-family: iconfont;
  font-style: normal;
}

.icon-teacher::after {
  content: '\e806';
}

.icon-student::after {
  content: '\e807';
}

.container_page {
    min-width: 1518px;
    margin: 0 auto;
}
/* header */
.header {
    background: url("../images/bgc.png") no-repeat top center;
background-size: 100% 100%;
    height: 265px;
    margin: 0 auto;
}

.header .container {
    display: flex;
    height: 265px;
    justify-content: space-between;
}

.header .left img {
    width: 600px;
    height: 90px;
    margin-top: 40px;
}


.header .right .search {
    display: flex;
    width: 246px;
    height: 39px;
    margin-left: -79px;
    margin-top: 70px;
    justify-content: space-between;
    border: 2px solid #006135;
    border-radius: 9px 9px 9px 9px;
}

.header .search .empty {
    border: 0;
    background-color: transparent;
    outline: none;
    width: 196px;
    height: 39px;
}

.header .search span {
    line-height: 38px;
    color: #006135;
}

.header .search .btn {
    border: 0;
    background-color: transparent;
    outline: none;
    height: 39px;
    width: 44px;
    background: url("../images/search.png") center center no-repeat;
    background-size: 22px 22px;
    cursor: pointer;
}
/* container_content */
.container_content .top_nav {
  margin: 0px auto;
  height: 52px;
  background-color: #006135;
}

.container_content .top_nav ul {
  display: flex;
  justify-content: space-between;
}

.container_content .top_nav li {
  width: 144px;
  height: 52px;
}

.container_content .top_nav a {
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 52px;
}

.container_content .top_nav a:hover {
  background-color: #00a058;
}

.container_content .container {
  margin: 0px auto;
  background-color: #f8f8f8;
  padding-bottom: 30px;
}

.container_content .container .one {
  display: flex;
  position: relative;
  min-height: 408px;
  padding: 30px 0;
}

.container_content .banner {
    width: 660px;
    height: 408px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 5px 5px 5px 5px;
}

.container_content .banner ul {
    width: 600%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.container_content .banner li {
    float: left;
}

.container_content .banner p {
    width: 500px;
    word-break: break-all;
    position: absolute;
    bottom: 40px;
    margin-left: 25px;
    font-size: 16px;
    color: #fff;
}

.banner .point {
position: absolute;
    bottom: 9px;
    right: 30px;
    height: 6px;
    display: flex;
    justify-content: space-around;

}

.banner .point li {
width: 6px;
height: 6px;
background: #FFFFFF;
    border-radius: 50%;
margin-right: 6px;
}

.banner .point li.current {
width: 17px;
height: 6px;
background: #006135;
border-radius: 4px;
}

.container_content .one .news_1:nth-child(2) {
  position: absolute;
  left: 660px;
  top: 0;
  z-index: 5;
}

.container_content .banner ul li a img {
  width: 660px;
  height: 408px;
}

.container_content .news_1 {
  width: 754px;
  height: 408px;
  margin-left: 26px;
  margin-top: 30px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  padding-right: 22px;
  box-sizing: border-box;
}

.container_content .one .news_1:nth-child(3) {
  position: absolute;
  left: 660px;
  top: 63px;
  height: 344px;
  box-shadow: none;
}

.container_content .news_1 dt {
  color: #006135;
  margin-top: 16px;
  margin-bottom: 15px;
}

.container_content .news_1 .title {
  font-size: 22px;
  margin-left: 26px;
  padding-bottom: 8px;
  /* 添加默认透明下划线（过渡起始状态） */
  border-bottom: 3px solid transparent;
  /* 添加过渡效果：针对边框属性，0.3秒完成，缓动函数 */
  transition: border-bottom-color 0.5s ease;
}

.container_content .news_1 .title.active {
  border-bottom: 3px solid #006135;
}

.container_content .news_1 .title:nth-child(2) {
  margin-left: 36px;
}

.container_content .news_1 .more {
  color: #006135;
  font-size: 14px;
  /* margin-left: 238px; */
  padding: 0 8px 0 444px;
  border-right: 3px solid #006135;
}

.container_content .news_1 .more a {
  color: #006135;
}

.container_content .news_1 dd {
  margin-left: 26px;
}

/* 在滑动窗口.css中添加 */
.container_content .news_1 dd {
  /* 添加透明度过渡动画 */
  transition: opacity 1.5s ease;
  opacity: 1;
}

.container_content .news_1 dd:hover a {
  color: #006135;
  font-size: 18px;
  font-weight: 700;
}

.container_content .news_1 dd a {
  transition: all 0.15s ease;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}

.container_content .news_1 dd a img {
  width: 9px;
  height: 11px;
  margin-top: 13px;
}

.container_content .news_1 dd span:nth-child(1) img {
  margin-right: 4px;
}

.container_content .news_1 dd span:nth-child(2) {
  color: #afafaf;
}


.container_content .menu {
  box-sizing: border-box;
  /* 去掉固定高度，由内容撑开 */
  /* height: 300px; */
  display: flex;
  /* 子元素水平居中 */
  justify-content: center;
  border-radius: 6px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  /* 增加内边距，让内容更舒展 */
  padding: 20px;
}

.container_content .container .menu .list {
  /* 让列表占满父容器宽度 */
  width: 100%;
}

.container_content .container .list ul {
  display: flex;
  /* 换行显示 */
  flex-wrap: wrap;
  /* 调整子元素间距 */
  gap: 20px;
  /* 让子元素在容器内均匀分布 */
  justify-content: space-around;
}

.container_content .container .list li {
  /* 调整宽度，使一行能容纳6个，结合 gap 计算宽度 */
  width: calc((100% - 100px) / 6);
  text-align: center;
  /* 增加 hover 背景色和变换过渡 */
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* 增加圆角，让 hover 背景更美观 */
  border-radius: 6px;
  padding: 10px 0;
}
.container_content .container .list li span {
  font-size: 16px;
  color: #515151;
  /* 文字与图标之间的间距 */
  display: block;
  margin-top: 8px;
  /* 文字颜色过渡 */
  transition: color 0.3s ease;
}

.container_content .container .list li img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  /* 图标位置和变换过渡 */
  transition: transform 0.3s ease;
}

/* hover 效果 */
.container_content .container .list li:hover {
  background-color: #f5f5f0; /* 浅米色背景，可根据需求调整 */
  transform: translateY(-3px); /* 轻微上移 */
}

.container_content .container .list li:hover span {
  color: #006135;
}

.container_content .container .list li:hover img {
  transform: translateY(-3px); /* 图标跟随轻微上移 */
}


.container_content .container .topic {
  margin: 32px auto;
  box-sizing: border-box;
}

.container_content .container .topic .title {
  color: #81ad8c;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 16px;
}

.container_content .container .topic ul {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* 增加间距 */
}

/* 核心修改：将li改为背景图+遮罩模式 */
.container_content .container .topic ul li {
  width: 360px;
  height: 200px; /* 增加高度以获得更好的视觉效果 */
  position: relative; /* 为遮罩和文字定位 */
  overflow: hidden;
  border-radius: 6px; /* 可选：添加圆角 */
}

/* 使用原有图片作为背景图 */
.container_content .container .topic ul li:nth-child(1) {
  background-image: url("../images/topic_1.jpg");
}

.container_content .container .topic ul li:nth-child(2) {
  background-image: url("../images/topic_2.jpg");
}

.container_content .container .topic ul li:nth-child(3) {
  background-image: url("../images/topic_3.jpg");
}

.container_content .container .topic ul li:nth-child(4) {
  background-image: url("../images/topic_4.jpg");
}

/* 统一背景图样式 */
.container_content .container .topic ul li {
  background-size: cover; /* 图片铺满 */
  background-position: center; /* 图片居中 */
  transition: transform 0.3s ease;
}

/* 添加遮罩层 */
.container_content .topic ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 53, 0.7); /* 半透明绿色遮罩，可调整透明度 */
  transition: background-color 0.3s ease;
}

/* 文字样式调整 */
.container_content .topic ul li a {
  position: relative; /* 确保文字在遮罩上方 */
  z-index: 1; /* 文字层级高于遮罩 */
  display: block;
  width: 100%;
  height: 100%;
}

.container_content .topic ul li a p {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 0 20px;
  position: absolute; /* 文字绝对定位 */
  top: 50%; /* 垂直居中 */
  left: 50%; /* 水平居中 */
  transform: translate(-50%, -50%); /* 精确居中 */
  width: 100%;
}

/* 隐藏原有的img标签 */
.container_content .topic ul li .imgBox {
  display: none;
}

/* 悬停效果 */
.container_content .topic ul li:hover {
  transform: translateY(-5px); /* 轻微上浮 */
}

.container_content .topic ul li:hover::before {
  background-color: rgba(0, 97, 53, 0.8); /* 悬停时遮罩加深 */
}

.container_content .container .two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.container_content .two .news_2 {
  width: 700px;
  height: 396px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
}

.container_content .two .news_2 {
  width: 700px;
  height: 410px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 30px;
  padding-right: 19px;
  box-sizing: border-box;
  overflow: hidden; /* 防止内容溢出影响阴影 */
  transition: height 0.3s ease; /* 高度变化动画 */
}

.container_content .news_2 dt {
  height: 59px;
  color: #006135;
  line-height: 59px;
  margin-left: 31px;
  border-bottom: 2px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_content .news_2 .title {
  font-size: 22px;
  display: flex;
  align-items: center;
}

.container_content .news_2 .title img {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.container_content .news_2 .more {
  color: #006135;
  font-size: 14px;
  padding-right: 8px;
  cursor: pointer;
  margin-left: 463px;
}

.container_content .news_2 dd {
  margin-left: 31px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
  margin-top: 0; /* 初始无间距 */
}

/* 展开状态的列表项 */
.news_2 dd.show {
  max-height: 1000px; /* 足够容纳内容 */
  opacity: 1;
  margin-top: 10px; /* 与标题栏保持间距 */
}

.container_content .news_2 dd a {
  color: #3d3d3d;
  line-height: 38px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  transition: all 0.15s ease;
}
.container_content .news_2 dd:hover a {
  color: #006135;
  font-size: 18px;
  font-weight: 700;
}
.container_content .news_2 dd a img {
  margin-right: 17px;
}

.container_content .news_2 dd span:nth-child(2) {
  color: #afafaf;
}

.container_content .container .empty {
  margin: 0px auto;
  height: 25px;
  background-color: #f8f8f8;
}

.container_content .container .three {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  background-color: #fff;
  min-height: 732px;
  border-radius: 6px 6px 6px 6px;
}

.container_content .container .three .up {
  width: 1440px;
  height: 61px;
  display: flex;
  justify-content: space-between;
}

.container .three .up .left {
  width: 266px;
  line-height: 61px;
  font-size: 20px;
  padding-left: 27px;
  background-color: #006135;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
}

.container .three .up .right {
  width: 1072px;
  border-bottom: 2px solid #006135;
  margin-right: 37px;
  display: flex;
  justify-content: flex-end;
}

.container .three .up .right > span {
  font-size: 14px;
  margin: 30px 21px 12px 0px;
}

.container .three .up .right span {
  color: #000;
}

.container_content .container .three .down {
  width: 1440px;
  /* height: 671px; */
  display: flex;
  justify-content: space-between;
}

.container .three .down .left {
  width: 293px;
  margin-top: 15px;
}

.container .three .down .left a {
  display: block;
  width: 293px;
  height: 56px;
  display: flex;
  justify-content: flex-start;
}

.container .three .down .left a .nothing {
  width: 5px;
  height: 21px;
  border-radius: 3px 3px 3px 3px;
  margin-top: 18px;
}

.container .three .down .left a .l_1 {
  color: #000;
  font-size: 16px;
  line-height: 56px;
  margin-left: 22px;
}

.container .three .down .left a:hover .l_1{
  color: #006135;
}

.container .three .down .left a:hover .nothing {
  background-color: #006135;
}

.container .three .down .right {
  width: 1147px;
  padding-right: 57px;
  box-sizing: border-box;
}

.container .three .down .right .on a {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  margin-top: 26px;
  color: #000;
  font-size: 16px;
}

.three .down .right .on .nothing {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #006135;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 4px;
  margin-right: 12px;
}

.three .down .right .on .date {
  /* margin-left: 460px; */
  color: #000;
}

.three .down .right .under {
  margin-top: 30px;
  /* width: 1147px; */
  height: 26px;
  display: flex;
  justify-content: center;
}

.three .down .right .under em {
  display: inline-block;
  width: 50px;
  height: 26px;
  background-color: #006135;
  border-radius: 6px 6px 6px 6px;
  margin-right: 14px;
  margin-top: 119px;
  text-align: center;
}

.three .down .right .under .page {
  background-color: #fff;
}

/* footer */
.footer_1 {
  margin: 0px auto;
  height: 208px;
  background-color: #006135;
}

.footer_1 .foot {
  display: flex;
  justify-content: space-between;
}

.footer_1 .foot .link {
  width: 720px;
  height: 208px;
}

.footer_1 .foot .link p {
  color: #fff;
  font-size: 22px;
  margin-top: 19px;
  margin-bottom: 34px;
}

.footer_1 .foot ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer_1 .foot li a {
  display: block;
  font-size: 14px;
  margin-right: 25px;
  margin-bottom: 33px;
  color: #fff;
}

.footer_1 .foot .QR_Code {
  display: flex;
  justify-content: flex-start;
  width: 720px;
  height: 208px;
}

.footer_1 .foot .QR_Code .Sina_Weibo,
.footer_1 .foot .QR_Code .public_account {
  display: flex;
  justify-content: flex-start;
  width: 289px;
  height: 107px;
  background: #004a35;
  border-radius: 10px 10px 10px 10px;
  margin: 46px 0px 55px 51px;
}

.footer_1 .QR_Code .Sina_Weibo .text,
.footer_1 .QR_Code .public_account .text {
  width: 160px;
  margin-top: 22px;
  margin-bottom: 33px;
  padding-left: 21px;
  font-size: 14px;
  color: #fff;
}

.footer_1 .QR_Code .text span:first-child {
  display: block;
  width: 135px;
  height: 28px;
  border-bottom: 2px solid #fff;
}

.footer_1 .QR_Code .text p {
  margin-top: 7px;
}

.footer_1 .QR_Code .text span img {
  width: 20px;
  height: 18px;
  margin-right: 10px;
}

.footer_1 .QR_Code .pic {
  width: 108px;
  height: 107px;
}

.footer_1 .QR_Code .pic img {
  margin-top: 25px;
  margin-left: 26px;
}

.footer_1 .foot .QR_Code .Sina_Weibo {
  width: 289px;
  height: 107px;
  background: #004a35;
  border-radius: 10px 10px 10px 10px;
  margin: 46px 0px 55px 43px;
}

.footer_2 {
  color: #fff;
  margin: 0px auto;
  height: 47px;
  background-color: #00522d;
}

.footer_2 .bottom p {
  display: block;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
}


body
  > div
  > div.container_content
  > div.container
  > div.three.w
  > div.down
  > div.right.art {
  padding-right: 0;
}

.right.art .content {
  padding: 40px;
}

.right.art .content .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}

.right.art .content .info {
  text-align: center;
  color: #666;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 2px solid #cbe5d8;
}

body
  > div
  > div.container_content
  > div.container.normal
  > div.three.w
  > div.up {
  width: auto;
  display: flex;
  margin: 0 40px;
  box-sizing: border-box;
  border-bottom: 2px solid #006135;
}

body
  > div
  > div.container_content
  > div.container.normal
  > div.three.w
  > div.up
  > .local {
  font-size: 24px;
  color: #007a3f;
  float: left;
  height: 60px;
  line-height: 60px;
}

body
  > div
  > div.container_content
  > div.container.normal
  > div.three.w
  > div.up
  > span {
  font-size: 14px;
  color: #19282e;
  margin-top: 25px;
}

body
  > div
  > div.container_content
  > div.container.normal
  > div.three.w
  > div.up
  > span a {
  color: #19282e;
}

body
  > div
  > div.container_content
  > div.container.normal
  > div.three.w
  > div.down
  > div {
  width: 100%;
}

.p_pages{
  font-size: 14px;
  line-height: 14px;
  color: #222;
}
.p_pages a{
    text-decoration: none;
    color: #222;
}
.p_pages .p_fun,.p_fun_d{
  margin-left: 5px
}
.p_pages .p_first,.p_first_d,.p_last,.p_last_d,.p_goto,.p_t{
  display: none;
}
.p_pages .p_next_d,.p_prev_d{
  color: #ccc;
}
.p_pages .p_no,.p_no_d{
  display: inline-block;
  height: 28px;
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 5px;
}
.p_pages .p_no_d{
  background-color: #006135;
  color: #fff;
}
.p_pages .p_no:hover{
  background-color: #006135;
}
.p_pages .p_no:hover a{
  color: #fff;
}