.main-wrap {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 20px;
	overflow-x: hidden;
	background: #FFFFFF;
}
.main-wrap .banner{
	width: 100%;
	margin-bottom: 30px;
}
.main-wrap .banner img {
	width: 100%;
	height: 260px;
}

.peasant-wrap {
	width: 1180px;
	min-height: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-color: white;
	padding: 20px;
	overflow-x: hidden;
}


/*轮播图*/

.picture-slide {
	margin-bottom: 30px;
}


/*信息内容*/

.content-box {
	display: inline-block;
	width: 100%;
}

.content-box .mess-box {
	width: 48%;
	margin: 0 1%;
	float: left;
	margin-bottom: 20px;
	height: 142px;
	overflow: hidden;
}

.content-box .mess-box.icon {
	width: 98%;
	box-sizing: border-box;
}


/*资讯列表*/


/*标题*/

.content-box .title-box {
	border-bottom: solid 2px #C0C4CC;
	height: 30px;
	margin: 0 1%;
}

.content-box .mess-box .title-box {
	margin: 0;
}

.content-box .title-box .tab-box {
	display: inline-block;
}

.content-box .title-box .tab {
	font-size: 16px;
	color: #4C4C4C;
	margin-left: 20px;
	cursor: pointer;
}

.content-box .title-box .tab:hover {
	color: #0099FF;
}

.content-box .title-box .tab.active {
	color: #0099FF;
}

.content-box .title-box .fleft {
	font-size: 17px;
	color: #940000;
	font-weight: bold;
	float: left;
	vertical-align: bottom;
	cursor: pointer;
	height: 30px;
	border-bottom: solid 2px #940000;
}

.content-box .title-box .fright {
	font-size: 15px;
	color: #940000;
	font-weight: bold;
	float: right;
	margin-top: 4px;
	cursor: pointer;
}

.content-box .title-box .fright:hover {
	opacity: 0.8;
}


/*内容*/

.content-box .mess-box ul {
	padding-top: 10px;
}

    .content-box .mess-box ul li {
        padding: 4px 0;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        color: #353535;
        height: 20px;
    }

.content-box .mess-box ul li:hover {
	opacity: 0.8;
}

.content-box .mess-box ul li .mess {
	width: 80%;
	float: left;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content-box .mess-box ul li .time {
	float: right;
}

.icon-box {
	width: 100%;
	height: 100px;
	display: inline-block;
}

.icon-item {
	float: left;
	width: 120px;
	height: 70px;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	color: #4C4C4C;
	cursor: pointer;
	margin: 10px;
	display: inline-block;
}

.icon-item:hover {
	opacity: 0.8;
}

.icon-item img {
	width: 50px;
	height: 50px;
	padding-bottom: 6px;
}

.content-box .case-item {
	padding: 30px 1%;
	border-bottom: solid 1px #E6E6E6;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.content-box .case-item:last-child {
	border-bottom: none
}

.content-box .case-item .case-name {
	font-size: 16px;
	color: #353535;
	font-weight: 600;
	height: 23px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*图片*/

.content-box .case-item .case-img {
	float: left;
	width: 182px;
	height: 126px;
	margin-right: 15px;
}

.content-box .case-item .case-img img {
	width: 100%;
	height: 100%;
	margin-right: 15px;
}


/*内容*/

.content-box .case-item .case-info {
	display: flow-root;
}

.content-box .case-item .case-info .case-text {
	padding: 10px 0;
	font-size: 16px;
	color: #4C4C4C;
	line-height: 30px;
	height: 58px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*时间/更多*/

.content-box .case-item .more-info {
	padding: 5px 0;
}

.content-box .case-item .more-info .case-time {
	font-size: 16px;
	color: #4C4C4C;
}

.content-box .case-item .more-info .case-more {
	float: right;
	text-decoration: underline;
	font-size: 16px;
	color: #4376CE;
	cursor: pointer;
}

.content-box .case-item .more-info .case-more:hover {
	opacity: 0.8;
}

.list-wrap ul {
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	min-height: 250px;
	overflow: hidden;
}

.list-wrap ul li {
	padding: 6px 15px;
	width: 292px;
	border-bottom: none;
	height: 220px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	color: #4C4C4C;
	margin-bottom: 20px;
}

.list-wrap ul li:hover {
	opacity: 0.8;
}

.list-wrap ul li img {
	height: 150px;
	width: 100%;
	border-radius: 5px;
}

.list-wrap ul .vedio-text {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-wrap ul .from {
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}