html,
body {
    font-size: 18px;
    overflow-x: clip;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
}

a {
    color: #2d2e2f;
    outline: none;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.nav_item .nav_con {
    top: 70px !important;
}

/* =================================================== */
.wrapper {
    background-image: url(../img/3-newsbg.png);
    background-repeat: no-repeat;   
    background-position: center;    
    background-size: cover;
}
.news-con{
    width: 100%;
    height: 100%;
}
.news-con-list{
    width: 961px;
    margin: 0 auto;
}
.news-con-list li{
    position: relative;
    width: 100%;
    height: 143px;
    margin-bottom: 30px;
}
.news-con-list li:last-child {
    margin-bottom: 0;
}
.news-con-list li>div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: .5s;
}
.news-con-list li>div:hover {
    border-top-left-radius: 80px;
}
.news-con-list .btn {
    color: #173F8F;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;  
    right: 68px;
    top: 54px;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    .news-con {
        min-height:unset;
        padding: 60px 0;
    }
    .news-con-list {
        width: 94%;
        overflow: hidden;
    }
    .news-con-list li {
        height: 90px;
        margin-bottom: 20px;
    }
    .news-con-list li>div {
        border-top-left-radius: 50px;
    }
    .news-con-list li>div img {
        height: 100%;
    }
    .news-con-list .btn {
        width: 130px;
        height: 40px;
        right: 30px;
        top: 26px;
    }
}