.imgHeight{ height: 1em;}
.imgHeight1-2{ height: 1.2em;}
.actionUl li:nth-child(n + 2){ border-left: none;}
 
.consortiumLeft{ background: url(../news/consortiumLeftBg.jpg) no-repeat bottom left / cover;}
.consortiumRight{ background: url(../news/consortiumRight.jpg) no-repeat center center / cover; aspect-ratio: 18 / 11;}

.growthUl{ display: grid; grid-gap: 15px; grid-template-columns: repeat(4,1fr);}
.growthUl li{box-shadow: 5px 0 24px rgba(10, 88, 176, .09);}
.growthUl li .desc{ height:10em;}
.growthUl li .GrowthIcon{ position: absolute; right: 0; bottom: 0;}
.growthUl li .btn{ transform: translateX(1vw); -webkit-transform: translateX(1vw); -moz-transform: translateX(1vw); -ms-transform: translateX(1vw); -o-transform: translateX(1vw); }
.growthUl li:hover{color: var(--blue);}
.growthUl li:hover .GrowthIcon{ opacity: 1;}
.growthUl li:hover .btn{ opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
 
.growthUl li.last{ background-image: linear-gradient(to right,#0b56a7,#0066ff);}
.growthUl li.last .button{ width: 80px; height: 80px; position: absolute; right: -40px; bottom: 40px;}

.workJoinPop .con{ width: 96%; z-index: 10; max-width: 1200px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.workJoinPop .con .close{ width: 80px; height: 80px; position: absolute; right: -40px; top: 40px; transform:rotate(45deg) ; -webkit-transform:rotate(45deg) ; -moz-transform:rotate(45deg) ; -ms-transform:rotate(45deg) ; -o-transform:rotate(45deg) ; }
.workJoinPop .con .close:hover{ color: red;}

.policy{ background: url(../news/policyBg.jpg) no-repeat center bottom / cover;}
.policyUl{ display: grid; grid-gap: 2.4vw; grid-template-columns: repeat(3,1fr);}
.policyUl li{ border: 1px solid #69d5f5;}
.policyUl li::after{ display: block; content: ''; width: 100%; border-radius: 20px; height: 0; transition: all .36s; position: absolute; left: 0; top: 0; background:var(--blue) ; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.policyUl li.on{ color: #fff;}
.policyUl li.on .policyIcon{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }
.policyUl li.on::after{ height: 100%;}

.macroLeft{ background: url(../news/macroLeftBg.png) no-repeat bottom right / cover #0b56a7;}
.macroUl li .round{ width: 2.2em; height: 2.2em; background: rgba(255, 255, 255, .23);}


@media screen and (max-width:1440px) { }
@media screen and (max-width:1280px) {

    .growthUl li.last .button{ width: 60px; height: 60px;right: -30px; bottom: 30px;}
    .workJoinPop .con .close{ width: 60px; height: 60px; top: 30px; right: -20px;}

 }
@media screen and (max-width:1100px) {

    .growthUl li.last .button{ width:50px; height: 50px;right: -10px;  }
 }
@media screen and (max-width:900px) { 

    .curtainRisesLeft{ padding-left: 20px; padding-right: 20px;}
    .curtainRisesRight{padding-left: 20px; padding-right: 20px; padding-top: 20px;}
    .consortiumRight{  aspect-ratio: 1 / .5;}
    .growthUl{    grid-template-columns: repeat(1, 1fr);}
    .workJoinPop .con{ width: 92%;}
    .workJoinPop .con .close {width: 40px;height: 40px;top: -20px;right: 0;}
    .growthUl li .desc{ height: 8em;}
    .policyUl{ display: grid; grid-gap: 13px; grid-template-columns: repeat(1,1fr);}
    .policyUl li::after{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
    .policyUl li .img{ height: 30px;}

}