.main>.banner {
    width: 100%;
    height: 16.5rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.main>.banner>img {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    z-index: -1;
}

.main>.banner>.nav {
    position: absolute;
    left: 9.375rem;
    top: 1.9375rem;
    font-family: RobotoLight;
    color: #fff;
    font-size: 1rem;
}

.main>.banner>.nav>a {
    font-family: RobotoLight;
    color: #fff;
    font-size: 1rem;
}

.main>.banner>.title {
    font-family: LeagueGothicRegular;
    font-size: 5rem;
    color: #fff;
}

.main>.title {
    color: #404a59;
    font-size: 4.5rem;
    font-family: LeagueGothicRegular;
    margin-bottom: 6.4375rem;
}

.main>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5rem;
    margin: 0 5%;
}

.main>ul>li {
    width: 26.9375rem;
    /* margin: 0 1.7813rem; */
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    position: relative;
    justify-content: flex-start;
    cursor: pointer;
    margin: 1.5rem;
}

.listnews_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.main>ul>li>img {
    width: 100%;
}

.main>ul>li>p:nth-child(2) {
    font-size: 1.875rem;
    color: #333;
    font-family: scenarieregular;
    margin-top: 1.75rem;
    margin-bottom: 3.375rem;
    height: 3.125rem;
}

.main>ul>li>p:nth-child(3) {
    width: 100%;
    margin-bottom: 4.25rem;
    font-size: 1.25rem;
    font-family: RobotoLight;
    color: #333;
}

.main>ul>li>a {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.main>ul>li>a>img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.main>ul>li>a>span {
    border-bottom: .0625rem solid black;
    padding: .3125rem 0;
    color: #333;
    font-family: RobotoRegular;
}

.main>.paging {
    margin: 1rem 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main>.paging li {
    width: 2rem;
    margin: 0;
}

.main>.paging>img {
    width: 2.3rem;
    height: 2.3rem;
}

.main>.paging>img:nth-child(7) {
    transform: rotate(180deg);
}

.main>.paging>span {
    margin: 0 1rem;
}

.main>.paging>span:hover {
    border-bottom: .1875rem solid #333;
    cursor: pointer;
}

@media screen and (orientation: portrait) {
    .listnews_img {
        height: auto;
    }
    .main>.banner>.nav {
        left: 3.375rem;
    }
    .main>ul>li {
        width: 100%;
        margin: 4% 2%;
    }
    .main>ul>li>p:nth-child(3) {
        display: block;
    }
    .main>ul>li>a>span {
        font-size: 2.32rem;
    }
    .main>.paging>span {
        font-size: 1.5rem;
    }
    .main>.paging>img {
        width: 3rem;
        height: 3rem;
    }
    .main>.paging {
        margin: 4rem 0 7rem;
    }
    .main>ul>li>p:nth-child(2) {
        font-size: 3.875rem;
        margin-bottom: 0;
        height: auto;
    }
    .main>ul>li>p:nth-child(3) {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
    .main>ul>li>a>img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .main>ul>li>a {
        display: flex;
        align-items: center;
        position: relative;
        bottom: 0;
        margin: 3% 0 1% 0;
    }
}