﻿@charset "utf-8";


.head-page .item:nth-child(3) span {
    color: #186EAE;
}
.head-page .item:nth-child(3) span::before{
    transform: scale(1);
}
.head-page .item:nth-child(3) span::after{
    opacity: 1;
}
.operate-page01{
    align-items: flex-start;
    padding: 40px 0;
}
.operate-page01 .item-l{
    width: 47.6%;
    height: 334px;
    position: relative;
    overflow: hidden;
}
.operate-page01 .item-l img{
    height: 100%;
    max-width: 10000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.operate-page01 .item-r{
    width: 52.4%;
    padding-left: 18px;
    padding-top: 10px;
    box-sizing: border-box;
}
.operate-page01 .page-line{
    margin: 13px 0 10px;
}
.operate-page01 .con{
    font-size: 14px;
    color: #666666;
    line-height: 1.72;
    height: 72px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.operate-page01 .lists{
    margin-top: 23px;
}
.operate-page01 .list{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
}
.operate-page01 .list-tit{
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}
.operate-page01 .list-con{
    font-size: 12px;
    color: #666666;
}
.operate-page02 .list{
    width: 48.4%;
    border: 1px solid #E5E5E5;
    margin-right: 3.2%;
    margin-top: 30px;
    padding: 28px 32px 35px;
    box-sizing: border-box;
    transition: all .3s;
}
.operate-page02 .list:nth-child(2n){
    margin-right: 0;
}
.operate-page02 .list .tit{
    color: #3C84C1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.operate-page02 .list .desc{
    font-size: 14px;
    color: #666666;
    line-height: 1.72;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0 62px;
}
/* 运营主体详情开始 */
.operateDe-page01 .con{
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
}
.operateDe-page01 .con img{
    display: block;
    margin: 10px auto;
}
.operateDe-page02 .lists{
    margin-top: 45px;
    margin-bottom: 30px;
}
.operateDe-page02 .item-l{
    width: 48.9%;
    height: 332px;
    position: relative;
    overflow: hidden;
}
.operateDe-page02 .item-l img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.operateDe-page02 .item-r{
    width: 51.1%;
    padding-left: 12px;
    box-sizing: border-box;
}
.operateDe-page02 .list{
    padding-left: 35px;
    box-sizing: border-box;
    margin-top: 5px;
    position: relative;
}
.operateDe-page02 .list:first-child{
    margin-top: 0;
}
.operateDe-page02 .tit{
    color: #333333;
    font-weight: bold;
    position: relative;
}
.operateDe-page02 .tit::after{
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
}
.operateDe-page02 .con{
    line-height: 2.28;
    color: #666666;
    margin-top: 2px;
}
.operateDe-page03 .lists {
    margin-top: 15px;
}
.operateDe-page03 .list{
    width: 48.4%;
    height: 276px;
    position: relative;
    overflow: hidden;
    margin-right: 3.2%;
    margin-top: 25px;
}
.operateDe-page03 .list:nth-child(2n){
    margin-right: 0;
}
.operateDe-page03 .list img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 10000px;
    height: 100%;
}
.operateDe-page03 .hide{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 60px;
    background: rgba(0,0,0,.6);
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
}
.operateDe-page03 .tit{
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
    box-sizing: border-box;
}
.operateDe-page03 .tit::after{
    content: "";
    width: 8px;
    height: 17px;
    background: url(../img/operateDe-next.png) no-repeat center/cover;
    margin-left: 6px;
}
.operateDe-page03 .con{
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (min-width: 960px) {
    .operateDe-page03 .list:hover .hide{
        transform: translateY(0);
    }
    .operate-page01 .item-l:hover img{
        height: 110%;
    }
    .operate-page02 .list:hover{
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    }
}
@media only screen and (max-width: 1366px) {
    .operate-page01 .list .icon img{
        max-height:100px;
    }
}
@media only screen and (max-width: 1200px) {
    .operateDe-page02 .lists{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .operate-page01 .list .icon img {
        max-height: 85px;
    }
    .operate-page02 .list .desc{
        margin: 6px 0 30px;
    }
}
@media only screen and (max-width: 960px) {
    .operateDe-page03 .hide{
        transform: translateY(0)
    }
}
@media only screen and (max-width: 768px) {
    .operate-page01 {
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .operate-page01 .item-l {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .operate-page01 .item-l img {
        width: 100%;
        height: auto;
        position: initial;
        transform: translate(0);
    }
    .operate-page01 .item-r {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .operate-page01 .con {
        height: auto;
        -webkit-line-clamp: initial;

    }
    .operate-page01 .list .icon img {
        max-height: 60px;
    }
    .operate-page01 .lists {
        margin-top: 15px;
    }
    .operate-page02 .list {
        width: 48.4%;
        margin-right: 3.2%;
        margin-top: 15px;
        padding: 15px;
        width: 100%;
    }
    .operate-page02 .list .desc {
        margin: 3px 0 15px;
    }
    /* 运营主体详情开始 */
    .operateDe-page02 .item-l {
        width: 100%;
        height: auto;
    }
    .operateDe-page02 .item-l img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .operateDe-page02 .item-r {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .operateDe-page02 .tit::after{
        width: 18px;
        left: -25px;
    }
    .operateDe-page02 .lists {
        margin-top: 25px;
    }
    .operateDe-page02 .list {
        padding-left: 25px;
    }
    .operateDe-page03 .list {
        width: 100%;
        height: 216px;
        margin-right: 0;
        margin-top: 20px;
    }
    .operateDe-page03 .lists{
        margin-top: 5px;
    }
    .operateDe-page03 .hide{
        padding: 0 15px;
    }
}