.title {
    padding-top: 30px;
    width: 100%; margin-bottom:30px
}

.title h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.title p {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    text-align: center;
    margin-top: 15px;
}

.cont-hao {
    width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hao-left {
    width: 260px;
    height: 570px;
    background: url(../images/chunjing-dy-back.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 24px 0;
    box-sizing: border-box;
    position: relative;
}

.hao-left h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.hao-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 60px;
}

.hao-left a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0351;
    margin-top: 40px;
}

.left-bot {
    width: 240px;
    height: 120px;
    background: linear-gradient(0deg, #7B40EA, #9500FF);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-bot .bot-l {
    width: calc(100% - 70px);
}

.left-bot .bot-r {
    width: 66px;
    height: 80px;
    background: url(../images/chunjing-dy-icon.png) no-repeat center center;
}

.left-bot .bot-l .b-num {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #FFFFFF;
}

.left-bot .bot-l p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
    margin-top: 9px;
}

.hao-right {
    width: 1010px;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; overflow:hidden
}

.hao-right li {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    padding: 40px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); float:left
}

.hao-right-head {
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-head .icon {
    width: 32px;
    height: 32px;
}

.hao-right-head .icondy {
    background: url(../images/icon-jinling.png) 0 0;
}

.hao-right-head-word {
    width: calc(100% - 37px);
}

.hao-right-head-word h3 {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hao-right-head-word .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.hao-right-head-word .bottom .guohu {
    width: 70px;
    height: 24px;
    background: #FFEBF1;
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0351;
    line-height: 24px;
    text-align: center;
}


.hao-right-cen {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-cen div h5 {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.hao-right-cen div p {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

.hao-right-cen span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #f5f5f5;
    margin: 0 15px;
}

.hao-right li .price-btns {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.hao-right li .price-btns .price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.hao-right li .price-btns .price span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
}

.hao-right li .price-btns a {
    display: block;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #7B40EA, #9500FF);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


.hao-right li:hover .hao-right-head-word h3 {
    color: rgba(232, 0, 0, 1);
}

.hao-right li:hover .price-btns a {
    background: rgba(232, 0, 0, 1);
}


.hao-right .swiper-slide2 {
    width: 1010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right .swiper-container {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .cont-hao {
        width: 100%;
    }

    .hao-left {
        display: none;
    }

    .hao-right {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .hao-right li {
        width: 100%;
        height: 155px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 12px 0;
        box-sizing: border-box;
        position: relative;
    }

    .hao-right-cen {
        height: 60px;
        border-bottom: none;
    }

    .hao-right-cen div p {
        display: none;
    }

    .hao-right-cen div h5 {
        color: #666;
    }

    .hao-right-cen span {
        margin: 0 8px;
        width: 1px;
        height: 10px;
        background: #EEEEEE;
    }

    .hao-right li .price-btns {
        height: auto;

    }

    .hao-right li .price-btns a {
        display: none;
    }

    .hao-right li .price-btns .price {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .hao-right li .price-btns .price span {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FF0351;
    }

    .hao-right {
        width: 100% !important;
        height: auto !important;
    }
}
.cont1 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 116px;
}

.l-title {
    width: 100%; text-align:center
}

.l-title h2 {
    min-width: 250px;
    width: 260px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative; text-align:center; margin:0px auto
}

.l-title h2 .big-y {
    width: 43px;
    height: 43px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -15px;
    z-index: -1;
}

.l-title h2 .small-y {
    width: 21px;
    height: 21px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
}

.l-title p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
}

.cont1-list {
    width: 100%;
    margin-top: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont1-list a {
    width: 300px;
    height: 373px;
    background: #FFFFFF;
    padding-top: 38px;
    box-sizing: border-box;
    display: block; text-align:center
}

.cont1-list a img {
    margin: 0 auto;
}

.cont1-list a h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 10px 0 25px;
    text-align: center;
}

.cont1-list a p {
    width: 249px;
    height: 55px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin: 0 auto 40px;
}
.jiantou {
    width: 44px;
    height: 44px;
    position: relative;
    margin: 0 auto;
}

.jiantou .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    opacity: 0;
}

.jiantou .nohover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.cont1-list a:hover {
    transition: 0.5s;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
}

.cont1-list a .jiantou:hover .hover {
    opacity: 1;
    transform: rotate(0);
    transition: 0.5s;
}

.cont1-list a .jiantou:hover .nohover {
    opacity: 0;
    /* transition: 0.5s; */
}
.zs-1 {
    position: absolute;
    right: 28px;
    top: 241px;
}

.cont2 {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 116px;
}

.c-title {
    width: 100%;
}

.c-title h2 {
    min-width: 250px;
    width: 260px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin: 0 auto; text-align:center
}

.c-title h2 .big-y {
    width: 43px;
    height: 43px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -15px;
    z-index: -1;
}

.c-title h2 .small-y {
    width: 21px;
    height: 21px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
}

.c-title p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
    text-align: center;
}
.cont2-box {
    width: 1024px;
    height: 428px;
    margin: 55px auto 0;
    background: url(../images/cont2-back.png) no-repeat center center;
    background-size: 100%;
    padding-top: 195px;
    box-sizing: border-box;
}

.cont2-box p {
    width: 816px;
    height: 74px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 auto 62px;
}

.more {
    display: block;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    width: 140px;
    padding: 0 20px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    text-align: center;
    color: #EF5D38;
    border: 1px solid #333333;
    border-radius: 21px;
    margin: 0 auto; height:42px
}

.more:hover {
    color: #fff;
    border-color: transparent
}

.more:hover:after {
    left: 0
}

.more:after {
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -102%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border: inherit;
    border-radius: inherit;
    background-color: #EF5D38
}
.list2 {
    width: 1200px; margin:0px auto;
}

.list2 li {
    width: 100%;
    background: #FFFFFF;
    padding: 30px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.list2 li .li-head {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li-head a {
    display: block;
    width: 790px;
    height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    display: flex;
    align-items: center;

}

.li-head a h3 {
    width: calc(100% - 30px);
    height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.li-head a img {
    width: 20px;
    margin-right: 10px;
}

.li-head a h3:hover {
    color: red;
    font-weight: bold;
}



.li-head .number p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.li-head .number p span {
    color: #e80000;
}

.li-head .number .copy {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
}

.li-head .number textarea {
    position: fixed;
    z-index: -9;
    opacity: 0;
}

.list2 li .li-sec {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list2 li .li-sec .lei {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.list2 li .li-sec .lei span {
    color: #E80000;
}

.list2 li .li-sec .shouchang {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    display: flex;
    align-items: center;
}

.list2 li .li-sec .shouchang img {
    margin-left: 5px;
}

.list2 li .li-sec .shouchang .touch {
    display: none;
}

.list2 li .li-sec .shouchang .notouch {
    display: block;
}
.li-flow {
    width: 645px;
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
}

.li-cen {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.li-cen .jes {
    width: 630px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.li-cen .jes span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #eee;
}

.li-cen .jes div h4 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.li-cen .jes div p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}


.price-btn {
    height: 40px;
    display: flex;
    align-items: center;
}

.price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.price span {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
}

.price span i {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.price-btn .xiang {
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #E80000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 10px 0 15px;
}

.price-btn .xiang img {
    display: none;
}

.price-btn .sever {
    display: block;
    width: 150px;
    height: 40px;
    background: #E80000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.price-btn .price-btn-box {
    display: flex;
    align-content: center;
}


.list2 li:hover {

    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.list2 li:hover .li-head a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
}

.list2 li:hover .price-btn .xiang:hover img {
    display: block;
    margin-left: 10px;
    transition: 0.5s;
}

.list2 li:hover .price-btn .sever:hover {
    background-color: #f82828;
}
#tmall {
    background: #f5f5f5;
    padding: 0px 0;
    overflow: hidden
}

#tmall .title:before,
#tmall .title:after {
    display: none
}

#tmall .font1 {
    color: black;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 44px
}

#tmall .input-group {
    width: 800px;
    border: 5px solid rgb(185, 185, 185);
    border-radius: 6px;
    vertical-align: middle;
    float: right;
}
.width {
    width: 1280px;
    margin: 0 auto
}

#tmall .input-group .input-lg {
    border-radius: 0;
    border: none
}

#tmall .input-group-addon {
    padding: 6px 40px;
    background: #c61008;
    color: #fff;
    border-color: #c61008;
    transition: all 0.5s;
    font-size: 16px
}

#tmall .input-group-addon:hover {
    background: #730f06;
    border-color: #730f06
}

#tmall a.more2 {
    width: 140px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    margin: 20px auto 0;
    color: #fff;
    border: 1px solid #fff;
}

#tmall .input-group select.form-control {
    float: left;
    width: 160px;
    border-radius: 0;
    border-width: 0 1px 0 0
}

#tmall .input-group button {
    float: left;
    width: 150px;
    background: #c61008;
    color: #fff;
    border-radius: 0;
    border-color: #c61008
}

