body {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}
@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*nav*/
.header-nav {
  min-height: 90px;
  z-index: 999;
  background-color: #fff;
  margin-bottom: 0;
  border: none;
}
.header-nav .header-bg {
  background-color: #b92429;
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
}
.header-nav .container {
  position: relative;
  z-index: 99;
}
.header-nav .navbar-brand {
  padding-top: 17px;
  padding-bottom: 17px;
  height: auto;
}
.header-nav .navbar-nav li {
  margin-right: 2px;
}
.header-nav .navbar-nav li:last-child {
  margin-right: 0;
}
.header-nav .navbar-nav li > a {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #000000;
  padding: 0 20px;
}
.header-nav .dropdown-menu {
  background-color: #fff;
  transform: translateX(-50%);
  left: 50%;
}
.header-nav .dropdown-menu a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 40px;
}
.header-nav .dropdown-menu a:hover {
  background-color: #c01920;
  color: #fff;
}
.header-nav .navbar-nav > li > a:hover,
.header-nav .navbar-nav > li > a:focus,
.header-nav .navbar-nav > .active > a,
.header-nav .navbar-nav > .active > a:hover,
.header-nav .navbar-nav > .active > a:focus,
.header-nav .navbar-nav > .open > a,
.header-nav .navbar-nav > .open > a:hover,
.header-nav .navbar-nav > .open > a:focus {
  background: #b92429;
  color: #fff;
}
/*footer*/
.footer {
  background-color: #333333;
}
.footer .footer-top {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 170px;
}
.footer .footer-top .container {
  padding-right: 160px;
  position: relative;
}
.footer .footer-top .box-links {
  font-size: 16px;
  line-height: 26px;
  color: #bbbbbb;
}
.footer .footer-top .box-links span,
.footer .footer-top .box-links a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer .footer-top .box-links a {
  color: #bbbbbb;
}
.footer .footer-top .box-links a:hover {
  text-decoration: underline;
}
.footer .footer-top .box-links .line {
  margin-left: 10px;
  margin-right: 10px;
}
.footer .footer-top .box-erwm {
  position: absolute;
  right: 0;
  top: 30px;
}
.footer .footer-top .box-erwm img {
  display: block;
  max-width: 120px;
}
.footer .footer-info {
  border-top: 1px solid #8a8a8a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-info .row {
  margin-left: -2%;
  margin-right: -2%;
}
.footer .footer-info .row .box-w {
  padding: 20px 2%;
}
.footer .footer-info .row .box-w:first-child {
  border-right: 1px solid #8a8a8a;
}
.footer .footer-info .footer-logo .box-logo {
  margin-bottom: 10px;
}
.footer .footer-info .footer-logo .box-logo img {
  display: block;
}
.footer .footer-info .footer-logo .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #bbbbbb;
}
.footer .footer-info .footer-groups ul li {
  float: left;
  width: 10%;
}
.footer .footer-info .footer-groups ul li .box-title a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #e6e6e6;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-info .footer-groups ul li .box-a a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #bbbbbb;
}
/*other-banner*/
.other-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.other-banner img {
  display: block;
  width: 100%;
}
.other-banner .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 20, 61, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-banner .banner-cont span {
  font-size: 48px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
/*other-menu*/
.other-menu {
  background-color: #f8f8f8;
  text-align: center;
  font-size: 0;
}
.other-menu .a-title {
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  color: #999999;
  padding: 0 23px;
  margin: 0 2px;
  vertical-align: bottom;
  display: inline-block;
}
.other-menu .a-title:hover,
.other-menu .a-title.current {
  background: #b92429;
  color: #fff;
}
/* other-main */
.other-main {
  padding-top: 45px;
  padding-bottom: 45px;
}
.page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page a {
  height: 56px;
  line-height: 56px;
  background-color: #d4d4d4;
  border-radius: 5px;
  font-size: 24px;
  color: #ffffff;
  margin: 0 4px;
  display: inline-block;
  padding: 0 22px;
}
.page a.a-s {
  background-color: #8e9190;
}
.page a:hover,
.page a.current {
  background-color: #e71b1b;
  color: #fff;
}
/*----------------------------------------------  module  -----------------------------------------*/
.mod-01 .m-title {
  text-align: center;
  font-size: 20px;
  color: #424242;
  font-weight: bold;
  margin-bottom: 30px;
}
.mod-01 .box-cont {
  font-size: 16px;
  line-height: 36px;
  color: #424242;
}
.mod-02 .box-s {
  position: relative;
  padding-left: 335px;
  padding-right: 90px;
  margin-bottom: 35px;
  min-height: 188px;
}
.mod-02 .box-s .box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 313px;
}
.mod-02 .box-s .box-img img {
  display: block;
  transition: all 0.7s;
  width: 100%;
}
.mod-02 .box-s .box-info .box-title {
  display: block;
  font-size: 20px;
  color: #868686;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: bold;
}
.mod-02 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 36px;
  color: #868686;
  height: 72px;
  overflow: hidden;
  margin-bottom: 30px;
}
.mod-02 .box-s .box-info .box-data {
  background: url("../images/img-08.png") no-repeat top left;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
  font-size: 14px;
  color: #c9c9c9;
}
.mod-02 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 188px;
  border: solid 1px #d9d9d9;
  background: url("../images/img-06.png") no-repeat center center;
}
.mod-02 .box-s:hover .box-img {
  border: solid 1px #e71b1b;
  padding: 3px;
}
.mod-02 .box-s:hover .box-info .box-title {
  color: #e71b1b;
}
.mod-02 .box-s:hover .box-more {
  border: solid 1px #e71b1b;
  background: url("../images/img-07.png") no-repeat center center;
}
.mod-03 .box-s {
  border-bottom: 1px dotted #e5e5e5;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-right: 90px;
  font-size: 16px;
}
.mod-03 .box-s .box-date {
  color: #ababab;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-03 .box-s .box-a {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #656565;
}
.mod-03 .box-s:hover .box-a {
  color: #e71b1b;
}
.mod-04 .box-s {
  position: relative;
  padding-left: 126px;
  min-height: 195px;
  margin-bottom: 30px;
}
.mod-04 .box-s .box-date {
  width: 116px;
  height: 195px;
  background-color: #8e9190;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #eeeeee;
  text-align: center;
  line-height: 1.2;
}
.mod-04 .box-s .box-date .day {
  font-size: 50px;
  font-weight: bold;
}
.mod-04 .box-s .box-info {
  height: 195px;
  background-color: #eeeeee;
  padding: 30px;
  position: relative;
}
.mod-04 .box-s .box-info .box-title {
  display: block;
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  color: #777777;
  height: 34px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.mod-04 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  color: #a1a1a1;
  margin-right: 70px;
}
.mod-04 .box-s .box-info .box-more {
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  background: url("../images/img-09.png") no-repeat top center;
}
.mod-04 .box-s:hover .box-date {
  background-color: #e71b1b;
}
.mod-04 .box-s:hover .box-info {
  background-color: #e71b1b;
}
.mod-04 .box-s:hover .box-info .box-title {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.mod-04 .box-s:hover .box-info .box-txt {
  color: #fff;
}
.mod-04 .box-s:hover .box-info .box-more {
  background: url("../images/img-10.png") no-repeat top center;
}
.mod-05 .m-title {
  text-align: center;
  margin-bottom: 30px;
}
.mod-05 .m-title h1 {
  font-size: 24px;
  color: #777777;
  line-height: 34px;
  margin-bottom: 10px;
}
.mod-05 .m-title .title-other {
  border-top: 1px solid #eaeaea;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  color: #b3b3b3;
}
.mod-05 .box-main {
  font-size: 16px;
  line-height: 36px;
  color: #777777;
}
.mod-05 .box-page {
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
  padding-top: 20px;
}
.mod-05 .box-page a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8f8f8f;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-05 .box-page a:hover {
  color: #000000;
}
.mod-06 .box-top {
  margin-bottom: 10%;
}
.mod-06 .box-top .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-06 .box-top .row .box-w {
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #fff;
}
.mod-06 .box-top .row .box-w:last-child {
  border-right: none;
}
.mod-06 .box-top .box-s {
  height: 300px;
  background-color: #f4f4f4;
  padding: 45px 25px 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.mod-06 .box-top .box-s .box-icon {
  width: 65px;
  height: 54px;
  position: relative;
  margin: 0 auto 20px;
}
.mod-06 .box-top .box-s .box-icon img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-06 .box-top .box-s .box-icon img.img-h {
  display: none;
}
.mod-06 .box-top .box-s .box-title {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 15px;
}
.mod-06 .box-top .box-s .box-txt {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.mod-06 .box-top .box-s:hover {
  background-color: #e71b1b;
  box-shadow: 0px 0px 30px 0 rgba(217, 56, 105, 0.6);
}
.mod-06 .box-top .box-s:hover .box-icon img.img-d {
  display: none;
}
.mod-06 .box-top .box-s:hover .box-icon img.img-h {
  display: block;
}
.mod-06 .box-top .box-s:hover .box-title,
.mod-06 .box-top .box-s:hover .box-txt {
  color: #fff;
}
.mod-06 .box-info .info-s {
  margin-bottom: 20px;
}
.mod-06 .box-info .info-s .title-s {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 5px;
}
.mod-06 .box-info .info-s .txt-s {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.mod-06 .box-info .map-s img {
  display: block;
  width: 100%;
}
/*----------------------------------------------- index ---------------------------------------------*/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  margin-top: -29px;
  z-index: 99;
  width: 25px;
  height: 57px;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  display: none;
}
.index-banner .swiper-button-next {
  background: url("../images/img-18.png") no-repeat top center;
  right: 5%;
}
.index-banner .swiper-button-next:hover {
  background: url("../images/img-18-h.png") no-repeat top center;
}
.index-banner .swiper-button-prev {
  background: url("../images/img-17.png") no-repeat top center;
  left: 5%;
}
.index-banner .swiper-button-prev:hover {
  background: url("../images/img-17-h.png") no-repeat top center;
}
.index-banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #000000;
  opacity: 0.3;
  border-radius: 0;
  margin: 0 4px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #b92429;
}
.index-box {
  margin-top: 40px;
  overflow: hidden;
}
.index-title {
  line-height: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.index-title .title-l {
  float: left;
  display: flex;
  align-items: center;
}
.index-title .title-l .t-icon img {
  vertical-align: middle;
}
.index-title .title-l .t-ch {
  font-size: 24px;
  color: #000000;
  margin-left: 12px;
}
.index-title .title-l .t-en {
  font-size: 14px;
  color: #5b5b5b;
  margin-left: 8px;
}
.index-title .title-more {
  float: right;
  font-size: 14px;
  color: #969696;
}
.index-title-02 {
  text-align: center;
  margin-bottom: 30px;
}
.index-title-02 > div {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  padding-right: 35px;
}
.index-title-02 > div:after,
.index-title-02 > div:before {
  content: '';
  position: absolute;
  width: 72px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
}
.index-title-02 > div:before {
  background: url("../images/img-42.png") no-repeat;
  left: -72px;
}
.index-title-02 > div:after {
  background: url("../images/img-43.png") no-repeat;
  right: -72px;
}
.index-title-02 > div span {
  display: inline-block;
}
.index-title-02 > div .title-ch {
  font-size: 24px;
  color: #000000;
}
.index-title-02 > div .title-en {
  font-size: 14px;
  color: #5b5b5b;
  margin-left: 10px;
}
.index-groups .container > .row {
  margin-left: -2%;
  margin-right: -2%;
}
.index-groups .container > .row > .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.index-box-01 .box-img img {
  display: block;
  width: 100%;
}
.index-box-01 .box-list .a-s {
  display: block;
  border-bottom: 1px dashed #dedede;
  position: relative;
  padding-right: 95px;
  line-height: 46px;
}
.index-box-01 .box-list .a-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #adadad;
}
.index-box-01 .box-list .a-s .box-a {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  color: #1a1a1a;
}
.index-box-01 .box-list .a-s:hover .box-a {
  color: #b92429;
}
.index-box-01 .box-info {
  margin-bottom: 20px;
}
.index-box-01 .box-info .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-01 .box-info .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-01 .box-info .img-s img {
  display: block;
  width: 100%;
}
.index-box-01 .box-info .info-s .title-s {
  display: block;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  margin-bottom: 10px;
}
.index-box-01 .box-info .info-s .txt-s {
  font-size: 16px;
  color: #7c7c7c;
  max-height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-01 .box-info .info-s .a-more {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #b92429;
  display: inline-block;
  line-height: 24px;
}
.index-box-02 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.index-box-02 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.index-box-02 .box-s {
  box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e0e0e0;
  margin-bottom: 20px;
  overflow: hidden;
}
.index-box-02 .box-s img {
  display: block;
  transition: all 0.7s;
  width: 100%;
}
.index-box-02 .box-s:hover img {
  transform: scale(1.1);
}
.index-box-03 .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.index-box-03 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.index-box-03 .box-s {
  position: relative;
  height: 100%;
}
.index-box-03 .box-s .img-s {
  display: block;
  width: 100%;
}
.index-box-03 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index-box-03 .box-s .box-mc .title-s {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.index-box-03 .box-s.box-01 .a-s {
  display: block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}
.index-box-03 .box-s.box-02 > div {
  height: 50%;
}
.index-box-03 .box-s.box-02 .box-02-top {
  position: relative;
}
.index-box-03 .box-s.box-02 .box-02-top .box-mc .icon-s {
  margin-bottom: 10px;
}
.index-box-03 .box-s.box-02 .box-02-top .box-mc .icon-s img {
  display: block;
  margin: 0 auto;
}
.index-box-03 .box-s.box-02 .box-02-btm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.index-box-03 .box-s.box-02 .box-02-btm .title-s {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
.index-box-03 .box-s.box-02 .box-02-btm .txt-s {
  font-size: 14px;
  line-height: 26px;
  color: #4c4c4c;
  text-align: center;
}
.index-box-03 .box-s.box-02 .box-02-btm .txt-s-02 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
.index-box-03 .box-s.box-02 .box-02-btm .txt-s-02 a {
  display: inline-block;
  letter-spacing: 0px;
  color: #ffffff;
}
.index-box-03 .box-s.box-02 .box-02-btm .txt-s-02 span {
  margin-left: 10px;
  margin-right: 10px;
}
.index-box-03 .box-s.box-02 .box-02-btm .a-s {
  color: #b92429;
}
.index-box-03 .box-s.box-02 .box-02-btm.box-02 {
  background-color: #b92429;
  color: #fff;
}
.index-box-03 .box-s.box-02 .box-02-btm.box-02 .title-s {
  color: #fff;
}
.index-box-04 img {
  display: block;
  width: 100%;
}
.index-box-05 .swiper-pagination {
  left: auto;
  width: auto;
  right: 25px;
  bottom: 20px;
}
.index-box-05 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  margin: 0 2px;
}
.index-box-05 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-box-05 .box-s img {
  display: block;
  width: 100%;
}
.index-box-05 .box-s .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.index-box-05 .box-s .box-title .title-s {
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #ffffff;
  display: block;
}
.index-box-05 .box-s .box-title .txt-s {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.index-box-07 {
  padding-bottom: 20px;
}
.index-box-07 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.index-box-07 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.index-box-07 .row .box-w:nth-last-child(2) .box-s,
.index-box-07 .row .box-w:nth-last-child(1) .box-s {
  margin-bottom: 0;
}
.index-box-07 .box-s {
  margin-bottom: 35px;
  position: relative;
}
.index-box-07 .box-s .box-img {
  width: 55%;
}
.index-box-07 .box-s .box-img img {
  display: block;
  width: 100%;
}
.index-box-07 .box-s .box-info {
  width: 47%;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e1e1e1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 48%;
  padding: 35px 25px;
  background-color: #fff;
}
.index-box-07 .box-s .box-info .box-title {
  display: block;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  margin-bottom: 15px;
}
.index-box-07 .box-s .box-info .box-date {
  font-size: 16px;
  color: #a2a2a2;
  line-height: 24px;
  margin-bottom: 20px;
}
.index-box-07 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #7f7f7f;
}
.index-box-08 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-08 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-08 .box-s {
  margin-bottom: 15px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
}
.index-box-08 .box-s .box-img img {
  display: block;
  width: 100%;
}
.index-box-08 .box-s .box-cont {
  padding: 20px 20px 20px 110px;
  position: relative;
  min-height: 120px;
}
.index-box-08 .box-s .box-cont .box-date {
  line-height: 1.1;
  font-size: 18px;
  color: #909090;
  position: absolute;
  left: 20px;
  top: 10px;
  text-align: center;
}
.index-box-08 .box-s .box-cont .box-date span {
  display: block;
  font-size: 70px;
  color: #474747;
  line-height: 70px;
}
.index-box-08 .box-s .box-cont .box-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #474747;
  margin-bottom: 8px;
}
.index-box-08 .box-s .box-cont .box-txt {
  font-size: 14px;
  line-height: 22px;
  color: #474747;
  height: 44px;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */