﻿input {
  border: 1px solid #dddddd;
  outline: none;
  font-family: "微软雅黑";
}
input:focus {
  border: 1px solid #dddddd;
}
.imgs:hover img {
  transform: scale(1.1);
}
.imgs img {
  transform: scale(1);
  transition: 0.3s transform;
}
@media screen and (min-width: 800px) {
  #indexbanner .swiper-slide {
    position: relative;
  }
  #indexbanner .swiper-slide > a > p {
    height: 33.5vw;
    overflow: hidden;
  }
  #indexbanner .swiper-slide > a > p img {
    width: 100%;
    max-width: none;
  }
  #indexbanner .swiper-slide div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: white;
    margin-top: 0;
  }
  #indexbanner .swiper-slide div h2 {
    text-align: center;
    font-size: 36.48px;
  }
  #indexbanner .swiper-slide div p {
    text-align: center;
    font-size: 36.48px;
    margin-top: 19.2px;
  }
  #indexbanner .swiper-slide div span {
    width: 192px;
    height: 57.59px;
    line-height: 57.59px;
    border: 1px solid white;
    display: block;
    text-align: center;
    font-size: 17.27px;
    margin: 0 auto;
    margin-top: 48px;
  }
  #indexbanner .swiper-button-next,
  #indexbanner .swiper-button-prev {
    background-size: cover;
  }
  .business {
    padding: 96px 0;
    background-color: #F5F5F5;
    overflow: hidden;
  }
  .business ul {
    width:1152px;
    margin:0 auto;
    margin-top: 0px;
  }
  .business ul li {
    width: 25%;
    float: left;
    margin: 0 0%;
    padding: 48px 0;
    position: relative;
  }
  .business ul li.liHover p {
    background-color: #c9151e;
  }
  .business ul li.liHover p img {
    display: none;
  }
  .business ul li.liHover p img:last-child {
    display: block;
  }
  .business ul li.liHover:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../images/icon_sanjiao.png) no-repeat;
    background-size: cover;
    width: 57.59px;
    height: 28.79px;
  }
  .business ul li:nth-child(6).liHover:before,
  .business ul li:nth-child(7).liHover:before,
  .business ul li:nth-child(8).liHover:before,
  .business ul li:nth-child(9).liHover:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: auto;
    transform: translateX(-50%) rotate(180deg);
    background: url(../images/icon_sanjiao.png) no-repeat;
    background-size: cover;
    width: 57.59px;
    height: 28.79px;
  }
  .business ul li p {
    width: 153.6px;
    height: 153.6px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin: 0 auto;
    transition: 0.3s background-color;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    cursor: pointer;
  }
  .business ul li p:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
  }
  .business ul li p:hover img:first-child {
    display: none;
  }
  .business ul li p:hover img:last-child {
    display: block;
  }
  .business ul li:hover>h2,.business ul li.liHover>h2{
    color:#c9151e;
    font-weight: 600;
  }
  .business ul li p img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 101%;
    max-width: none;
  }
  .business ul li p img:last-child {
    display: none;
  }
  .business ul li h2 {
    text-align: center;
    margin-top: 38.4px;
    font-size: 17px;
  }
  .business ul li > div {
    display: none;
  }
  .business ul li.txtShow {
    width: 160%;
    left:-30%;
    background-color: white;
    padding: 57.59px 36%;
    position: relative;
  }
  .business ul li.txtShow div.content {
    width: 100%;
    float: left;
    display: block;
  }
  .business ul li.txtShow div.content h2 {
    font-size: 17.27px;
    text-align: left;
    font-weight: 600;
    display: none;
  }
  .business ul li.txtShow div.content div {
    display: block;
    /* margin-top: 38.4px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    font-size: 15.36px;
  }
  .business ul li.txtShow div.content a {
    text-align: right;
    display: block;
    margin-top: 38.4px;
    color: #c9151e;
    cursor: pointer;
    font-size: 15.36px;
  }
  .business ul li.txtShow div.content a i {
    font-size: 15.36px;
    margin-left: 3.84px;
  }
  .business ul li.txtShow div.right {
  	display: none;
    width: 10%;
    float: right;
  }
  .business ul li.txtShow div.right span {
    display: block;
    margin: 19.2px 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    
    not supported by any browser */
    border: 1px solid #dddddd;
    cursor: pointer;
    background-color: #F8F8F8;
    height: 76.8px;
    line-height: 76.8px;
    text-align: center;
  }
  .business ul li.txtShow div.right span i {
    font-size: 26.88px;
    color: #888888;
  }
  .news {
    padding: 0 0 96px 0;
    background-color: #F5F5F5;
  }
  .news div.newsNav {
    text-align: center;
    padding: 96px 0 57.59px 0;
  }
  .news div.newsNav span {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #333333;
    border-radius: 38.4px;
    padding: 0 57.59px;
    margin: 0 115.19px;
    height: 57.59px;
    line-height: 57.59px;
    font-size: 15.36px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  .news div.newsNav span.on,.news div.newsNav span:hover {
    background-color: #c9151e;
    color: white;
    border: 1px solid #c9151e;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }
  .news div.content {
    padding: 38.4px 0;
    width:1152px;
    margin:0 auto;
    overflow: hidden;
  }
  .news div.content div.left {
    background-color: white;
    padding: 28.79px;
    width: 30%;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news div.content div.left:hover > h2 {
    color: #c9151e;
  }
  .news div.content div.left > p {
    height: 163.20px;
    overflow: hidden;
  }
  .news div.content div.left > p:hover img {
    transform: scale(1.1);
  }
  .news div.content div.left > p img {
    transform: scale(1);
    transition: 0.3s transform;
  }
  .news div.content div.left > p img {
    width: 100%;
    max-width: none;
  }
  .news div.content div.left > h2 {
    font-size: 17.27px;
    margin-top: 9.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28.79px;
    height: 57.59px;
    font-weight: 600;
  }
  .news div.content div.left > span {
    display: block;
    margin-top: 3.84px;
    font-size: 17.27px;
    color: #999999;
  }
  .news div.content div.left > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-top: 28.79px;
    -webkit-line-clamp: 4;
    line-height: 34.55px;
    height: 138.23px;
    color: #999999;
    font-size: 15.36px;
    margin-bottom: 59.51px;
  }
  .news div.content div.left > a {
    display: block;
    text-align: right;
    font-size: 15.36px;
    margin-top: 38.4px;
  }
  .news div.content div.left > a:hover {
    color: #c9151e;
  }
  .news div.content div.left > a i {
    font-size: 15.36px;
    margin-left: 5px;
    color: #c9151e;
  }
  .news div.content div.right {
    float: right;
    width: 65%;
  }
  .news div.content div.right ul li {
    background-color: white;
    margin-top: 15.36px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .news div.content div.right ul li:hover p.date{
    background-color: #c9151e;
  }
  .news div.content div.right ul li:hover div.text h2 {
    color: #c9151e;
  }
  .news div.content div.right ul li:first-child {
    margin-top: 0;
  }
  .news div.content div.right ul li p.date {
    float: left;
    width: 115.19px;
    height: 128px;
    padding-right: 19.2px;
    line-height: 42.23px;
    text-align: center;
    position: relative;
    padding: 35px 0;
    background-color: #aaa;
  }
  .news div.content div.right ul li p.date:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1.5px solid #dddddd;
    height: 60%;
    display: none;
  }
  .news div.content div.right ul li p.date .r {
    font-size: 30px;
    line-height: 30px;
    display: block;
    font-weight: 600;
    position: relative;
    text-align: left;
    text-align: center;
    color: white;
  }
  .news div.content div.right ul li p.date .r:last-child{
    text-align: center;
    margin-top: 9.6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .news div.content div.right ul li p.date .y {
    font-size: 24.95px;
    display: block;
    color: #999999;
  }
  .news div.content div.right ul li p.date .line{
  	position: absolute;
  	top:50%;
  	font-size: 30.72px;
  	transform: translate(-50%,-50%);
    left: 45%;
    display: none;
  }
  .news div.content div.right ul li div.text {
    margin-left: 133.6px;
    padding: 19.2px 19.2px 19.2px 0;
  }
  .news div.content div.right ul li div.text h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17.27px;
    font-weight: 600;
    line-height: 28.79px;
    height: 28.79px;
  }
  .news div.content div.right ul li div.text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28.79px;
    font-size: 15.36px;
    margin-top: 3.84px;
    color: #999999;
    height: 57.59px;
  }
  .news div.content div.right ul li.new {
    background: url(../images/icon_new.png) no-repeat right top white;
  }
  .news div.content div.right ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.2);}
  .news div.content div.right ul li.top {
    background: url(../images/icon_top.png) no-repeat right top white;
  }
  .news div.content div.right ul li.hot {
    background: url(../images/icon_hot.png) no-repeat right top white;
  }
  .news .more {
    display: block;
    text-align: right;
    width:1152px;
    margin:0 auto;
  }
  .news .more a {
    font-size: 15.36px;
    color: #c9151e;
  }
  .news .more a i {
    font-size: 15.36px;
  }
  .backs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
  }
  .backs div.c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .backs div.c img {
    max-width: none;
    width: 100%;
  }
  .backs div.a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 40%;
    opacity: 0;
    width:400px;
  }
  .backs div.b {
    font-size: 22px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
    letter-spacing: 8px;
    text-indent: 19.2px;
    padding: 0 96px;
    text-align: center;
  }
  .backs div.b:before {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 76.8px;
    border-bottom: 2px solid #c9151e;
    position: absolute;
    display: block;
  }
  .backs div.b:after {
    content: '';
    right: 0;
    top: 50%;
    width: 76.8px;
    border-bottom: 1px solid #c9151e;
    position: absolute;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #indexbanner .swiper-slide {
    position: relative;
  }
  #indexbanner .swiper-slide > a > p {
    height: 15rem;
    overflow: hidden;
  }
  #indexbanner .swiper-slide > a > p img {
    height: 100%;
    max-width: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  #indexbanner .swiper-slide div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: white;
    margin-top: 0rem;
    width: 60%;
  }
  #indexbanner .swiper-slide div h2 {
    text-align: center;
    font-size: 1.2rem;
  }
  #indexbanner .swiper-slide div p {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  #indexbanner .swiper-slide div span {
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid white;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 1rem;
  }
  #indexbanner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }
  #indexbanner .swiper-pagination-bullet {
    width: 1.2rem;
    height: 0.2rem;
    display: inline-block;
    background: white;
  }
  #indexbanner .swiper-button-next,
  #indexbanner .swiper-button-prev {
    width: 2rem;
    height: 2.5rem;
    background-size: cover;
  }
  .business {
    padding: 2rem 0;
    background-color: #F5F5F5;
  }
  .business ul {
    padding: 0 2.5%;
    margin-top: 1rem;
    overflow: hidden;
  }
  .business ul li {
    width: 25%;
    float: left;
    margin: 0 0%;
    padding: 1rem 0;
    position: relative;
  }
  .business ul li.liHover p {
    background-color: #c9151e;
  }
  .business ul li.liHover p img {
    display: none;
  }
  .business ul li.liHover p img:last-child {
    display: block;
  }
  .business ul li.liHover:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../images/icon_sanjiao.png) no-repeat bottom;
    background-size: 1.5rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }
  .business ul li:nth-child(6).liHover:before,
  .business ul li:nth-child(7).liHover:before,
  .business ul li:nth-child(8).liHover:before,
  .business ul li:nth-child(9).liHover:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: auto;
    transform: translateX(-50%) rotate(180deg);
    background: url(../images/icon_sanjiao.png) no-repeat bottom;
    background-size: 1.5rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }
  .business ul li p {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin: 0 auto;
    transition: 0.3s background-color;
    cursor: pointer;
  }
  .business ul li p:hover {
    background-color: #c9151e;
  }
  .business ul li p img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .business ul li p img:last-child {
    display: none;
  }
  .business ul li h2 {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .business ul li div {
    display: none;
  }
  .business ul li.txtShow {
    width: 130%;
    margin-left: -15%;
    background-color: white;
    padding: 57.59px 22%;
    position: relative;
  }
  .business ul li.txtShow div.content {
    display: block;
  }
  .business ul li.txtShow div.content h2 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 600;
  }
  .business ul li.txtShow div.content div {
    display: block;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    font-size: 1.1rem;
  }
  .business ul li.txtShow div.content a {
    text-align: right;
    display: block;
    margin-top: 1rem;
    color: #c9151e;
    cursor: pointer;
    font-size: 1.1rem;
  }
  .business ul li.txtShow div.content a i {
    font-size: 1.1rem;
    margin-left: 0.2rem;
  }
  .business ul li.txtShow div.right {
    display: block;
    margin-top: 1rem;
  }
  .business ul li.txtShow div.right span {
    display: inline-block;
    padding: 0 1rem;
    margin-right: 1rem;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    
    not supported by any browser */
    border: 1px solid #dddddd;
    cursor: pointer;
    background-color: #F8F8F8;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  .business ul li.txtShow div.right span i {
    font-size: 1.5rem;
    color: #888888;
  }
  .news {
    padding: 0 0 2rem 0;
    background-color: #F5F5F5;
  }
  .news div.newsNav {
    text-align: center;
    padding: 2rem 0 1rem 0;
  }
  .news div.newsNav span {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #333333;
    border-radius: 2rem;
    padding: 0 2rem;
    margin: 0 2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
  }
  .news div.newsNav span.on {
    background-color: #c9151e;
    color: white;
    border: 1px solid #c9151e;
  }
  .news div.content {
    padding: 1rem 5%;
  }
  .news div.content div.left {
    background-color: white;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news div.content div.left:hover > h2 {
    color: #c9151e;
  }
  .news div.content div.left > p {
    height: 14rem;
    overflow: hidden;
  }
  .news div.content div.left > p:hover img {
    transform: scale(1.1);
  }
  .news div.content div.left > p img {
    transform: scale(1);
    transition: 0.3s transform;
  }
  .news div.content div.left > p img {
    width: 100%;
    max-width: none;
  }
  .news div.content div.left > h2 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    line-height: 1.5;
    font-weight: 600;
  }
  .news div.content div.left > span {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    color: #999999;
  }
  .news div.content div.left > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-top: 1rem;
    -webkit-line-clamp: 4;
    line-height: 2;
    color: #999999;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .news div.content div.left > a {
    display: block;
    text-align: right;
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .news div.content div.left > a:hover {
    color: #c9151e;
  }
  .news div.content div.left > a i {
    font-size: 1.1rem;
    margin-left: 0.2rem;
    color: #c9151e;
  }
  .news div.content div.right {
    margin-top: 1rem;
  }
  .news div.content div.right ul li {
    background-color: white;
    margin-top: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .news div.content div.right ul li:hover p.date {
    background-color:#c9151e;
  }
  .news div.content div.right ul li:hover div.text h2 {
    color: #c9151e;
  }
  .news div.content div.right ul li:first-child {
    margin-top: 0;
  }
  .news div.content div.right ul li p.date {
    float: left;
    width: 6rem;
    height: 7.6rem;
    padding:2rem 0;
    line-height: 2.5rem;
    text-align: center;
    position: relative;
    background-color:#aaaaaa;
  }
  .news div.content div.right ul li p.date:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1.5px solid #dddddd;
    height: 60%;
    display: none;
  }
  .news div.content div.right ul li p.date .r {
    font-size: 1.7rem;
    display: block;
    position: relative;
    text-align: center;
    height: 1.7rem;
    line-height: 1.7rem;
    color:white;
    font-weight: 600;
  }
  .news div.content div.right ul li p.date .line {
    position: absolute;
  	top:50%;
  	font-size: 1.5rem;
  	transform: translate(-50%,-50%);
    left: 45%;
    display: none;
  }
  .news div.content div.right ul li p.date .r:last-child {
  	margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .news div.content div.right ul li p.date .y {
    font-size: 1.5rem;
    display: block;
    color: #999999;
  }
  .news div.content div.right ul li div.text {
    margin-left: 6.5rem;
    padding: 1rem 0.5rem 1rem 0;
    height: 7.6rem;
  }
  .news div.content div.right ul li div.text h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .news div.content div.right ul li div.text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    color: #999999;
  }
  .news div.content div.right ul li.new {
    background: url(../images/icon_new.png) no-repeat right top;
    background-size: 2rem;
  }
  .news div.content div.right ul li.top {
    background: url(../images/icon_top.png) no-repeat right top;
    background-size: 2rem;
  }
  .news div.content div.right ul li.hot {
    background: url(../images/icon_hot.png) no-repeat right top;
    background-size: 2rem;
  }
  .news .more {
    display: block;
    text-align: right;
    padding: 0 5%;
  }
  .news .more a {
    font-size: 1.2rem;
    color: #c9151e;
  }
  .news .more a i {
    font-size: 1.2rem;
  }
  .backs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
  }
  .backs div.c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .backs div.c img {
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .backs div.a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 40%;
    opacity: 0;
  }
  .backs div.b {
    font-size: 1rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 55%;
    width: 70%;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    padding: 0 3rem;
    text-align: center;
  }
  .backs div.b:before {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    border-bottom: 2px solid #c9151e;
    position: absolute;
    display: block;
  }
  .backs div.b:after {
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    border-bottom: 2px solid #c9151e;
    position: absolute;
    display: block;
  }
  .newsBanner{padding-bottom: 2rem !important;}
}