#tmall .swiper-button-next {
    right: 15%;
    margin-top: 0;
    background-size: 18px 30px
}

#tmall .swiper-button-prev {
    left: 15%;
    margin-top: 0;
    background-size: 18px 30px
}
.clear {
    clear: both
}

section {
    width: 100%;
    position: relative
}
div.tmall-list {
    width: 1280px;
    margin: 20px auto 0;
    font-size: 0;
    background: #f5f5f5;
}

div.tmall-item {
    position: relative;
    display: inline-block;
    width: 24%;
    font-size: 14px;
    margin-right: 1%;
    vertical-align: top;
    cursor: pointer; margin-top:20px
}

/* hover */
div.tmall-item a.shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.tmall-item a.shadow div.s-box {
    position: absolute;
    width: 0;
    height: 25%;
    background: rgba(198, 16, 8, 0.8);
    transition: all .5s;
}

div.tmall-item a.shadow div.price {
    opacity: 0;
    z-index: 10;
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    margin-top: 85px;
    transition: all .5s;
    font-size: 16px;
}

div.tmall-item a.shadow div.look {
    opacity: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 150px;
    transition: all .5s;
    font-size: 16px;
    text-align: center;
    transition-delay: 150ms;
}

div.tmall-item a.shadow div.look span {
    border: 1px solid white;
    color: white;
    border-radius: 100px;
    padding: 5px 25px;
    font-size: 14px;
}

