/*å¤šè¡Œæº¢å‡º*/
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", 'å¾®è½¯é›…é»‘', PingFangSC-Regular, sans-serif;
  color: #333;
  background: #fff;
}

i {
  font-style: normal;
}

a:hover,
a:focus {
  color: #bf1613;
}

.container {
  *zoom: 1;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

@media (min-width: 1280px) {
  .container {
    width: 1254px;
    min-height: ;
    padding-left: 0;
    padding-right: 0;
  }
}

.header .search .container {
  position: relative;
}

.link {
  display: block;
  position: absolute;
  top: 5.5px;
  right: 249px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}

.header .searchbox {

  position: absolute;
  top: 0;
  right: 0;
}

/*æœç´¢*/
.searchbox {
  width: 230px;
  height: 40px;
  background: #FFE4C8;
  border-radius: 0px 0px 5px 5px;
  padding-top: 6px;
  position: relative;
}

.searchbox input[type="text"] {
  outline: none;
  background: none;
  border: none;
  width: 80%;
  color: #BF1613;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  line-height: 28px;
  height: 28px;
}

.searchbox input[type="submit"] {
  background: url(gcsdj-search.png) no-repeat;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  outline: none;
  position: absolute;
  right: 13px;
  top: 12px;
  color: #BF1613;
}

.searchbox input:-webkit-autofill,
.searchbox input:-webkit-autofill:hover,
.searchbox input:-webkit-autofill:focus,
.searchbox input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.searchbox input::-webkit-input-placeholder {
  color: #BF1613;
}

.searchbox input::-moz-input-placeholder {
  color: #BF1613;
}

.searchbox input::-ms-input-placeholder {
  color: #BF1613;
}

.top-banner {
  background: url(gcsdj-topbg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 102px 0;
  height: 300px;
  overflow: hidden;
}

.top-banner .logoicon {
  display: inline-block;
  width: 633px;
  /* height: 119px; */
  /* line-height: 119px; */
}

.top-banner .djlogo {
  margin-top: -30px;
}

.top-banner .xian {
  width: 2px;
  height: 74px;
  display: block;
  background: #f30000;
  margin: 0 31px;
  margin-top: 13px;
}

/*nav*/
nav.navbar.bootsnav {
  background: #bf1613;
  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;

  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  font-size: 19px;
  color: #fff;
}

nav.navbar.bootsnav ul.nav>li {
  margin: 0;
  padding: 0;
  width: 12.5%;
  float: none;
}

nav.navbar.bootsnav ul.nav>li>a {
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}

/* nav.navbar.bootsnav ul.nav>li>a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
} */

nav.navbar.bootsnav ul.nav>li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

nav.navbar.bootsnav ul.nav>li:last-child a::after {
  width: 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: #980202 !important;
  color: #fff !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: #bf1613;
  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: 18px;
  }
}

@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 {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    color: #bf1613;
    font-size: 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: #bf1613;
    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;
  }
}

/*navç»“æŸ*/
.center {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(180deg, #FFE2E2 0%, #FFFFFF 100%), url(gcsdj-bgbottom.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 462px, 100% 349px;
  background-position: center top, center bottom;
}

.center::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  /* background: url(gcrdj-upbg.png) no-repeat top; */
  background-size: 100%;
  z-index: -1;
  left: 0;
}

.center::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  /* background: url(gcrdj-downbg.png) no-repeat bottom; */
  background-size: 100%;
  z-index: -1;
  left: 0;
}

/*å…šå»ºå›­åœ°*/
.right1-tit {
  background: url(gcsdj-zt.png) right no-repeat #bf1613;
  padding: 0 20px;
  display: block;
  overflow: hidden;
}

.right1-tit h1 {
  font-size: 16px;
  line-height: 51px;
  color: #fff;
  display: inline-block;
  font-weight: 800;
}

.right1-tit2 {
  background: url(gcsdj-zt.png) no-repeat center;
  background-size: 100% 100%;
}

