
.container>.contnt{
    background-color: white;
    max-width: var(--max-width);
}
.container>.contnt .title{
    padding-top: 65px;
    padding-bottom: 59px;
}
.container>.contnt .title>h2:first-child{
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #1A1A1A;
    letter-spacing: 4.6px;
    text-align: center;
    font-weight: 500;
}
.container>.contnt .title.reverse>h2:first-child{
    color: white;
}
.container>.contnt .title>h2:last-child{
   opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #1A1A1A;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.container>.contnt  .title.reverse>h2:last-child{
   color: white;
}
.container .contnt .message{
    height: 72px;
    line-height: 72px;
    background-color: #F8FAFB;
}
.container .contnt .message .message-padding{    
    width: var(--global-padding);
}
.container .contnt .message .message-left img{
    width: 32px;
    height: 32px;
}
.container .contnt .message .message-left div{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 600;
}
.container .contnt .message .message-right{
    padding-left: 50px;
}
.container .contnt .message .message-right p
{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 400;
}
.container .contnt .message .message-right a
{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 400;
}
.container .contnt .edu {
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
}
.container>.contnt>.edu .flex-spacebewteen:first-child{
    flex: 1;
}
.container>.contnt>.edu .flex-spacebewteen:last-child{
    flex: 0;
}

.container .contnt .edu .words img{
    margin-top: 44px;
    width: 120px;
    height: 48px;
}
.container>.contnt>.edu .class1 {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #1A1A1A;
    letter-spacing: 0.2px;
    font-weight: 500;
    padding-top: 1.6%;
    padding-bottom: 1.3%;
}

.container>.contnt>.edu .class1-line {
    border: 2px solid #F86D0D;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 275px;
    top: -5px;
    position: relative;
    opacity: 0.4;
}

.container>.contnt>.edu .class2 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;    
    padding-bottom: 1.2%;
}

.container>.contnt>.edu .class3 {
    border: 1px solid rgba(51,106,255,1);
    border-radius: 4px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #336AFF;
    font-weight: 500;
}
.container>.contnt>.edu .class4>img {
   height: 347.01px;
   width: 317.65px;
}

.container .news {
    background: #F8FAFB;    
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
}

.container .news .flex-spacebewteen .imagenew{
    width: 400px;
    height: 560px;
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
}

.container .news .flex-spacebewteen .imagenew .cover{
    height: 100%;
    
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
    

    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #000000 130%);
    border-radius: 4px;
}

.container .news .flex-spacebewteen .imagenew .cover .news-title a{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 8px;
}
.container .news .flex-spacebewteen .imagenew .cover .news-date{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 16px;
}
.container .news .flex-spacebewteen .imagenew .cover .news-summary{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
}
.container .news .flex-spacebewteen .news-list{
    padding-left:56px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.container .news .flex-spacebewteen .news-list .new{
    height: 104px;
    margin-bottom: 28px;
    background: #FFFFFF;
    padding:32px;
    
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(1,0,85,0.04);
    border-radius: 4px;

    background-image: linear-gradient(180deg, #F8F9FD 0%, #FFFFFF 100%);
}
.container .news .flex-spacebewteen .news-list .news-title a{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 500;;
}
.container .news .flex-spacebewteen .news-list .news-date{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 16px;
}
.container .news .flex-spacebewteen .news-list .news-summary{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
}
.container  .more{
    padding-top: 56px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
   
}

.container  .more a{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 400;
}
.container  .more a img{
    margin-left: 8px;
    height: 10px;
}
.container .intro{    
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
}
.container .intro .flex div:first-child{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}


.container .intro .flex-column{
    padding-bottom: 72px;
}
.container .intro .flex-column div:first-child{
    margin-bottom: 29px;;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}
.container .intro .flex-column .flex-center .img1{
    height: 139px;
    background-image: linear-gradient(180deg, #F5F7FC 0%, #FFFFFF 100%);
    box-shadow: 3px 3px 20px 0px rgba(0,17,91,0.1);
    border-radius: 4px;
    margin:0 15px;
}
.container .intro .flex-column .flex-center .img2{
    height: 139px;
}
.container .events{
    background-size: var(--max-width) 260px;
    background-repeat: no-repeat;
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
}

   
.container .events .flex-center .event{
    background-image: linear-gradient(180deg, #F8F9FD 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(1,0,85,0.11);
    border-radius: 4px;
    height: 347px;
    margin: 0px 14px 0px 14px;
}
.container .events .flex-center .event div:first-child{
   width: 360px;
   max-height: 226px;
}
.container .events .flex-center .event img{
    width: 360px;
    height: 226px;
 }
 .container .events .flex-center .event .event-title{
    padding: 24px 24px 8px 24px;
    max-width: 310px;
 }
 .container .events .flex-center .event .event-title a{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 500;
 }
 .container .events .flex-center .event .event-summary{
    max-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;    
    padding: 0 24px;
 }


.container .institution{
    height: 96px;
    background: #F8FAFB;
}
.container .institution>div{
    flex: 1;
}

.container .institution .span{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1A1A1A;
    letter-spacing: 0;
    font-weight: 400;
}


.container .institution>div img{
    height: 106px;
 }