/* pageNewsList-layout */
.pageNewsList-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    padding: 0 32.5px;
    width: 100%;
    max-width: 1485px;
    color: #fff;
}

/* layout-body */
.pageNewsList-layout .layout-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
@media (min-width: 768px){
    .pageNewsList-layout .layout-body{
        width: calc( 8 / 12 * 100% - 30px * ( 2 - 1 ) );
    }
}


/* newsList-box */
.pageNewsList-layout .newsList-box{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}
.pageNewsList-layout .newsList-box .view-new{
    padding: 20px;
    background: transparent linear-gradient(297deg, rgba(1, 126, 132, .17) 0%, rgba(0, 129, 134, .17) 100%);
    border-radius: 11px;
    padding-bottom: 10px;
    display: flex;
    gap: 20px;
    border-bottom: 6px solid rgba(1, 126, 132, .17);
}
@media only screen and (max-width: 991.98px) {
    .pageNewsList-layout .newsList-box .view-new{
        flex-direction: column;
    }
}
.pageNewsList-layout .newsList-box .view-new .view-firm{
    position: relative;
    flex-shrink: 0;
}
.pageNewsList-layout .newsList-box .view-new .firm-pic{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    width: 145px;
    height: 145px;
    background: #000;
    border-radius: 10px;
}
.pageNewsList-layout .newsList-box .view-new .firm-pic a{
    text-decoration: none;
}
.pageNewsList-layout .newsList-box .view-new .firm-pic img{
    max-width: 100%;
}
.pageNewsList-layout .newsList-box .view-new .firm-name{
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3125;
}
.pageNewsList-layout .newsList-box .view-new .firm-name a{
    text-decoration: underline;
}
.pageNewsList-layout .newsList-box .view-new .view-main{
    position: relative;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-title{
    margin: 0 0 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3125;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-title a{
    color: #13DBC4;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-title a:hover{
    color: #13DBC4;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-content{
    color: #FFFFFF;
    font-size: 0.875rem;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-content .content-overflow:not(.show-all){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
    gap: 10px;
}
.pageNewsList-layout .newsList-box .view-new .view-main .view-date{
    margin: 0 0 0;
    color: #fff;
    font-size: 0.875rem;
    opacity: 0.8;
}
.pageNewsList-layout .newsList-box .view-new .view-main .share-this{
    position: relative;
}
.pageNewsList-layout .newsList-box .view-new .view-main .share-this button{
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
}
.pageNewsList-layout .newsList-box .view-new .view-main .share-this button svg{
    width: 1.8em;
    height: 1.8em;
    fill: currentColor;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
.pageNewsList-layout .newsList-box .view-new .view-main .socials-share{
    display: none;
    position: absolute;
    top: calc(100% + 5px);
}
.pageNewsList-layout .newsList-box .view-new .view-main .socials-share .jssocials-shares{
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    min-width: 156px;
    position: relative;
    margin-top: 5px;
}
.pageNewsList-layout .newsList-box .view-new .view-main .socials-share .jssocials-shares::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30%;
    border: 5px solid transparent;
    border-bottom-color: #ffffff;
}




.pageNewsList-layout .pagination{
    --AccentColor: rgba(0, 255, 140, 0.5);
}
.pageNewsList-layout .pagination{
	margin-top: clamp(10px, 2.5vw + -8px ,40px);
}
.pageNewsList-layout .pagination:empty{
	display: none;
}
.pageNewsList-layout .pagination .pager{
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
	font-size: 0.875rem;
	line-height: 1;
}
/* 
.pageNewsList-layout .pagination .total,
.pageNewsList-layout .pagination .first,
.pageNewsList-layout .pagination .previous{
	
}
.pageNewsList-layout .pagination .last {

} 
*/
.pageNewsList-layout .pagination .total{
	/* display: none; */
    border: none !important;
    background: transparent !important;
}
.pageNewsList-layout .pagination a,
.pageNewsList-layout .pagination span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 0 5px;
    margin: 0 0 0;
    color: #fff;
    transition: all ease-in 200ms;
    min-width: 32px;
    min-height: 32px;
    border-radius: 4px;
}
.pageNewsList-layout .pagination .pager > *:not(.index){
	padding: 0 10px;
	color: #fff;
	background-color: transparent;
}

.pageNewsList-layout .pagination a:hover,
.pageNewsList-layout .pagination span,
.pageNewsList-layout .pagination .index.disabled{
	border-color: var(--AccentColor);
	color: #fff;
	text-decoration:none;
	background-color: var(--AccentColor);
}

.pageNewsList-layout .pagination .pager > *:not(.index):hover{
	color: #fff;
	background-color: var(--AccentColor);
	border-color: var(--AccentColor);
}
.pageNewsList-layout .pagination .pager > *:not(.index).disabled{
	color: rgba(255, 255, 255, 0.8);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.8);
}
.pageNewsList-layout .pagination .disabled{
    cursor: not-allowed;
}

.pageNewsList-layout .newsList-box .read-more-btn{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: max-content;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.307692;
    background-color: rgb(9, 104, 120);
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    transition: all ease-in 300ms;
    margin-top: 10px;
}
.pageNewsList-layout .newsList-box .read-more-btn:hover {
    background-color: #1abc9c;
}