.right1 {
  /* background: #fff; */
  border: 1px solid #bf1613;
  height: 215px;
  margin-bottom: 30px;
}

.right2 {
  height: 265px;
}

.right2 .right1-tit2 a {
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 51px;
}

.right2 .right1-tit2 a:hover {
  color: #f9d43f;
}

.right3 {
  height: 230px;
  overflow: hidden;
}

.right4 {
  height: 224px;
  border: none;
}

.djlist {
  padding: 0 21px;
  margin: 0 -10px !important;
}

.djlist li {
  padding: 0 10px !important;
}

.djlist li a {
  display: block;
  text-align: center;
  margin-top: 19px;
  color: #444444;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #BF1613;
}

.djlist li:nth-child(1) a {
  background: url(gcsdj-dw.png);
}

.djlist li:nth-child(2) a {
  background: url(gcsdj-gh.png);
}

.djlist li:nth-child(3) a {
  background: url(gcsdj-fwh.png);
}

.djlist li:nth-child(4) a {
  background: url(gcsdj-tw.png);
}

.djlist li a {

  transition: all 0.4s;

}

.djlist li a:hover {
  color: #bf1613;
  /* background-size: 110%; */
  transform: scale(1.05);
}

.djlist li a:hover img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

/*å·¦ä¾§*/
.left1 {
  height: 287px;
  /* border: 1px solid #bf1613; */
  border-top: 4px solid #bf1613;

  margin-bottom: 30px;
  padding: 18px 30px 40px;
  position: relative;
  overflow: hidden;
}

.left1.djyw {
  background: #fff;
}

.left2 {
  height: 311px;
  border-top: 0;
  padding: 20px;
}

.left3 {
  height: 239px;
  border-top: 0;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.index-tit {
  height: 64px;
  background: url(gcsdj-qtgz.png) no-repeat right #ffe3c7;
}

.index-tit2 {
  background: url(gcsdj-jjs.png) no-repeat right #ffe3c7;
}

.index-tit3 {
  /* background: url(gcrdj-indextitbg3.png) no-repeat right #ffe3c7; */
}

.index-tit4 {
  background: url(gcrdj-indextitbg4.png) no-repeat right #ffe3c7;
}

.left-tit1 {
  width: 100%;
  height: 100%;
  /* background: url(gcrdj-lefttitbg.png) no-repeat center; */
  background-size: 100% 100%;
  padding: 6px 10px;
  padding-right: 5px;
  position: relative;
}

.left-tit1::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 25px;
  left: 45px;
  top: 18px;
  /* background: url(gcrdj-gang.png) no-repeat center; */
}

.left-tit1 h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #BF1613;
  line-height: 52px;
  margin-left: 10px;
  display: inline-block;
  width: auto;
}

.left-tit1 a {
  display: inline-block;
  text-align: right;
  /* margin-top: 10px; */
  float: right;
  /* padding-top: 10px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 52px;
  margin-top: 8px;
}

.left-tit1 a:hover {
  color: #fff;
  color: #f9d43f;
}

.footer {
  padding: 45px 0;
  background: #bf1613;
}

.foot-body {
  /* border-left: 1px solid rgba(255, 255, 255, 0.3); */
  margin-left: 20px;
  padding-left: 20px;
  color: #FFFFFF;
}

.foot-body ul {
  display: block;
  overflow: hidden;
}

.foot-body ul li {
  float: left;
  margin-right: 10px;
}

.foot-body ul li a {
  margin-right: 10px;
  color: #fff;
}

.foot-body ul li:after {
  content: "|";
  color: rgba(255, 255, 255, 0.3);
}

.foot-body ul li:last-child:after {
  content: "";
  margin-right: 0;
}

.foot-body ul li:last-child:after a {
  margin-right: 0;
  color: #fff;
}

.foot-body a:hover {
  color: #fff;
  text-decoration: underline;
}

