@charset "utf-8";

/* 内容页 */
.centent {
  width: 100%;
  background-color: #fff;
  padding: 40px 12.5% 90px;
  position: relative;
  z-index: 9;
}

.centent .title {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
}

.centent .span_ {
  display: block;
  color: #a6a6a6;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  margin: 25px 0 28px;
}

.centent p {
  color: #2f2f2f;
  font-size: 18px;
  line-height: 38px;
  margin-top: 10px;
  text-indent: 0;
}

.centent img {
  display: block;
  margin: 10px auto;
  object-fit: cover;
  max-width: 90%;
}

/* 文字列表 */
.text {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 9;
  min-height: 500px;
}

.text_main {
  display: flex;
  justify-content: space-between;
}

.text_nav {
  width: 22.5%;
}

.text_nav div {
  width: 100%;
  background-color: #a8322b;
  line-height: 55px;
  padding: 20px 33px;
  font-size: 38px;
  color: #fff;
  word-break: break-all;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.text_nav ul {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.text_nav ul li {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  line-height: 60px;
}

.text_nav ul li a {
  display: block;
  padding: 0 30px;
  /* color: #333; */
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_nav ul li:hover a {
}

.text_content,
.graphic_content {
  width: 74.5%;
}

.text_content_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  line-height: 50px;
}

.text_content_div>span {
  font-size: 18px;
  color: #a5272f;
  position: relative;
}

.text_content_div>span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #a8322b;
  left: 0;
  bottom: 0px;
}

.text_content_div div {
  border: none;
  font-size: 12px;
  color: #666;
}

.text_content_div div a {
  font-size: 12px;
  color: #2f2f2f;
}

.text_content_div div a:hover {
  color: #e61322;
}

.text_content_div div a:first-child {
  margin-right: 5px;
}

.text_content_div div a:last-child {
  margin-left: 5px;
}

.text_content ul li {
  border-bottom: 1px solid #e4e4e4;
}

.text_content ul li:hover {
  border-bottom: 1px solid #a5272f;
}

.text_content ul li a {
  display: block;
  padding: 25px 0 20px;
}

.text_content ul li a span {
  display: block;
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
  color: #3b3b3b;
  overflow:hidden;
  /* text-overflow:ellipsis; */
  /* white-space:nowrap; */
}

.text_content ul li:hover a span {
  color: #a8322b;
}

.text_content ul li a p {
  line-height: 68px;
  font-size: 17px;
  color: #3b3b3b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_content ul li:hover a p {
  color: #a5272f;
}

.text_content ul li a i {
  display: block;
  font-size: 16px;
  line-height: 12px;
  color: #888888;
  font-weight: bold;
  font-style: italic;
}

.text_content .links{
    display: block;
}
.text_content .links .links_box{
    position: relative;
    background: #fff8f8;
    border-radius: 8px;
    padding: 20px 0;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
}
.text_content .links h1{
    font-size: 16px;
    padding: 15px 20px;
    display: inline-block;
    color: #fff8f8;
    position: absolute;
    top: 30px;
    left: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 0;
    background: #8e190f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #9c1c11, #c0281b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #9c1c11, #c0281b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.text_content .links ul{
    padding: 30px;
    background: #FFF;
    margin: 90px 40px 40px 40px;
    border-radius: 8px;
    box-shadow: 0 0 26px #f7e0de;
}
.text_content .links ul li{
    display: inline-block;
    width: 150px;
    margin: 10px 0px;
    border: none;
}
.text_content .links ul li a{
    font-size: 16px;
    display: block;
    /* text-align-last: justify; */
    /* text-align: justify; */
    /* color: #333; */
    padding: 0;
}

.fy {
  border: none !important;
  margin-top: 30px;
  float: right;
}

/* 图文列表 */
.graphic_content {
  margin-top: 12px;
}

.graphic_content ul {
  margin-top: 50px;
}

.graphic_content ul li {
  border-left: 4px solid #f3f3f3;
  margin-bottom: 60px;
  position: relative;
}

.graphic_content ul li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0px;
  height: 0%;
  width: 4px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

.graphic_content ul li:hover:before {
  height: 100%;
  background: #a8322b;
}

.graphic_content ul li a {
  display: block;
}

.graphic_content_l {
  width: 74%;
  padding-left: 30px;
}

.graphic_content_l span {
  line-height: 32px;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 20px;
}

.graphic_content ul li:hover .graphic_content_l span {
  color: #a8322b;
}

.graphic_content_l p {
  line-height: 28px;
  font-size: 16px;
  margin: 20px 0;
}

.graphic_content ul li:hover .graphic_content_l p {
}

.graphic_content_l i {
  display: block;
  color: #a8322b;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.graphic_content_r {
  overflow: hidden;
}

.graphic_content_r img {
  max-height: 255px;
  transition: transform 0.5s;
}

.graphic_content ul li:hover .graphic_content_r img {
  transform: scale(1.15);
}

        .right-content{}
        .slideBox .hd{ margin-top:30px; text-align:left;}
        .slideBox .hd li {float:left;}
        .slideBox .hd li{ display:inline-block;margin:0 5px;overflow:hidden; font-size:18px; height:45px; line-height:45px;text-align:center; color:#333; cursor:pointer; position:relative; border:1px solid #0e3692; border-radius:25px;}
        .slideBox .hd li:hover{background:#0e3692; color:#fff; font-weight:bold;}
        .slideBox .hd li:hover a{color:#fff;}
        .slideBox .hd li a:hover{color:#fff;}
        .slideBox .hd li a{display:block;padding: 0 25px;color:#333;}
        .slideBox .hd li a.on{ background:#0e3692; color:#fff; font-weight:bold;}
        .slideBox .bd{ margin-top:10px;}
        .slideBox .bd .teachlist{
    margin: 30px 0;
}
        .teachlist{ display:none;}
        .teachlist li{width: 47%;border: 2px solid #e3e3e3 !important;padding: 15px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin: 0 25px 25px 0 !important;}
        .jspic{float:left;width: 158px;height:190px;text-align:center;line-height:190px;margin-right:20px;overflow:hidden;background:#f5f5f5;}
        .jspic img{ max-width:158px; max-height:190px; vertical-align:middle;}
        .jsxx {}
        .jsxx h2{font-size:18px;font-weight:bold;line-height: 32px;}
        .jsxx h2 a{ color:#333; text-decoration:none;}
        .jsxx p{line-height: 28px;overflow:hidden;text-overflow:ellipsis;font-size: 15px;}
        .teachlist li:after,.teachlist:after{visibility:hidden; display:block; content:""; clear:both;}
        .teachlist li:hover{border: 2px solid #f6f6f6 !important;background: #f6f6f6;}
        .clear{clear:both;}

@media (max-width: 1500px) {
  .centent {
    padding: 40px 4% 90px;
  }

  .text_main {
    width: 100%;
    padding: 0 4%;
  }
}

@media (max-width: 1200px) {
  .centent {
    padding: 40px 3%;
  }
}

@media (max-width: 1024px) {
  .text_nav div {
    font-size: 30px;
  }

  .graphic_content_r {
    max-width: 35%;
    height: auto;
  }

  .graphic_content_r img {
    width: 100%;
  }

  .graphic_content_l {
    width: 55%;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .centent {
    padding: 40px 2%;
  }

  .text_nav {
    display: none;
  }

  .text_content,
  .graphic_content {
    width: 100%;
  }

  .fy {
    max-width: 100%;
  }

  .fy img {
    width: 100%;
  }

  .text {
    padding:0 0 30px ;
  }
  .graphic_content ul {
    margin-top: 30px;
}
.graphic_content ul li {
  margin-bottom: 30px;
}
}

@media (max-width: 540px) {
  .graphic_content_l span {
    line-height: 30px;
    font-size: 18px;
}
.graphic_content_l p {
  line-height: 25px;
  font-size: 15px;
}
.graphic_content_l i {
  line-height: 28px;
  font-size: 14px;
}
.graphic_content_l {
  width: 60%;
  padding-left: 10px;
}
.graphic_content {
  margin-top: 0px;
}
}

@media (max-width: 480px) {
  .text {
    padding: 0px 0 30px;
  }
  .graphic_content ul li {
    border-left: 3px solid #a8322b;
}
.graphic_content ul li:before {
  left: -3px;
  width: 3px;
}
.centent {
  padding: 20px 2%;
}
    .text_content_div {   
      display: block;
    }
}