h3 {
    font-size : 36px;
    text-align: center
}

.index-description {
    color     : #d91d11;
    font-size : 18px;
    text-align: center;
    margin-top: 30px
}

.index-banner {
    min-width    : 1280px;
    width        : 100%;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto
}

.index-banner .banner-prev {
    transition: .5s;
    width     : 64px;
    height    : 94px;
    margin-top: -47px;
    left      : 0;
    background: rgba(0, 0, 0, .3) url(../images/arrow.png) no-repeat center;
    transform : scale(-1);
    opacity   : 0
}

.index-banner .banner-next {
    transition: .5s;
    width     : 64px;
    height    : 94px;
    margin-top: -47px;
    right     : 0;
    opacity   : 0;
    background: rgba(0, 0, 0, .3) url(../images/arrow.png) no-repeat center
}

.index-banner:hover .banner-prev {
    opacity: 1
}

.index-banner:hover .banner-next {
    opacity: 1
}

.index-banner .swiper-slide {
    min-width    : 1280px;
    width        : 100%;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    height       : 645px
}

.index-banner .swiper-slide img {
    width        : 100%;
    height       : 100%;
    display      : block;
    -o-object-fit: cover;
    object-fit   : cover
}

.index-advantage {
    background        : #fff;
    height            : 160px;
    width             : 1200px;
    margin-top        : 0;
    margin-bottom     : 0;
    margin-left       : auto;
    margin-right      : auto;
    -webkit-box-shadow: 0 0 30px rgba(45, 63, 129, 0.22);
    box-shadow        : 0 0 30px rgba(45, 63, 129, 0.22);
    padding           : 0 25px;
    position          : relative;
    top               : -80px;
    z-index           : 2
}

.index-advantage dl {
    width: 20%;
    float: left
}

.index-advantage dl dt {
    display     : block;
    margin-top  : 30px;
    height      : 60px;
    line-height : 60px;
    font-size   : 24px;
    color       : #262047;
    padding-left: 80px
}

.index-advantage dl dd {
    display   : block;
    text-align: center;
    color     : #b3aec9;
    font-size : 14px;
    margin-top: 20px
}

.index-advantage dl .advantage-1 {
    background     : url(../images/index-advantage-1.png) no-repeat 25px center;
    background-size: 42px
}

.index-advantage dl .advantage-2 {
    background     : url(../images/index-advantage-2.png) no-repeat 25px center;
    background-size: 42px
}

.index-advantage dl .advantage-3 {
    background     : url(../images/index-advantage-3.png) no-repeat 25px center;
    background-size: 42px
}

.index-advantage dl .advantage-4 {
    background     : url(../images/index-advantage-4.png) no-repeat 25px center;
    background-size: 36px
}

.index-advantage dl .advantage-5 {
    background     : url(../images/index-advantage-5.png) no-repeat 25px center;
    background-size: 40px
}

.index-offer {
    min-width    : 1280px;
    width        : 100%;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    overflow     : hidden
}

.index-offer .offer-main {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 40px;
    overflow     : hidden;
    background   : #f1f1f1;
    padding      : 20px 15px
}

.index-offer .offer-main .offer-result {
    border    : 1px solid #e5e5e5;
    height    : 320px;
    width     : 300px;
    float     : left;
    background: #fff url(../images/index-off-picture.jpg) no-repeat center 80px
}

.index-offer .offer-main .offer-result .result-prize {
    color        : #000;
    font-size    : 16px;
    font-weight  : 700;
    height       : 60px;
    line-height  : 53px;
    border-bottom: 1px solid #e5e5e5;
    text-align   : center;
    position     : relative
}

.index-offer .offer-main .offer-result .result-prize span {
    font-size: 24px
}

.index-offer .offer-main .offer-result .result-prize:before {
    content          : '';
    display          : block;
    position         : absolute;
    left             : 10px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    z-index          : 2;
    background       : url(../images/icon-offer.jpg) no-repeat center center;
    background-size  : cover;
    height           : 18px;
    width            : 34px
}

.index-offer .offer-main .offer-result .result-prize:after {
    content          : '';
    display          : block;
    position         : absolute;
    right            : 10px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    z-index          : 2;
    background       : url(../images/icon-offer.jpg) no-repeat center center;
    background-size  : cover;
    height           : 18px;
    width            : 34px
}

.index-offer .offer-main .offer-result .result-prize span {
    color: #d91d11
}

.index-offer .offer-main .offer-form {
    height     : 320px;
    width      : 590px;
    float      : left;
    background : #fff;
    margin-left: 10px;
    padding    : 20px
}

