@charset "utf-8";
/* CSS Document */

/*Newsdetail 开始*/
.Newsdetail_Main {
  overflow: hidden;
  padding: 80px 0 140px;
  background: #f5f7fb;
}

.Newsdetail_con {
  margin: 0 auto;
}

.Newsdetail_Main .Newsdetail_l {
  width: 65%;
  float: left;
}

.Newsdetail_l .Newsdetail_tit {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #dee2ef;
  padding: 0 0 30px;
  position: relative;
}

.Newsdetail_l .Newsdetail_tit:after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: #ff6b03;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.Newsdetail_tit .Detailtit_l {
  width: calc(100% - 170px);
  float: left;
}

.Newsdetail_tit .Detailtit_l p span {
  display: inline-block;
  font-size: 18px;
  font-weight: lighter;
  color: #999;
}

.Newsdetail_tit .Detailtit_l p em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  margin: 4px 20px;
}

.Newsdetail_tit .Detailtit_l p i {
  display: inline-block;
  font-size: 18px;
  font-weight: lighter;
  color: #ff6b03;
}

.Newsdetail_tit .Detailtit_l h1 {
  font-size: 36px;
  color: #222;
  margin-top: 5px;
  line-height: 50px;
}

.Detail_back {
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  border: 1px solid #e1e5f4;
  border-radius: 0 15px;
  text-align: center;
  float: right;
  position: relative;
  margin-top: 35px;
}

.Detail_back:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff6b03;
  transition: all .4s ease;
  z-index: 1;
}

.Detail_back a {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: lighter;
  position: relative;
  z-index: 2;
}

.Detail_back a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/news_back.png) no-repeat center center;
  margin: 0 0 -2px 15px;
  z-index: 2;
}

.Detail_back:hover {
  border: 1px solid #ff6b03;
}

.Detail_back:hover:after {
  width: 100%;
  top: 0;
}

.Detail_back:hover a {
  color: #fff;
}

.Detail_back:hover a:after {
  background: url(../images/news_backh.png) no-repeat center center;
}

.Newsdetail_Con {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 36px !important;
  color: #777 !important;
  font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 18px !important;
  word-break: break-all;
  text-align: justify;
  margin: 50px auto 0;
}

.Newsdetail_Con div,
.Newsdetail_Con p,
.Newsdetail_Con span,
.Newsdetail_Con font,
.Newsdetail_Con em {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 36px !important;
  color: #777 !important;
  font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 18px !important;
  font-style: normal;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0;
}

.Newsdetail_Con div,
.Newsdetail_Con p {
  margin: 0 auto 20px;
}

.Newsdetail_Con img {
  display: inline-block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 20px;
}

.Newsdetail_r {
  width: 30%;
  float: right;
}

.Newsdetail_r .Newstjyd_box {
  width: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

.Newsdetail_r .Detailtit_r {
  font-size: 30px;
  color: #222;
}

.Detailtit_r img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 20px 0 0;
}

.Newsdetail_r .Newstjyd_list {
  width: 100%;
  margin: 20px 0 0;
}

.Newsdetail_r .Newstjyd_list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dee2ef;
  overflow: hidden;
}

.Newstjyd_list ul li span {
  font-size: 16px;
  font-weight: lighter;
  color: #999;
  display: block;
}

.Newstjyd_list ul li a {
  display: block;
  font-size: 20px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.Newstjyd_list ul li:hover a {
  color: #ff6b03;
}

.nyPrevNext {
  margin: 50px 0 0;
}

.nyPrevNext ul li {
  width: 180px;
  height: 60px;
  border-radius: 0 15px 0 15px;
  background: #ff6b03;
  float: left;
  text-align: center;
  line-height: 60px;
}

.nyPrevNext ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: lighter;
}

.nyPrevNext ul li img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 15px 0 0;
}

.nyPrevNext ul li.Next {
  background: #2d2d2d;
  float: right;
}

.nyPrevNext ul li.Next img {
  margin: -3px 0 0 15px;
}

.nyPrevNext ul li:hover img {
  margin: -3px 20px 0 0;
}

.nyPrevNext ul li.Next:hover img {
  margin: -3px 0 0 20px;
}


.lyNewsRight_search {
  margin-bottom: 40px;
}

.lyNewsRight_search .sc_txt {
  width: calc(100% - 90px);
  float: left;
}

