﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
body {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #333;
  padding: 0;
  margin: 0;
  /* line-height: 175%; */
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  color: #333;
  font-size: 14px;
}
a {
  color: #000;
}
a:hover {
  color: #d93500;
}
div {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/*头部*/
.header {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 110px;
  background: url(../img/bg_a.jpg) repeat-x;
  box-shadow: 0px 2px 8px #888;
  z-index: 9999;
}
.header .head {
  width: 1100px;
  margin: 0px auto;
  height: 110px;
  text-align: left;
}
.head .head_t {
  width: 100%;
  text-align: right;
  height: 35px;
  line-height: 35px;
}
.head .head_t div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 25px;
  width: auto;
}
.head .head_t .lang a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66px;
  height: 22px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 1px;
  background: #bbbbbb;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}
.head .head_t .lang .on {
  background: #da3600;
  color: #fff;
}
.head .head_t .search {
  width: 180px;
  height: 26px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-top: 5px;
}
.head .search input[type="text"] {
  width: 145px;
  height: 26px;
  border: 0;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px 0 8px;
}
.head .search input[type="submit"] {
  width: 36px;
  height: 28px;
  background-color: #da3600;
  position: absolute;
  left: 145px;
  top: -1px;
  cursor: pointer;
  background-image: url(../img/icon1.png);
  background-position: center center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  border: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.head .head_t .tel {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.head .head_t .tel b {
  font-size: 16px;
  color: #da3600;
}
.head .logo {
  width: 366px;
  height: 80px;
  margin-top: -20px;
}
.head .logo img {
  width: 366px;
  height: 80px;
  vertical-align: top;
  object-fit: contain;
  object-position: left center;
}
.head .nav_m {
  width: 650px;
  height: 35px;
  float: right;
  position: relative;
  margin-top: -45px;
}
.head .nav {
  width: 100%;
  text-align: right;
}
.head .nav li {
  display: inline-block;
  zoom: 1;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 20px;
}
.head .nav li a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  zoom: 1;
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
}
.head .nav li.now,
.head .nav li:hover {
  border-bottom: 2px solid #da3600;
}
.head .nav li.now a,
.head .nav li:hover a {
  color: #da3600;
}
.nav_m .n_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 18px;
  line-height: 18px;
  color: #333;
  padding-left: 25px;
  background: url(../img/nav_ico.png) no-repeat left center;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}