.index-offer .offer-main .offer-form .form-input .input {
    width     : 48%;
    float     : left;
    margin-top: 20px
}

.index-offer .offer-main .offer-form .form-input .input label {
    font-size  : 14px;
    color      : #666;
    height     : 20px;
    line-height: 20px;
    display    : block
}

.index-offer .offer-main .offer-form .form-input .input input {
    background   : #f0f0f0;
    border-radius: 2px;
    width        : 100%;
    height       : 44px;
    line-height  : 44px;
    margin-top   : 10px;
    padding      : 0 10px
}

.index-offer .offer-main .offer-form .form-input .input select {
    background   : #f0f0f0;
    border-radius: 2px;
    width        : 100%;
    height       : 44px;
    line-height  : 44px;
    margin-top   : 10px;
    padding      : 0 10px
}

.index-offer .offer-main .offer-form .form-input .fr {
    float: right
}

.index-offer .offer-main .offer-form .form-submit {
    margin-top: 30px
}

.index-offer .offer-main .offer-form .form-submit input {
    border-radius: 2px;
    text-align   : center;
    background   : #d91d11;
    height       : 50px;
    line-height  : 50px;
    color        : #fff;
    width        : 100%;
    cursor       : pointer;
    font-size    : 14px
}

.index-offer .offer-main .offer-form .form-count {
    font-size : 18px;
    text-align: center;
    margin-top: 15px;
    color     : #333
}

.index-offer .offer-main .offer-form .form-count span {
    color: #d91d11
}

.index-offer .offer-main .offer-advantage {
    float : right;
    width : 340px;
    height: 320px
}

.index-offer .offer-main .offer-advantage li {
    display      : block;
    width        : 106.666666px;
    height       : 155px;
    margin-right : 10px;
    margin-bottom: 10px;
    float        : left;
    font-size    : 15px;
    color        : #333;
    text-align   : center;
    padding-top  : 115px
}

