@font-face {
  font-family: my_font;
  src: url('../font/IMPACT.TTF');
}
.banner {
  padding-top: 90px;
}
@media (max-width: 996px) {
  .banner {
    padding-top: 70px;
  }
}
.banner .ban_img ul .swiper-slide {
  /*background-repeat: no-repeat;
        background-position:center;
        background-size: cover;*/
  /*@media(max-width:1024px){
          min-height: 510px;
        }
        @media(max-width:996px){
          min-height: 410px;
        }
        @media(max-width:767px){
          min-height: 500px;
        }*/
  /*.top_text{
          width:100%;
          height:744px;
          .con{
            width: 1200px;
            margin:0 auto;
            position:relative;

            img{
              position:absolute;
              top:39%;
              right:0;
              width:50%;
            }
            h2{
              padding-top:275px;
              margin-bottom:29px;
              font-size: 48px;
              color:#fff;
            }
            p{
              margin-bottom:36px;
              font-size: 20px;
              line-height: 48px;
              color: #ffffff;
            }
            a{
              width: 185px;
              height: 60px;
              font-size: 18px;
              line-height:60px;
              text-align: center;
              color:#fff;
              border: solid 1px #ffffff;
            }
          }
          @media(max-width:1200px){
            .con{
              width:86%;
              img{
                width:47%;
              }
            }
          }
          @media(max-width:1024px){
            height:510px;
            .con{
              h2{
                padding-top:150px;
                font-size:38px;
              }
              p{
                margin-top: 32px;
                font-size: 18px;
              }
              a{
                width: 120px;
                height: 32px;
                font-size: 15px;
                line-height: 32px;
              }
            }
          }
          @media(max-width:996px){
            height: 410px;
            .con{
              h2{
                padding-top:97px;
              }
              p{
                width: 50%;
                font-size: 16px;
                line-height: 28px;
              }
            }
          }
          @media(max-width:767px){
            height:100% !important;
            .con{
              h2{
                padding-top:60px;
                margin-bottom:0;
                font-size:26px;
              }
              img{
                margin-top:20px;
                position:initial;
                width:100%;
              }
              p{
                margin-top:16px;
                margin-bottom:25px;
                width:100%;
                font-size:14px;
                line-height:24px;
              }
            }
          }
        }*/
}
.banner .ban_img ul .swiper-slide img:nth-child(2) {
  display: none;
}
@media (max-width: 1024px) {
  .banner .ban_img ul .swiper-slide img:nth-child(1) {
    display: none;
  }
  .banner .ban_img ul .swiper-slide img:nth-child(2) {
    display: block;
  }
}
.banner .ban_img .bAnimated {
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .banner .ban_img .bAnimated {
    display: none;
  }
}
.banner .ban_img .bAnimated .container ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .ban_img .bAnimated .container ol li {
  padding-top: 36px;
  padding-bottom: 36px;
  display: inline-block;
}
@media (max-width: 768px) {
  .banner .ban_img .bAnimated .container ol li {
    padding-top: 25px;
  }
}
.banner .ban_img .bAnimated .container ol li .max {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.banner .ban_img .bAnimated .container ol li p {
  padding-top: 5px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .banner .ban_img .bAnimated .container ol li .max {
    font-size: 40px;
  }
  .banner .ban_img .bAnimated .container ol li p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .banner .ban_img .bAnimated .container ol li p {
    font-size: 15px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 50px;
  margin-top: -25px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../images/next.png") no-repeat center center / cover;
  right: 39px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../images/prev.png") no-repeat center center / cover;
  left: 39px;
}
@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.heads {
  position: relative;
}
.heads:after {
  content: "";
  display: block;
  clear: both;
}
.title .t_name h3 {
  display: inline-block;
  font-size: 36px;
  color: #222222;
}
.title .t_name h3:nth-child(2) {
  margin-left: 20px;
  vertical-align: sub;
  font-size: 36px;
  font-family: my_font;
  color: #222222;
  opacity: 0.1;
}
#subject .S_item1 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}
#subject .S_item1 .heads .h_title {
  float: left;
  width: 50%;
}
#subject .S_item1 .heads .h_title h3 {
  margin-bottom: 20px;
  font-size: 36px;
  text-align: left;
  font-weight: 700;
  color: #222222;
}
#subject .S_item1 .heads .h_title p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #666666;
}
#subject .S_item1 .list {
  margin-top: 41px;
}
#subject .S_item1 .list:after {
  content: "";
  display: block;
  clear: both;
}
#subject .S_item1 .list a {
  float: left;
  margin-right: 80px;
  width: 480px;
  height: 300px;
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: all 0.6s;
}
#subject .S_item1 .list a:nth-child(3n) {
  margin-right: 0;
}
#subject .S_item1 .list a .images {
  width: 70px;
  margin: 49px auto 0;
}
#subject .S_item1 .list a .images img:nth-child(2) {
  display: none;
}
#subject .S_item1 .list a .text {
  max-width: 332px;
  margin: 25px auto 0;
}
#subject .S_item1 .list a .text h4 {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  color: #000000;
  transition: all 0.4s;
}
#subject .S_item1 .list a .text p {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #8a8a8a;
  transition: all 0.4s;
}
#subject .S_item1 .list a:hover {
  background: url("../images/home_27.jpg") no-repeat center center / cover;
}
#subject .S_item1 .list a:hover .images img:nth-child(1) {
  display: none;
}
#subject .S_item1 .list a:hover .images img:nth-child(2) {
  display: block;
}
#subject .S_item1 .list a:hover .text h4,
#subject .S_item1 .list a:hover .text p {
  color: #fff;
}
#subject .S_item2 {
  padding-top: 70px;
  padding-bottom: 59px;
}
#subject .S_item2 .heads .more {
  bottom: 14px;
}
#subject .S_item3 {
  padding-top: 94px;
  padding-bottom: 86px;
  background: url("../images/ban_bj_03.jpg") no-repeat center center / cover;
}
#subject .S_item3 .heads .title {
  float: left;
  max-width: 720px;
}
#subject .S_item3 .heads .title .t_name h3 {
  color: #ffff;
}
#subject .S_item3 .heads .title .t_name h3:nth-child(2) {
  font-weight: 500;
  color: #e7e7e7;
  opacity: 0.1;
}
#subject .S_item3 .heads .title .sel {
  margin: 0 0 28px;
  display: block;
  width: 36px;
  height: 2px;
  background-color: #e7e7e7;
  opacity: 0.7;
}
#subject .S_item3 .heads .title p {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  color: #e7e7e7;
}
#subject .S_item3 .heads .title .more {
  margin-top: 29px;
  position: initial;
}
#subject .S_item3 .heads .title .more span {
  color: #fff;
}
#subject .S_item3 .heads .title .more span:nth-child(2) {
  background: url("../images/home_62.png") no-repeat center center / cover;
}
#subject .S_item3 .heads .title .more:hover span {
  animation: zAnim 0.5s infinite;
}
#subject .S_item3 .heads .map {
  float: right;
  max-width: 720px;
}
#subject .S_item3 .con {
  margin-top: 57px;
}
#subject .S_item3 .con ul:after {
  content: "";
  display: block;
  clear: both;
}
#subject .S_item3 .con ul li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
#subject .S_item3 .con ul li .max {
  font-family: my_font;
  font-size: 90px;
  text-align: center;
  color: #fff;
  margin-bottom: 17px;
}
#subject .S_item3 .con ul li p {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
#subject .S_item4 {
  padding-top: 70px;
  padding-bottom: 58px;
  background: url("../images/home_bg.jpg") center center / cover;
}
#subject .S_item4 .heads .title .t_tab ul li a {
  background-color: #fff;
}
#subject .S_item4 .heads .title .t_tab ul li a:hover {
  background-color: #333;
}
#subject .S_item4 .list {
  margin-top: 35px;
}
#subject .S_item4 .list:after {
  content: "";
  display: block;
  clear: both;
}
#subject .S_item4 .list .l_item {
  float: left;
}
#subject .S_item4 .list .l_item .more {
  width: 67px;
  bottom: 37%;
}
#subject .S_item4 .list .l_item .more span:nth-child(2) {
  background: url("../images/home_61.png") no-repeat center center / cover;
}
#subject .S_item4 .list .l_item:nth-child(1) {
  width: 450px;
  margin-right: 20px;
}
#subject .S_item4 .list .l_item:nth-child(1) a {
  position: relative;
  overflow: hidden;
}
#subject .S_item4 .list .l_item:nth-child(1) a .text {
  position: absolute;
  width: 90%;
  margin-left: -45%;
  padding: 33px 40px;
  box-sizing: border-box;
  left: 50%;
  bottom: 15px;
  background: url("../images/home_53.png") no-repeat center center / cover;
}
#subject .S_item4 .list .l_item:nth-child(1) a .text p {
  width: 75%;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
