.rewk_container{
    width: 1200px;
    margin: 0 auto;
   font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}

.news_container{
    width: 1340px;
    margin: 0 auto;
   font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}

.cornerMark_footer{
    position: relative;
    margin-right: 16px;
}
.cornerMark_footer::after{
    content: 'TM';
    position: absolute;
    top: 0px;
    right: -14px;
    color: #AAC0F8;
    font-size: 8px;
}
.cornerMarkHover_footer:hover .cornerMark_footer::after{color:#ffffff !important;}

.erwk_page ul,.erwk_page li{list-style:none;}

.erwk_page .column .publicTitle{font-weight: 500;font-size: 32px;color: #000000;text-align:center;margin-bottom:82px;}
.erwk_page .column .publicTitle span{position:relative;}
.erwk_page .column .publicTitle span::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:70%;height: 8px;background: #4F589F;border-radius: 14px 14px 14px 14px;}

.erwk_page .column{width: 100%;padding:60px 0px; box-sizing:border-box;}

.border_box{
    -moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
}

.ellipsis {
     width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.ellipsis2{
    width: 100%;
     text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
}

.textCenter {
	text-align: center;
}

.transition{
    transition: all .3s linear;
}

.cursor{
    cursor: pointer;
}

.font12{
    font-size: 12px;
}

.font14{
    font-size: 14px;
}

.font16{
    font-size: 16px;
}

.font18{
    font-size: 18px;
}

.font22{
    font-size: 22px;
}

.font24{
    font-size: 24px;
}

.font26{
    font-size: 26px;
}

.font28{
    font-size: 28px;
}

.font32{
    font-size: 32px;
}

.font36{
    font-size: 36px;
}

.font40{
    font-size: 40px;
}

.font42{
    font-size: 42px;
}

.font46{
    font-size: 46px;
}

.font52{
    font-size: 52px;
}

.font56{
    font-size: 56px;
}

.font68{
    font-size: 68px;
}

.font500{
    font-weight: 500;
}

.fontWeight{
    font-weight: bold;
}

.color3 {
	color: #333333;
}

.color6 {
	color: #666666;
}

.color9 {
	color: #999999;
}

.colorAAC0F8{
    color: #AAC0F8;
}

.color9AA3E9{
    color: #9AA3E9;
}

.color5D67A4{
    color: #5D67A4;
}

.color6D7CB6{
    color: #6D7CB6;
}

.color4A5297{
    color: #4A5297;
}

.colorFFFFFF{
    color: #ffffff;
}

.color4F589F{
    color: #4F589F;
}

.color626CAD{
    color: #626CAD;
}

.color979797{
    color: #979797;
}

.pb30{
    padding-bottom: 30px;
    box-sizing:border-box;
}

.mr20{
    margin-right: 20px;
}

.mtb10{
    margin: 10px 0px;
}

.mt30{
    margin-top: 30px;
}

.mt5{
    margin-top: 5px;
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mb5{
    margin-bottom: 5px;
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb60{
    margin-bottom: 60px;
}

.lineH22{
    line-height: 22px;
}

.ls2{
    letter-spacing: 2px;
}