.index-offer .offer-main .offer-advantage .advantage-1 {
    background        : #fff url(../images/index-offer-1.jpg) no-repeat center 24px;
    background-size   : 70%;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-offer .offer-main .offer-advantage .advantage-1:hover {
    background     : #fff url(../images/index-offer-1.jpg) no-repeat center 19px;
    background-size: 70%
}

.index-offer .offer-main .offer-advantage .advantage-2 {
    background        : #fff url(../images/index-offer-2.jpg) no-repeat center 24px;
    background-size   : 70%;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-offer .offer-main .offer-advantage .advantage-2:hover {
    background     : #fff url(../images/index-offer-2.jpg) no-repeat center 19px;
    background-size: 70%
}

.index-offer .offer-main .offer-advantage .advantage-3 {
    background        : #fff url(../images/index-offer-3.jpg) no-repeat center 24px;
    background-size   : 70%;
    margin-right      : 0;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-offer .offer-main .offer-advantage .advantage-3:hover {
    background     : #fff url(../images/index-offer-3.jpg) no-repeat center 19px;
    background-size: 70%
}

.index-offer .offer-main .offer-advantage .advantage-4 {
    background        : #fff url(../images/index-offer-4.jpg) no-repeat center 24px;
    background-size   : 70%;
    margin-bottom     : 0;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-offer .offer-main .offer-advantage .advantage-4:hover {
    background     : #fff url(../images/index-offer-4.jpg) no-repeat center 19px;
    background-size: 70%
}

.index-offer .offer-main .offer-advantage .advantage-5 {
    background        : #fff url(../images/index-offer-5.jpg) no-repeat center 24px;
    background-size   : 70%;
    margin-bottom     : 0;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-offer .offer-main .offer-advantage .advantage-5:hover {
    background     : #fff url(../images/index-offer-5.jpg) no-repeat center 19px;
    background-size: 70%
}

.index-offer .offer-main .offer-advantage .advantage-6 {
    background        : #fff url(../images/index-offer-6.jpg) no-repeat center 24px;
    background-size   : 70%;
    margin-right      : 0;
    margin-bottom     : 0;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-offer .offer-main .offer-advantage .advantage-6:hover {
    background     : #fff url(../images/index-offer-6.jpg) no-repeat center 19px;
    background-size: 70%
}

.index-case {
    overflow     : hidden;
    min-width    : 1280px;
    width        : 100%;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 80px
}

.index-case .case-category {
    margin-top: 40px
}

.index-case .case-category dl {
    text-align: center
}

.index-case .case-category dl dd {
    display : inline-block;
    *display: inline;
    _zoom   : 1;
    padding : 0 10px;
    position: relative
}

.index-case .case-category dl dd a {
    display           : block;
    padding           : 10px 20px 10px 20px;
    color             : #666;
    font-size         : 18px;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-case .case-category dl dd:hover a {
    background: #d91d11;
    color     : #fff
}

.index-case .case-category dl dd:after {
    content          : '';
    position         : absolute;
    right            : -1px;
    z-index          : 2;
    height           : 18px;
    width            : 2px;
    background       : #e5e5e5;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%)
}

.index-case .case-category dl dd:last-child:after {
    display: none
}

.index-case .case-category dl .active a {
    background: #d91d11;
    color     : #fff
}

.index-case .case-category dl .active:after {
    display: none
}

.index-case .case-category dl .fade:after {
    display: none
}

.index-case .case-list {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 40px
}

.index-case .case-list .case-picture {
    overflow: hidden
}

.index-case .case-list .case-picture img {
    width             : 100%;
    height            : 100%;
    display           : block;
    -o-object-fit     : cover;
    object-fit        : cover;
    -webkit-transition: 1s;
    transition        : 1s
}

.index-case .case-list .case-name {
    text-align        : center;
    font-size         : 16px;
    color             : #333;
    height            : 40px;
    line-height       : 40px;
    text-overflow     : ellipsis;
    white-space       : nowrap;
    overflow          : hidden;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-case .case-list .case-section-left {
    float: left;
    width: 420px
}

.index-case .case-list .case-section-left .case-section {
    border: 1px solid #e5e5e5;
    width : 100%
}

.index-case .case-list .case-section-left .case-section .case-picture {
    width : 418px;
    height: 533px
}

.index-case .case-list .case-section-right {
    width: 850px;
    float: right
}

.index-case .case-list .case-section-right .case-section-top .case-section {
    float      : left;
    width      : 420px;
    margin-left: 10px;
    border     : 1px solid #e5e5e5
}

.index-case .case-list .case-section-right .case-section-top .case-section .case-picture {
    width : 418px;
    height: 240px
}

.index-case .case-list .case-section-right .case-section-bottom .case-section {
    float      : left;
    width      : 276.66px;
    margin-left: 10px;
    margin-top : 10px;
    border     : 1px solid #e5e5e5
}

.index-case .case-list .case-section-right .case-section-bottom .case-section .case-picture {
    width : 274.66px;
    height: 241px
}

.index-case .case-list .case-section:hover .case-picture img {
    -webkit-transform: scale(1.05);
    transform        : scale(1.05)
}

.index-case .case-list .case-section:hover .case-name {
    color: #d91d11
}

.index-designer {
    overflow       : hidden;
    min-width      : 1280px;
    width          : 100%;
    margin-top     : 0;
    margin-bottom  : 0;
    margin-left    : auto;
    margin-right   : auto;
    margin-top     : 80px;
    background     : url(../images/index-designer.jpg) no-repeat center center;
    background-size: cover;
    padding-top    : 80px;
    padding-bottom : 50px
}

.index-designer .designer-list {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    position     : relative;
    margin-top   : 50px
}

.index-designer .designer-list .swiper-container {
    width        : 1180px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    padding      : 40px 20px;
    background   : #fff
}

.index-designer .designer-list .swiper-container .swiper-slide .designer-picture {
    width             : 212px;
    height            : 274px;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-designer .designer-list .swiper-container .swiper-slide .designer-picture img {
    width        : 100%;
    height       : 100%;
    display      : block;
    -o-object-fit: cover;
    object-fit   : cover
}

.index-designer .designer-list .swiper-container .swiper-slide .designer-name {
    margin-top        : 20px;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-designer .designer-list .swiper-container .swiper-slide .designer-name em {
    display    : block;
    width      : 70%;
    margin     : 0 auto;
    background : #d91d11;
    color      : #fff;
    height     : 36px;
    line-height: 36px;
    text-align : center
}

.index-designer .designer-list .swiper-container .swiper-slide:hover .designer-picture,
.index-designer .designer-list .swiper-container .swiper-slide:hover .designer-name {
    -webkit-transform: translate3D(0, -10px, 0);
    transform        : translate3D(0, -10px, 0)
}

.index-designer .designer-list .designer-prev {
    position       : absolute;
    left           : 0;
    top            : 50%;
    display        : block;
    z-index        : 2;
    width          : 30px;
    height         : 64px;
    margin-top     : -32px;
    background     : url(../images/index-designer-prev.png) no-repeat center center;
    background-size: contain;
    cursor         : pointer
}

.index-designer .designer-list .designer-next {
    position       : absolute;
    right          : 0;
    top            : 50%;
    display        : block;
    z-index        : 2;
    width          : 30px;
    height         : 64px;
    margin-top     : -32px;
    background     : url(../images/index-designer-next.png) no-repeat center center;
    background-size: contain;
    cursor         : pointer
}

.index-effect {
    overflow     : hidden;
    min-width    : 1280px;
    width        : 100%;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 80px
}

.index-effect .effect-nav {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    position     : relative;
    margin-top   : 50px
}

.index-effect .effect-nav ul {
    text-align   : left;
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    padding-right: 150px;
    margin-top   : 30px;
    border-bottom: 1px solid #d91d11
}

.index-effect .effect-nav ul li {
    display : inline-block;
    *display: inline;
    _zoom   : 1
}

.index-effect .effect-nav ul li a {
    display           : block;
    padding           : 10px;
    font-size         : 14px;
    color             : #333;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-effect .effect-nav ul li:hover a {
    background: #d91d11;
    color     : #fff
}

.index-effect .effect-nav .more {
    position          : absolute;
    right             : 0;
    font-size         : 14px;
    color             : #999;
    top               : 0;
    z-index           : 2;
    display           : block;
    -webkit-transition: .5s;
    transition        : .5s;
    padding           : 10px
}

.index-effect .effect-nav .more:hover {
    color: #d91d11
}

.index-effect .effect-list {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 30px
}

.index-effect .effect-list .effect-section {
    float             : left;
    width             : 290px;
    margin-right      : 40px;
    margin-bottom     : 30px;
    -webkit-box-shadow: 0 5px 15px rgba(4, 0, 0, 0.11);
    box-shadow        : 0 5px 15px rgba(4, 0, 0, 0.11);
    -webkit-transition: .5s;
    transition        : .5s
}

.index-effect .effect-list .effect-section .effect-picture {
    width   : 290px;
    height  : 180px;
    overflow: hidden
}

.index-effect .effect-list .effect-section .effect-picture img {
    -webkit-transition: .5s;
    transition        : .5s;
    width             : 100%;
    height            : 100%;
    display           : block;
    -o-object-fit     : cover;
    object-fit        : cover
}

.index-effect .effect-list .effect-section .effect-name {
    color             : #666;
    font-size         : 16px;
    text-overflow     : ellipsis;
    white-space       : nowrap;
    overflow          : hidden;
    text-align        : center;
    height            : 40px;
    line-height       : 40px;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-effect .effect-list .effect-section:hover {
    -webkit-box-shadow: 0 5px 15px rgba(217, 29, 17, 0.15);
    box-shadow        : 0 5px 15px rgba(217, 29, 17, 0.15)
}

.index-effect .effect-list .effect-section:hover .effect-picture img {
    -webkit-transform: scale(1.05);
    transform        : scale(1.05)
}

.index-effect .effect-list .effect-section:hover .effect-name {
    color: #d91d11
}

.index-customer {
    min-width      : 1280px;
    width          : 100%;
    margin-top     : 0;
    margin-bottom  : 0;
    margin-left    : auto;
    margin-right   : auto;
    background     : url(../images/index-customer.jpg) no-repeat center center;
    background-size: cover;
    overflow       : hidden;
    padding-top    : 50px;
    margin-top     : 80px;
    padding-bottom : 80px
}

.index-customer .customer-main {
    width          : 1260px;
    margin-top     : 0;
    margin-bottom  : 0;
    margin-left    : auto;
    margin-right   : auto;
    height         : 382px;
    margin-top     : 50px;
    background     : url(../images/index-customer-list.png) no-repeat center center;
    background-size: cover;
    overflow       : hidden
}

.index-customer .customer-main .customer-list {
    width        : 1080px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 64px
}

.index-customer .customer-main .customer-list .customer-section {
    width   : 178px;
    height  : 100px;
    margin  : 0 1px;
    float   : left;
    position: relative
}

.index-customer .customer-main .customer-list .customer-section img {
    max-width         : 70%;
    max-height        : 70%;
    position          : absolute;
    margin            : 0 auto;
    top               : 50%;
    left              : 0;
    right             : 0;
    z-index           : 2;
    -webkit-transform : translate3d(0, -50%, 0);
    transform         : translate3d(0, -50%, 0);
    -webkit-transition: .5s;
    transition        : .5s
}

.index-customer .customer-main .customer-list .customer-section:hover img {
    -webkit-transform: translate3d(0, -50%, 0) scale(1.1);
    transform        : translate3d(0, -50%, 0) scale(1.1)
}

.index-customer .customer-main .customer-list-2 {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 54px
}

.index-process {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 50px
}

.index-process .process-list .process-step {
    width             : 182.85px;
    height            : 180px;
    float             : left;
    border-right      : 0;
    position          : relative;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.11);
    box-shadow        : 0 5px 20px rgba(0, 0, 0, 0.11);
    font-size         : 20px;
    text-align        : center;
    color             : #999;
    padding-top       : 130px;
    -webkit-transition: .5s;
    transition        : .5s
}

.index-process .process-list .process-step .step-no {
    position   : absolute;
    top        : 0;
    left       : 0;
    width      : 100%;
    z-index    : 2;
    height     : 40px;
    line-height: 40px
}

.index-process .process-list .process-step-1 {
    background     : #fff url(../images/index-process-1.png) no-repeat center 40px;
    background-size: 65px
}

.index-process .process-list .process-step-1:hover {
    background     : #fff url(../images/index-process-1a.png) no-repeat center 40px;
    background-size: 65px;
    color          : #d91d11
}

.index-process .process-list .process-step-2 {
    background     : #fff url(../images/index-process-2.png) no-repeat center 45px;
    background-size: 65px
}

.index-process .process-list .process-step-2:hover {
    background     : #fff url(../images/index-process-2a.png) no-repeat center 45px;
    background-size: 65px;
    color          : #d91d11
}

.index-process .process-list .process-step-3 {
    background     : #fff url(../images/index-process-3.png) no-repeat center 45px;
    background-size: 65px
}

.index-process .process-list .process-step-3:hover {
    background     : #fff url(../images/index-process-3a.png) no-repeat center 45px;
    background-size: 65px;
    color          : #d91d11
}

.index-process .process-list .process-step-4 {
    background     : #fff url(../images/index-process-4.png) no-repeat center 45px;
    background-size: 65px
}

.index-process .process-list .process-step-4:hover {
    background     : #fff url(../images/index-process-4a.png) no-repeat center 45px;
    background-size: 65px;
    color          : #d91d11
}

.index-process .process-list .process-step-5 {
    background     : #fff url(../images/index-process-5.png) no-repeat center 45px;
    background-size: 50px
}

.index-process .process-list .process-step-5:hover {
    background     : #fff url(../images/index-process-5a.png) no-repeat center 45px;
    background-size: 50px;
    color          : #d91d11
}

.index-process .process-list .process-step-6 {
    background     : #fff url(../images/index-process-6.png) no-repeat center 45px;
    background-size: 65px
}

.index-process .process-list .process-step-6:hover {
    background     : #fff url(../images/index-process-6a.png) no-repeat center 45px;
    background-size: 65px;
    color          : #d91d11
}

.index-process .process-list .process-step-7 {
    background     : #fff url(../images/index-process-7.png) no-repeat center 45px;
    background-size: 50px
}

.index-process .process-list .process-step-7:hover {
    background     : #fff url(../images/index-process-7a.png) no-repeat center 45px;
    background-size: 50px;
    color          : #d91d11
}

.index-article {
    min-width    : 1280px;
    width        : 100%;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
    margin-top   : 30px
}

.index-article .article-main {
    width        : 1280px;
    margin-top   : 0;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto
}

.index-article .article-main .article-box {
    background  : #fff;
    padding     : 15px;
    width       : 410px;
    margin-right: 25px;
    float       : left
}

.index-article .article-main .article-box .article-top {
    border-bottom : 3px solid #d91d11;
    padding-bottom: 5px
}

.index-article .article-main .article-box .article-top h4,
.index-article .article-main .article-box .article-top a {
    color      : #5b5b5b;
    font-size  : 18px;
    height     : 30px;
    line-height: 30px
}

.index-article .article-main .article-box .article-top h4 {
    float      : left;
    font-weight: 700
}

.index-article .article-main .article-box .article-top a {
    float: right
}

.index-article .article-main .article-box .article-top a:hover {
    text-decoration: underline;
    color          : #d91d11
}

.index-article .article-main .article-box .article-list {
    padding-bottom: 15px;
    min-height    : 205px
}

.index-article .article-main .article-box .article-list .article-section {
    margin-top   : 30px;
    padding-right: 90px;
    position     : relative
}

.index-article .article-main .article-box .article-list .article-section a {
    display      : block;
    color        : #666;
    text-overflow: ellipsis;
    white-space  : nowrap;
    overflow     : hidden
}

.index-article .article-main .article-box .article-list .article-section span {
    position: absolute;
    top     : 0;
    right   : 0;
    z-index : 2;
    color   : #333
}

.index-article .article-main .article-box .article-list .article-section:hover a,
.index-article .article-main .article-box .article-list .article-section:hover span {
    color          : #d91d11;
    text-decoration: underline
}