.foot-body p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}

.foot-body span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFA19F;
  line-height: 27px;
}

.left1tit {
  margin-bottom: 20px;
}

.left1tit h2 {
  font-size: 24px;
  font-weight: bold;
  color: #BF1613;
  line-height: 24px;
  position: relative;
  padding-left: 36px;
  line-height: 25px;
  padding-bottom: 7px;
  vertical-align: middle;
}

.left1tit h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 25px;
  vertical-align: middle;
  background: url(gcsdj-dh.png) no-repeat center;
}

.left1tit h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 36px;
  width: 44px;
  height: 4px;
  /* background: url(gcrdj-iconbt.png) no-repeat center; */
}

/*è½®æ’­*/
.index-banner {
  width: 270px;
  height: 180px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

.index-banner .slick-slider {
  z-index: 1;
}

.index-banner .slick-dots {
  bottom: 9px;
  text-align: right;
  z-index: 999;
  padding-right: 15px;
}

.index-banner .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 16px;
  background: #fff;
  opacity: 1;
  padding: 0;
  margin: 0 2px;
  transition: all 0.7s;
}

.index-banner .slick-dots li.slick-active {
  background: #be1212;
  -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:before {
  width: 6px;
  content: '';
}

.part1-lun .part1-img img {
  width: 270px;
  height: 180px;
}

.part1-lun .part1-img-tit {
  width: 100%;
  line-height: 40px;
  padding-left: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.part1-lun .part1-img-tit p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 80%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
}

/*æ–‡å­—åˆ—è¡¨*/
.list {
  display: inline-block;
  width: calc(100% - 310px);
}

.list li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 24px;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 7px;
  background: url(gcsdj-list.png) no-repeat center;
}

.list li a {
  line-height: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  padding-right: 20px;
}

.list li span {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #989898;
  line-height: 14px;
}

.list2 {
  width: 100%;
}

.list2 li {
  margin-bottom: 19px;
}

.list2 li a {
  padding-right: 0;
}

.left1 .list.djyw {
  margin-top: -40px;
}

/*æ–‡å­—åˆ—è¡¨ç»“æŸ*/
.more {
  position: absolute;
  right: 0;
  bottom: 0;
  /* background: #BF1613; */
  width: 0px;
  height: 0px;
  border-bottom: 72px solid #BF1613;
  border-left: 72px solid transparent;
  /* border-top-left-radius: 144px; */
}

.more i {
  position: absolute;
  font-size: 12px;
  width: 35px;
  font-family: Microsoft YaHei;
  color: #fff;
  right: 4px;
  bottom: -62px;
}

.more:hover i {
  color: #fff;
  color: #f9d43f;
}

.qfzq .left2,
.qtgz .left2 {
  /* padding-top: ; */
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.qfzq .img-box .img,
.qtgz .img-box .img {
  display: block;
  width: 214px;
  height: 143px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}

.qfzq .img-box .img img,
.qtgz .img-box .img img {
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.qfzq .img-box .img img:hover,
.qtgz .img-box .img img:hover {
  transform: scale(1.05);
}

.qfzq .img-box .cont .tit,
.qtgz .img-box .cont .tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444444;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}

.qfzq .img-box .cont .date,
.qtgz .img-box .cont .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 32px;
}

.qfzq ul,
.qtgz ul {
  margin-top: 28px;
}

.qfzq li,
.qtgz li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}

.zbdt .left-tit1 {
  background: url(gcsdj-zbdt.png) no-repeat center;
  background-size: 100% 100%;
}

/*é¦–é¡µä¸“é¢˜ä¸“æ */
.ztzl {
  padding: 20px;
  padding-top: 28px;
}

