.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: 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: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    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;
}
.index-hots{padding: 70px 0px;background: url(../images/goodindexbg_03.png) no-repeat center;background-size: cover; width:1280px; margin:0px auto}
.index-hots-tab{text-align: center;margin-bottom: 58px;}
.index-hots-tab a{display: inline-block;line-height: 38px;font-size: 16px;padding: 0px 60px;border-radius: 50px;}
.index-hots-tab .ahover{background: #ce6d2b;color: #fff;}
.index-hots-mains{display: none;}
.active{display: block;}
.index-hots-mains li{float: left;width: 20%; height:340px}
.index-hots-mains-list{margin: 0px 5px;padding: 34px 15px;border-radius: 10px;box-shadow: 0px 0px 10px #ddd;background: #fff;}
.index-hots-mains-top{height: 17px;position: relative;text-align: center;}
.index-hots-mains-line{height: 1px;background: #f7bc3a;position: absolute;width: 100%;left: 0;top: 50%;margin-top: -0.5px;}
.index-hots-mains-top span{display: inline-block;background: #fff;padding: 0px 5px;position: relative;z-index: 1;}
.index-hots-mains-price{text-align: center;font-size: 18px;color: #fe0000;margin: 20px 0px;}
.index-hots-mains-titles{font-size: 14px;display: block;line-height: 16px;height: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-hots-mains-bottoms{width: 50%;border-right: 1px solid #cccccc;text-align: center;font-size: 14px;box-sizing: border-box;}
.index-hots-mains-bottoms:last-child{border-right: none;}
.index-hots-mains-bottoms p{font-size: 12px;color: #999999;margin-bottom: 12px;}
.index-hots-mains-bottom{margin: 15px 0px;}
.index-hots-mains-looks{display: block;font-size: 16px;color: #03b4ad;border: 1px solid #03b4ad;border-radius: 5px;line-height: 38px;text-align: center;width: 148px;margin: 0px auto;}
.index-hots-mains li a:hover{opacity: 0.8;}
.index-hots-mains-list:hover{background: #03b4ad;color: #fff;}
.index-hots-mains-list:hover .index-hots-mains-price,.index-hots-mains-list:hover .index-hots-mains-titles,.index-hots-mains-list:hover .index-hots-mains-bottoms p{color: #fff;}
.index-hots-mains-list:hover .index-hots-mains-top span{background:#03b4ad;}
.index-hots-mains-list:hover .index-hots-mains-looks{border-color: #fff;background: #fff;color: #03b4ad;}
.index-hots-mains-last{border-radius: 10px;box-shadow: 0px 0px 10px #ddd;margin: 0px 5px;padding: 155px 15px;background: #fff;text-align: center; height:340px}
.index-hots-mains-last a{display: inline-block;color: #03b4ad;font-size: 16px;}
.index-hots-mains-last em{display: inline-block;width: 30px;height: 30px;background-position: -171px -455px;vertical-align: middle;margin-left: 10px;}
.left{float: left;}
.right{float: right;}
.container{width: 1200px;margin: 0 auto;}
.index-title{color: #525f7f;font-size: 14px;margin-bottom: 34px;}
.index-title p{font-size: 30px;color: #32325d;font-weight: bold;margin-bottom: 10px;}
.index-titles{text-align: center;}
.index-icons{background: url(../images/index.png) no-repeat;}
.index-advantages li{float: left;width: 25%;text-align: center;}
.index-advantages li em{display: inline-block;width: 146px;height: 129px;}
.index-icons6{background-position: 0px -233px;}
.youshi{ width:100%; background:#FFF}
.index-advantages{padding: 30px 0px;}
.index-advantages-title{font-size: 18px;margin: 15px 0px 10px 0px;}
.index-advantages-texts{color: #999999;font-size: 14px;line-height: 25px;}
.index-icons7{background-position: -463px -254px;}
.index-icons8{background-position: -1px -373px;}
.index-icons9{background-position: -462px -382px;}
.index-advantages li:hover .index-icons6{background-position: -284px -177px;}
.index-advantages li:hover .index-icons7{background-position: -286px -310px;}
.index-advantages li:hover .index-icons8{background-position: -462px -6px;}
.index-advantages li:hover .index-icons9{background-position: -462px -130px;}
.cont4-bot-box {
    width: 100%;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont4-bot-l {
    width: calc(100% - 504px);
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.cont4-bot-l h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.cont4-bot-l .eng {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #AAAAAA;
    margin-bottom: 19px;
}

.cont4-bot-l .l-flow {
    width: 30px;
    height: 4px;
    background-color: rgba(232, 0, 0, 1);
    margin-bottom: 40px;
}

.cont4-bot-l p {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 26px;
}
.cont4-bot {
    width: 1280px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 10px 17px 40px 0px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin-top: 20px; margin:0px auto
}
.homepart6{ width:100%; height:auto; margin:0 auto; padding: 10px 0; background: #f5f5f5  ; }
.homepart6 .centerbox{ width:100%; height:auto;  min-width:320px; max-width:1280px; margin:0 auto; clear:both; overflow:hidden; }
.homepart6 .centerbox .centerin{ width:100%; height:auto; overflow:hidden;}
.homepart6 .titbox{ width:100%; height:50px; line-height:50px; overflow:hidden; position:relative; z-index:10}
.homepart6 .titbox .tit{ position:absolute; left:0px; top:0px; height:50px; line-height:50px; overflow:hidden; background:url(../images/harr1.png) left center no-repeat; text-indent:40px; font-size:30px; color:#262626}
.homepart6 .titbox .tit span{ font-size:15px; color:#7b7b7b}

.homepart6 .titbox .more{ position:absolute; right:0px; top:0px;height:50px; line-height:50px; font-size:14px }

.homepart6 .list1{ width:100%; height:auto; overflow:hidden; margin-top:10px;}
.homepart6 .list1 ul{ margin:0px; padding:0px; list-style:none}
.homepart6 .list1 ul li{ margin:10px 0; padding:0px; list-style:none; width:50%; float:left; height:auto; overflow:hidden;}
.homepart6 .list1 ul li .box{ width:96%; height:auto; overflow:hidden; background:#FFF}
.homepart6 .list1 ul li .box .pic{ width:31%; height:138px; overflow:hidden; float:left}
.homepart6 .list1 ul li .box .pic .img{ width:100%; height:138px;}
.homepart6 .list1 ul li .box .wordbox{ width:69%; float:left; overflow:hidden; box-sizing:border-box; padding:10px;}
.homepart6 .list1 ul li .box .wordbox .tit{ width:100%; height:35px; line-height:35px; overflow:hidden; font-size:16px; font-weight:700; color:#7826ff;}
.homepart6 .list1 ul li .box .wordbox .time{ width:100%; height:35px; line-height:35px; overflow:hidden; font-size:12px;}
.homepart6 .list1 ul li .box .wordbox .word{ width:100%; height:50px; line-height:25px; overflow:hidden; font-size:13px; color:#7f7f7f;}

.homepart6 .list1 ul li:nth-child(2n) .box{ float:right}	


.homepart6 .list2{ width:100%; height:auto; overflow:hidden; margin-top:10px;}
.homepart6 .list2 ul{ margin:0px; padding:0px; list-style:none}
.homepart6 .list2 ul li{ margin:0; padding:0px; list-style:none; width:50%; float:left; height:auto; overflow:hidden;}
.homepart6 .list2 ul li .box{ width:96%; height:54px; overflow:hidden; position:relative}
.homepart6 .list2 ul li .box p{ display:block; position:absolute; height:54px; line-height:54px; overflow:hidden;}
.homepart6 .list2 ul li .box p.t1{ left:10px; font-size:15px; width:80%}
.homepart6 .list2 ul li .box p.t2{ right:12px; font-size:14px;}

.homepart6 .list2 ul li:nth-child(2n) .box{ float:right}

.homepart6 .list2 ul li:nth-child(4n-1) .box{ background:#FFF}
.homepart6 .list2 ul li:nth-child(4n) .box{ background:#FFF}

.homepart6 .list2 ul li:hover .box{ background:#ff6666}
.homepart6 .list2 ul li:hover .box p{ color:#FFF}
.homepart6 .list2 ul li:hover .box p.t1{ font-weight:700}