@charset 'UTF-8';


/*--------------------------*/
.newslist{
	background:#F2F2F2;
	padding: 60px 0 70px;
	margin-bottom: 0;
	line-height: 1.8;
}
.newslist .box{
	max-width: 1140px;
	margin: 0 auto;
}
.newslist .box .info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.newslist .box .info .article{
	width: 570px;
	padding: 30px 25px 30px 0;
	border-bottom: 1px solid #d3d3d3;
}

.newslist .box .info .article:nth-child(1),
.newslist .box .info .article:nth-child(2){
	padding-top: 0;
}
.newslist .article.imgleft .image{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	border: 1px solid #606060;
	margin-right: 20px;
}
.newslist .article .text-box{
	margin-top: -7px;
}


.newslist .page{
	margin-top: 50px;
}

    /*--------------------------*/
.index-news{
    background:#F2F2F2;
    padding: 60px 0 70px;
    margin-bottom: 0;
    line-height: 1.8;
}
.index-news .box{
    max-width: 1200px;
    margin: 0 auto;
}
.index-news .box .info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.index-news .box .info .article{
    width: 570px;
    padding: 30px 25px 30px 0;
    border-bottom: 1px solid #d3d3d3;
}

.index-news .box .info .article:nth-child(1),
.index-news .box .info .article:nth-child(2){
    padding-top: 0;
}
.index-news .article.imgleft .image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border: 1px solid #606060;
    margin-right: 20px;
}
.index-news .article .text-box{
    margin-top: -7px;
}