.subtitle {
	padding-top: 1.4rem;
}

.news-list,.news_body {
	padding: 0 2.1rem;
}

.list {
	text-align: center;
}

#newslist li {
	width: 31%;
	background-color: rgba(248, 248, 248, 1);
	padding: .2rem;
	margin-left: 3.5%;
	margin-top: .4rem;
	float: left;
	text-align: left;
}

#newslist li:hover img {
	transform: scale(1.1);
	transition: all .4s linear;
}

#newslist li:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

.date {
	font-weight: 500;
	border-left: solid #000 1px;
	padding-left: .2rem;
}

.date span {
	font-weight: 400;
}

#newslist .cover {
	overflow: hidden;
	margin-top: .2rem;
}

.title {
    font-weight: 600;
    border-bottom: #9c9c9c dashed 1px;
}

#newslist .title {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
}

.news_body .title {
    padding: .15rem 0;
}

.news_body .detaibody {
    margin-top: .4rem;
}

.news_body .detaibody img {
    width: auto !important;
}

.news_body .date {
    margin-top: .6rem;
}

#newslist .intro {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: .2rem;
	/* min-height: 1.1rem; */
}

.readmore {
	margin: .2rem 1.5rem 0 1.5rem;
}

.news_more {
	display: flex;
	margin-top: .5rem;
	padding-bottom: .8rem;
}

.news_more .btn_more {
	width: 2.6rem;
	position: relative;
	margin: 0 1rem;
    text-align: center;
}

.news_more .more {
	line-height: .5rem;
	border: 1px solid #ffa800;
	font-size: .16rem;
	font-weight: 300;
	color: #ffa800;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}

.news_more .next,.news_more .pre {
	flex: 1;
	margin-top: .4rem;
	border-bottom: dashed .01rem rgb(37, 34, 34)
}

.news_more .next a,.news_more .pre a {
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_more .next {
	text-align: right
}

.detaibody a{
	padding-right: .1rem;
	padding-bottom: .05rem;
	border-bottom: 1px solid #005bac;
}

.detaibody p{
	/* text-indent: 2em; */
	line-height: 2;
	margin-top: .15rem;
}

.detaibody p table{
	border: 1px solid #000;
}
table {border-collapse: collapse;}
table td{padding: .1rem .2rem;}