@charset "utf-8";
/* CSS Document */

/*文章内容*/
.content{
	padding: 0 5px;
}
.content .c-title{
	text-align: center;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 20px;
/*	font-weight: bold;*/
}
.content .c-title .category::before{
	content: "-";
	padding-right: 5px;
}
.content .c-title .article-title{
	color: #d81e06;
}
.content .c-title .article-title::after{
	/* content: "-"; */
	padding-left: 5px;
}
.content .c-title p{
	font-size: 0.7rem;
	color: #999;
padding-top: 15px;
}
.content .article{
	font-size: 0.9rem;
	line-height: 1.5rem;
	/*text-indent: 2em;*/
	padding-bottom: 20px;
}
.content .article video{
	preload:auto;
	width: 100%;
}
/*列表*/
.else-list{
	background-color: #d81e06;
}
.else-title{
	padding:20px 10px 10px;
}
.else-title p{
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
}
.else-title span{
	font-size: 0.8rem;
}
.else-title span::before{
	content: "/";
	padding: 0 5px;
}
.else-more{
	margin-top: 7px;
	font-size: 0.7rem;
	float: right;
	color: #fff;
}
.else-more::after{
	content: ">>";
}
.else-list ul{
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 20px;
}
.else-list ul li{
	height: 90px;
	margin-top: 10px;
	border-bottom: 1px dashed #da877d;
}
.else-list .else-img{
	width: 35%;
	float: left;
}
.else-list .else-txt{
	width: 60%;
	float: right;
}
.else-list .else-txt p{
	font-size: 1rem;
	color: #fff;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.else-list .else-txt span{
	overflow: hidden;
	color: #fff;
	font-size: 0.9rem;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
line-height: 25px;
}
.content .article img{
height: 100% !important;
width: 100% !important;
float: left !important;
margin-bottom: 30px;

}
