@charset "utf-8";

/* CSS Document */

.content{

	padding: 0 10px;

	background-color: #fff;

	margin-top: 20px;


	padding-bottom: 20px;

	border-bottom: 1px dashed #ccc;

}

.content h2{

	font-size: 1.2rem;

	color: #222;

    line-height: 25px;

    text-align: center;

    font-weight: bold;

}

.content p{

	font-size: 0.8rem;

    color: #666;
	margin: 5px 0;

    line-height: 22px;

}

.content .article{

	font-size: 1rem;

	line-height: 25px;

	text-align: left;

	color: #0b0b0b;

}
.content .article img{
	width: 100%!important;
	height: auto!important;
}

/*分页*/

.prenext{

	padding: 0 10px;

	background-color: #fff;

	margin-top: 20px;

	padding-bottom: 20px;

	overflow: hidden;

}

.prenext ul{

	width: 65%;

	float: left;

	

}

.prenext li{

	font-size: 1rem;

	color: #333;

	margin-bottom: 5px;

		text-overflow: ellipsis;

    overflow: hidden;		

    display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.return{

    color: #333;

    padding: 0 3%;

    line-height: 30px;

    float: right;

    margin-top: 5px;

    width: 20%;

    height: 30px;

    background: #f5ca01;

    text-align: center;

	font-size: 0.5rem;

}