/*å¤šè¡Œæº¢å‡º*/
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", 'å¾®è½¯é›…é»‘', PingFangSC-Regular, sans-serif;
  color: #444;
}
a:hover,
a:focus {
  color: #C21515;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*banner*/
.banner {
  background: url(wxdj-banner.png) no-repeat center;
  text-align: center;
  background-size: 100% 100%;
  padding-bottom: 86px;
}
.top-nav {
  float: right;
  background: #C21515;
  padding: 0 26px;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.top-nav li {
  float: left;
}
.top-nav li a:hover,.top-nav li a:focus,.top-nav li a:active {
  color: yellow;
}
.top-nav li::after {
  content: "|";
  font-size: 16px;
  margin: 0 10px;
}
.top-nav li:last-child::after {
  content: "";
  margin: 0;
}
/*æœç´¢*/
.search-box a {
  display: block;
  width: 16px;
  height: 40px;
  background: url(wxdj-sousuo.png) no-repeat center center;
}
.top-search {
  background: #971010;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.top-search .search-cont {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
}
.top-search .s-btn {
  background: url(wxdj-sousuo.png) no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 70px;
  background: #C21515;
  border: none;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 999;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  width: 10%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 70px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #fff !important;
  color: #C21515 !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #971010;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 100%;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 10px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #C21515;
  color: #fff;
}
nav.navbar.bootsnav .megamenu-content {
  border: none !important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    min-width: 160px;
  }
  nav.navbar.bootsnav .megamenu-content {
    border: none !important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
  nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none !important;
    box-shadow: none !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #C21515;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px !important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*part1*/
.part1 {
  background: url(wxdj-part1bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 48px 0 50px 0;
}
.part1-body {
  background: #fff;
  display: block;
  overflow: hidden;
  box-shadow: -1px 3px 5px 1px #FFDECD;
}
.index-banner .slick-slider {
  z-index: 1;
}
.index-banner .slick-slider .slick-track {
  height: 480px;
}
.index-banner .slick-dots {
  bottom: 20px;
  text-align: right;
  z-index: 999;
  padding-right: 20px;
}
.index-banner .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 4px;
}
.index-banner .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  opacity: 1;
  padding: 0;
  transition: all 0.7s;
}
.index-banner .slick-dots li.slick-active button {
  background: #C21515;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-banner .slick-dots li button:before {
  width: 6px;
  content: '';
}
.part1-lun .part1-img img {
  width: 100%;
  height: 480px;
}
.part1-lun .part1-img-tit {
  width: 100%;
  padding-right: 20%;
  line-height: 50px;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 122px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #000000);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #000000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.part1-lun .part1-img-tit p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding-right: 20%;
  position: absolute;
  bottom: 0;
}
.part1-right {
  border-top: 4px solid #C21515;
  margin-left: -30px;
  padding: 30px;
}
.part1-right .wxdj-tit {
  border-bottom: none;
  padding-bottom: 0;
}
/*æ ‡é¢˜*/
.wxdj-tit {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFB981;
}
.wxdj-tit h1 {
  font-weight: bold;
  color: #C21515;
  line-height: 24px;
  font-size: 24px;
  position: relative;
  padding-left: 25px;
}
.wxdj-tit h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 20px;
  background: url(wxdj-icon1.png) no-repeat center;
}
.wxdj-tit a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.wxdj-tit a:hover {
  color: #C21515;
}
.part1-right-tit {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.27);
  display: block;
}
.part1-right-tit h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.part1-right-tit p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  color: rgba(51, 51, 51, 0.6);
}
.part1-right-tit:hover h2 {
  color: #C21515;
}
.part1-right-tit:hover p {
  text-decoration: underline;
}
.part1-right-list li {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.part1-right-list li a {
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  padding-left: 16px;
  position: relative;
}
.part1-right-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #C21515;
}
.part1-right-list li a:hover {
  color: #C21515;
  text-decoration: underline;
}
.part1-right-list li p {
  float: right;
  color: #999999;
  line-height: 40px;
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
.part1-right-list li:last-child {
  margin-bottom: 0;
}
.mt60 {
  margin-top: 60px;
}
.gzdt {
  margin-bottom: 30px;
  display: block;
}
.gzdt-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.gzdt-img img {
  width: 290px;
  height: 194px;
  transition: all 0.7s;
}
.gzdt-img:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gzdt-right {
  display: block;
  padding-top: 20px;
}
.gzdt-right h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.gzdt-right p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: rgba(51, 51, 51, 0.6);
  margin: 12px 0;
}
.gzdt-right span {
  color: #999999;
}
.gzdt-right:hover h1 {
  color: #C21515;
}
.gzdt-right:hover p {
  text-decoration: underline;
}
.book li {
  float: left;
  width: 25%;
  padding-right: 19px;
}
.book li a {
  display: block;
  overflow: hidden;
}
.book li a img {
  width: 100%;
  height: 218px;
  transition: all 0.7s;
}
.book li a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.book li:last-child {
  padding-right: 0;
}
.lx-body li {
  margin-bottom: 25px;
}
.lx-body li:last-child {
  margin-bottom: 0;
}
.lz-box {
  background: #fff;
  display: block;
  overflow: hidden;
  box-shadow: -1px 3px 5px 1px #FFDECD;
}
.lz-left {
  width: 80%;
  padding: 22px 30px;
}
.lz-left h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 24px;
}
.lz-left p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(51, 51, 51, 0.6);
}
.lz-right {
  width: 20%;
  padding: 22px 0;
  min-height: 116px;
  text-align: center;
  background: linear-gradient(-55deg, #FFDB84, #FDEBC0);
  position: relative;
}
.lz-right h3 {
  font-weight: bold;
  margin-bottom: 3px;
}
.lz-right p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}
.lz-right::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background: url(wxdj-redright.png) no-repeat center;
}
.lz-box:hover {
  box-shadow: -1px 3px 5px 1px #c215156c;
}
/*foot*/
.footer {
  background: #C21515;
  color: rgba(255, 255, 255, 0.8);
}
.footer a:hover,.footer a:focus,.footer a:active {
  color: #fff;
}
.foot-txt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.foot-txt .foot-logo {
  float: left;
  margin-right: 50px;
}
.foot-txt .foot-txt1 p {
  padding-left: 0px;
  position: relative;
}
.foot-txt .foot-txt1 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 20px;
  background: url(wxdj-footicon2.png) no-repeat center;
}

