@charset "utf-8";
body {
	background: #fff;
}


.news_list_title {
	padding-left: 3.75rem;
	font-size: 2.8125rem;
	font-weight: bold;
	margin-top: 5rem;
}

.news_list_title2 {
	font-size: 1.875rem;
	padding-left: 3.75rem;
	float: left;
}

.news_list_nav {
	overflow: hidden;
	margin-bottom: 5rem;
}

.news_list_ul {
	font-size: 1.25rem;
	padding-right: 3.75rem;
	float: right;
}

.news_list_ul li {
	float: left;
}

.news_list_ul li.vertical_line {
	padding: 0 1rem;
}

.news_list_ul li a {
	color: #000;
}

.news_list_ul li a:hover {
	color: #32489d;
}

.news_list {
	width: 106.25rem;
	margin: auto;
	overflow: hidden;
}

.news_list_inner {
	overflow: hidden;
	width: 100%;
}

.news_list_content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: block;
	width: 26.5625rem;
	height: 37.1875rem;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 4.375rem;
	float: left;
}

.news_list_content_inner {
	width: 19.5rem;
	margin: auto;
}

.news_list_content .news_img {
	width: 100%;
	height: 10rem;
	margin-top: 3.125rem;
}

.news_list_content .news_title {
	height: 7.2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.25rem;
	line-height: 2.5rem;
}

.news_list_content .news_txt {
	font-size: 14px;
	color: #333;
	line-height: 1.75rem;
	height: 5.3125rem;
}

.news_list_content .news_msg {
	margin-top: 3.75rem;
}

.news_list_content .news_msg_left {
	float: left;
}

.news_list_content .news_msg_left span {
	font-style: oblique;
}

.news_list_content .news_msg_right {
	float: right;
	margin-top: 0.3rem;
	display: none;
	width: 2.6875rem;
	height: 0.625rem;
}

.news_list_content:hover .news_msg_right {
	display: block;
}

.news_list_content:hover .news_title {
	color: #004ea2;
}

.news_list_content:hover {
	background: #f2f2f2;
}

.product_btn {
	width: 10.3125rem;
	height: 3.4375rem;
	line-height: 3.4375rem;
	text-align: center;
	background: #004ea2;
	font-size: 0.875rem;
	color: #fff;
	margin: auto;
	border-radius: 2rem;
	margin-top: 1.875rem;
	margin-bottom: 5rem;
	display: block;
	cursor: pointer;
}

.product_btn:hover {
	color: #fff;
}


/*响应式适配*/

@media (min-width: 320px) and (max-width: 1200px) {
	.news_list {
		width: 95% !important;
	}
	.news_list_title {
		width: 95%;
		margin: auto;
		margin-top: 3rem;
		padding-left: 0;
		font-size: 23px;
	}
	.news_list_content .news_img{
		height: auto;
	}
	.news_list_nav{
		margin-bottom: 3rem;
		margin-top:1rem;
	}
	.news_list_title2{
		padding-left: 2.5%;
		font-size: 20px;
	}
	.news_list_ul{
		padding-right: 2.5%;
		margin-top: 0.5rem;
		font-size: 15px;
	}
	.news_list_content{
		width: 95%;
		margin-left: 2.5%;
		border-right: none;
		background: #f2f2f2;
		height: auto;
		padding-bottom: 3rem;
		margin-bottom: 2rem;
	}
	.news_list_content_inner {
	    padding:0 2rem;
	    width: auto;
	}
	.news_list_content .news_title{
		height: auto;
	}
	.news_list_content .news_msg{
		margin-top: 1rem;
	}
	.news_list_content .news_msg_right{
		display: block;
	}
	.news_list_content .news_txt{
		height: auto;
	}
	@media (min-width: 600px) and (max-width: 1999.89px) {
		.news_list_content{
			width: 46.5%;
			float: left;
			height: 440px;
			margin-left: 2.5%;
		}
		.news_list_content:nth-child(2n){
			margin-right: 0;
			margin-left: 2.5%;
		}
		.body_inner{
			background: #f8f8f8;
		}
		.news_list_content .news_img{
			height: 172px;
		}
		.news_list_content .news_title{
			height: 64px;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-all;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		.news_list_content .news_txt{
			height: 66px;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-all;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
		}
	}
	
}
