@charset "UTF-8";
a{text-decoration: none;}

.sec_rec_news{height: 12rem;}

.rec_news_banner {
	position: relative;
}

.rec_news_title{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.rec_news_title p{
    font-weight: bold;
    font-size: 2.5rem;
	letter-spacing: -.2rem;
    color: #0a14aa;
}
.rec_news_banner img{
    width: 100%;
    height: 12rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.art_area ul li{
    height: auto;
	padding: 1.5rem 1.4rem;
    border-top: 1px solid #e1e6e9;
}
.art_area ul li:first-child {border-top: none;}
.head_title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.1rem;
	margin-bottom: 0.5rem;
    color: #000;
	word-break:keep-all;
	line-height: 1.4;
}
.article{
    font-size: 1.5rem;
	/* height: 4.5rem; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 1rem;
    line-height: 1.4;
	color:#666;
	word-break: keep-all;

}
.art_date{
    font-size: 1.3rem;
    color: #19399b;
	text-align: right;
}
.more{display: block;
    width: 80%;
    font-size: 1.5rem;
    padding: 0.8rem 0;
    background-color: #366fb3;
    color: #fff;
    border-radius: 1rem;
    text-align: center;
    margin: 1rem auto 0;
}