@charset "utf-8";
/* CSS Document */
.news_btn{
	text-align: center;
}
.news_list{
	overflow: hidden;
}

.news_list ul{}

.news_list ul li{
	display: block;
	float: left;
	width: 50%;
	padding: 30px;
	
}

.news_list ul li a{
	display: block;
	overflow: hidden;
	width: 100%;
	/*max-height: 210px;*/
	color: #000;
	background-color:#fff;
	padding: 10px;
	border: 1px solid #d5d5d5;
	-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.news_list ul li a:hover{
	-webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	background-color:#333;
	border:1px solid #333;
}
.img_wrap{
	display: flex;
	float: left;
	width: 200px;
	height:200px;
	max-height: 200px;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.news_list ul li a img{
	display: block;
	width: auto;
	height: 100%;
	/*max-height: 233px;
	width:40%;
	height: auto;*/
}
.news_list ul li a .head04{
	font-size: 1.8rem;
	color: #000;
}
.news_list ul li a .head04:before{
	content: "[";
	font-size: 1.8rem;
}
.news_list ul li a .head04:after{
	content: "]";
	font-size: 1.8rem;
}
.news_list ul li a:hover .head04{
	color: #fff;
}
.news_list ul li a p{
	display: block;
	width: 100%;
	max-height: 90px;
	margin-bottom: 10px;
	float: left;
	font-size: 1.5rem;
	color: #000;
	overflow: hidden;
}
.news_list ul li a:hover p{
	color: #fff;
}
.news_date{
	float: right;
	font-family: Metropolis, sans-serif;
    font-size: 1.3rem;
    letter-spacing: .15rem;
	color: #000;
}
.news_list ul li a:hover .news_date{
	color: #fff;
}
.list_content{
	/*float: left;
	width: 50%;
	margin-left: -20px;*/
	padding: 20px 20px 20px 40px;
	border-bottom: 1px solid #555;
	flex-grow: 0;
    overflow: hidden;
}
.news_list ul li a:hover .list_content{
	border-bottom: 1px solid #ddd;
}
.more{
	display: inline-block;
}

/*PAGE STYLE*/
.news_head{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom:2px solid #ddd;
	overflow: hidden;
}
.head05{
	text-align: center;
	margin-bottom: 10px;
}
.page_date{
	clear: both;
	float: right;
	color: #333;
}
.news_content img{
	display: block;
	margin: 0 auto;
}
.news_content img{
	margin-bottom: 30px;
    max-width: 100%;
}
.article p, .article div{
	text-align: center;
}
@media(max-width:1366px) {

.img_wrap{
	width: 180px;
	height: 180px;
	max-height: 180px;
}
.list_content{
	padding: 10px;
}

.news_list ul li a .head04{
	font-size: 1.6rem;
}

}
@media(max-width:1024px) {

section{
	width: 92%;
}
.img_wrap{
	width: 120px;
	height: 120px;
	max-height: 120px;
}
.list_content{
	padding: 5px;
}
.news_list ul li{
	padding: 20px;
}
.news_list ul li a .head04{
	font-size: 1.5rem;
}
.news_list ul li a p{
	font-size: 1.3rem;
	min-height: 52px;
	max-height: 52px;
}
.news_date{
	font-size: 1.2rem;
}
}
@media(max-width:768px) {

.news_list ul li{
	padding: 15px;
}

.news_list ul li a{
	max-height: 142px;
}
.news_content img{
	max-width:100%;
	height: auto;
}

}
@media(max-width:568px) {
section.news_page img{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 30px;
}
.news_list ul li{
	width: 100%;
}
.news_date{
	font-size: 1.4rem;
}
.head05{
	text-align: left;
}
.article p, .article div{
	text-align: left;
}
}