.ztzl a {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.ztzl a img {
  width: 100%;
  height: 70px;
  transition: all 0.7s;
}

.ztzl a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.yqlj {
  padding: 10px 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
  margin: 0 -5.5px;
}

.yqlj .col-md-6 {
  padding: 0 5.5px !important;
}

.yqlj a {
  height: 107px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  float: left;
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 24px;
  text-align: center;
}

.yqlj a img {
  margin: 26px auto 7px;
  width: auto;
  height: auto;

}

.yqlj a:hover {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E42E2F;
  line-height: 24px;
  background: #ffd5d5;
}

/*æ»šåŠ¨æ–‡å­—*/
.gd-list {
  padding: 10px 15px;
}

.ky-list {
  width: 100%;
  height: 150px;
  overflow: hidden;
  color: #333;
}

.ky-list ul li {
  position: relative;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  padding-left: 9px;
}

.ky-list ul li a {
  color: #333;
  display: inline-block;
  line-height: 20px;
}

.ky-list ul li a i {
  color: #999;
  display: inline-block;
}

.ky-list ul li a:hover {
  color: #bf1613;
}

.ky-list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #bf1613;
}

/*å›¾æ–‡åˆ—è¡¨*/
.tw-list {
  /* background: #fff; */
  display: block;
}

.tw-list p {
  line-height: 30px;
  text-align: center;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-shadow: -1px 3px 5px 1px rgb(255 222 205 / 30%);
  padding: 0 10px;
}

.tw-list .tw-box {
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}

.tw-list .tw-box img {
  width: 100%;

  height: 140px;
  transition: all 0.7s;
}

.tw-list .tw-box:hover img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}

.tw-list .tw-box i {
  position: absolute;
  width: 70px;
  line-height: 26px;
  border-radius: 0px 0px 10px 0px;
  background: #e42e2f;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
}

.tw-list .tw-box.sp::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  z-index: 9;
  opacity: 0.8;
  background: url(gcrdj-iconbf.png) no-repeat center;
}

.tw-list .tw-box.sp:hover::before {
  opacity: 1;
}

.tw-list .tit {
  line-height: 30px;
  text-align: center;
  /* max-height: 30px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* box-shadow: -1px 3px 5px 1px rgba(255, 222, 205, 0.3); */
}

.tw-col {
  padding: 0 10px;
}

.tw-row {
  margin: 0 -15px;
}

.tw-slider.slick-vertical .slick-slide {
  padding-bottom: 10px;
}

.breadcrumb {
  padding: 0;
  background: none;
  margin-bottom: 0;
  white-space: nowrap;
}

.breadcrumb li:first-child {
  position: relative;
  padding-left: 20px;
}

.breadcrumb li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 13px;
  background: url(home.png) no-repeat center;
}

.breadcrumb li:last-child a:last-child {
  color: #bf1613;
}

.breadcrumb>li+li:before {
  content: "";
  padding: 0;
}

.breadcrumb>li::after {
  padding: 0 5px;
  color: #666666;
  content: ">\00a0";
  padding-right: 0;
}

.breadcrumb>li:last-child::after {
  content: "";
  padding: 0;
}

.breadcrumb>li a {
  line-height: 24px;
}

.ny-bread {
  border-bottom: 1px solid #fff6ed;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.ny-bread h1 {
  font-weight: bold;
  color: #ED0000;
  line-height: 24px;
  font-size: 24px;
  position: relative;
  border-bottom: 2px solid #ED0000;
  padding-bottom: 15px;
  padding-left: 35px;
}

.ny-bread h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 25px;
  background: url(gcsdj-icon.png) no-repeat center;
}

/*æ–‡å­—åˆ—è¡¨*/
.list-ny li {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  padding-left: 20px;
  background: #fff6ed;
}

.list-ny li:nth-child(2n) {
  background: none;
}

.list-ny li::before {
  content: "";
  background: url(gcrdj-dian.png);
  position: absolute;
  left: 15px;
  top: 22px;
  width: 7px;
  height: 7px;
}

.list-ny li a {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  font-size: 16px;
  float: left;
  padding-left: 15px;
  position: relative;
}

