.news-con{
    font-family: "HarmonyOS Sans SC";
    width: 100%;
    margin: 0 0 180px 0;
    padding: 0;
}
.news-h1{
    text-align: center;
    color: #0f1d3f;
    font-weight: bold;
    margin-top: 120px;
    position: relative;
    z-index: -1;
}
.news-h1::after{
    content: "";
    width: 180px;
    height: 3px;
    background-color: #3eb7e7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: -10px;
}
.news-xian{
    width: 100%;
    height: 2px;
    background-color: rgba(115,115,115,0.3);
    margin-bottom: 60px;
    margin-top: 80px;
}
.news-left>h2 {
    font-family: "Eras Bk BT";
    color: #031e4c;
}
.news-p{
    font-size: 16px;
    color: #737373;
}
.news-rate{
    font-size: 18px;
    color: #737373;
}
.link-news{
    width: 100%;
    text-align: left;
}
.link-news>a{
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
     padding: 15px 100px;
    background-color: #3cb9e6;
    color: #ffffff;
    border-radius: 50px;
}
.pe-80{
    padding-left: 80px;
}
.mt-60{
    margin-top: 65px;
}
@media (max-width: 768px)
{
    .news-img{
        order: -1;
        margin-bottom:20px;
        padding-left:0px;
    }
   
}