#subject .S_item4 .list .l_item:nth-child(1) a img {
  transition: all 1.5s;
}
#subject .S_item4 .list .l_item:nth-child(1) a:hover img {
  transform: scale(1.1);
}
#subject .S_item4 .list .l_item:nth-child(2) {
  width: 450px;
  margin-right: 20px;
}
#subject .S_item4 .list .l_item:nth-child(2) dl {
  padding: 34px 45px 40px;
  background-color: #fff;
  transition: all 0.5s;
  margin-bottom: 20px;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt a {
  position: relative;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt a .date {
  color: #999;
  transition: all 0.3s;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt a .date p {
  font-size: 48px;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt a .date > span {
  font-size: 15px;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt a .more {
  width: 28px;
  bottom: 30%;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dt i {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: none;
  width: 2px;
  height: 2px;
  background-color: #e81320;
  /* &:nth-child(2){
                  animation: zLeft 3s infinite;
                }
                &:nth-child(3){
                  animation: zLeft 4s infinite;
                }
                &:nth-child(4){
                  animation: zLeft 4.5s infinite;
                }*/
}
#subject .S_item4 .list .l_item:nth-child(2) dl dd {
  padding-top: 23px;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dd h3 {
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
}
#subject .S_item4 .list .l_item:nth-child(2) dl dd p {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover {
  box-shadow: 0px 0px 8px 0px rgba(3, 0, 0, 0.2);
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover dt a .date {
  color: #e81320;
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover dt i {
  display: inline-block;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover dt i:nth-child(2) {
  -webkit-animation: zLeft 4.5s infinite;
  animation: zLeft 3s infinite;
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover dt i:nth-child(3) {
  -webkit-animation: zLeft 4.5s infinite;
  animation: zLeft 4s infinite;
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover dt i:nth-child(4) {
  -webkit-animation: zLeft 4.5s infinite;
  animation: zLeft 4.5s infinite;
}
#subject .S_item4 .list .l_item:nth-child(2) dl:hover dd h3 {
  color: #e81320;
}
#subject .S_item4 .list .l_item:nth-child(3) {
  width: 660px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl {
  padding: 20px 30px;
  background-color: #fff;
  transition: all 0.5s;
  margin-bottom: 20px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl:after {
  content: "";
  display: block;
  clear: both;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dt {
  float: left;
  padding: 9px 33px 9px 0;
  border-right: 1px solid #ccc;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dt a {
  position: relative;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dt a .date {
  color: #999;
  transition: all 0.3s;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dt a .date p {
  font-size: 48px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dt a .date > span {
  font-size: 15px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dd {
  float: left;
  margin-left: 31px;
  padding-top: 29px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dd a {
  position: relative;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dd a h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
  width: 320px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dd:nth-child(3) {
  float: right;
  margin-left: 0;
  padding-top: 35px;
}
#subject .S_item4 .list .l_item:nth-child(3) dl dd:nth-child(3) .more {
  width: 28px;
  bottom: 1%;
}
#subject .S_item4 .list .l_item:nth-child(3) dl:hover {
  box-shadow: 0px 0px 8px 0px rgba(3, 0, 0, 0.2);
}
#subject .S_item4 .list .l_item:nth-child(3) dl:hover dt a .date {
  color: #e81320;
}
#subject .S_item4 .list .l_item:nth-child(3) dl:hover dd h3 {
  color: #e81320;
}
#subject .S_item5 {
  padding-top: 62px;
  padding-bottom: 49px;
}
#subject .S_item5 .list {
  margin-top: 14px;
}
@media (max-width: 1440px) {
  /*#subject,#footer,.banner{
    min-width: 1200px;
  }*/
  .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  #subject .S_item1 .list a {
    margin-right: 5%;
    width: 30%;
  }
  #subject .S_item3 .heads .title,
  #subject .S_item3 .heads .map {
    width: 47%;
  }
  #subject .S_item4 .list .l_item:nth-child(1),
  #subject .S_item4 .list .l_item:nth-child(2) {
    width: 30%;
    margin-right: 1.5%;
  }
  #subject .S_item4 .list .l_item:nth-child(3) {
    width: 37%;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl {
    padding: 1.6em 2.5em 2.64em;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl {
    padding: 1.16em 2.1em;
  }
}
@media (max-width: 1440px) {
  #subject .S_item4 .list .l_item:nth-child(2) dl {
    padding: 1.1em 2.5em 1.1em;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dt {
    padding-bottom: 16px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dd {
    padding-top: 16px;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl {
    padding: 0.675em 2.1em;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dt {
    padding: 5px 6% 5px 0;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dd {
    margin-left: 5%;
    max-width: 70%;
  }
}
@media (max-width: 1300px) {
  #subject .S_item4 .list .l_item:nth-child(3) dl dd:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1200px) {
  #subject .S_item1 .heads .h_title h3,
  #subject .S_item2 .heads .title .t_name h3 {
    font-size: 30px!important;
  }
  #subject .S_item1 .list a .text {
    max-width: 238px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 40px;
    margin-top: -20px;
  }
  #subject .S_item4 .list .l_item:nth-child(1) {
    width: 48.8%;
    margin-right: 20px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) {
    width: 48.8%;
    margin-right: 0;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl {
    padding: 1.8em 2.5em 3em;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dt {
    padding-bottom: 26px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dd {
    padding-top: 27px;
  }
  #subject .S_item4 .list .l_item:nth-child(3) {
    width: 100%;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl {
    padding: 1.5em 2.1em;
  }
}
@media (max-width: 996px) {
  #subject .S_item1 .heads .h_title {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  #subject .S_item2 .heads .title {
    padding-bottom: 35px;
  }
  #subject .S_item2 .heads .more {
    bottom: 5px;
  }
  #subject .S_item1 .list,
  #subject .S_item2 .list {
    margin-top: 15px;
  }
  #subject .S_item1 .list a {
    width: 47.3%;
  }
  #subject .S_item1 .list a:nth-child(3n) {
    margin-right: 5%;
  }
  #subject .S_item1 .list a:nth-child(2n) {
    margin-right: 0;
  }
  #subject .S_item3 .heads .title {
    width: 100%;
  }
  #subject .S_item3 .heads .map {
    width: 100%;
    margin-top: 20px;
  }
  #subject .S_item3 .con {
    margin-top: 25px;
  }
  #subject .S_item3 .con ul li {
    width: 50%;
  }
  #subject .S_item4 .list .l_item:nth-child(1) {
    width: 47.8%;
    margin-right: 20px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl {
    padding: 1.1em 2.5em 1.5em;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dt {
    padding-bottom: 11px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dt a .date p {
    font-size: 41px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dt a .date > span {
    font-size: 13px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dd {
    padding-top: 14px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dd h3 {
    padding-bottom: 5px;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dt a .date p {
    font-size: 41px;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dt a .date > span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .title .t_name h3 {
    font-size: 25px!important;
  }
  #subject .S_item1 .heads .h_title h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }
  #subject .S_item1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #subject .S_item1 .heads .more {
    display: none;
  }
  #subject .S_item1 .heads .h_title {
    padding-bottom: 0px;
  }
  #subject .S_item1 .heads .h_title p {
    margin-bottom: 10px;
  }
  #subject .S_item1 .list {
    margin-top: 20px;
  }
  #subject .S_item1 .list a {
    height: 186px;
  }
  #subject .S_item1 .list a .images {
    margin: 40px auto 0;
  }
  #subject .S_item1 .list a .text h4 {
    font-size: 20px;
  }
  #subject .S_item1 .list a .text p {
    display: none;
  }
  #subject .S_item2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #subject .S_item2 .heads .title {
    padding-bottom: 10px;
  }
  #subject .S_item2 .heads .more {
    display: none;
  }
  #subject .S_item2 .caseList {
    margin-top: 0;
  }
  #subject .S_item2 .heads .title .t_name h3 {
    font-size: 25px!important;
  }
  #subject .S_item3 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #subject .S_item3 .heads .title .sel {
    margin: 16px 0;
  }
  #subject .S_item3 .heads .title p {
    font-size: 14px;
    line-height: 26px;
  }
  #subject .S_item3 .con ul li {
    height: 135px;
  }
  #subject .S_item3 .con ul li .max {
    font-size: 60px;
  }
  #subject .S_item3 .con ul li p {
    font-size: 14px;
  }
  #subject .S_item4 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #subject .S_item4 .heads .more {
    display: none;
  }
  #subject .S_item4 .list {
    margin-top: 10px;
  }
  #subject .S_item4 .list .l_item:nth-child(1) a .text {
    padding: 22px 16px;
  }
  #subject .S_item4 .list .l_item:nth-child(1) a .text p {
    font-size: 16px;
  }
  #subject .S_item4 .list .l_item:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #subject .S_item4 .list .l_item:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl {
    padding: 1.1em 1.2em 1.5em;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl {
    padding: 1em 1.2em;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dd:nth-child(3) {
    display: none;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dd h3 {
    font-size: 16px;
  }
  #subject .S_item4 .list .l_item:nth-child(2) dl dd p {
    height: 48px;
    font-size: 13px;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dd {
    margin-left: 4%;
    padding-top: 25px;
    width: 70%;
  }
  #subject .S_item4 .list .l_item:nth-child(3) dl dd a h3 {
    font-size: 16px;
  }
  #subject .S_item5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #subject .S_item5 .list {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=index.css.map */