.title {
    padding-top: 80px;
    width: 100%;
}

.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: 56px;
}

.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; margin-top:20px
}

.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: #E80000;
}

.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;
}
.cont2-goods-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cont2-goods-list li {
    width: 33.3%;
    height: 226px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
    position: relative
}

.cont2-goods-list li:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 145px;
    background: #f2f2f2;
    position: absolute;
    left: -1px;
    top: 40px;
    z-index: 1
}

.cont2-goods-list li:nth-child(4n):before {
    display: none
}

.cont2-goods-head {
    width: 100%;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2
}

.cont2-goods-head .icon {
    width: 46px;
    flex: 0 0 46px;
    height: 46px;
    margin-right: 10px
}

.cont2-goods-head-word {
    flex: 1
}

.cont2-goods-head-word h3 {
    width: 290px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333;
    line-height: 16px;
    font-weight: 400
}

.cont2-goods-head-word h3,
.cont2-goods-head-word h3 p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.cont2-goods-head-word h3 p {
    color: #888;
    font-size: 12px;
    margin-top: 5px
}

.cont2-goods-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: #888
}

.cont2-goods-cen {
    padding-top: 12px;
    display: flex;
    align-items: center
}

.cont2-goods-cen div {
    width: 25%;
    text-align: center
}

.cont2-goods-cen div:first-child {
    text-align: left
}

.cont2-goods-cen div h5 {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333
}

.cont2-goods-cen div p {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    margin-top: 7px
}

.cont2-goods-cen span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #f2f2f2
}

.cont2-goods-list li .price-btns {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px
}

.cont2-goods-list li .price-btns .price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e80000
}

.cont2-goods-list li .price-btns .price span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #e80000
}

.cont2-goods-list 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: 700;
    color: #fff;
    line-height: 30px;
    text-align: center
}

.cont2-goods-list li:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07);
    z-index: 99999
}

.cont2-goods-list li:hover .cont2-goods-head-word h3 {
    color: #e80000
}

.cont2-goods-list li:hover .price-btns a {
    background: #e80000
}

.cont2-goods-list li:hover+li:before,
.cont2-goods-list li:hover:before {
    display: none
}
.cont-5{
    padding: 25px;
    box-sizing: border-box;
}
.cont-5-nav {
    font-size: 18px;
}

.cont-5-nav span{
    margin-right: 50px;
    cursor: pointer;
}
.cont-5-nav .active {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.cont-5-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    padding: 30px 20px 10px;
}

.cont-5-list span{
    color: #E5E5E5;
    font-size: 48px;
    font-weight: 600;
   
}

.cont-5-list h4{
    font-size: 18px;
    color: #333;
    padding: 5px 0 10px;
    font-weight: 600;
}

.cont-5-list p{
    color: #999;
    font-size: 14px;
}

.cont-5-list.nav2{
    display: none;
}
.cont-5{
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04) ;
    width: 1280px;
    margin: 0 auto 50px; background:#FFF
}
.cont1 {
    width: 1280px;
    height: 610px;
    margin: 0 auto;
    padding-top: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; background:#FFF
}

.cont1-left {
    width: calc(100% - 540px);
    padding-top: 30px;
    position: relative;
}

.cont1-left h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont1-left h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 8px;
    margin-bottom: 30px;
}

.cont1-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.cont1-left .eng {
    width: 400px;
    height: 58px;
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    transform: rotate(90deg);
    position: absolute;
    left: -165px;
    top: 170px;
    z-index: -1;
}

.cont1-left .shu {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.cont1-left .shu li {
    margin-right: 100px;
}

.cont1-left .shu li h4 {
    font-size: 60px;
    font-family: Impact;
    font-weight: 400;
    color: #BBBBBB;
}

.cont1-left .shu li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.cont1-left .shu li h4 span {
    font-size: 30px;
}

.cont1-right {
    width: 540px;
    height: 360px;
}

.cont1-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.cont1-word {
    width: 100%;
    height: 100%;
    background: url(/skin/images/cont1-list-back.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 290px;
    padding-right: 30px;
    box-sizing: border-box;
}

.cont1-word h3 {
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}

.cont1-word p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: right;
    margin-top: 10px;
}
.cont7 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
    padding-bottom: 75px; margin-bottom:10px
}

.cont7 h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cont7 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
}

.cont7 .eng {
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 149px;
    z-index: -1;
}

.cont7-box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; margin-bottom:10px
}

.cont7-list-l {
    width: 50%;
    height: 330px;
    background: #fff;
    padding: 15px 25px;
    box-sizing: border-box;
}

.cont7-list-l a {
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.cont7-list-l a:nth-child(5) {
    border-bottom: none;
}

.cont7-list-l a .circle {
    width: 4px;
    height: 4px;
    background: #AAAAAA;
    border-radius: 50%;
}

.cont7-list-l a p {
    width: calc(100% - 10px);
    height: 53px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont7-list-l a:hover p {
    color: #e80000;
}

.cont7-list-l a:hover .circle {
    background-color: #e80000;
}

.cont7-list-2 {
    width: 50%;
    height: 330px;
    background: linear-gradient(90deg, #194FFF, #19A6FF);
    padding: 15px 25px;
    box-sizing: border-box;
}

.cont7-list-2 a {
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(234, 238, 255, 0.2);
}

.cont7-list-2 a:nth-child(5) {
    border-bottom: none;
}

.cont7-list-2 a .circle {
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}

.cont7-list-2 a p {
    width: calc(100% - 10px);
    height: 53px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}