/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
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: 581px;
    height: 100px;
    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;
  justify-content: space-between;
  padding: 30px 0px;
  height: 401px;
}

.container_content .banner {
    width: 550px;
    height: 401px;
    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 img {
  width: 550px;
  height: 401px;
}
.container_content .banner ul {
    width: 600%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.container_content .banner li {
    float: left;
}

.container_content .banner img {
    width: 550px;
    height: 401px;
}

.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 .news_1 {
  width: 418px;
  height: 408px;
  margin-left: 26px;
  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 .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 #006135;
}

.container_content .news_1 .more {
  color: #006135;
  font-size: 14px;
   margin-left: 238px;
    padding-right: 8px;
  border-right: 3px solid #006135;
}

.container_content .news_1 dd {
  margin-left: 26px;
  /* margin-bottom: 15px; */
}

.container_content .news_1 dd a {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}

.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 .container .menu {
  height: 84px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.container_content .menu .T_S {
  display: flex;
  justify-content: space-between;
  width: 252px;
  height: 49px;
  margin-top: 18px;
  margin-left: 16px;
}
.container_content .T_S .left,
.container_content .T_S .right {
  width: 126px;
  height: 49px;
  background-color: #e7e7e7;
  text-align: center;
  line-height: 49px;
}
.container_content .T_S .left.active,
.container_content .T_S .right.active {
  background-color: #00a058;
}
.container_content .T_S .left {
  border-radius: 6px 0px 0px 6px;
}
.container_content .T_S .right {
  border-radius: 0px 6px 6px 0px;
}
.container_content .T_S > .active a {
  color: #fff;
}

.container_content .T_S a {
  font-size: 14px;
  color: #b1b1b1;
}

.container_content .T_S em {
  font-size: 18px;
  margin-right: 10px;
}

.container_content .T_S .middle.left-active {
  border-top: 49px solid #00a058;
  border-right: 11px solid #e7e7e7;
}

.container_content .T_S .middle.right-active {
  border-top: 49px solid #e7e7e7;
  border-right: 11px solid #00a058;
}

.container_content .menu .list {
  width: 1110px;
  height: 84px;
}

.container_content .list ul {
  display: flex;
  justify-content: space-between;
}

.container_content .list li {
    width: 106px;
    height: 84px;
    text-align: center;
}
.container_content .list li span {
font-size: 12px;
  color: #b6b6b6;
}

.container_content .list li img {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 15px;
}

.container_content .list li span:hover {
  color: #006135;
}
.container_content .container .two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0px 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;
}

.container_content .news_2 dt {
  height: 59px;
  color: #006135;
  line-height: 59px;
  margin-left: 31px;
  /* margin-bottom: 15px; */
  border-bottom: 2px solid #afafaf;
}

.container_content .news_2 .title {
  font-size: 22px;
}

.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;
  margin-left: 463px;
  border-right: 2px solid #006135;
}

.container_content .news_2 dd {
  margin-left: 31px;
  /* margin-bottom: 30px; */
}

.container_content .news_2 dd a {
  color: #3d3d3d;
  line-height: 38px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.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: 29px;
  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 {
  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;
}