@charset "UTF-8";
a{text-decoration: none;}

.sec_rec_news{height: 12rem;}

.rec_news_banner {
	position: relative;
}

.rec_news_title{
    position: absolute;
	bottom: 3rem;
	left: 2rem;
}
.rec_news_title p{
    font-weight: 900;
    font-size: 3rem;
	letter-spacing: -.1rem;
    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: 2rem;
    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.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 1rem;
    line-height: 1.6;
	color:#666;
	word-break: keep-all;

}
.art_date{
    font-size: 1.5rem;
    color: #19399b;
	text-align: right;
}
.art_area .more {
	    font-size: 1.5rem;
    display: block;
    padding: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #0a14aa;
    color: #fff;
    width: 60%;
    text-align: center;
    margin-top: 1rem;
}
