a {
    text-decoration: none !important;
}
.carousel_img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.left_tab {flex-direction: column; height: 100%; background: linear-gradient(180deg, #EFF8F9 0%, #FFFFFF 100%);border-radius: 8px;box-sizing: border-box;}
.left_tab a {
    box-sizing: border-box;
    display: block;
    height: 80px;
    border-radius: 8px;
    color: #fff;
    padding-left: 24px;
    padding-top: 12px;
    margin-top: 10px;
}
.left_tab a.green {
    background: linear-gradient(133deg, #0d6efd 0%, #04bcf3 100%);
}
.left_tab a.orange{
    background: linear-gradient(133deg, #FB9879 0%, #F3B07E 100%);
}
.left_tab a.red {
background: linear-gradient(133deg, #EA4747 0%, #FD7A7A 100%);
}
.left_tab h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
}
.left_tab a p {
    margin-bottom: 0;
}
.left_tab a:hover h3 {
-webkit-animation: fadeInLeft .5s ease both;
}

.left_tab a:hover p {
-webkit-animation: fadeInRight .5s ease both;
}
.zixun .zixunItem {
    color: #333;
}
.zixun .zixunItem:hover {
    color: #e60012;
}
.downEwmBlock .ttyq {
background: linear-gradient(180deg, #eefdff 0%, #FFFFFF 100%);
}
.downEwmBlock {list-style-type: none;}
.downEwmBlock li {
box-sizing: border-box;
position: relative;
border-radius: 6px;
height: 200px;
padding: 18px 20px 20px;
}
.downEwmBlock .info .txt h2 {
padding-top: 2px;
font-size: 16px;
font-weight: bold;
}
.downEwmBlock .info .txt p {
font-size: 12px;
opacity: .7;
}
.downEwmBlock .info img {
float: left;
margin-right: 8px;
width: 48px;
height: 48px;
}
.downEwmBlock .info .txt {
float: left;
}
.downEwmBlock li > p {
font-size: 14px;
line-height: 20px;
color: #999;
margin-top: 12px;
}
.downEwmBlock .ewm {
box-sizing: border-box;
position: absolute;
right: 20px;
bottom: 20px;
padding: 4px;
width: 84px;
height: 84px;
background: #fff;
border-radius: 4px;
overflow: hidden;
border: 1px solid #eee;
}
.downEwmBlock .ewm img {
width: 100%;
height: 100%;
}
.sz_item {
padding: 10px 15px;
border-bottom: 1px solid #eee;
line-height: 25px;
}
.sz_item > div:nth-child(2) b {

display: inline-block;
vertical-align: middle;
font-size: 14px;
font-family: 'DIN Alternate';
margin: 0 2px;
}
.sz_item .fr {
width: 26px;
padding: 0;
font-size: 12px;
align-self: center;
}
.sz_item .fl {
font-size: 12px;
}
@-webkit-keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

@-webkit-keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}

to {
    opacity: .7;
    -webkit-transform: none;
    transform: none;
}
}
.right_card {
    width: 300px;
}
@media screen and (max-width: 992px) {
    .right_card {
        width: 100%;
    }
    .carousel_img {
      height: 7rem !important;
    }
}