div.tmall-item a.shadow div.price span {
    font-size: 30px
}

div.tmall-item a.shadow:hover div.s-box {
    width: 100%;
}

div.tmall-item a.shadow:hover div.price {
    opacity: 1;
    margin-top: 70px;
}

div.tmall-item a.shadow:hover div.look {
    opacity: 1;
    margin-top: 130px;
}

div.tmall-item a.shadow div.s-box.os {
    top: 0;
    left: 0;
}

div.tmall-item a.shadow div.s-box.ts {
    top: 25%;
    right: 0;
    transition-delay: 50ms;
}

div.tmall-item a.shadow div.s-box.th {
    top: 50%;
    left: 0;
    transition-delay: 100ms;
}

div.tmall-item a.shadow div.s-box.fs {
    top: 75%;
    right: 0;
    transition-delay: 150ms;
}
.tmall-item div.type-box {
    margin: 5px auto;
    color: #999999;
    font-size: 12px;
}

.tmall-item div.type-box span:first-child {
    color: #999999;
    font-weight: 100;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

.tmall-item div.title-box {
    margin: 10px auto;
    font-size: 14px;
    font-weight: 100;
}

.tmall-item div.type-box span:last-child {
    color: #999999;
    font-weight: 100;
    float: right;
    font-size: 12px;
    margin-right: 5px;
}
div.tmall-item img.main-img {
    width: 100%;
}

div.tmall-item img.type-icon {
    width: 14px;
    vertical-align: middle;
}

div.tmall-item span.i-title {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 100;
    margin-left: 5px;
}

div.tmall-item:nth-child(4),
div.tmall-item:last-child {
    margin: 20px 0 0 0;
}
.tmall-item div.type-box {
    margin: 5px auto;
    color: #999999;
    font-size: 12px;
}

.tmall-item div.type-box span:first-child {
    color: #999999;
    font-weight: 100;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

.tmall-item div.title-box {
    margin: 10px auto;
    font-size: 14px;
    font-weight: 100;
}

.tmall-item div.type-box span:last-child {
    color: #999999;
    font-weight: 100;
    float: right;
    font-size: 12px;
    margin-right: 5px;
}
.mgt20{margin-top:20px}
.YY,.ul01>li>a{-webkit-box-shadow:5px 0 20px rgba(0,0,0,.1);-moz-box-shadow:5px 0 20px rgba(0,0,0,.1);box-shadow:5px 0 20px rgba(0,0,0,.1)}
.mgt50{margin-top:50px}
.bgw{background-color:#fff}
.pdt55{padding-top:55px}
.pdb30{padding-bottom:30px}
.ovh{overflow:hidden}
.k1>div:first-child{width:34.6%}
.k1>div:nth-child(2){width:65.4%}
.fl{float:left}
.fr{float:right}
.ovh{overflow:hidden}
.ul02>li:nth-child(n+3){margin-top:50px}
/*上移动*/
.ul01>li:hover,
.ul02>li:hover>a>div,
.btn1:hover,
.k3>a:hover{transform: translate(0, -5px);-webkit-transform: translate(0, -5px);-moz-transform: translate(0, -5px);-o-transform: translate(0, -5px);-ms-transform: translate(0, -5px);}

/*下移动*/
.ul02>li:hover>a>.img1{transform: translate(0, 5px);-webkit-transform: translate(0, 5px);-moz-transform: translate(0, 5px);-o-transform: translate(0, 5px);-ms-transform: translate(0, 5px);}
.w-2{width:50%}
.t-c{text-align:center}
.c-b{display:block;margin-right:auto;margin-left:auto}
.fs16{font-size:16px}
.cor3{color:#333}
.elp1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fs14{font-size:14px}
.cor9{color:#999}
.elp2,.elp3,.elp4,.elp5,.elp6,.elp7,.elp8{overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}
.lh22{line-height:22px}
.h44{height:44px}
.mgt10{margin-top:10px}
.pdr40{padding-right:40px}
.fs20{font-size:20px}
.mgt30{margin-top:30px}
.lh24{line-height:24px}
.k1-2>a{overflow:hidden;margin-right:22px;width:230px}
.k1-2>a:nth-child(3n){margin-right:0}
.k1-2>a>img{width:100%;height:107px;border-radius:10px}
.k1-2>a:hover>img,
.a4:hover,
.ul36>li:hover>a>p>img,
.ul40>li:hover>a>p>img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.mgt35{margin-top:35px}
.news {
  background-color: #f3f3f3;
  padding: 10px 0; height:500px
}
.news_box {
  width: 1280px;
  margin: 0 auto;
}
.news_box > .news_card {
  margin-top: 50px;
}
.news_box .title_row .title {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  float: left;
}
.news_box .title_row .type_list {
  user-select: none;
  margin-top: 5px;
  float: right;
}
.news_box .title_row .type_list .type_item {
  display: block;
  line-height: 30px;
  margin-left: 50px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  position: relative;
  cursor: pointer;
}
.news_box .title_row .type_list .active_row_type {
  border-bottom: 3px solid #ff6600;
}
.news_box .title_row .type_list .active_row_type::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-width: 6px;
  margin-top: 5px;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #ff6600;
  transition: all 0.3s;
}
.news_box .row {
  padding: 15px 0 10px 0;
}
.news_box .row a {
  display: none;
  font-size: 14px;
  float: right;
  color: #7f7f7f;
}
.news_box .row .more_type0 {
  display: block;
}
.news_box .content_list {
  user-select: none; background:#FFF
}
.news_box .content_list .content_item {
  display: flex;
  float: left;
  width: 630px;
  height: 150px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 18px;
}
.news_box .content_list .content_item:nth-child(2n) {
  margin-left: 18px;
}
.news_box .content_list .content_item .time_box {
  margin-right: 60px;
  flex-shrink: 0;
}
.news_box .content_list .content_item .time_box .month {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 5px;
}
.news_box .content_list .content_item .time_box .year {
  color: #a7a7a7;
}
.news_box .content_list .content_item .content_box {
  width: 450px;
}
.news_box .content_list .content_item .content_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.news_box .content_list .content_item .content_box p {
  line-height: 20px;
  font-size: 14px;
  color: #a7a7a7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_box .list0 {
  display: block;
}
.news_card {
  box-sizing: border-box;
}
.news_card .news_card_title {
  margin-bottom: 40px;
}
.news .news_card .news_card_title span {
  font-size: 24px;
  color: #4d4d4d;
}
.news_card .news_card_title a {
  color: #7f7f7f;
  height: 32px;
  line-height: 32px;
}
.news_card .news_card_content {
  background-color: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-sizing: border-box;
}
.news_card .news_card_content .news_list .news_item:last-child a {
  margin-bottom: 0;
}
.news_card .news_card_content .news_list .news_item a {
  width: 390px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.news_card .news_card_content .news_list .news_item .data_time {
  flex-shrink: 0;
  width: 70px;
  text-align: left;
  padding: 8px;
  background-color: #f5f5f5;
  margin-right: 10px;
  box-sizing: border-box;
}
.news_card .news_card_content .news_list .news_item .data_time .month {
  font-size: 16px;
  color: #777777;
  font-size: 18px;
}
.news_card .news_card_content .news_list .news_item .data_time .year {
  font-size: 15px;
  line-height: 160%;
  color: #b1b1b1;
}
.news_card .news_card_content .news_list .news_item .info_box {
  width: 280px;
}
.news_card .news_card_content .news_list .news_item .info_box .title {
  width: 100%;
  line-height: 2rem;
}
.news_card .news_card_content .news_list .news_item .info_box .info_content {
  width: 100%;
  line-height: 2rem;
  color: #959595;
  font-size: 12px;
}
.news_card .news_card_content .QA_list .QA_item {
  width: 30%; padding-right:3.3%;
  line-height: 48px;
}
.news_card .news_card_content .QA_list .QA_item a {
  display: block;
  color: #444444;
  font-size: 15px;
}
.news_card .QA_content {
  padding: 34px 30px;
}
