@charset "utf-8";

.content{
    padding-top: 56px;
}
.video{
    width: 48.57%;
    position: relative;
}
.video .gp-img-responsive{
    padding-bottom: 64.31%;
}
.videoIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
@keyframes scaleVideo {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/* .video:hover .videoIcon{
    animation-name: scaleVideo;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
} */
.video::after{
    content: '';
    display: block;
    width: 100%;
    height: 108px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.video .title{
    line-height: 1.71;
    max-height: 3.4em;
    position: absolute;
    bottom: 11px;
    left: 26px;
    z-index: 1;
    color: #fff;
    width: 66.47%;
}
.row01{
    display: flex;
    justify-content: space-between;
}
.mode01{
    width: 48.5%;
    max-height: 437px;
    overflow: hidden;
}
.channl{ display: flex; justify-content: space-between; align-items: center; background:url(../images20221014/titlebg.png) no-repeat left center; padding-left: 30px; }
.channl .title{ font-weight: bold; color: #0049a9; background: url(../images20221014/line.png) no-repeat right center; padding-right: 56px; }
.intro{
    margin-top: 20px;
}
.intro p{
    text-align: justify;
    line-height: 2;
    margin-bottom: 20px;
}
.intro p:last-child{
    margin-bottom: 0px;
}

/* row02 */
.row02{
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}
.mode02{
    width: 48.57%;
}
.grayList{
    margin-top: 19px;
    background-color: #F3F5F8;
}
.declaration{
    padding: 24px 16px 8px;
}
.declaration li{
    margin-bottom: 16px;
}
.declaration a{
    display: flex;
    align-items: center;
    margin: 0 8px;
    padding: 10px 20px 10px 25px;
    height: 64px;
    background-color: #fff;
    line-height: 1.57;
    position: relative;
}
.declaration a::before{
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    background: url(../images20221014/triangle_icon.png) no-repeat center/cover;
    position: absolute;
    left: 8.5px;
    top: 50%;
    transform: translateY(-50%);
}

.mode03{
    width: 48.5%;
    display: flex;
    justify-content: space-between;
}
.report, .appraisal{
    width: 48.45%;
}

.reportList{
    padding: 19px 24px 4px;
}
.reportList li{
    margin-bottom: 18px;
}
.reportList a{
    display: flex;
    justify-content: space-between;
}
.reportList .icon{
    background-color: #fff;
    width: 60px;
    height: 65px;
    display: flex;
    align-items: center;
    /* margin-right: 9px; */
    justify-content: center;
}
.reportList .name{
    background-color: #fff;
    width: calc(100% - 69px);
    display: flex;
    align-items: center;
    padding-left: 31px;
    max-height: 65px;
    overflow: hidden;
}
.appraisalList{
    padding: 35px 24px 13px;
}
.appraisalList li{
    margin-bottom: 22px;
}
.appraisalList a{
    display: flex;
    background-color: #fff;
    padding: 15px  14px;
}
.appraisalList .icon{
    width: 68px;
    height: 60px;
    background-color: #F3F5F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appraisalList .title{
    padding-left: 25px;
    display: flex;
    align-items: center;
    max-height: 60px;
}

/* row03 */
.row03{
    margin-top: 65px;
    margin-bottom: 43px;
}
.row03 .channl{
    margin-bottom: 25px;
}
.support{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.support ul{
    width: 48.57%;
    padding: 21px 26px 29px 24px;
}
.supportTitle{
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,73,169,0.26);
    margin-bottom: 24px;
}
.supportTitle a:first-child{
    padding-left: 13px;
    position: relative;
    line-height: 1.2778;
}

.supportTitle a:first-child::before{
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background-color: #E6B600;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.more{
    color: #666666;
}
.support ul li{
    margin-bottom: 16px;
}
.support ul li:last-child{
    margin-bottom: 0px;
}
.support ul .title{
    line-height: 1.71;
    transition: all 0.35s ease;
}
.support ul li:hover .title{
    text-indent: 0.4em;
}
.support ul .date{
    line-height: 1.71;
    padding-left: 17px;
    position: relative;
}
.support ul .date::before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images20221014/date_icon.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.support .grayList{
    margin-top: 0px;
    margin-bottom: 30px;
}




/* 响应式样式 */
@media screen and (max-width:1600px){
    
}

@media screen and (max-width:1480px) {
    .row01{
        align-items: center;
    }
    .mode01{
        max-height: 380px;
    }
    .reportList .name,
    .appraisalList .title{
        padding-left: 15px;
    }
}

@media screen and (max-width:1400px) {
    
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1200px) {
    .row02{
        display: block;
    }
    .mode02,
    .mode03{
        width: 100%;
    }
    .row02, .row03, .mode03{
        margin-top: 30px;
    }
}

@media screen and (max-width:1080px) {
    .nav{
        min-width: 700px;
    }
}
@media screen and (max-width:1024px) {
    .mode01{
        max-height: 275px;
    }
}

@media screen and (max-width:997px) {
    .content{
        padding-top: 30px;
    }
    .row01, .mode03, .support{
        display: block;
    }
    .video, .mode01, .report, .appraisal, .support ul{
        width: 100%;
    }
    .mode01, .appraisal{
        margin-top: 30px;
    }
    .video .title{
        width: 93%;
    }
}

@media screen and (max-width:767px) {
    .logo02{
        font-size: 2.2rem;
    }
}

@media screen and (max-width:680px) {
    
}

@media screen and (max-width:540px) {
    
}

@media screen and (max-width:479px) {
    .video .title{ left: 10px;}
    .support ul .date{ float: none;}
    .support ul li{ margin-bottom: 10px;}
    .videoIcon{ width: 50px; height: 50px;}
}

@media screen and (max-width:414px) {
    
}

@media screen and (max-width:320px) {
    
}