.mt_rin1{
	padding: 0 22px 0 18px;
}
.news-list li{
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0d0d0;
}
.news-list li:last-child{
	border-bottom: none;
}
.news-list .news-list-title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
}
.news-list .news-list-graphic>div{
	float: left;
}
.news-list .news-list-graphic:after{
	content: "";
	display: block;
	clear: both;
}
.news-list .news-img{
	width: 180px;
	height: auto;
}
.news-list .news-text{
	width: calc(100% - 180px);
	padding-left: 18px;
	color: #5d5d5d;
	font-size: 12px;
	line-height: 2;
}
.news-list .news-time{
	color: #313131;
}
.news-list .news-btn{
	background: #12407a;
	color: #fff;
	padding: 0 12px;
	width: 76px;
	cursor: pointer;
}
.news-content{
	padding: 0 20px;
}
.news-content,
.news-content li{
	display: none;
}
.news-content p{
	text-indent: 2em;
	line-height: 1.5;
}
.news-content img{
	display: block;
	margin: 0 auto;
}
.news-content .news-con-title{
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	color: #000;
	text-indent: 0;
}
.news-content .news-time{
	font-size: 14px;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
	text-indent: 0;
}
.news-content .news-back{
	width: 116px;
	height: 36px;
	line-height: 30px;
	border: 3px solid #1a2c59;
	color: #1a2c59;
	text-align: center;
	margin: 60px auto;
	cursor: pointer;
}