.list-ny li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  /* background: url(jmcl-righticon.png) no-repeat center; */
}

.list-ny li i {
  float: right;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
}

.list-ny li:last-child {
  margin-bottom: 0;
}

.ny-bg {
  padding: 50px 0;
}

.ny-bg .col-md-9 {
  min-height: 650px;
}

/*åˆ†é¡µ*/
.page {
  text-align: center;
  margin-top: 30px;
}

.page a {
  line-height: 40px;
  margin-left: 5px;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
}

.page a:hover {
  background: #bf1613;
  color: #fff;
  border: 1px solid #bf1613;
}

.page a.page-active {
  background: #bf1613;
  color: #fff;
  border: none;
}

.page span {
  background: #bf1613;
  color: #fff;
  border: none;
  line-height: 40px;
  border: 1px solid #bf1613;
  margin-left: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #bf1613;
  display: none;
}

.page-phone:hover,
.page-phone:active {
  color: #fff;
}

/* äºŒçº§å¯¼èˆªnav */
.nav-left {
  width: 100%;
  background: #ffefe062;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.nav-left h1 {
  font-size: 24px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  background: #be1212;
  background-size: 100% 100%;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
}

.nav-left .a-title {
  font-size: 16px;
  display: block;
  line-height: 24px;
  padding: 14px 30px;
  border-bottom: 1px solid #fbe3d5;
  position: relative;
}

.nav-left .a-title::before {
  content: "";
  width: 4px;
  height: 12px;
  background: #be1212;
  position: absolute;
  top: 19px;
  left: 14px;
}

.nav-left .menus .a-title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 18px;
  margin-top: -9px;
  background: url(navyou.png) no-repeat;
}

.nav-left .menus.active .a-title::after {
  width: 18px;
  height: 10px;
  background: url(navyoudown.png) no-repeat;

}

.nav-left .menus .down-menu {
  display: none;
}

.nav-left .menus.active .down-menu {
  display: block;
}

.nav-left .a-title:hover {
  background: #be1212;
  color: #fff;
}

.nav-left .a-title:hover::before {
  background: #fff;
}

.nav-left .a-title:hover::after {
  background: url(navyouhover.png);
}

.nav-left .nav2hover {
  background: #be1212;
  color: #fff;
}

.nav-left .nav2hover::before {
  background: #fff;
}

.nav-left .box-a .down-menu a.active {
  background: #be1212;
  color: #fff;
}

.nav-left .nav2hover::after {
  background: url(navyouhover.png);
}

.nav-left .box-a .down-menu {
  background: #fcdfc48a;
}

.nav-left .box-a .down-menu a {
  font-size: 15px;
  display: block;
  line-height: 20px;
  padding: 12px 50px;
  /* border-bottom: 1px solid #fbe3d5; */
  position: relative;
}

.nav-left .box-a .down-menu li:hover {
  background-color: #be1212;
}

.nav-left .box-a .down-menu li:hover a {
  color: #fff;
}

.nytw-list {
  margin-bottom: 30px;
}

.nytw-list .tw-box img {
  width: 100%;
  height: 206px;
  background: rgb(255 239 231 / 30%);
  object-fit: cover;
}

.zk-list .tw-box img {
  object-fit: contain;
}

.nytw-list p {
  max-height: 40px;
  line-height: 40px;
}

.zt-list .tw-box img {
  height: 120px;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .zt-list .tw-box img {
    height: 100px;
  }
}