.sc_txt input {
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  line-height: 50px;
  color: #555;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  padding: 0 20px;
  outline: none;
}

.lyNewsRight_search .sc_btn {
  width: 90px;
  float: right;
}

.sc_btn button {
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  position: relative;
  background-color: #ff6b03;
  border-radius: 0 10px 10px 0;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

.sc_btn button:hover {
  background-color: #e60013;
}

.sc_btn button i {
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.sc_btn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}


.Newsdetail_r .Newsjzlc_box {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

.Newsjzlc_list {
  margin-top: 20px;
}

.Newsjzlc_list ul {
  margin: 0 -15px;
}

.Newsjzlc_list ul li {
  width: 33.333333%;
  margin-top: 30px;
  padding: 0 15px;
  float: left;
  position: relative;
}

.Newsjzlc_list ul li:nth-child(7) {
  width: 100%;
}

.Newsjzlc_list ul li::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: -12px 0 0;
  background: url(../images/jt14.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -12px;
}

.Newsjzlc_list ul li:nth-child(3)::after {
  margin: 0 0 0 -12px;
  top: inherit;
  right: inherit;
  bottom: -27px;
  left: 50%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Newsjzlc_list ul li:nth-child(4)::after {
  display: none;
}

.Newsjzlc_list ul li:nth-child(5)::after,
.Newsjzlc_list ul li:nth-child(6)::after {
  left: -12px;
  right: inherit;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.Newsjzlc_list ul li:nth-child(7)::after {
  display: none;
}

.Newsjzlc_list ul li p {
  padding: 20px 0;
  border: 1px solid #e8e8e8;
  border-radius: 0 20px;
}

.Newsjzlc_list ul li p i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto 10px;
}

.Newsjzlc_list ul li p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.Newsjzlc_list ul li p span {
  display: block;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.Newsjzlc_list ul li:nth-child(7) a.consult_btn {
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 20px 40px;
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
  border-radius: 0 20px;
}

.Newsjzlc_list ul li:nth-child(7) a.consult_btn i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.Newsjzlc_list ul li:nth-child(7) a.consult_btn:hover i {
  margin: -2px 20px 0 0;
}

.Newsjzlc_list ul li:nth-child(7) a.consult_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.Newsjzlc_list ul li:nth-child(7) a.consult_btn i svg path {
  fill: #ffffff;
}


@media (max-width:1680px) {}

@media (max-width:1600px) {
  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 34px;
  }
}

@media (max-width:1560px) {
  .Newsdetail_Main {
    padding: 80px 0 160px;
  }

  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 32px;
  }
}

@media (max-width:1440px) {
  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 30px;
  }

  .Newsdetail_r .Newstjyd_box {
    padding: 30px;
  }

  .Newsdetail_r .Newstjyd_list {
    margin: 10px 0 0;
  }

  .Newsdetail_r .Detailtit_r {
    font-size: 28px;
    color: #222;
  }

  .Newstjyd_list ul li a {
    font-size: 18px;
  }

  .Newsdetail_r .Newstjyd_box {
    border-radius: 8px;
  }

  .lyNewsRight_search {
    margin-bottom: 30px;
  }

  .lyNewsRight_search .sc_txt {
    width: calc(100% - 80px);
    float: left;
  }

  .sc_txt input {
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 8px 0 0 8px;
  }

  .lyNewsRight_search .sc_btn {
    width: 80px;
    float: right;
  }

  .sc_btn button {
    height: 44px;
    border-radius: 0 8px 8px 0;
  }

  .Newsdetail_r .Newsjzlc_box {
    margin-bottom: 30px;
    padding: 30px;
  }

  .Newsjzlc_list {
    margin-top: 0;
  }

  .Newsjzlc_list ul li p {
    padding: 15px 0;
    border-radius: 0 16px;
  }

  .Newsjzlc_list ul li:nth-child(7) a.consult_btn {
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 0 16px;
  }
}

@media (max-width:1366px) {
  .Newsdetail_Main {
    padding: 70px 0 160px;
  }

  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 32px;
  }


  .Newsdetail_r .Detailtit_r {
    font-size: 28px;
  }

  .Detailtit_r img {
    width: 44px;
    height: 44px;
  }

  .nyPrevNext ul li {
    width: 45%;
  }

  .Newsjzlc_list ul li p span {
    font-size: 12px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .Newsdetail_Main {
    padding: 40px 0 80px;
  }

  .Newsdetail_Main .Newsdetail_l {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 30px;
  }

  .Newsdetail_tit .Detailtit_l p span {
    font-size: 17px;
  }

  .Newsdetail_tit .Detailtit_l p i {
    font-size: 17px;
  }

  .Newsdetail_Main .Newsdetail_r {
    width: 100%;
  }

  .Newsdetail_l .Newsdetail_tit {
    height: 110px;
    float: none;
  }

  .Detail_back a {
    font-size: 17px;
  }

  .Newsdetail_Con {
    line-height: 40px !important;
    font-size: 17px !important;
    margin: 40px auto 0;
  }

  .Newsdetail_Con div,
  .Newsdetail_Con p,
  .Newsdetail_Con span,
  .Newsdetail_Con font,
  .Newsdetail_Con em {
    line-height: 40px !important;
    font-size: 17px !important;
  }

  .Newsdetail_r .Newstjyd_box {
    padding: 35px;
  }

  .Newsdetail_r .Detailtit_r {
    font-size: 26px;
  }

  .Detailtit_r img {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
  }

  .Newstjyd_list ul li p {
    font-size: 18px;
  }

  .nyPrevNext {
    margin: 40px 0 0;
  }

  .nyPrevNext ul li a {
    font-size: 18px;
  }

  .Newsjzlc_list ul li p span {
    font-size: 14px;
  }

}

@media (max-width:1080px) {
  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 26px;
  }

  .Newsdetail_tit .Detailtit_l p span {
    font-size: 16px;
  }

  .Newsdetail_tit .Detailtit_l p i {
    font-size: 16px;
  }

  .Detail_back {
    width: 150px;
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
  }

  .Detail_back a {
    font-size: 16px;
  }

  .Detail_back a:after {
    height: 15px;
    background-size: 15px 15px;
  }

  .Newsdetail_Con {
    line-height: 32px !important;
    font-size: 16px !important;
    margin: 30px auto 0;
  }

  .Newsdetail_Con div,
  .Newsdetail_Con p,
  .Newsdetail_Con span,
  .Newsdetail_Con font,
  .Newsdetail_Con em {
    line-height: 32px !important;
    font-size: 16px !important;
  }

  .Newsdetail_Con div,
  .Newsdetail_Con p {
    margin: 0 auto 15px;
  }

  .Newsdetail_r .Newstjyd_box {
    padding: 30px;
  }

  .Newsdetail_r .Detailtit_r {
    font-size: 24px;
  }

  .Detailtit_r img {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }

  .Newsdetail_r .Newstjyd_list {
    margin: 15px 0 0;
  }

  .Newstjyd_list ul li p {
    font-size: 17px;
  }

  .nyPrevNext ul li {
    width: 40%;
    height: 55px;
    line-height: 55px;
  }

  .nyPrevNext ul li a {
    font-size: 16px;
  }

  .nyPrevNext ul li img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width:1024px) {

  .Newsdetail_l .Newsdetail_tit {
    height: 100px;
  }

  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 24px;
  }
}