.footer-info {
  overflow: hidden;
  line-height: 30px;
}
.footer-info p {
  margin-bottom: 0!important;
}
.footer-info .foot-txt3 > div:first-child {
  margin-right: 30px;
}

.foot-txt .foot-txt1 p:first-child {
  margin-bottom: 20px;
}
.foot-txt .foot-txt1 p:first-child::before {
  background: url(wxdj-footicon1.png) no-repeat center;
}

.foot-txt .foot-txt2 p {
  padding-left: 25px;
  position: relative;
}
.foot-txt .foot-txt2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 20px;
  background: url(wxdj-footicon4.png) no-repeat center;
}
.foot-txt .foot-txt2 p:first-child {
  margin-bottom: 20px;
}
.foot-txt .foot-txt2 p:first-child::before {
  background: url(wxdj-footicon3.png) no-repeat center;
}
.foot-copy {
  line-height: 50px;
  text-align: center;
  background: #B30E0E;
}
.top-nav2 {
  display: none;
}
/*äºŒçº§é¡µå¼€å§‹*/
.wxdj-nytit h1::before {
  top: 50%;
  margin-top: -10px;
}
/* äºŒçº§å¯¼èˆªnav */
.nav-left {
  width: 100%;
  padding: 32px 0 0 0;
  background: #FFEFE0;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.nav-left h1 {
  font-size: 24px;
  font-weight: bold;
  color: #C21515;
  text-align: center;
  margin-bottom: 30px;
}
.nav-left a {
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding: 14px 30px;
  border-bottom: 1px solid #fbe3d5;
  position: relative;
}
.nav-left a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #C21515;
  position: absolute;
  top: 22px;
  left: 14px;
  border-radius: 6px;
}
.nav-left a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 18px;
  margin-top: -9px;
  background: url(wxdj-navyou.png);
}
.nav-left a:hover {
  background: #C21515;
  color: #fff;
  border-radius: 0 0 0 20px;
}
.nav-left a:hover::before {
  background: #fff;
}
.nav-left a:hover::after {
  background: url(wxdj-navyouhover.png);
}
.nav-left .nav2hover {
  background: #C21515;
  color: #fff;
  border-radius: 0 0 0 20px;
}
.nav-left .nav2hover::before {
  background: #fff;
}
.nav-left .nav2hover::after {
  background: url(wxdj-navyouhover.png);
}
.nav_ny {
  display: none;
  margin-top: 20px;
}
.breadcrumb {
  float: right;
  padding-right: 0;
  color: #999;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb > li + li::after {
  padding-left: 4px;
  color: #999;
  content: ">\00a0";
}
.breadcrumb > li + li:last-child::after {
  padding-left: 0;
  content: "";
}
.breadcrumb > li + li::before {
  padding: 0 ;
  content: "";
}
.breadcrumb li.active a {
  color: #C21515;
}
/* å›¾æ–‡åˆ—è¡¨ */
.list-tuwen li {
  margin-bottom: 30px;
}
.tuwen-pic {
  overflow: hidden;
  width: 100%;
  border: 1px solid #eeeeee;
}
.tuwen-pic img {
  height: 230px;
  width: 100%;
  transition: all 0.7s;
}
.tuwen-pic:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.tuwen-pic2 img {
  height: 192px;
}
.tuwen-txt {
  padding: 15px;
}
.tuwen-txt h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tuwen-txt p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  height: 96px;
  margin-top: 15px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.tuwen-txt:hover p {
  color: #555;
}
.tuwen-txt span {
  font-size: 16px;
  font-weight: 400;
  color: #EAAC75;
  line-height: 36px;
}
.tuwen-txt2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}
/* page */
.page{
  margin-top: 30px;
}
.page a, .page span{
  display: block;
  padding: 0 16px;
  line-height: 40px;
  text-align: center;
  background: #FBFBFB;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  float: left;
  margin-left: 8px;
}
.page a:hover,.page span:hover {
  background: #A80303;
  color: #fff;
}
.page span{
  background: #A80303;
  color: #fff;
}

