@charset "UTF-8";
/* banner */
.banner {
  height: 560px;
}

.banner .swiper-container,
.banner .swiper-slide {
  height: 100%;
}

.banner .swiper-container .swiper-slide,
.banner .swiper-slide .swiper-slide {
  position: relative;
}

.banner .swiper-container .swiper-slide .slide_txt,
.banner .swiper-slide .swiper-slide .slide_txt {
  color: #fff;
  text-align: center;
}

.banner .swiper-container .swiper-slide .slide_txt .txt2,
.banner .swiper-slide .swiper-slide .slide_txt .txt2 {
  margin: 12px 0 10px;
}

.banner .swiper-container .swiper-slide .slide_txt .txt3,
.banner .swiper-slide .swiper-slide .slide_txt .txt3 {
  padding: 10px 0;
  background: rgba(21, 110, 59, 0.6);
  border-radius: 0px 27px 27px 27px;
}

.banner .swiper-pagination {
  bottom: 30px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #e6eff7;
  margin: 0 6px;
  border-radius: 0;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #156e3b;
}

.section1 .item {
  text-align: center;
  margin: 10px;
}

.section1 .item .item_pic img {
  border-radius: 16px 16px 0 0;
}

.section1 .item .item_cont {
  padding: 24px 10px;
}

.section1 .item .item_cont .item_tit {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.section1 .item .item_cont .item_tit::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #156e3b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 5px;
}

.section1 .item .item_cont .item_desc {
  color: #666;
  line-height: 26px;
  height: 78px;
  -webkit-line-clamp: 3;
}

.section1 .swiper-wrapper {
  padding-bottom: 50px;
}

.section1 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #e6eff7;
  margin: 0 6px;
  border-radius: 0;
  opacity: 1;
}

.section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #156e3b;
}

/* section2 */
.section2 .item_time {
  color: #676a73;
  margin: 18px 0;
}

.section2 .pimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 .item_tit {
  line-height: 36px;
}

.section2 .news1 .pic {
  height: 350px;
}

.section2 .news1 .item_tit {
  -webkit-line-clamp: 3;
  max-height: 108px;
}

.section2 .news2 {
  padding-left: 58px;
}

.section2 .news2 li {
  margin-bottom: 25px;
}

.section2 .news2 li .pic {
  margin-left: 15px;
  height: 150px;
}

.section2 .news2 li:last-child {
  margin-bottom: 0;
}

.section2 .vmore {
  margin-top: 50px;
  text-align: center;
}

.section2 .vmore a {
  width: 180px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #f3f3f3;
  border-radius: 27px;
  color: #666;
  transition: all ease 0.3s;
}

.section2 .vmore a:hover {
  background: #156e3b;
  color: #fff;
}

/* section3 */
.section3 .slides {
  padding-left: 260px;
}

.section3 .item {
  background: #ecf7fb;
  padding: 35px;
  margin-bottom: 25px;
  position: relative;
}

.section3 .item .item_user .tx {
  flex-shrink: 0;
  margin-right: 35px;
}

.section3 .item .item_user .tx img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.section3 .item .item_user .info .sf {
  color: #676a73;
  margin: 6px 0 12px;
}

.section3 .item .item_user .info .star img {
  margin-right: 5px;
  width: 17px;
}

.section3 .item .item_desc {
  height: 132px;
  line-height: 22px;
  overflow-y: auto;
  padding-right: 15px;
  margin: 33px -15px 55px;
}

.section3 .item .item_desc::-webkit-scrollbar {
  width: 3px;
}

