@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}
.header {
  position: relative;
  height: 515px;
  background: none!important;
  padding-top: 0!important;
}
.header .back-home {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 18px;
  background: #BE0808
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  z-index: 999;
}
.header .back-home:hover {
  background: #fff;
  color: #BE0808;
}
.header .header-banner img,
.header .header-banner video {
  display: block;
  height: 515px;
  width: 100%;
}
.header .header-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
}
.header .t-logo {
  display: block;
  width: 452px;
}
.header .t-logo img {
  width: 100%;
  height: 100%;
}
.navbar {
  background: url('nav.png') no-repeat center;
  background-size: cover !important;
  border: none;
}
/* .navbar .navbar-nav {
  padding-left: 70px;
} */
.navbar .navbar-nav > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  height: 60px;
  line-height: 60px;
  padding: 0px 40px !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.navbar .navbar-nav li:hover {
  background-color: red;
}
.navbar .navbar-nav .active {
  background-color: red !important;
}
.box1 {
  margin-top: 30px;
  padding-bottom: 60px;
  color: #fff;
  background: url('box1-bg.png') repeat-x;
}
.box1 .l-box {
  display: block;
  padding: 39px 40px 40px 38px;
  background-size: cover !important;
  background: url('navtop1.png') no-repeat center;
  transition: all 0.5s;
}
.box1 .l-box .notice {
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  padding-left: 37px;
  margin-bottom: 16px;
}
.box1 .l-box .notice::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  background: url('notice.png') no-repeat;
}
.box1 .l-box .notice-text {
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box1 .l-box:hover,
.box1 .r-box:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.box1 .r-box {
  display: block;
  padding: 55px 64px;
  background-size: cover !important;
  background: url('navtop2.png') no-repeat center;
  transition: all 0.5s;
}
.box1 .r-box .s-box {
  padding-left: 20px;
  position: relative;
}
.box1 .r-box .s-box::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 6px;
  height: 48px;
  background: #FFE789;
}
.box1 .r-box .speech {
  color: #fff;
  font-weight: bold;
}
.box1 .r-box .speech-text {
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box1 .banner-imgbox {
  display: block;
  overflow: hidden;
  height: 395px;
}
.box1 .banner-imgbox img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box1 .banner-imgbox .banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  line-height: 54px;
  background: rgba(200, 11, 12, 0.8);
  font-size: 16px;
  font-weight: bold;
  padding: 0 100px 0 20px;
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box1 .banner-imgbox:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box1 .owl-dots {
  position: absolute;
  bottom: 18px;
  right: 15px;
}
.box1 .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FFFBF7 !important;
  margin-left: 5px;
}
.box1 .owl-dots .active {
  background-color: #ccc !important;
}
.box1 .box2-cont {
  transform: translateY(-6px);
}
.box1 .box2-cont .title-text {
  font-weight: bold;
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #C80B0C;
}
.box1 .box2-cont .title-texts {
  color: #737373;
  font-weight: 400;
  line-height: 25px;
  margin: 7px 0 18px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box1 .box2-cont ul {
  border-top: 1px solid #E9EBF2;
  list-style: none;
  margin-bottom: 0;
  padding-top: 13px;
}
.box1 .box2-cont ul li {
  position: relative;
}
.box1 .box2-cont ul li a {
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box1 .box2-cont ul li::before {
  position: absolute;
  left: 0;
  top: 19px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background: #CC0E10;
}
.box1 .box2-cont ul li:hover a {
  color: #C80B0C;
}
.box1 .box2-cont:hover .title-text {
  color: #333333;
  text-decoration: underline !important;
}
.box1 .more-btn {
  display: block;
  margin: 10px auto 0 auto;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  box-shadow: 0px 0px 10px 0px rgba(208, 215, 224, 0.23);
  border-radius: 23px;
  border: none;
  color: #333333;
  transition: all 0.5s;
}
.box1 .more-btn:hover {
  background-color: #CC0E10;
  color: #fff;
}
.box-title {
  margin-top: 60px;
  margin-bottom: 37px;
  background: url('title.png') no-repeat center;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #FFFFFF;
}
.boxs-title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  background-size: cover !important;
  background: url('bannertitle.png') no-repeat center;
  text-align: center;
  line-height: 50px;
}
.tab-title {
  text-align: center;
  margin: 0px 0 30px 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.tab-title > div {
  display: inline-block;
  position: relative;
}
.tab-title > div::after,
.tab-title > div::before {
  content: '';
  position: absolute;
  height: 35px;
  top: 8px;
}
.tab-title > div::after {
  width: 204px;
  left: -190px;
  background: url(left-title.png);
}
.tab-title > div::before {
  width: 208px;
  right: -170px;
  background: url(right-title.png);
}
.tab-title .a-title {
  width: 146px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  background: url('vedio.png') no-repeat center;
  transition: all 0.5s;
  position: relative;
}
.tab-title .a-title:hover,
.tab-title .a-title:active {
  transition: all 0.5s;
  background: url('pic.png') no-repeat center;
}
.tab-title .active {
  background: url('pic.png') no-repeat center;
}
.tab-title .active::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #FEAC0E;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}
.tab-title .vio {
  transform: translatex(-20px);
}
.tab-title::before {
  width: 204px;
  left: 190px;
  background: url(left-title.png);
}
.tab-title::after {
  width: 208px;
  right: -170px;
  background: url(right-title.png);
}
.tab-title::before,
.tab-title::after {
  content: '';
  position: absolute;
  height: 35px;
  top: 8px;
  display: none;
}
.pr19 {
  padding-right: 19px;
}
.pl19 {
  padding-left: 19px;
}
.box2 {
  background-size: cover !important;
  background: url('background1.png') no-repeat center;
  padding-bottom: 40px;
}
.box2 .img-box {
  display: block;
  padding: 12px;
}
.box2 .img-box .textbox {
  height: 267px;
}
.box2 .img-box .textbox p {
  margin-top: 15px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
  color: #393A3D;
}
.box2 .img-box .textbox div {
  padding: 0 24px;
  text-align: left;
  font-weight: 400;
  color: #54555A;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.box2 .img-box .imagebox {
  height: 160px;
  margin-top: 9px;
  overflow: hidden;
}
.box2 .img-box .imagebox img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box2 .img-box:hover .imagebox img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box2 .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -100px;
  transform: translateY(-80%);
  width: 56px;
  height: 56px;
  background: url('left.png') no-repeat center center #C00203 !important;
  border-radius: 50%;
  transition: all 0.5s;
}
.box2 .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -100px;
  transform: translateY(-80%);
  width: 56px;
  height: 56px;
  background: url('right.png') no-repeat center center #C00203 !important;
  border-radius: 50%;
  transition: all 0.5s;
}
.box2 .owl-nav .owl-prev span,
.box2 .owl-nav .owl-next span {
  display: none;
}
.box2 .owl-nav .owl-prev:hover,
.box2 .owl-nav .owl-next:hover {
  background-color: #F5A93D !important;
  transition: all 0.5s;
}
.box2 .owl-item:nth-child(2n+1) {
  padding-top: 40px;
}
.box2 .owl-item:nth-child(4n+1) .item {
  background-color: #FEECD2;
}
.box2 .owl-item:nth-child(4n+1) .item .textbox {
  border: 1px solid #DFBC89;
}
.box2 .owl-item:nth-child(4n+2) .item {
  background-color: #fff;
}
.box2 .owl-item:nth-child(4n+2) .item .textbox {
  border: 1px solid #D3D1D1;
}
.box2 .owl-item:nth-child(4n+3) .item {
  background-color: #ECF1FB;
}
.box2 .owl-item:nth-child(4n+3) .item .textbox {
  border: 1px solid #99ADDD;
}
.box2 .owl-item:nth-child(4n+4) .item {
  background-color: #DEECEF;
}
.box2 .owl-item:nth-child(4n+4) .item .textbox {
  border: 1px solid #9EC1C9;
}
.box3 {
  margin-top: 60px;
}
.box3 .imgbox {
  border: 1px solid #FCE4C3;
  border-top: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 45px 12px 21px 12px;
  transform: translateY(-15px);
}
.box3 .per-box {
  position: relative;
  margin-bottom: 22px;
  display: block;
}
.box3 .per-box .img-box {
  height: 195px;
  overflow: hidden;
}
.box3 .per-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box3 .per-box .name {
  background: url('blue-title.png') no-repeat;
  height: 51px;
  bottom: 0;
  left: -12px;
  padding: 0px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 62px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
}
.box3 .per-box .name::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 39px;
  background-color: #28529c;
}
.box3 .per-box .name2 {
  background: url('red.png') no-repeat;
}
.box3 .per-box .name2::after {
  background-color: #cc0e10;
}
.box3 .per-box .name3 {
  background: url('yellow.png') no-repeat;
}
.box3 .per-box .name3::after {
  background-color: #feac0e;
}
.box3 .per-box:hover .img-box img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.box3 .morebtn2 {
  display: block;
  height: 52px;
  border-top: 6px solid #FDF2E3;
  background-color: #FFE8C9;
  text-align: center;
  line-height: 45px;
  box-sizing: border-box;
  transform: translateY(-30px);
  font-size: 14px;
  font-weight: 400;
  color: #BF0A0C;
  transition: all 0.5s;
}
.box3 .morebtn2:hover {
  color: red;
  transition: all 0.5s;
  border-radius: 0px 0px 20px 20px;
}
.box4 {
  margin-top: 30px;
  padding-bottom: 40px;
  background: url('background2.png') no-repeat center;
  background-size: cover;
}
.box4 .animationbox {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.box4 .main {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box4 .main .ct {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0, -50%);
  transform-style: preserve-3d;
  perspective-origin: center 30vh;
  perspective: 1000px;
}
.box4 .main .ct .item {
  font-size: 0;
  position: absolute;
  transform-origin: center;
  width: 500px;
  transform: translateZ(-10000px);
  cursor: pointer;
}
.box4 .main .ct .item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box4 .slide1 {
  animation: 0.8s slide forwards;
}
.box4 .slide2 {
  animation: 1s slide 1.2s forwards;
}
.box4 .slide3 {
  animation: 1.2s slide 2.4s forwards;
}
@keyframes slide {
  from {
    left: -1920px;
  }
  to {
    left: 86.5px;
  }
}
.box4 .pic-wrapper {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.box4 .pic-wrapper .close {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 100px;
  top: 0px;
  color: #fff;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  background: #CC0E10;
  text-align: center;
  line-height: 32px;
  opacity: 1;
}
.box4 .swiper-container {
  width: 100%;
  height: 100%;
}
.box4 .swiper-button-prev {
  left: 100px;
}
.box4 .swiper-button-next {
  right: 100px;
}
.box4 .swiper-slide,
.box4 .swiper-slide img {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.box4 .swiper-slide {
  display: flex;
  justify-content: center;
}
.box4 .swiper-button-next,
.box4 .swiper-button-prev {
  background-color: #CC0E10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.box4 .swiper-button-next:after,
.box4 .swiper-button-prev:after {
  font-size: 15px;
  text-shadow: 0 1px 0 #fff;
}
@media (max-width: 767px) {
  .box4 .swiper-slide {
    padding-top: 18px;
  }
  .box4 .pic-wrapper .close {
    right: 15px;
    top: 0px;
  }
  .box4 .swiper-button-prev {
    left: 15px;
  }
  .box4 .swiper-button-next {
    right: 15px;
  }
}
.box5 {
  margin-top: 60px;
  background: url('background3.png') no-repeat center;
}
.box5 .tab-cont .pic-title {
  text-align: center;
}
.box5 .tab-cont .pic-title .pic-btn {
  display: inline-block;
  width: 135px;
  height: 45px;
  border-radius: 23px;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  margin-left: 10px;
  font-weight: 400;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #D7DBE3;
  transition: all 0.5s;
}
.box5 .tab-cont .pic-title .pic-btn:hover,
.box5 .tab-cont .pic-title .pic-btn:active {
  background: #CC0E10;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.5s;
}
.box5 .tab-cont .pic-title .active {
  background: #CC0E10;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.5s;
}
.box5 .tab-cont .pic-cont .img-box {
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.box5 .tab-cont .pic-cont .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box5 .tab-cont .pic-cont .l-img-box {
  height: 189px;
}
.box5 .tab-cont .pic-cont .r-img-box {
  height: 408px;
}
.box5 .tab-cont .pic-cont .t-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0 0 6px 6px;
  background: url('boxshadow.png') no-repeat bottom;
}
.box5 .tab-cont .pic-cont .t-box .title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.box5 .tab-cont .pic-cont .r-box {
  background: url('shadow.png') no-repeat bottom;
}
.box5 .tab-cont .pic-cont .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box5 .tab-cont .morebtn3 {
  display: block;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D7DBE3;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 40px auto 60px auto;
  transition: all 0.5s;
}
.box5 .tab-cont .morebtn3:hover {
  background-color: #CC0E10;
  color: #fff;
  transition: all 0.5s;
}
.box5 .tab-cont .vio-cont .img-box {
  display: block;
  height: 408px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.box5 .tab-cont .vio-cont .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box5 .tab-cont .vio-cont .img-box .t-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0 0 6px 6px;
  background: url('shadow.png') repeat-x bottom;
}
.box5 .tab-cont .vio-cont .img-box .t-box .title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.box5 .tab-cont .vio-cont .img-box:hover img {
  transform: scale(1.1);
}
.box5 .cont-vio {
  margin-top: 106px;
}
.box5 .tab-cont > div {
  display: none;
}
.box5 .tab-cont > div:first-child {
  display: block;
}
.box5 .pic-tab-cont > div {
  display: none;
}
.box5 .pic-tab-cont > div:first-child {
  display: block;
}
@media (max-width: 767px) {
  .box5 .cont-vio {
    margin-top: 0;
  }
}
.box5.video-list {
  margin-top: 0;
  background: none;
}
.footer {
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #BF0204;
}
.footer a,
.footer span {
  display: inline-block;
  margin-right: 10px;
}
.footer .f-posi {
  position: relative;
}
.footer .f-logo1,
.footer .l-border,
.footer .f-logo2 {
  display: inline-block;
}
.footer .f-logo1 {
  width: 244px;
  margin-right: 27px;
  float: left;
}
.footer .f-logo1 img {
  width: 100%;
  height: 100%;
}
.footer .l-border {
  height: 61px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .f-list {
  font-size: 14px;
  line-height: 24px;
  transform: translateY(-5px);
  padding-left: 17px;
  margin-right: 60px;
}
.footer .f-list span,
.footer .f-list a {
  color: #FFFFFF;
}
.footer .f-list a:hover {
  text-decoration: underline !important;
}
.footer .f-logo2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
}
.footer .f-logo2 img {
  width: 100%;
  height: 100%;
}
.bread-item-groups {
  float: right;
  color: #404040;
  line-height: 26px;
  padding-left: 15px;
  font-weight: 400;
}
.bread-item-groups .bread-location {
  float: left;
}
.bread-item-groups .bread-item {
  float: right;
}
.bread-item-groups .bread-item span {
  color: #B3B3B3;
}
.bread-item-groups .bread-item .cur {
  color: #BA0705;
}
.other-menu {
  background: none;
}
.other-menu .menu-title {
  padding: 25px 27px;
  background-size: cover !important;
  background: url('menu-titlebg.png') no-repeat center center;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 6px;
  line-height: 26px;
  margin-bottom: 17px;
}
.other-menu .menu-cont {
  font-weight: 400;
  color: #303133;
  line-height: 22px;
}
.other-menu .menu-cont .box-a {
  background: #FFFFFF;
  box-shadow: 0px 5px 18px 0px rgba(159, 146, 146, 0.2);
  border-radius: 6px;
  margin-bottom: 10px;
}
.other-menu .menu-cont .box-a .a-title {
  display: block;
  position: relative;
  padding: 17px 17px 17px 47px;
  font-weight: bold;
  color: #2D303B;
}
.other-menu .menu-cont .box-a .a-title:after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .box-a .a-title.active,
.other-menu .menu-cont .box-a .a-title:hover {
  color: #AD1317;
}
.other-menu .menu-cont .box-a .active {
  color: #AD1317;
}
.other-menu .menu-cont .box-a .a-title::before {
  position: absolute;
  content: '';
  top: 19px;
  left: 27px;
  width: 5px;
  height: 17px;
  background: #CD1016;
  border-radius: 3px;
}
.comp-pages {
  padding-top: 8px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #D11313;
  border: 1px solid #D11313;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #D11313;
  border: 1px solid #D11313;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #B90707;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.ny-box {
  padding: 36px 0 41px 0;
  background: #FFFAF4 url('ny-t-r.png') no-repeat top right;
  position: relative;
  z-index: 1;
}
.ny-box .ny-cont {
  background: #FFFFFF url(mbx.png) no-repeat top right;
  box-shadow: 0px 5px 18px 0px rgba(159, 146, 146, 0.2);
  border-radius: 6px;
  padding: 24px 30px 40px 30px;
  min-height: 400px;
}
.ny-box .ny-cont .title-line {
  border-bottom: 1px solid #EFE0D0;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 30px;
}
.ny-box .ny-cont .title-line::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 87px;
  height: 4px;
  background: #BA1311;
}
.ny-box .ny-cont .cont-title {
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  float: left;
}
.ny-box::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 363px;
  background: url('ny-lb.png') no-repeat;
}
@media (max-width: 767px) {
  .ny-box .ny-cont .cont-title {
    margin-bottom: 10px;
  }
  .ny-box .ny-cont .cont-title,
  .ny-box .ny-cont .bread-item-groups {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .ny-box .ny-cont .bread-item-groups > div {
    display: inline;
    float: none !important;
  }
}
.zc-box {
  background: url('zc-bg.png') repeat-x;
  background-size: cover !important;
  padding-bottom: 60px;
}
.zc-box .bread-item-groups {
  float: left;
  margin-bottom: 17px;
  margin-top: 17px;
}
.zc-box .zc-cont {
  background-color: #FAFAF9 !important;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  margin-top: 58px;
  background: url('zc-cont-bg1.png') no-repeat center top;
  background-size: 100%;
}
.zc-box .zc-cont::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  content: '';
  z-index: -1;
  background: url('zc-cont-bg.png') no-repeat center bottom;
}
.zc-box .title-box {
  height: 105px;
  position: relative;
  text-align: center;
  background: url('zc-titlebg.png') no-repeat center;
}
.zc-box .title-box .title {
  font-weight: bold;
  color: #BA0705;
}
.zc-box .title-box .t-60 {
  width: 149px;
  margin: 3px auto 0;
  line-height: 27px;
  color: #DFBC89;
  height: 27px;
  border-top: 1px solid rgba(223, 188, 137, 0.5);
  border-bottom: 1px solid rgba(223, 188, 137, 0.5);
}
.zc-box .line {
  width: 100%;
  height: 4px;
  background: url('line.png') repeat-x #F4F0EC;
}
.zc-box .cont {
  padding: 15px 66px 120px 66px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.zc-box .cont p {
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .zc-box {
    padding-bottom: 30px;
  }
  .zc-box .zc-cont {
    padding-top: 30px;
  }
  .zc-box .cont {
    padding-bottom: 35px !important;
  }
}
.zysj-box .zysj-list {
  padding-left: 31px;
  border-left: 1px solid #E7D4BF;
  margin-left: 9px;
}
.zysj-box .zysj-list li {
  margin-bottom: 32px;
  position: relative;
}
.zysj-box .zysj-list li::before {
  position: absolute;
  content: '';
  top: 60px;
  left: -40px;
  width: 17px;
  height: 17px;
  background: url('icon1.png') no-repeat;
}
.zysj-box .zysj-list li::after {
  position: absolute;
  content: '';
  top: 69px;
  left: -18px;
  width: 13px;
  height: 1px;
  background: #E7D4BF;
}
.zysj-box .list-box {
  display: block;
}
.zysj-box .list-box .img-box {
  float: left;
  width: 210px;
  height: 136px;
  margin-right: 23px;
  overflow: hidden;
}
.zysj-box .list-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zysj-box .list-box .cont-box {
  overflow: hidden;
}
.zysj-box .list-box .list-date {
  font-weight: bold;
  color: #393A3D;
  line-height: 56px;
}
.zysj-box .list-box .list-title {
  font-weight: 400;
  color: #54555A;
  line-height: 25px;
  max-height: 75px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zysj-box .list-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.zysj-box .list-box:hover .list-title {
  color: #D11313;
}
.zycg-box .zycg-list li {
  margin-bottom: 15px;
}
.zycg-box .list-box {
  display: block;
}
.zycg-box .list-box .img-box {
  float: left;
  width: 210px;
  height: 136px;
  margin-right: 23px;
  overflow: hidden;
}
.zycg-box .list-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zycg-box .list-box .cont-box {
  transform: translateY(-13px);
}
.zycg-box .list-box .list-title {
  font-weight: bold;
  color: #393A3D;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zycg-box .list-box .list-desc {
  font-weight: 400;
  color: #54555A;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zycg-box .list-box .more-btn {
  font-weight: 400;
  color: #D3B488;
  line-height: 25px;
  margin-top: 4px;
}
.zycg-box .list-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.zycg-box .list-box:hover .list-title {
  color: #D11313;
}
.kxfz-box .kxfz-list li {
  margin-bottom: 15px;
}
.kxfz-box .list-box {
  display: block;
  position: relative;
}
.kxfz-box .list-box.no-img .img-box {
  width: 100px;
  margin-right: 0;
}
.kxfz-box .list-box .img-box {
  float: left;
  width: 210px;
  height: 136px;
  margin-right: 23px;
  overflow: hidden;
}
.kxfz-box .list-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.kxfz-box .list-box .date-box {
  position: absolute;
  top: 0;
  left: 13px;
  background: rgba(231, 22, 22, 0.9);
  text-align: center;
  padding: 10px 6px 5px 6px;
}
.kxfz-box .list-box .date-box .day {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
}
.kxfz-box .list-box .date-box .year {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 2px;
}
.kxfz-box .list-box .cont-box {
  transform: translateY(-13px);
}
.kxfz-box .list-box .list-title {
  font-weight: bold;
  color: #393A3D;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kxfz-box .list-box .list-desc {
  font-weight: 400;
  color: #54555A;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.kxfz-box .list-box .more-btn {
  font-weight: 400;
  color: #D3B488;
  line-height: 25px;
  margin-top: 4px;
}
.kxfz-box .list-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.kxfz-box .list-box:hover .list-title {
  color: #D11313;
}
@media (max-width: 767px) {
  .kxfz-box .list-box {
    display: block;
    position: relative;
  }
  .kxfz-box .list-box.no-img .img-box {
    float: left;
    width: 100px;
    margin-right: 0;
  }
  .kxfz-box .list-box.no-img .img-box .date-box {
    position: relative;
    width: 70px;
  }
}
.ldgh-box .ldgh-list {
  display: block;
  margin-bottom: 30px;
}
.ldgh-box .ldgh-list .img-box-w {
  padding: 12px;
  background-size: cover !important;
  background: url('ldgh-bg.png') no-repeat center;
}
.ldgh-box .ldgh-list .img-box {
  height: 258px;
  overflow: hidden;
}
.ldgh-box .ldgh-list .img-box img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.ldgh-box .ldgh-list .title {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  margin-top: 6px;
}
.ldgh-box .ldgh-list:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ldgh-box .ldgh-list:hover .title {
  color: #D11313;
}
@media (max-width: 767px) {
  .ldgh-box .ldgh-list .title {
    overflow: visible;
    white-space: normal;
  }
}
.sqdt-box {
  background-image: none;
}
.sqdt-box::after {
  display: none;
}
.sqdt-box .sqdt-list li {
  margin-bottom: 20px;
}
.sqdt-box .box-s {
  display: block;
  background: #FCF5F0;
  position: relative;
  transition: all 0.7s;
}
.sqdt-box .box-s .box-date {
  background-size: cover !important;
  background: url('date-bg.png') no-repeat center;
  float: left;
  text-align: center;
  padding: 20px;
  transition: all 0.7s;
}
.sqdt-box .box-s .box-date .date-01 {
  font-weight: 400;
  color: #404040;
  line-height: 26px;
  transition: all 0.7s;
}
.sqdt-box .box-s .box-date .date-line {
  width: 16px;
  height: 2px;
  background-color: #fff;
  margin: 5px auto;
  transition: all 0.7s;
}
.sqdt-box .box-s .box-date .date-02 {
  font-weight: 400;
  color: #404040;
  line-height: 26px;
  opacity: 0.8;
  transition: all 0.7s;
}
.sqdt-box .box-s .title {
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding: 39px 100px 39px 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.7s;
}
.sqdt-box .box-s .more-icon {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background: url('sqdt-right.png');
  transition: all 0.7s;
}
.sqdt-box .box-s:hover {
  transition: all 0.7s;
  background: #FFF;
  box-shadow: 0px 9px 18px 0px rgba(159, 146, 146, 0.3);
}
.sqdt-box .box-s:hover .box-date {
  transition: all 0.7s;
  background: url('date-bg-active.png');
}
.sqdt-box .box-s:hover .box-date .date-01 {
  color: #FFFFFF;
  transition: all 0.7s;
}
.sqdt-box .box-s:hover .box-date .date-line {
  background-color: #fff;
  opacity: 0.34;
  transition: all 0.7s;
}
.sqdt-box .box-s:hover .box-date .date-02 {
  color: #FFFFFF;
  transition: all 0.7s;
}
.sqdt-box .box-s:hover .title {
  font-weight: bold;
  color: #C01612;
  transition: all 0.7s;
}
.sqdt-box .box-s:hover .more-icon {
  transition: all 0.7s;
  background: url('sqdt-right-active.png');
}
@media (max-width: 767px) {
  .sqdt-box .box-s {
    display: block;
    background: #FCF5F0;
    position: relative;
    transition: all 0.7s;
  }
  .sqdt-box .box-s .box-date {
    background: none;
    float: left;
    text-align: center;
    padding: 15px 20px 10px;
    transition: all 0.7s;
    width: 100%;
  }
  .sqdt-box .box-s .box-date > div {
    float: left;
    margin-right: 10px;
  }
  .sqdt-box .box-s .box-date > div:last-child {
    margin-right: 0;
  }
  .sqdt-box .box-s .box-date .date-01 {
    font-weight: 400;
    color: #404040;
    line-height: 26px;
    transition: all 0.7s;
  }
  .sqdt-box .box-s .box-date .date-line {
    display: none;
  }
  .sqdt-box .box-s .box-date .date-02 {
    font-weight: 400;
    color: #404040;
    line-height: 26px;
    opacity: 0.8;
    transition: all 0.7s;
  }
  .sqdt-box .box-s .title {
    padding: 10px 20px 15px;
    line-height: 26px;
    overflow: visible;
    white-space: normal;
    font-size: 16px;
  }
  .sqdt-box .box-s .more-icon {
    display: none;
  }
}
.ryxq-box .info-top .img-box {
  float: left;
  width: 145px;
  height: 195px;
  overflow: hidden;
}
.ryxq-box .info-top .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ryxq-box .info-top .name-box {
  background: #FCF5F0;
  padding: 23px 23px 37px 30px;
  overflow: hidden;
  min-height: 195px;
}
.ryxq-box .info-top .name-box .name {
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  border-bottom: 1px solid #e6dcd2;
  padding-bottom: 16px;
  margin-bottom: 14px;
}
.ryxq-box .info-top .name-box .info-table {
  font-weight: 400;
  line-height: 26px;
}
.ryxq-box .info-top .name-box .info-table .title-s {
  color: #B69B80;
  float: left;
}
.ryxq-box .info-top .name-box .info-table .txt-s {
  color: #333333;
  display: block;
  overflow: hidden;
}
.ryxq-box .other-groups {
  margin-top: 30px;
}
.ryxq-box .other-groups .info-title {
  width: 100%;
  height: 50px;
  background-size: cover !important;
  background: url('ry-title.png') no-repeat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  padding-left: 42px;
  position: relative;
}
.ryxq-box .other-groups .info-title::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url('wenjian.png') no-repeat;
}
.ryxq-box .other-groups .info-title2 {
  background: url('ry-title2.png') no-repeat !important;
}
.ryxq-box .other-groups .info-txt {
  padding: 27px 40px 0 40px;
  font-weight: 400;
  color: #404040;
  line-height: 34px;
}
.detail-info {
  margin-top: 30px;
  padding: 0 40px;
  font-weight: 400;
  color: #404040;
  line-height: 34px;
}
.detail-info b {
  width: 100%;
  height: 50px;
  background: url(title-line-bg.png) repeat-x;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  margin-left: -40px;
}
.detail-info b span {
  position: relative;
  padding-left: 42px;
  padding-right: 30px;
  background: url(title-line-bg-02.png) no-repeat right top;
  display: inline-block;
  z-index: 2;
  vertical-align: bottom;
}
.detail-info b::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(wenjian.png) no-repeat;
  z-index: 3;
}
@media (max-width: 767px) {
  .detail-info {
    padding: 0 15px;
    line-height: 26px;
  }
  .detail-info b {
    font-size: 16px;
    margin-left: -15px;
  }
}
.zhzf-box {
  background: url(zhzf-bg.png) repeat-x;
  background-size: cover !important;
}
.zhzf-box.ny-box::after {
  display: none;
}
.zhzf-box .ny-cont {
  background: url('zhzf-titbg.png') no-repeat top center;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 30px 0px 30px;
}
.zhzf-box .tabber-box {
  text-align: center;
  margin-bottom: 40px;
}
.zhzf-box .tabber-box .a-tab {
  width: 110px;
  height: 45px;
  background: #F09C26;
  border-radius: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  display: inline-block;
  margin-left: 5px;
  transition: all 0.5s;
}
.zhzf-box .tabber-box .a-tab:hover {
  background: #CC0E10;
  transition: all 0.5s;
}
.zhzf-box .tabber-box .active {
  background: #CC0E10;
}
.zhzf-box .tab-cont > div {
  display: none;
}
.zhzf-box .tab-cont > div:first-child {
  display: block;
}
.zhzf-box .img-box {
  height: 371px;
  margin-bottom: 40px;
}
.zhzf-box .img-box img {
  width: 100%;
  height: 100%;
}
.xgly-box {
  background: url('xgly-bg.png') repeat-x;
  background-size: cover !important;
  padding: 18px 0 41px 0;
}
.xgly-box.ny-box::after {
  display: none;
}
.xgly-box .ny-cont {
  padding-top: 40px;
}
.xgly-box .ny-cont .tab-title {
  margin: 0px 0 20px 0;
}
.xgly-box .bread-item-groups {
  float: none;
  margin-bottom: 18px;
}
.xgly-box .bread-item-groups .bread-item {
  float: none;
}
.xgly-box .tab-title::before {
  left: 258px;
}
.xgly-box .tab-title::after {
  right: 278px;
}
.xgly-box .pic-title {
  margin-bottom: 10px;
}
.xgly-box .pic-title .pic-btn {
  display: inline-block;
  text-align: center;
  width: 48%;
  background: url(xgly-title.png) no-repeat center;
  font-size: 26px;
  font-weight: bold;
  color: #CF0D03;
  line-height: 58px;
  height: 58px;
}
.xgly-box .img-groups .box > div {
  margin-bottom: 20px;
}
.xgly-box .img-groups .box img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.xgly-box .img-groups .box .img-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.xgly-box .img-groups .box .img-hov {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: justify;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.7s;
  opacity: 0;
}
.xgly-box .img-groups .box .box-b,
.xgly-box .img-groups .box .s-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.xgly-box .img-groups .box .box-s .row-s {
  margin-left: -10px;
  margin-right: -10px;
}
.xgly-box .img-groups .box .box-s .row-s .col-s {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.xgly-box .img-groups .box .box-s .row-s .col-s:nth-last-of-type(-n +2) {
  margin-bottom: 0;
}
.xgly-box .img-groups .box-b:hover .img-hov,
.xgly-box .img-groups .s-img:hover .img-hov {
  opacity: 1;
  top: 0;
  bottom: 0px;
  transition: all 0.7s;
}
.xgly-box .img-groups .box-b:hover img,
.xgly-box .img-groups .s-img:hover img {
  transition: all 0.7s;
  transform: scale(1.1);
}
.xgly-box .box-b {
  float: left;
  width: 48%;
}
.xgly-box .box-b .txt-info {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.xgly-box .news-img {
  padding-right: 36px;
}
.xgly-box .news-img .box-b {
  height: 200px;
}
.xgly-box .news-img .box-b:nth-child(8n + 3),
.xgly-box .news-img .box-b:nth-child(8n) {
  width: 100%;
  height: auto;
}
.xgly-box .news-img .box-b:nth-child(8n + 2),
.xgly-box .news-img .box-b:nth-child(8n + 5),
.xgly-box .news-img .box-b:nth-child(8n + 7) {
  float: right;
}
.xgly-box .old-img {
  padding-left: 36px;
}
.xgly-box .old-img .box-b {
  height: 200px;
}
.xgly-box .old-img .box-b:nth-child(8n + 1),
.xgly-box .old-img .box-b:nth-child(8n +4) {
  width: 100%;
  height: auto;
}
.xgly-box .old-img .box-b:nth-child(8n + 3),
.xgly-box .old-img .box-b:nth-child(8n + 6),
.xgly-box .old-img .box-b:nth-child(8n) {
  float: right;
}
.lg-sub-html {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ldgh-box .ldgh-list .img-box-w {
  background: none;
}
.ldgh-box.video-list .ldgh-list .img-box {
  height: 370px;
}
.xilan-box .details-page .detail-top .title-s {
  max-width: 640px;
}
@media (max-width: 991px) {
  .h30 {
    font-size: 24px;
  }
  .xgly-box .pic-title .pic-btn {
    font-size: 22px;
  }
  .ldgh-box .ldgh-list .img-box-w {
    padding: 0;
  }
  .ldgh-box.video-list .ldgh-list .img-box {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .old-img {
    display: none;
  }
  .pic-title .pic-btn.active {
    color: #F09C26;
  }
}
body {
  overflow-x: hidden;
}
#phone-menu {
  display: none;
}
@media (max-width: 992px) {
  #pc-menu {
    display: none;
  }
  #phone-menu {
    display: block;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    font-weight: normal;
    line-height: 32px;
    font-size: 16px;
  }
}
/*  */
.xgrw-box .xgrw-row {
  margin: 0;
}
.xgrw-box .xgrw-row .xgrw-pd {
  padding: 0 36px;
}
.xgrw-box .xgrw-list {
  display: block;
  margin-bottom: 34px;
}
.xgrw-box .xgrw-list:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.xgrw-box .xgrw-list:hover .xgrw-name,
.xgrw-box .xgrw-list:hover .xgrw-age {
  color: #D11313;
}
.xgrw-box .img-box {
  height: 277px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.xgrw-box .img-box img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.xgrw-box .img-box-w {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover !important;
  background: url('xgrw-bg.png') no-repeat center;
}
.xgrw-box .xgrw-name,
.xgrw-box .xgrw-age {
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xgrw-box .xgrw-name {
  font-weight: bold;
  color: #404040;
  margin-bottom: 4px;
}
.xgrw-box .xgrw-age {
  font-weight: 400;
  color: #737373;
}
/* index-style-media.less */
@media all and (max-width: 1280px) {
  .xgrw-box .img-box {
    height: 190px;
  }
}
@media all and (max-width: 1024px) {
  .xgrw-box .xgrw-list {
    margin-bottom: 26px;
  }
  .xgrw-box .img-box {
    height: 188px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 991px) {
  .xgrw-box .img-box {
    height: 198px;
  }
  .xgrw-box .xgrw-name,
  .xgrw-box .xgrw-age {
    overflow: visible;
    white-space: normal;
  }
}
@media all and (max-width: 767px) {
  .xgrw-box .row .col-sm-4:nth-child(2n +1) {
    clear: left;
  }
  .xgrw-box .xgrw-row {
    margin: 0 -15px;
  }
  .xgrw-box .xgrw-row .xgrw-pd {
    padding: 0 15px;
  }
  .xgrw-box .img-box {
    height: auto;
  }
}

.public-more {
  display: block;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D7DBE3;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 40px auto 60px auto;
  transition: all 0.5s;
  margin: 30px auto 0;
}
.public-more:hover {
  background-color: #CC0E10;
  color: #fff;
  transition: all 0.5s;
}
/*  */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu a {
  display: block;
  line-height: 30px;
  padding: 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
      width: 100%;
      background: #fff;
      border: solid 1px #e0e0e0;
      border-top: solid 3px;
      border-top-color: #CD1016;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu a {
    display: block;
    line-height: 30px;
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    padding: 10px 0;
    color: #fff!important;
    text-align: left !important;
    border-bottom: none!important;
  }

}