#xnews {
	display: flex;
    flex-direction: column;
    gap: 70px;
    margin-bottom: 90px;
}
#xnews .xn {
    padding: 30px 20px 30px 40px;
    box-shadow: 0px 4px 4px #00000040;
    border: 1px solid #00000080;
    border-radius: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 540px;
    align-items: center;
    gap: 40px;
	overflow: hidden;
}
#xnews .xn-p1 {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
#xnews .xn-p1:only-child {
    max-width: 100%;
    grid-column: 1 / -1;
}
#xnews .xn-t {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}
#xnews .xn-p {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
#xnews .xn-d {
    font-size: 16px;
    order: 1;
}
#xnews .xn-l {
    margin-left: auto;
    background-color: #03969D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    transform: translateY(25%);
    margin-top: auto;
    padding: 0 22px;
    height: 30px;
    min-width: 160px;
    font-size: 16px;
}
#xnews .modern-page-navigation {
    display: flex;
    justify-content: center;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
    flex-wrap: wrap;
}
#xnews .modern-page-navigation a {
    transform: none;
    min-width: 32px;
    height: 36px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 18px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
#xnews .modern-page-navigation a:hover,
#xnews .modern-page-navigation a:focus-visible {
    background-color: #E8DEF8;
    color: #000;
    outline: none;
}
#xnews .modern-page-navigation .modern-page-current {
    min-width: 36px;
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #83749F;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
#xnews .modern-page-navigation .modern-page-title {
    margin-right: 4px;
    color: #000;
}
#xnews .xn-i {
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 2;
    height: 270px;
    object-fit: cover;
    object-position: center;
    margin: auto 0;
}
@media (max-width: 1400px) {
#xnews {
    gap: 50px;
    margin-bottom: 20px;
}
#xnews .xn {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
    gap: 0;
}
#xnews .xn-p1 {
    margin-top: 0;
}
#xnews .xn-l {
    height: 50px;
    min-width: 222px;
    padding: 0 36px;
}
#xnews .xn-i {
    width: 100%;
    height: auto;
}
}
@media (max-width: 767px) {
#xnews .modern-page-navigation a,
#xnews .modern-page-navigation .modern-page-current {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
}
#xnews_h1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    margin: 20px 0 20px;
}
#xnews_h1::after {
    content: '';
    height: 2px;
    width: 100vw;
    position: absolute;
    background-color: #035C58;
    bottom: 8px;
    box-shadow: 0 4px 4px #00000040;
}
#xnews {
    gap: 30px;
    margin-bottom: 30px;
    align-items: center;
}
#xnews .xn {
    padding: 0 10px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #F6F6F7;
    max-width: 360px;
}
#xnews .xn.ni {
    border-radius: 0;
}
#xnews .xn-p1 {
    margin-bottom: 0;
}
#xnews .xn-t {
    margin: 0;
}
#xnews .xn-p {
    display: none;
}
#xnews .xn-d {
    order: -1;
    margin: 20px 0 7px;
	color: #9DA1A2;
}
#xnews .xn-l {
    height: 60px;
    min-width: 228px;
    padding: 0 36px;
    font-size: 18px;
    font-weight: 700;
    transform: none;
    margin: 10px auto 0;
    border-radius: 20px;
}
#xnews .xn-i {
    width: calc(100% + 20px);
    margin: 0 -10px;
}
}