.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background: #A80303;
  display: none;
}
.page-phone:hover, .page-phone:active,.page-phone:focus {
  color: #fff!important;
}



/* list */
.list-body {
  overflow: hidden;
  width: 100%;
}
.list-body li {
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px dashed #f9e7d7;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.list-body li a {
  line-height: 26px;
  display: block;
  float: left;
  width: 86%;
}
.list-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #EAAC75;
  border-radius: 6px;
}
.list-body li i {
  line-height: 26px;
  float: right;
  font-style: normal;
  color: #adadad;
}
.tupian {
  text-align: center;
  margin-bottom: 30px;
}
.tupian a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.tupian a img {
  transition: all 0.7s;
  width: 100%;
  height: 182px;
}
.tupian a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.tupian p {
  font-size: 16px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* å§”å‘˜ */
.weiyuan {
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}
.weiyuan h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
.weiyuan p {
  font-size: 16px;
  line-height: 36px;
}
.weiyuan i {
  font-style: normal;
  color: #C21515;
}
.main-cont {
  text-align: center;
}
.main-cont p {
  line-height: 36px;
  text-align: left;
}
.main-cont p[align='center']{
  text-align:center;
}
.main-cont img {
  margin: 20px 0;
}
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 30px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 25px;
  background: rgba(153, 153, 153, 0.2);
  padding: 5px 15px;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/*bread-crumbs*/
.bread-crumbs {
  float: right;
  position: relative;
  color: #999;
}
.bread-crumbs .bread-item-groups {
  line-height: 32px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #999;
}
.bread-crumbs .bread-item a.cur {
  color: #C21515;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #999;
}
.bread-crumbs a:hover {
  color: #C21515;
}