@media (max-width:920px) {
  .Newsdetail_l .Newsdetail_tit {
    height: auto;
    padding: 0 0 20px;
  }

  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 22px;
    margin-top: 0;
  }

  .Newsdetail_tit .Detailtit_l p span {
    font-size: 15px;
  }

  .Newsdetail_tit .Detailtit_l p i {
    font-size: 15px;
  }

  .Detail_back {
    width: 140px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
  }

  .Detail_back a {
    font-size: 15px;
  }

  .Detail_back a:after {
    height: 14px;
    background-size: 14px 14px;
  }

  .Newsdetail_Con {
    line-height: 28px !important;
    font-size: 15px !important;
  }

  .Newsdetail_Con div,
  .Newsdetail_Con p,
  .Newsdetail_Con span,
  .Newsdetail_Con font,
  .Newsdetail_Con em {
    line-height: 28px !important;
    font-size: 15px !important;
  }

  .Newsdetail_Con div,
  .Newsdetail_Con p {
    margin: 0 auto 10px;
  }

  .Newsdetail_r .Newstjyd_box {
    padding: 25px;
  }

  .Newsdetail_r .Detailtit_r {
    font-size: 20px;
  }

  .Detailtit_r img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .Newsdetail_r .Newstjyd_list {
    margin: 10px 0 0;
  }

  .Newsdetail_r .Newstjyd_list ul li {
    padding: 15px 0;
  }

  .Newstjyd_list ul li span {
    font-size: 15px;
  }

  .Newstjyd_list ul li p {
    font-size: 16px;
  }

  .nyPrevNext ul li {
    width: 40%;
    height: 50px;
    line-height: 50px;
  }

  .nyPrevNext ul li a {
    font-size: 15px;
  }

  .nyPrevNext ul li img {
    width: 13px;
    height: 13px;
  }

  .Newsdetail_r .Newsjzlc_box {
    margin-bottom: 25px;
    padding: 25px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Newsdetail_Main {
    padding: 20px 0 60px;
  }

  .Newsdetail_tit .Detailtit_l {
    width: 100%;
  }

  .Newsdetail_tit .Detailtit_l p span {
    font-size: 14px;
  }

  .Newsdetail_tit .Detailtit_l p i {
    font-size: 14px;
  }

  .Newsdetail_tit .Detailtit_l p em {
    margin: 2px 20px;
  }

  .Newsdetail_tit .Detailtit_l h1 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }

  .Detail_back {
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    border-radius: 0 10px;
    float: left;
  }

  .Detail_back a {
    font-size: 14px;
  }

  .Detail_back a:after {
    height: 13px;
    background-size: 13px 13px;
  }

  .Newsdetail_Con {
    line-height: 26px !important;
    font-size: 14px !important;
    margin: 20px auto 0;
  }

  .Newsdetail_Con div,
  .Newsdetail_Con p,
  .Newsdetail_Con span,
  .Newsdetail_Con font,
  .Newsdetail_Con em {
    line-height: 26px !important;
    font-size: 14px !important;
  }

  .Newsdetail_r .Newstjyd_box {
    padding: 25px 20px;
  }

  .Newsdetail_r .Detailtit_r {
    font-size: 18px;
  }

  .Detailtit_r img {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
  }

  .Newsdetail_r .Newstjyd_list {
    margin: 5px 0 0;
  }

  .Newstjyd_list ul li span {
    font-size: 14px;
  }

  .Newstjyd_list ul li p {
    font-size: 16px;
    margin-top: 0;
  }

  .Newstjyd_list ul li a {
    font-size: 16px;
  }

  .nyPrevNext {
    margin: 20px 0 0;
  }

  .nyPrevNext ul li {
    width: 45%;
    height: 45px;
    line-height: 45px;
  }

  .nyPrevNext ul li img {
    width: 12px;
    height: 12px;
  }

  .lyNewsRight_search {
    margin-bottom: 20px;
  }

  .Newsdetail_r .Newsjzlc_box {
    margin-bottom: 20px;
    padding: 20px;
  }

  .Newsjzlc_list ul {
    margin: 0 -10px;
  }

  .Newsjzlc_list ul li {
    margin-top: 20px;
    padding: 0 10px;
  }

  .Newsjzlc_list ul li:nth-child(3)::after {
    bottom: -22px;
  }
}

@media (max-width:390px) {
  .Newsjzlc_list ul li p span {
    font-size: 12px;
  }
}

@media (max-width:320px) {
  .Newsjzlc_list ul li {
    width: 50%;
  }

  .Newsjzlc_list ul li:nth-child(3) {
    margin-left: 140px;
  }

  .Newsjzlc_list ul li:nth-child(4) {
    margin-right: 140px;
    margin-top: -94px;
  }

  .Newsjzlc_list ul li:nth-child(2)::after {
    margin: 0 0 0 -12px;
    top: inherit;
    right: inherit;
    bottom: -22px;
    left: 50%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .Newsjzlc_list ul li:nth-child(5)::after {
    margin: 0 0 0 -12px;
    top: inherit;
    right: inherit;
    top: -22px;
    left: 50%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .Newsjzlc_list ul li:nth-child(7) a.consult_btn {
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 0 16px;
  }

  .Newsjzlc_list ul li:nth-child(7) a.consult_btn i {
    width: 32px;
    height: 32px;
  }
}

@media (max-width:280px) {}

/*Newsdetail 结束*/