/* News */

.news_list_side {
    float: right;
    padding-left: 40px;
    padding-left: 60px;
	padding-left: 0;
    width: 300px;
    width: 300px;
    width: 270px;
    border-left: 1px solid #ededed;
	border: none;
}
.news_list_side h4 {
    margin-bottom: 1.5em;
    font-size: 1.1em;
    font-weight: 500;
}
.news_list_pane {
    margin-bottom: 1em;
    margin-bottom: 1.6em;
}
.news_list_pane a {
    text-decoration: none;
}
.news_list_image {
    margin-bottom: 0.8em;
    background: #fff;
    aspect-ratio: 2 / 1;
}
.news_list_image a {
	display: block;
    width: 100%;
	height: 100%;
}
.news_list_text h5 {
    margin-bottom: 0.3em;
    font-size: 0.9em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
}
#news_list_recommend .news_list_pane:not(:last-of-type) {
	padding-bottom: 1.5em;
	border-bottom: solid 1px #ddd;
}
#_news_list_recommend .news_list_image {
	display: none;
}

.news_list_main {
    float: left;
	padding-right: 60px;
    width: calc(100% - 328px);
    width: calc(100% - 360px);
    width: calc(100% - 330px);
    padding-left: 0;
    border-left: none;
    border-right: 1px solid #ccc;
}
.wo_recommend .news_list_main {
    float: none;
    margin: 0 auto;
    width: 70%;
    border-right: none;
}
.news_list_title {
	display: inline-block;
	position: relative;
}
._news_event_ended .news_list_title a {
	color: #999 !important;
}
.event_ended {
	margin-right: 0.65em;
	padding: 0.15em 0.5em;
	border-radius: 2px;
	background: #333;
	color: #fff !important;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: center;
	letter-spacing: 0;
}
.news_event_single_ended {
	margin: 2em 0;
	padding: 1em;
	text-align: center;
	border: solid 1px #ddd;
	font-size: 1.05em;
	color: #aaa;
}

/* Single */

#news_single_content {
    float: left;
    width: calc(100% - 328px);
    width: calc(100% - 370px);
}
#_news_single_content .inner {
    padding: 0 250px;
}
#news_single_content .heading p {
    margin-bottom: 0.5em;
}
.news_single_category a {
    text-decoration: none;
}
#news_single_content .heading h3 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5em;
}
#news_single_content {
	
}
#news_single_recommend h4 {
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 500;
}
#news_single_recommend .news_list_pane {
    float: left;
    width: 22%;
}
#news_single_recommend .news_list_pane:not(:nth-of-type(4n)) {
    margin-right: 4%;
}

#paging {
	margin-top: 5em !important;
}


@media screen and (max-width: 1100px) and (min-width: 601px) {
	
	.news_list_side {
	    width: 220px;
	}
	.news_list_main {
	    width: calc(100% - 250px);
	}
	#news_single_content {
	    width: calc(100% - 300px);
	}
	
}


#news_rdirect_list {
	padding-top: 8em;
	font-size: 0.95em;
	letter-spacing: 0;
	line-height: 1.8em;
}