/* 轮播图 */

.slider {
    width: 100%;
    margin-top: 120px;
}

.swiper-container {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
}

.swiper-container .tab-button {
    position: absolute;
    bottom: 70px;
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container .tab-button>div {
    width: 1200px;
    display: flex;
    flex-direction: row-reverse;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-container .prev,
.swiper-container .next {
    width: 75px;
    height: 70px;
}


/* 发展历史 */

.develop-history {
    width: 100%;
    height: 1300px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
}

.develop-history .dh-one {
    width: 1200px;
    height: 319px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 11px 65px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    top: -60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
}

.develop-history .dh-one>div:first-child {
    width: 351px;
    height: 50px;
    color: #4a4a4a;
    font-size: 40px;
    margin-top: 20px;
    position: relative;
    opacity: 0.6;
    top: 40px;
}

.develop-history .dh-one>div:nth-child(2) {
    color: #4a4a4a;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    position: relative;
    opacity: 0.6;
    top: 40px;
}

.develop-history .dh-one>div:last-child {
    height: 150px;
    width: 100%;
    display: flex;
    position: relative;
    opacity: 0.6;
    top: 40px;
}

.dh-intro {
    width: 24%;
    text-align: center;
}

.dh-intro>div:first-child {
    color: #f87a1f;
    font-size: 70px;
}

.dh-intro>div:last-child {
    color: #4a4a4a;
    font-size: 20px;
}

.line-column {
    width: 2px;
    height: 120px;
    border-left: 2px solid #eeeeee;
}

.dh-two {
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dh-two-title {
    color: #4a4a4a;
    font-size: 44px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.dh-two-solution {
    width: 100%;
    height: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dhts-img {
    width: 100%;
    height: 100%;
    background: url(../img/icon/website-index.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.dhts-info {
    width: 80%;
    min-width: 1200px;
    height: 130px;
    position: relative;
    top: -41px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.dhts-item {
    height: 105px;
    width: 25%;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.22)
}

.dhts-item:hover {
    color: #57bb97;
    background: #ffffff !important;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.07);
    cursor: default;
}

.dhts-item:hover .dhtsi-one-1 {
    background: url(../img/icon/dhts-one-off.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhts-item:hover .dhtsi-two-1 {
    background: url(../img/icon/dhts-two-off.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhts-item:hover .dhtsi-three-1 {
    background: url(../img/icon/dhts-three-off.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhts-item:hover .dhtsi-four-1 {
    background: url(../img/icon/dhts-four-off.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhts-item:hover .dhtsi-five-1 {
    background: url(../img/icon/dhts-five-off.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhts-item:nth-child(2n+1) {
    background: #57BB97;
}

.dhts-item:nth-child(2n) {
    background: #3EA580;
}

.dhts-item>div:last-child {
    width: 73%;
    padding-left: 5px;
}

.dhts-item>div:last-child>div:first-child {
    font-size: 18px;
}

.dhts-item>div:last-child>div:last-child {
    font-size: 14px;
}

.dhtsi-one-1 {
    width: 45px;
    height: 45px;
    background: url(../img/icon/dhts-one-on.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhtsi-two-1 {
    width: 45px;
    height: 45px;
    background: url(../img/icon/dhts-two-on.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhtsi-three-1 {
    width: 45px;
    height: 45px;
    background: url(../img/icon/dhts-three-on.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhtsi-four-1 {
    width: 45px;
    height: 45px;
    background: url(../img/icon/dhts-four-on.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dhtsi-five-1 {
    width: 45px;
    height: 45px;
    background: url(../img/icon/dhts-five-on.png) no-repeat;
    background-size: cover;
    background-position: center;
}


/*5.0版本*/

.dh-three {
    width: 1300px;
    height: 514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -40px;
}

.dht-pic {
    width: 995px;
    height: 514px;
    background: url(../img/icon/solution.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.dht-pic:hover .dht-pic1 {
    width: 995px;
    height: 514px;
    background: url(../img/icon/solution1.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.dht-intro {
    width: 280px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #33a8ff;
}

.dhti-num {
    font-size: 38px;
    padding-left: 10px;
}

.dhti-sign {
    font-size: 36px;
    position: relative;
    top: -20px;
    padding-left: 10px;
}

.dhti-detail {
    width: 270px;
    height: 55px;
    background: #f0f7ff;
    display: flex;
    align-items: center;
    border-radius: 11px;
    justify-content: space-between;
}

.dhti-detail>div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.dhti-detail>div p:first-child {
    font-size: 20px;
    margin-bottom: 5px;
}

.dhti-detail>div p:last-child {
    font-size: 13px;
    margin: 0;
}


/* 市场视频 */

.market-video {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
}

.market-video>div {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.mv-content {
    /* position: absolute; */
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.mv-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 400px;
    padding-left: 5px;
}

.mv-content-left>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv-content-left>div:first-child span {
    font-size: 30px;
}

.line-cross {
    width: 48px;
    height: 4px;
    margin-top: 30px;
    background: #bbb;
    margin-bottom: 20px;
    border-radius: 4px;
}

.mv-content-left>div:last-child {
    font-size: 18px;
}

.mv-content-right {
    width: 900px;
    height: 400px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.mv-cr-div {
    height: 400px;
    width: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mv-cr-div>div:first-child {
    width: 150px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -10px;
}

.mv-cr-div-1 {
    height: 295px;
}

.mv-cr-div-2 {
    height: 330px;
}

.mv-cr-div-3 {
    height: 310px;
}

.mv-cr-div-4 {
    height: 320px;
}

.mv-cr-div-5 {
    height: 350px;
}

.mv-cr-div-6 {
    height: 313px;
}

.mv-cr-div:hover {
    background: #57bb97;
}

.mv-cr-div .mvcr-logo,
.mv-cr-div .mvcr-title {
    display: block;
    transition: display 1s;
}

.mv-cr-div:hover .mvcr-logo,
.mv-cr-div:hover .mvcr-title {
    display: none;
}

.mv-cr-div:hover .mvd-hover {
    opacity: 1;
    height: 200px;
    transition: opacity 0.5s, height 0.5s;
}

.mvd-hover {
    opacity: 0;
    width: 90%;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


/* ie */

.for-ie {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 400px;
    justify-content: center;
    align-items: center;
}

.mvdh-top>p:first-child {
    font-size: 18px;
}

.mvdh-top>p:last-child {
    font-size: 14px;
}

.mvdh-bottom {
    font-size: 14px;
    width: 120px;
}

.mvdh-line {
    width: 48px;
    height: 1px;
    background: #ffffff;
    margin-top: 15px;
}

.mvdh-top,
mvdh-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 五大平台 */

.five-platform {
    width: 100%;
    height: 450px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}

.fp-content {
    width: 1200px;
    height: 314px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.fp-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 100%;
}

.fp-content-left>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp-content-left>div:first-child span {
    font-size: 30px;
    color: #4a4a4a;
}

.fp-content-left>div:last-child {
    font-size: 18px;
}

.fp-content-right {
    width: 900px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fp-cr-div {
    height: 314px;
    width: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #e2e7e7;
    position: relative;
    top: 0px;
    transition: top 0s;
}

.fp-cr-div:hover {
    background: #57bb97;
    position: relative;
    top: -30px;
    transition: top 0.5s;
}

.fp-cr-div:hover .fpcr-title {
    color: #ffffff;
    position: relative;
    /*top: -20px;*/
    /*transition: top 0.5s;*/
}

.fp-cr-div:hover .fpcr-img1,
.fp-cr-div:hover .fpcr-img2,
.fp-cr-div:hover .fpcr-img3,
.fp-cr-div:hover .fpcr-img4,
.fp-cr-div:hover .fpcr-img5 {
    position: relative;
    transform: scale(1.4);
    /* width: 180px; */
    transition: all 0.5s;
    /* height: 108px; */
    top: -20px;
}

.fpcr-img1 {
    width: 120px;
    height: 75px;
}

.fpcr-img2 {
    width: 120px;
    height: 104px;
}

.fpcr-img3 {
    width: 120px;
    height: 120px;
}

.fpcr-img4 {
    width: 120px;
    height: 129px;
}

.fpcr-img5 {
    width: 140px;
    height: 90px;
}

.fp-cr-div:hover .fpcr-intro {
    opacity: 1;
    transition: opacity 1s;
}

.fpcr-title {
    text-align: center;
    width: 150px;
    color: #666666;
    font-size: 16px;
    position: relative;
}

.fpcrt-1 {
    top: -50px;
}

.fpcrt-2 {
    top: -54px;
}

.fpcrt-3 {
    top: -56px;
}

.fpcrt-4 {
    top: -56px;
}

.fpcrt-5 {
    top: -50px;
}

.fpcr-intro {
    opacity: 0;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: -20px;
}


/* 市场地图 */

.market-map {
    width: 100%;
    min-width: 1200px;
    height: 900px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.mm-slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mm-slogan>p:first-child {
    color: #4a4a4a;
    font-size: 40px;
}

.mm-slogan>p:last-child {
    color: #4a4a4a;
    font-size: 20px;
}

.mm-map {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#map {
    display: inline-block;
    width: 793px;
    height: 653px;
    background: #ffffff !important;
    /*border: 1px solid red;*/
}

.mm-list {
    width: 357px !important;
    height: 624px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #ffffff !important;
}

.mm-info {
    width: 357px;
    height: 212px;
    display: flex;
    color: #4a4a4a;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mml-item {
    height: 212px;
    width: 317px;
    overflow: hidden;
    position: relative;
}

.mml-text {
    position: absolute;
    /* background: rgba(87, 187, 151, 0.8); */
    flex-direction: column;
    width: 100%;
    height: 56px;
    align-items: center;
    justify-content: center;
    bottom: 0;
    color: #000000;
    z-index: 999;
    font-size: 16px;
}

.mml-info {
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.mml-line {
    width: 40px;
    height: 1px;
    background: #4a4a4a;
}

.mml-img {
    width: 100%;
    height: auto;
}

.mm-point {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.mm-info:hover .mm-point {
    background: #57bb97;
    border: 5px solid #f6fcfab0;
    transition: background 0.25s, border 0.25s;
}

.mm-info:hover .mm-container {
    color: #ffffff;
    background: #57bb97;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.26);
    transition: color 0.25s, background 0.25s, box-shadow 0.25s;
}

.mm-info:hover .mm-long-line,
.mm-info:hover .mm-short-line {
    background: #ffffff;
}

.mm-info:hover .mml-img {
    transform: scale(1.2);
    transition: transform, 0.3s;
}

.mm-container {
    width: 317px;
    height: 150px;
    display: flex;
    color: #4a4a4a;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #eeeeee;
}

.mm-title {
    width: 280px;
    height: 25px;
    font-size: 18px;
    position: relative;
    top: 10px;
}

.mm-long-line {
    width: 280px;
    height: 1px;
    background: #bbbbbb;
}

.mm-short-line {
    width: 12px;
    height: 3px;
    background: #bbbbbb;
    margin-left: -5px;
}

.mm-content {
    width: 280px;
    height: 82px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -10px;
}

.mm-pic {
    width: 120px;
    height: 82px;
}

.mm-text {
    width: 150px;
    height: 82px;
    font-size: 16px;
    line-height: 28px;
}


/* 市场图片 */

.market-pic {
    width: 99%;
    min-width: 1200px;
    height: 900px;
    flex-direction: column;
    justify-content: space-around;
    /* overflow: hidden; */
    margin: 0 auto;
}

.market-pic>div {
    height: 50%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.mp-div {
    justify-content: flex-start !important;
    height: 100% !important;
}

.mp-info {
    width: 24%;
    height: 50%;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0px 0.5% 15px 0.5%;
}

.mpi-more {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 999;
    background: #000;
}

.mpi-more>div {
    width: 134px;
    height: 134px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
}

.mpi-more>div>span:first-child {
    margin-top: 15px;
}

.mpi-pic {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.mpi-pic>div:first-child {
    width: 100%;
    height: 77%;
    overflow: hidden;
}

.mpi-pic>div:first-child img {
    width: 100%;
    height: 100%;
}

.mpi-pic>div:last-child {
    width: 100%;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    height: 23%;
    color: #000000;
}


/* 交互效果 */

.mp-info:hover {
    top: -10px;
    box-shadow: 0px 7px 25px 0px rgba(50, 50, 50, 0.3);
    transition: top 0.25s;
}

.mp-info:hover .mpi-pic>div:first-child img {
    transform: scale(1.2);
    transition: transform, 0.5s;
    border-color: #57bb97;
}

.mp-info:hover .mpi-pic>div:first-child {
    opacity: 0.8;
    transition: opacticy 0.25s;
}

.mp-info:hover .mpi-pic>div:last-child {
    /* background-color: #57BB97; */
    background-color: red;
    border-color: #57bb97;
}

.mp-info:hover .mpi-more {
    opacity: 0.6;
    transition: opacity 0.25s;
    cursor: pointer;
}


/*全部案例*/

.all-case {
    height: 100px !important;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.ac-detail {
    width: 231px;
    height: 51px;
    background: url(../img/icon/more.gif);
    position: relative;
    top: 10px;
}

.ac-detail:hover {
    border-color: #57BB97;
    /* background: url(../img/icon/more-hover.jpg); */
    cursor: pointer;
}


/* 市场新闻 */

.news-video {
    width: 100%;
    height: 1080px;
    flex-direction: column;
    align-items: center;
}

.nv-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4a4a4a;
    margin-top: 60px;
    margin-bottom: 40px;
    background-color: white;
}

.nv-title>p:first-child {
    font-size: 40px;
}

.nv-title p> :last-child {
    font-size: 20px;
}

.nv-video {
    width: 1200px;
    height: 675px;
}

.swiper-container1 {
    display: flex;
    width: 1205px !important;
    height: 180px !important;
    align-items: center;
    justify-content: space-between;
    background: #ffffff !important;
    min-width: 1200px;
    margin-top: 20px;
    overflow: hidden;
}

.swiper-container1 .swiper-wrapper {
    width: 1200px;
}

.swiper-container1 .sc-video {
    width: 250px;
    list-style: none;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: inline-block;
}

.swiper-container1>div {
    background: #ffffff !important;
}

.swiper-container1>div>.sc-video:first-child {
    margin-left: 5px;
}

.swiper-container1>div>.sc-video:last-child {
    margin-right: 5px;
}

.sc-video>div {
    width: 250px;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff !important;
}

.swiper-container1 .sc-video>.scv-info>img {
    width: 250px;
    height: 150px;
}

.swiper-container1 .sc-video>.scv-info>p {
    text-align: center;
    font-size: 16px;
}


/* 最新资讯 */

.new-info {
    width: 100%;
    min-width: 1200px;
    height: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eeeeee;
}

.ni-title {
    color: #4a4a4a;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.ni-title>p:first-child {
    font-size: 40px;
}

.ni-title>p:last-child {
    font-size: 20px;
}

.ni-list {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 670px;
}

.ni-list-left,
.ni-list-right {
    width: 595px;
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ni-list-left>div {
    width: 595px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
}

.ni-list-left>a {
    width: 595px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    cursor: pointer;
}

.ni-list-left>a:hover,
.ni-list-right>a:hover {
    box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.13);
}

.ni-left-pic {
    width: 256px;
    height: 210px;
}

.ni-left-info {
    width: 300px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ni-left-info>div:first-child {
    width: 295px;
    height: 53px;
    display: flex;
    justify-content: space-between;
}

.ni-left-title {
    font-size: 16px;
    color: #4a4a4a;
    display: inline-block;
    width: 242px;
    height: 44px;
    font-weight: bolder;
}

.ni-left-more {
    font-size: 14px;
    color: #4a90e2;
    width: 40px;
    height: 44px;
    cursor: pointer;
}

.ni-left-content {
    color: #828282;
    font-size: 14px;
    width: 295px;
    height: 120px;
    overflow: hidden;
    word-break: normal;
    line-height: 18px;
    text-indent: 2em;
}

.ni-left-line {
    width: 295px;
    height: 1px;
    background: #eeeeee;
}

.ni-left-time {
    width: 295px;
    height: 20px;
    color: #8f8f8f;
    font-size: 15px;
}

.ni-list-right>div {
    width: 595px;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
}

.ni-list-right>a {
    width: 595px;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    cursor: pointer;
}

.ni-right-pic {
    width: 205px;
    height: 127px;
}

.ni-right-info {
    width: 360px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ni-right-info>div:first-child {
    width: 360px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.ni-right-info>div:first-child span {
    display: inline-block;
}

.ni-right-title {
    width: 320px;
    height: 22px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bolder;
}

.ni-right-more {
    color: #4a90e2;
    width: 50px;
    height: 22px;
    font-size: 14px;
    cursor: pointer;
}

.ni-right-content {
    width: 360px;
    height: 70px;
    color: #828282;
    font-size: 14px;
    overflow: hidden;
    word-break: normal;
    text-indent: 2em;
    line-height: 18px;
}

.ni-right-line {
    width: 360px;
    height: 1px;
    background: #eeeeee;
}

.ni-right-time {
    width: 360px;
    height: 24px;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 25px;
}

.news-to-more {
    width: 100%;
    height: 110px;
    margin: 20px 0px;
}

.news-to-more>a {
    width: 231px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #4a4a4a;
    background: #FFFFFF;
    border-radius: 35px;
    font-size: 24px;
}

.news-to-more>a:hover {
    /* background: #57bb96; */
    color: #FFFFFF;
}