@charset "utf-8";

/* CSS Document */

/*列表导航*/

.list-middle{

	background-color: #fff;

}
/*

.list-nav{

	padding: 0 10px;

	padding-bottom: 20px;

	margin-top: 20px;

	background-color: #fff;

}

.list-nav{

	width: 90%;

	margin: 0 auto;

	background-color: #01973d;

	margin-top: 10px;

	padding-bottom: 10px;

}

.list-nav h1{

	font-size: 1rem;

	color: #fff;

	font-weight: normal;

	line-height: 32px;

}

.list-nav  ul{

	display: flex;

	flex-flow: row wrap;

	background-color: #fff;

	width: 96%;

	margin: 0 auto;

	padding: 5px 0;

}

.list-nav  ul li{

	width: 30%;

	text-align: center;

	border-right: 1px solid #ccc;

	margin-bottom: 5px;

}

.list-nav  ul li span{

	font-size: 0.8rem;

	color: #444;

}
*/

/*列表*/

.list{

	padding: 0 10px;

	margin-top: 20px;

	background-color: #fff;

}

.list li{

	display: flex;

	flex-flow: row wrap;

	justify-content: space-between;

	border-bottom: 1px dashed #ccc;

	margin-bottom: 10px;

}

.list li .list-left{

	width: 36%;

	display: inline-block;

	margin-right: 5px;

	overflow: hidden;

}

.list li .list-right{

	width: 60%;

	display: inline-block;

	line-height: 22px;

}

.list li .list-right .list-title{

	font-size: 1rem;

	color: #202020;

	text-overflow: ellipsis;

    overflow: hidden;		

    display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.list li .list-right .list-time{

	display: block;

	color: #888;

   font-size: 0.8rem;

}

.list li .list-right .list-text{

	display: block;

		color: #666;

	font-size: 0.8rem;
		overflow: hidden;

	display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

}

/*提示*/

.tishi{

	text-align: center;

	font-size: 0.8rem;

	color: #999;

	line-height: 40px;

}

/*推荐*/

/*
.tuijian{

	padding: 0 10px;

	background-color: #fff;

}

.tuijian p{

	color: #333;

	font-size: 0.8rem;

    line-height: 26px;

    padding-left: 14px;

	background: url( "../images/tuijian.png") no-repeat scroll left center;

    background-size: 5px 90%;

}

.tuijian ul{

	display: flex;

	flex-flow: row wrap;

	margin-top: 5px;

}

.tuijian ul li{

	width: 25%;

	text-align: center;

	background-color: #01973d;

	margin-right: 5px;

	margin-bottom: 5px;

	line-height: 20px;

}

.tuijian ul li span{

	font-size: 0.8rem;

	color: #fff;

}
*/

/*家长感言*/