/*幻灯片*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#owl-demo {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#owl-demo .item {
  position: relative;
  display: block;
}
#owl-demo img {
  display: block;
  width: 100%;
}
#owl-demo b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78px;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#owl-demo span {
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  font: 18px/32px "微软雅黑", "黑体";
  color: #fff;
  text-align: center;
}
.owl-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 22px;
  text-align: center;
}
.owl-page {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-image: url(../img/icon2.png);
  *display: inline;
  *zoom: 1;
}
.owl-pagination .active {
  background-image: url(../img/icon3.png);
}
.owl-buttons {
  display: none;
}
.owl-buttons div {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 48px;
  margin-top: -40px;
  text-indent: -9999px;
}

.about-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

/*.owl-prev { left: 10px; background-image: url(../img/bg17.png);}
.owl-next { right: 10px; background-image: url(../img/bg18.png);}
.owl-prev:hover { background-image: url(../img/bg17.png);}
.owl-next:hover { background-image: url(../img/bg18.png);}*/
@media screen and (max-width: 579px) {
  .owl-pagination {
    bottom: 10px;
    height: 15px;
  }
}
/*幻灯片*/
.i_m {
  width: 1100px;
  margin: 0px auto;
  padding: 40px 0;
}
.i_name {
  width: 100%;
  height: 70px;
  position: relative;
  text-align: center;
  padding: 20px 0 30px;
}
.i_name a h2 {
  font-size: 28px;
  color: #d93500;
}
.i_name a h3 {
}
.i_name img {
  width: 202px;
  height: 70px;
  vertical-align: top;
  position: relative;
  z-index: 9;
}
.i_name .line {
  width: 100%;
  height: 10px;
}
.i_ma {
  width: 100%;
  padding-bottom: 25px;
}
.i_ma dl {
  width: 510px;
  height: 170px;
  float: left;
  padding: 0 10px;
  /* background: url(../img/bg_b.jpg) repeat-x; */
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 35px;
}
.i_ma dl dt {
  width: 210px;
  height: 150px;
  float: left;
  margin-top: 10px;
}
.i_ma dl dt img {
  width: 210px;
  height: 150px;
  vertical-align: top;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
}
.i_ma dl dd {
  width: 285px;
  float: right;
  text-align: left;
}
.i_ma dl dd .title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
}
.i_ma dl dd .title a {
  font-size: 16px;
  color: #d93500;
}
.i_ma dl dd .des {
  width: 100%;
  height: 62px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777777;
  line-height: 145%;
  overflow: hidden;
}
.i_ma dl dd .more {
  display: block;
  width: 83px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  color: #d93500;
  border: 1px solid #d93500;
  border-radius: 8px;
  overflow: hidden;
}
.i_more {
  width: 100%;
  height: 35px;
  text-align: center;
  clear: both;
}
.i_more a {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ff3f00;
  font-size: 18px;
  color: #ff3f00;
  border-radius: 8px;
  overflow: hidden;
}
.hui_bg {
  width: 100%;
  background: #eee;
}
.i_mb,
.i_mc,
.i_md {
  width: 100%;
  padding-bottom: 25px;
}
.i_mb dl {
  width: 100%;
  margin-bottom: 25px;
}
.i_mb dl dt,
.i_mb dl dt img {
  width: 420px;
  height: 228px;
  float: right;
  vertical-align: top;
}
.i_mb dl dd {
  width: 615px;
  height: 235px;
  float: left;
  overflow: hidden;
}
.i_mb dl dd p {
  width: 100%;
  font-size: 14px;
  color: #555555;
  text-indent: 2em;
  line-height: 255%;
}
.i_mc dl {
  width: 366px;
  height: 210px;
  float: left;
  background: #eeeeee;
}
.i_mc dl dt,
.i_mc dl dt img {
  width: 183px;
  height: 210px;
  float: left;
  vertical-align: top;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.i_mc dl dd {
  width: 183px;
  height: 210px;
  float: right;
  position: relative;
}
.i_mc dl dd i {
  display: block;
  width: 21px;
  height: 42px;
  position: absolute;
  left: -21px;
  top: 50%;
  margin-top: -21px;
  z-index: 9;
  background: url(../img/icon5.png) no-repeat;
}
.i_mc dl dd .title {
  width: 90%;
  margin: 0px auto;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 15px;
}
.i_mc dl dd .title a {
  font-size: 16px;
}
.i_mc dl dd .des {
  width: 90%;
  margin: 0px auto;
  font-size: 14px;
  color: #555555;
  overflow: hidden;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 3;
}
.i_mc dl dd .time {
  width: 90%;
  margin: 0px auto;
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.i_mc dl dd .more {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.i_mc dl dd .more a {
  display: inline-block;
  zoom: 1;
  width: 80px;
  height: 26px;
  border: 1px solid #ff3f00;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #ff3f00;
  border-radius: 8px;
  overflow: hidden;
}
.i_mc dl.n_2 dt {
  float: right;
}
.i_mc dl.n_2 dd {
  float: left;
}
.i_mc dl.n_2 dd i {
  left: 183px;
  background: url(../img/icon4.png) no-repeat;
}
.i_md ul {
  width: 100%;
}
.i_md ul li {
  width: 192px;
  height: 96px;
  border: 2px solid #eee;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.i_md ul li:hover {
  border: 2px solid #ddd;
}
.i_md ul li img {
  width: 192px;
  height: 96px;
  vertical-align: top;
}
.f_nbg {
  width: 100%;
  background: #a25230;
  padding: 12px 0;
}
.f_nav {
  width: 1100px;
  margin: 0px auto;
}
.f_nav .f_nr {
  width: 138px;
  float: right;
  text-align: center;
}
.f_nav .f_nr img {
  width: 118px;
  height: 120px;
  vertical-align: top;
}
.f_nav .f_nr p {
  width: 100%;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
}
.f_nav .f_nl {
  width: 930px;
  float: left;
  padding: 10px 0;
}
.f_nav .f_nl .name {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #b06c4f;
}
.f_nav .f_nl .f_nlm {
  width: 100%;
  padding: 10px 0 0;
}
.f_nav .f_nl .f_nlm a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  color: #efefef;
  margin-right: 20px;
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.f_bg {
  width: 100%;
  text-align: center;
  background: #7f3312;
  padding: 7px 0;
}
.bq {
  width: 1100px;
  margin: 0px auto;
}
.bq span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 10px;
}
.banner_s,
.banner_s img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.banner_s.small img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.pst_bg {
  width: 100%;
  height: 35px;
  background: #eaeaea;
}
.pst {
  width: 1100px;
  margin: 0px auto;
  text-align: right;
  height: 35px;
  line-height: 35px;
}
.scd {
  width: 1100px;
  margin: 0px auto;
}
.scd .scd_l {
  width: 190px;
  float: left;
  position: relative;
  z-index: 999;
  margin-top: -100px;
}
.scd_l .n_name {
  width: 170px;
  height: 100px;
  background: url(../img/bg_c.png) repeat;
  padding: 10px;
  color: #fff;
  text-align: left;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: hidden;
}
.scd_l .n_name i {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/icon6.jpg) no-repeat;
}
.scd_l .n_name span {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
}
.scd_l .n_name p {
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px solid #d79295;
}
.scd_l .s_nav {
  width: 100%;
  background: #eeeeee;
  /* padding: 20px 0; */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.scd_l .s_nav li {
  width: 100%;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.scd_l .s_nav li .li_m {
  width: 150px;
  padding: 15px 20px;
  height: 40px;
}
.scd_l .s_nav li .er {
  width: 188px;
  border: 1px solid #d34f24;
  background: #fff;
}
.scd_l .s_nav li .er li {
  width: 148px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}
.scd_l .s_nav li .er li a {
  font-size: 14px;
  color: #333;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.scd_l .s_nav li .er li.on,
.scd_l .s_nav li .er li:hover {
  background: #d34f24;
}
.scd_l .s_nav li .er li.on a,
.scd_l .s_nav li .er li:hover a {
  color: #fff;
}
.scd_l .s_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #555555;
  font-size: 12px;
}
.scd_l .s_nav li.now,
.scd_l .s_nav li:hover {
  background: #d34f24;
}
.scd_l .s_nav li.now a,
.scd_l .s_nav li:hover a {
  color: #fff;
}
.scd_l .s_nav li p {
  width: 100%;
  height: 20px;
  line-height: 25px;
  font-size: 16px;
}
.scd .scd_r {
  width: 870px;
  float: right;
  text-align: left;
  padding: 20px 0;
}
.scd .scd_so {
  width: 100%;
  float: right;
  text-align: left;
  padding: 20px 0;
}
.scd_r .r_name {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 2px solid #eee;
  position: relative;
  margin-bottom: 25px;
}
.scd_r .r_name span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  font-size: 18px;
  color: #c50007;
  border-bottom: 2px solid #c50007;
}
.scd_r .about {
  width: 100%;
  text-align: left;
}
.scd_r .about img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.pages {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.pages a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  font-size: 16px;
  color: #555555;
  margin: 0 3px;
}
.pages .now {
  color: #962d00;
}
.pages .prev,
.pages .next {
  color: #fff;
  background: #646464;
  padding: 0 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.pages .prev:hover,
.pages .next:hover {
  background: #962d00;
}
.scd_r .service,
.service u,
.scd_r .service_d,
.scd_r .join {
  width: 100%;
}
.service ul li {
  width: 261px;
  float: left;
  margin-right: 42px;
  margin-bottom: 40px;
}
.service ul li img {
  width: 261px;
  height: 150px;
  vertical-align: top;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.service ul li .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
}
.service ul li .title a {
  font-size: 16px;
  color: #d24f23;
}
.service ul li .more a:hover {
  color: #d24f23;
}
.service ul li .des {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.service ul li .des .tip {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service ul li .des .des_m {
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #555555;
  line-height: 165%;
  overflow: hidden;
  margin-bottom: 7px;
}
.service ul li .more {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.service ul li .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
  background: url(../img/icon7.png) no-repeat left center;
  font-size: 12px;
  color: #656565;
}
.service_d .sv_da {
  width: 100%;
  margin-bottom: 15px;
}
.sv_da dt,
.sv_da dt img {
  width: 400px;
  height: 350px;
  float: left;
  vertical-align: top;
}
.sv_da dd {
  width: 450px;
  float: right;
  text-align: left;
}
.sv_da dd h1 {
  font-size: 18px;
  color: #bd0007;
  font-weight: normal;
}
.sv_da dd .cp_name {
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
}
.sv_da dd .des {
  width: 100%;
  height: 200px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
.sv_da dd .des p {
  margin-bottom: 10px;
}
.service_d .sv_db {
  width: 100%;
  font-size: 14px;
  color: #555555;
  line-height: 215%;
}
.service_d .sv_db img {
  max-width: 100%;
  height: auto;
}
.join ul {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #555;
}
.join ul li {
  width: 100%;
  margin-bottom: 25px;
}
.join ul li .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #d24f23;
}
.join ul li .des {
  width: 100%;
  text-align: left;
  height: auto;
}
.join ul li .des b {
  color: #000;
}
.duty {
  width: 100%;
}
.duty dl {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.duty dt,
.duty dt img {
  width: 230px;
  height: 210px;
  float: right;
  vertical-align: top;
}
.duty dd {
  width: 595px;
  float: left;
  text-align: left;
}
.duty dd .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.duty dd .title a {
  font-size: 16px;
}
.duty dd .des {
  width: 100%;
  height: 95px;
  font-size: 13px;
  color: #878787;
  line-height: 185%;
  overflow: hidden;
}
.duty dd .time {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  font-size: 14px;
  color: #888;
}
.duty dd .time b {
  color: #000;
  font-weight: normal;
}
.duty dd .more {
  display: block;
  width: 90px;
  height: 28px;
  background: #d34f24;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
}
.news {
  width: 100%;
}
.news dl {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.news dl dt,
.news dl dt img {
  width: 235px;
  height: 135px;
  float: left;
  vertical-align: top;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.news dl dd {
  width: 615px;
  float: right;
  text-align: left;
}
.news dl dd .title {
  width: 100%;
  position: relative;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 1;
}
.news dl dd .title p {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news dl dd .title p a {
  font-size: 14px;
  color: #d24f23;
  font-weight: bold;
}

.news dl dd .title p a h3 {
  font-size: 14px;
  color: #d24f23;
  font-weight: bold;
}

.news dl dd .title em {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.news dl dd .des {
  width: 100%;
  height: 69px;
  overflow: hidden;
  font-size: 14px;
  color: #555555;
  line-height: 170%;
  text-indent: 2em;
}
.news dl dd .more {
  display: block;
  width: 80px;
  height: 24px;
  border: 1px solid #d24f23;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #d24f23;
  margin-top: 7px;
  border-radius: 8px;
  overflow: hidden;
}

.newsso {
  width: 100%;
}
.newsso dl {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.newsso dl dt,
.newsso dl dt img {
  width: 235px;
  height: 135px;
  float: left;
  vertical-align: top;
}
.newsso dl dd {
  width: 77%;
  float: right;
  text-align: left;
}
.newsso dl dd .title {
  width: 100%;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.newsso dl dd .title p {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsso dl dd .title p a {
  font-size: 14px;
  color: #d24f23;
  font-weight: bold;
}
.newsso dl dd .title em {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.newsso dl dd .des {
  width: 100%;
  height: 69px;
  overflow: hidden;
  font-size: 14px;
  color: #555555;
  line-height: 170%;
  text-indent: 2em;
}
.newsso dl dd .more {
  display: block;
  width: 80px;
  height: 24px;
  border: 1px solid #d24f23;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #d24f23;
  margin-top: 7px;
}


.news_m img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
	margin: 24px 0 !important;
}

/*-----------------------------分页 start--------------------------------*/
.next1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.next1 ul {
  display: inline-block;
}
.next1 ul li {
  display: inline-block;
}
.next1 a {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  overflow: hidden;
}
.next1 a.on1,
.next1 a:hover {
  background: #b0252b;
  color: #fff;
  border: 1px solid #b0252b;
}
/*--------------------分页 end----------------------*/

.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: #d24f23;
  color: white;
  border-color: #d24f23;
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}


@media screen and (max-width: 768px) {
	.news h1 {
		font-size: 20px;
	}
}