@media (max-width: 1199px) {
  .zt-list .tw-box img {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .zt-list .tw-box img {
    height: 95px;
  }
}

@media (max-width: 767px) {
  .zt-list .tw-box img {
    height: 25vw;
  }
}

/*å†…é¡µå‹æƒ…é“¾æŽ¥*/
.yqbox {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.yqbox img {
  width: 100%;
  height: 82px;
  transition: all 0.7s;
}

.yqbox img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ç»†è§ˆé¡µ*/
.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 {
  /* overflow: scroll; */
  color: #3F424D;
  /* text-align: justify; */
}

.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}

.details-page .main-cont table {
  /* width: max-content; */
}

.details-page .main-cont img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.share-xl .social-share a.icon-wechat {
  background-size: 100% 100%;
}

.share-xl .social-share a.icon-weibo {
  background-size: 100% 100%;
}

/*å•ç¯‡å†…*/
.weiyuanbox li {
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
}

.weiyuanbox li h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

.weiyuanbox li p {
  font-size: 16px;
  line-height: 36px;
}

.weiyuanbox li i {
  font-style: normal;
  color: #be1212;
}

.zk .box-tit {
  line-height: 42px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #C20000;
  margin-bottom: 43px;
}

.zk .box-tit img {
  float: left;
  margin-right: 14px;

}

.zk .box-tit p {
  display: inline-block;
}

.zk .box-tit a {
  float: right;
  font-size: 18px;
}

.zk .box-tit a:hover {
  color: #f9d43f;
}

.zk .box-cont .img {
  float: left;
  width: 141px;
  height: 195px;
  margin-right: 24px;
  overflow: hidden;

}

.zk .box-cont .img img {
  transition: all .4s;
}

.zk .box-cont .cont:hover {
  background-color: #FFE4C8;
}

.zk .box-cont .cont:hover .tit {
  color: #E42E2F;
}

.zk .box-cont .cont:hover img {
  transform: scale(1.05);
}

.zk .box-cont .cont {
  display: block;
  height: 194px;
  background-color: #fff;
  /* padding-top: 34px; */
}

.zk .box-cont .cont .date {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #E42E2F;
  line-height: 30px;
  padding-top: 34px;
}

.zk .box-cont .cont .tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #444;
  line-height: 30px;
}

.footerlogo2 .cas {
  display: inline-block;
  width: 244px;
  height: 56px;
  margin-right: 39px;
  margin-top: 6px;
}

.list-ny .tit,
.list-ry .tit {
  color: #b60808;
  font-size: 22px;
  font-weight: 700;
  border-left: 3px solid #b60808;
  padding-left: 10px;
  margin-bottom: 5px;
  background: #ffedea;
  padding: 10px;
  margin: 20px 0;
}

.list-ny .tit,
.list-ry .remind {
  color: #bf1613;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}

.list-ny .tit a,
.list-ry .tit a {
  float: right;
  font-size: 14px;
  line-height: 33px;
  margin-right: 10px;
}

.list-ry li.ry {
  text-align: center;
}

.list-ry img {
  max-width: 100%;
  max-height: 160px;
  margin-top: 20px;
}

.list-ry .name {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width:1200px) {
  .footerlogo2 {
    float: none !important;
    clear: both;
    padding-top: 20px;
  }

  .footerlogo2 .blue {
    float: left;
    margin-right: 39px;
    margin-left: 10px;
  }

  .footerlogo2 .cas {

    /* padding-top: 6px; */
  }
}

@media (max-width:991px) {
  .search {
    background-color: #FFE4C8;
    text-align: right;
  }

  .link {
    position: initial;
    color: #971010;
    float: right;
    right: auto !important;
    margin-left: 20px;
    line-height: 40px;
  }

  .search-s {
    display: inline-block;
    line-height: 40px;
  }


}

@media (max-width:767px) {
  .footerlogo2 {
    text-align: center;
  }

  .footerlogo2 .blue {
    float: none;
  }

  .footerlogo2 .cas {
    margin-bottom: 20px;
  }

  .yqlj a {
    color: #E42E2F;
  }

  .qtgz {
    margin-top: 20px;
  }

  .qfzq .img-box .cont .tit,
  .qtgz .img-box .cont .tit {
    -webkit-line-clamp: 99;
  }

  .tw-list .tit {
    -webkit-line-clamp: 99;
  }
}