
/*MCN页面英文版样式*/

.first-con .text p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 90px;
    text-align: left;
}
.daily-con h2{
    font-weight: bold;
    background-image: linear-gradient(to right, #fbcb62,#fe9422);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
    padding-top: 60px;
    text-align: center;
}
.daily-con h3{
    font-size: 23px;
    line-height: 90px;
    text-align: center;
}


.descrition{
    font-size: 14px;
    line-height: 55px;
    background: #fafafa;
    padding: 65px 0;
}

.event-box{
    background-color: #e7e7e7;
    height: 768px;
}

.swiper-slide .left h2{
    font-size: 18px;
    line-height: 38px;
    color: #303030;
    width: 100%;
    font-weight: bold;
    text-align: left;
}

.swiper-slide .mcn-content{
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    border-top: 2px solid rgba(0,0,0,0.08);
    padding-top: 32px;
    margin-top:30px;
    text-align: left;
}