.section3 .item::after {
  content: "";
  width: 57px;
  height: 34px;
  background: url(../img/icon_yh.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  bottom: -10px;
  z-index: 1;
}

.section3 .swp_jt {
  padding-top: 65px;
}

/* section4 */
.section4 .slides {
  position: relative;
  padding: 0 60px;
}

.section4 .slides .jt {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f3f3f3;
  text-align: center;
  position: absolute;
  transition: all ease 0.3s;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40px;
}

.section4 .slides .jt.prev {
  left: 0;
}

.section4 .slides .jt.next {
  right: 0;
}

.section4 .slides .jt:hover {
  background: #156e3b;
  color: #fff;
}

.section4 .swiper-slide {
  transition: 300ms;
  text-align: center;
  transform: scale(0.6);
}

.section4 .swiper-slide img {
  opacity: 0.4;
}

.section4 .swiper-slide .item .tit {
  display: none;
  font-weight: bold;
}

.section4 .swiper-slide-active,
.section4 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.section4 .swiper-slide-active img,
.section4 .swiper-slide-duplicate-active img {
  opacity: 1;
}

.section4 .swiper-slide-active .item .tit,
.section4 .swiper-slide-duplicate-active .item .tit {
  display: block;
}

.kefu {
  width: 183px;
  height: 56px;
  position: fixed;
  right: 0;
  bottom: 540px;
  z-index: 1;
  line-height: 56px;
  text-align: center;
  line-height: 56px;
  background: #156e3b;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.kefu a {
  color: #fff;
}

.kefu img {
  margin-right: 18px;
}

.kefu:hover {
  background: rgba(21, 110, 59, 0.88);
}

.liuyan {
  width: 334px;
  display: none;
  position: fixed;
  right: 0;
  z-index: 22;
  bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.liuyan .ly_tit {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  background: #156e3b;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.liuyan .ly_tit img {
  margin-right: 10px;
}

.liuyan .ly_cont {
  padding: 20px;
}

.liuyan .ly_cont .dd {
  padding: 0 13px;
  border-radius: 10px;
  border: 1px solid #eee;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}

.liuyan .ly_cont .dd input {
  color: #666;
}

.liuyan .ly_cont .dd .icon {
  margin-right: 12px;
}

.liuyan .ly_cont .textarea {
  border-radius: 10px;
  border: 1px solid #eee;
}

.liuyan .ly_cont .textarea textarea {
  resize: none;
  padding: 10px;
  background: none;
  height: 160px;
}

.liuyan .ly_cont .btn {
  margin-top: 20px;
}

.liuyan .ly_cont .btn button {
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 0;
  width: 100%;
  background: #156e3b;
  border-radius: 10px;
}

/* subpage */
.ny_slide {
  height: 560px;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

/* about*/
.sec_type {
  text-align: center;
  margin-bottom: 55px;
}

.sec_type span {
  color: #156e3b;
}

.sec_type .tit span {
  color: #156e3b;
}

.sec_type .desc {
  font-size: 14px;
  color: #999;
  line-height: 23px;
  margin-top: 12px;
}

.about .about1 .info {
  line-height: 35px;
}

.about .about2 .info {
  line-height: 35px;
}

.about .about3 .item {
  margin: 5px 10px;
}

.about .about3 .item .item_pic {
  text-align: center;
}

.about .about3 .item .item_pic img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.about .about3 .item .item_name {
  text-align: center;
  margin: 25px 0 35px;
}

.about .about3 .item .item_name .zw {
  margin-top: 6px;
}

.about .about3 .item .item_desc {
  background: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  display: none;
  line-height: 24px;
}

.about .about3 .item .item_desc::before {
  content: "";
  width: 49px;
  height: 20px;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/i_sjt.png) no-repeat top center;
  z-index: 1;
}

.about .about3 .swiper-slide-active .item_desc {
  display: block;
}

.about .about3 .swp_jt {
  margin-top: -140px;
}

.swp_jt {
  position: relative;
}

.swp_jt .jt {
  width: 82px;
  height: 49px;
  position: relative;
  z-index: 1;
  line-height: 49px;
  text-align: center;
  background: #f3f3f3;
  border-radius: 40px;
  margin: 0 16px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.swp_jt .jt i {
  font-size: 18px;
}

.swp_jt .jt:hover {
  background: #156e3b;
  color: #fff;
}

/* youshi */
.main .ny_slide {
  position: relative;
  color: #fff;
}

.main .ny_slide::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: url(../img/bg_tc1.png) no-repeat right top;
  background-size: 100% 100%;
}

.main .ny_slide .wp {
  position: relative;
  z-index: 1;
}

.main .ny_slide .info {
  padding-left: 110px;
  text-align: right;
}

.main .ny_slide .info .txt1 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
  font-family: "PingFangSC-Semibold";
  font-weight: bold;
}

.main .ny_slide .info .txt1::after {
  content: "";
  width: 142px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main .ny_slide .info .txt2 {
  line-height: 42px;
}

.youshi .item {
  background: linear-gradient(332deg, #ffffff 0%, #ffffff 2%, #f4fbfb 100%);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  text-align: center;
  height: 220px;
  flex-direction: column;
  padding: 0 30px;
  justify-content: center;
}

.youshi .item .desc {
  line-height: 25px;
  margin-top: 25px;
}

.youshi .xm3 .item {
  height: 460px;
  padding: 0 52px;
}

.youshi .xm3 .item .desc {
  margin-top: 85px;
  text-align: left;
}

.youshi .list2 {
  padding-left: 30px;
}

/* process */
.process .list li {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  margin-top: 30px;
}

.process .list li .xu {
  width: 105px;
  height: 105px;
  margin-right: 35px;
  text-align: center;
  flex-shrink: 0;
  background: url(../img/bg_xu.png) no-repeat;
  background-size: 100% 100%;
  color: #156e3b;
}

.process .list li .info {
  overflow: hidden;
  flex: 1;
  padding-right: 60px;
  line-height: 1.8;
}

/* mianshi */
.mianshi .info {
  margin-left: -140px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 40px;
  line-height: 30px;
}

/* servie */
.service .list {
  position: relative;
}

.service .list::before {
  content: "";
  width: 87%;
  position: absolute;
  top: 105px;
  z-index: -1;
  left: 50%;
  left: 50%;
  height: 81px;
  background: url(../img/line1.png) no-repeat top center;
  transform: translateX(-50%);
}

.service .list li {
  width: 14%;
  max-width: 165px;
  text-align: center;
}

.service .list li .item {
  flex-direction: column;
  margin-right: 10px;
  margin-left: 10px;
}

.service .list li .item .icon {
  width: 76px;
  color: #fff;
  font-weight: bold;
  height: 76px;
  background: #1b8549;
  box-shadow: inset 0px 0px 24px 1px rgba(255, 255, 255, 0.61);
  border-radius: 50%;
  line-height: 76px;
  text-align: center;
}

.service .list li .item .dot {
  margin: 16px 0 13px;
}

.service .list li .item .desc {
  padding: 0 22px;
  width: 100%;
  height: 200px;
  background: linear-gradient(319deg, #ffffff 0%, #d9f8e6 100%);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
  justify-content: center;
  line-height: 1.8;
}

/* admission */
.admission .item {
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
}

.admission .item .item_pic {
  height: 235px;
  text-align: center;
  overflow: hidden;
}

.admission .item .item_pic img {
  max-width: auto;
}

.admission .item .item_pic img img {
  height: 100%;
}

.admission .item .item_tit {
  margin: 25px 0;
}

.admission .tips {
  padding-top: 30px;
  color: #999;
  line-height: 23px;
  text-align: center;
}

/* tese */
.tese .item {
  text-align: center;
  margin-bottom: 15px;
}

.tese .item .tit {
  margin-top: 20px;
}

.tese .item:hover .tit {
  color: #156e3b;
}

/* fwlc */
.fwlc li .item {
  background: url(../img/bg_lc1.png) no-repeat;
  background-size: 100% 100%;
  height: 286px;
  text-align: center;
  margin: 0 -18px;
}

.fwlc li .item .wrap {
  max-width: 200px;
  margin: 0 auto;
  padding: 35px 0 35px 35px;
}

.fwlc li .item .tit {
  margin: 16px 0;
  color: #156e3b;
}

.fwlc li .item .desc {
  font-size: 13px;
  line-height: 22px;
}

/* 申请介绍 */
.ssbs .list .item {
  background: #ffffff;
  min-height: 588px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.ssbs .list .item .item_pic {
  height: 260px;
}

.ssbs .list .item .item_cont {
  padding: 50px 0.3px;
}

.ssbs .list .item .item_cont p{
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.ssbs .list .item .item_cont p:nth-child(2n) {
  background: #ecf7fb;
}

/* ctys */
.ctys li {
  margin-bottom: 40px;
}

.ctys li .item .item_pic {
  width: 42.85%;
}

.ctys li .item .item_info {
  flex: 1;
  line-height: 38px;
}

/* case */
.yjsal .item {
  height: 240px;
  padding: 30px;
  background: linear-gradient(332deg, #ffffff 0%, #ffffff 2%, #f4fbfb 100%);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.yjsal .item .item_tit {
  margin-bottom: 12px;
}

.yjsal .item .item_cont {
  line-height: 1.8;
}

.jsys .item {
  background: #ffffff;
  min-height: 430px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.jsys .item .item_cont {
  margin: 18px 40px;
  line-height: 30px;
  max-height: 120px;
  -webkit-line-clamp: 4;
}

/* dcys */
.dcys .item {
  background: #ffffff;
  min-height: 315px;
  padding: 50px 20px;
  text-align: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.dcys .item .item_icon {
  height: 60px;
  margin-bottom: 45px;
}

.dcys .item .item_cont {
  line-height: 26px;
}

/* fwnr */
.fwnr .item {
  background: #fff;
  height: 185px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.fwnr .item .item_pic img {
  height: 100%;
  object-fit: cover;
  display: block;
}

.fwnr .item .item_info {
  padding: 0 20px;
}

.fwnr .item .item_info .tit {
  color: #156e3b;
}

.fwnr .item .item_info .desc {
  line-height: 23px;
  margin-top: 12px;
  color: #282828;
}

/* sxbz */
.sxbz .ky {
  position: relative;
  margin-left: -30px;
  width: 520px;
  height: 520px;
  background: url(../img/bg_sx.png) no-repeat;
  background-size: 100% 100%;
  justify-content: center;
}

.sxbz .ky img {
  max-width: 350px;
  border-radius: 50%;
  -webkit-animation: fadenum 5s linear infinite;
  -moz-animation: fadenum 5s linear infinite;
  -o-animation: fadenum 5s linear infinite;
  animation: fadenum 5s linear infinite;
}

.sxbz ul {
  position: relative;
  z-index: 1;
}

.sxbz ul li .dd {
  max-width: 400px;
  height: 120px;
  padding: 36px 48px;
  line-height: 25px;
  margin: 40px 0;
}

.sxbz ul.ul1 {
  padding-left: 100px;
}

.sxbz ul.ul1 li:nth-child(2) .dd {
  margin-right: 30px;
  margin-left: -50px;
}

.sxbz ul.ul2 {
  padding-right: 80px;
}

.sxbz ul.ul2 li:nth-child(2) .dd {
  margin-left: 20px;
  margin-right: -50px;
}

.zjzs li {
  margin: 50px 0;
  text-align: center;
}

.zjzs li .item .item_tit {
  margin: 45px 0 15px;
}

.zjzs li .item .item_desc {
  line-height: 28px;
}

/* zjzs2 */
.faq .list li {
  margin-bottom: 20px;
}

.faq .list li .item {
  padding: 20px;
  border-radius: 16px;
  transition: all ease 0.3s;
}

.faq .list li .item .item_icon {
  width: 65px;
  flex-shrink: 0;
}

.faq .list li .item .item_info {
  flex: 1;
  overflow: hidden;
}

.faq .list li .item .item_info .tit {
  margin-bottom: 6px;
}

.faq .list li .item .item_info .desc {
  line-height: 22px;
}

.faq .list li:hover .item {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.16);
}

.faq .load_more {
  margin-top: 35px;
  justify-content: center;
}

.faq .load_more a {
  width: 180px;
  height: 54px;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  color: #666;
  background: #f3f3f3;
  border-radius: 27px;
  transition: all ease 0.3s;
}

.faq .load_more a:hover {
  background: #156e3b;
  color: #fff;
}

.jhr .list li {
  margin-top: 8px;
}

.jhr .list li .item {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}

.jhr .list li .item .xu {
  width: 105px;
  height: 105px;
  margin-right: 35px;
  text-align: center;
  flex-shrink: 0;
  background: url(../img/bg_xu.png) no-repeat;
  background-size: 100% 100%;
  color: #156e3b;
}

.jhr .list li .item .info {
  overflow: hidden;
  flex: 1;
  padding-right: 60px;
  line-height: 1.8;
}

.fuwu_list .item {
  height: 220px;
  text-align: center;
  background: linear-gradient(332deg, #ffffff 0%, #ffffff 2%, #f4fbfb 100%);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
}

.fuwu_list .item .tit {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

.fuwu_list .item .tit::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #156e3b;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
}

.fuwu_list .item .desc {
  max-width: 438px;
  margin: 0 auto;
  line-height: 25px;
}

/* gpa */
.gpa .gbox2 {
  padding: 35px 0;
  line-height: 25px;
}

.gpa .gbox2 h4 {
  margin-bottom: 5px;
}

/* sxgh */
.sxgh .item .desc {

  margin: 18px auto 15px auto;
}

.sxgh .sxgh_table {
  margin-top: 40px;
}

.sxgh .sxgh_table table {
  border: 1px solid #eee;
  border-collapse: collapse;
}

.sxgh .sxgh_table table td,
.sxgh .sxgh_table table th {
  border: 1px solid #eee;
  padding: 15px 20px;
}

.sxgh .sxgh_table table thead {
  background: #156e3b;
  color: #fff;
}

.sxgh .sxgh_table table tbody tr td.gray {
  background: #f6f6f6;
}

/* sxfxm */
.xm_dl {
  margin-bottom: 40px;
}

.xm_dl .xm_type {
  position: relative;
  padding-left: 15px;
}

.xm_dl .xm_type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #156e3b;
  border-radius: 10px;
}

.xm_dl .xm_cont {
  margin-top: 25px;
  padding: 30px 30px;
  background: linear-gradient(332deg, #ffffff 0%, #ffffff 2%, #f4fbfb 100%);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  line-height: 25px;
}

.xm_dl .xm_cont .dd {
  padding: 14px 8px;
  background: url(../img/bg_dd.png) no-repeat left center;
  background-size: 100% 100%;
  margin-bottom: 16px;
}

.xm_dl .xm_cont .dd:last-child {
  margin-bottom: 0;
}

.xm_dl .xm_cont .dd2 {
  margin: 15px 0;
  line-height: 30px;
}

/* contact */
.contact .cont1 .lxfs .lx1 {
  line-height: 25px;
  margin-bottom: 25px;
}

.contact .cont1 .lxfs .lx1 h3 {
  margin-bottom: 10px;
}

.contact .cont1 .lxfs .lx2 li p {
  margin-bottom: 17px;
}

.contact .cont2 .info {
  padding-left: 65px;
}

.contact .cont2 .tit {
  margin-bottom: 15px;
}

.contact .cont2 .desc {
  line-height: 25px;
}

.apply {
  background: #156e3b;
  padding: 60px 0 100px;
}

.apply .sec_type {
  color: #fff;
}

.apply .sec_type .desc {
  color: #fff;
}

.apply .item {
  height: 48px;
  background: #fff;
  border-radius: 10px;
  padding: 13px 24px;
  border: 1px solid #eee;
}

.apply .item .icon {
  margin-right: 10px;
  width: 22px;
}

.apply .item .icon img {
  vertical-align: middle;
}

.apply .item input {
  flex: 1;
}

.apply .sub {
  margin-top: 35px;
}

.apply .sub button {
  height: 48px;
  width: 100%;
  line-height: 48px;
  background: #ff9100;
  transition: all ease 0.3s;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ff9100;
}

.apply .sub button:hover {
  background: rgba(255, 145, 0, 0.88);
}

.pages {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  padding: 35px 0 0 0;
  overflow: hidden;
}

.pages a {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0 5px;
  line-height: 40px;
  border-radius: 6px;
  opacity: 1;
  border: 1px solid #ccc;
}

.pages a:hover, .pages a.page-num-current {
  background-color: #156E3B;
  color: #fff;
}

.pages span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin-right: 10px;
  background-color: #3f444e;
  color: #fff;
  border: 1px solid #3f444e;
}

.crumbs {
  padding: 30px 0 35px;
}

.newsContent .news_tit {
  text-align: center;
}

.newsContent .news_cont {
  padding: 15px 0 25px;
  font-size: 16px;
  color: #282828;
  line-height: 26px;
}

.newsContent .news_cont img {
  max-width: 100%;
  height: auto;
}
