﻿#view * {
    font-family: 'Microsoft YaHei';
}

#view .row .item {
    height: 430px;
    border: 1px solid #cccccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    max-width: 310px;
    margin: 0 auto;
}

    #view .row .item .head {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        padding-left: 20px;
        position: relative;
        z-index: -1;
    }

        #view .row .item .head .C__icon1 {
            width: 70px;
        }

        #view .row .item .head .Eng {
            transform: rotateZ(90deg)
        }

    #view .row .item .middle {
        width: 100%;
        padding-bottom: 90px;
        z-index: 1;
    }

        #view .row .item .middle .hang1, #view .row .item .middle .hang2 {
            text-align: center;
            font-size: 20px;
            color: #333333;
            transition: color 300ms ease-in-out;
            font-weight: bold;
        }

    #view .row .item .Eng .bottom {
        padding-bottom: 0;
    }

    #view .row .item .bottom {
        width: 100%;
        display: flex;
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }

        #view .row .item .bottom .left {
            width: 4px;
            height: 40px;
            background: #009b4c;
            transition: opacity 300ms ease-in-out;
            opacity: 1;
        }

        #view .row .item .bottom .right {
            margin-left: 30px;
            flex: 1;
            overflow: hidden;
        }

        #view .row .item .bottom .titleA {
            color: #32c36c;
            font-weight: 700;
            font-size: 24px;
            transition: color 300ms ease-in-out;
        }

        #view .row .item .bottom .bottomC {
            width: 50px;
            height: 4px;
            background: #ffffff;
            margin-top: 5px;
        }

    #view .row .item .After {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(150deg,#009b4c 6%, #2f318b 89%);
        z-index: 0;
        opacity: 0;
        transition: opacity 300ms ease-in-out;
    }

    #view .row .item:hover .After {
        opacity: 1;
    }

    #view .row .item:hover .bottom .titleA {
        color: #ffffff;
    }

    #view .row .item:hover .bottom .left {
        opacity: 0;
    }

    #view .row .item:hover .hang1 {
        color: #fff;
    }

    #view .row .item:hover .hang2 {
        color: #fff;
    }

#view .container {
}

#view .col-6.col-lg-3 {
    padding-bottom: 45px;
}

@media (max-width: 700px) {
    .col-6 {
        width: 100%;
    }
}

.allCover .content {
    text-align: center;
}

.allCover1 .content {
    text-align: center;
}

.allCover .content div {
    text-align: center;
    margin: 0 2rem;
}

.allCover1 .content div {
    text-align: center;
    margin: 0 2rem;
}

@media (max-width: 1000px) {
    .allCover .content div {
        text-align: center;
        margin: 0 1rem;
    }

    .allCover1 .content div {
        text-align: center;
        margin: 0 1rem;
    }
}

.listNav a {
    color: #858585 !important;
}

#view * {
    font-family: 'Microsoft YaHei';
}

#view {
    padding-bottom: 50px;
}

.allCover1 {
    height: 420px;
    background-image: url("/Webs/r/Home/42/static/img/bg4.png");
    box-sizing: border-box;
    padding: 100px 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
    min-height: 250px;
}

    .allCover1::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: #000000;
        opacity: .5;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .allCover1 .title {
        font-size: 75px;
        letter-spacing: 15px;
        font-weight: 400;
        z-index: 1;
        color: #ffffff;
        position: relative;
    }

    .allCover1 .content {
        line-height: 60px;
        font-size: 36px;
        position: relative;
        color: #ffffff;
        z-index: 1;
        margin-top: 20px;
    }

@media (max-width: 1100px) {
    .allCover1 .title {
        font-size: 36px;
    }

    .allCover1 .content {
        font-size: 20px;
    }
}

#view * {
    font-family: 'Microsoft YaHei';
}

#view {
    padding-bottom: 50px;
}

.allCover {
    height: 466px;
    background-image: url("/Webs/r/Home/42/static/img/12.png");
    box-sizing: border-box;
    padding: 100px 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    min-height: 250px;
    padding: 0 20px;
}

    .allCover::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: #000000;
        opacity: .5;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .allCover .title {
        font-size: 42px;
        letter-spacing: 15px;
        font-weight: 400;
        z-index: 1;
        color: #ffffff;
        position: relative;
    }

    .allCover .content {
        line-height: 60px;
        font-size: 70px;
        position: relative;
        color: #ffffff;
        z-index: 1;
        margin-top: 40px;
    }

@media (max-width: 1100px) {
    .allCover .title {
        font-size: 20px;
    }

    .allCover .content {
        font-size: 30px;
        margin-top: 15px;
    }
}

.content > div {
    display: inline-block;
}
