.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;
}

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

.main-wrap .content-box .mess-box {
	width: 48%;
	margin: 0 1%;
	float: left;
	margin-bottom: 20px;
	height: 142px;
	overflow: hidden;
}
/*标题*/
.main-wrap .content-box .title-box {
	border-bottom: solid 2px #C0C4CC;
	height: 30px;
	margin: 0 1%;
}

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

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

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

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

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

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

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

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


/*列表内容*/

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

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

.main-wrap .content-box .mess-box ul li {
	padding: 4px 0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	color: #353535;
    font-size:15px;
    letter-spacing:1px;
}

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

.main-wrap .content-box .mess-box ul li .mess {
	width: 80%;
	float: left;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height:20px;
}

.main-wrap .content-box .mess-box ul li .time {
	float: right;
    line-height:20px;
}

/*图片列表*/
.main-wrap .list-wrap ul {
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	/*height: 510px;*/
	min-height: 250px;
	overflow: hidden;
}

.main-wrap .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;*/
}

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

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

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

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


/*地图*/

.main-wrap .map-wrap {
	width: 1170px;
	margin: 0 auto;
}

.main-wrap .map-wrap .type-title {
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #4C4C4C;
    font-weight: bold;
	margin: 10px 1%;
}

.main-wrap .map-wrap .type-title span {
	width: 6px;
	height: 24px;
	background-color: #940000;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}


/*地图-左边盒子*/

.main-wrap .map-wrap .map-box {
	width: 475px;
	min-height: 300px;
	border: 1px solid #f6f2f3;
	margin: 0 0 0 1%;
}


/*地图-右边详情*/

.main-wrap .map-wrap .map-info {
	border: 1px solid #E15443;
	width: 655px;
	min-height: 300px;
	margin: 0 1% 0 0;
}

.main-wrap .map-wrap .map-info .info-title {
	width: 144px;
	height: 32px;
	line-height: 32px;
	background-color: #e15443;
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.main-wrap .map-wrap .map-info .info-item {
	font-size: 16px;
	padding: 10px 10px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #4C4C4C;
	border-bottom: 1px solid #cdc8ca;
}

.main-wrap .map-wrap .map-info .info-item .titles {
	width: 95px;
	display: inline-block;
	vertical-align: top;
}

.main-wrap .map-wrap .map-info .info-item .add-text {
	width: 242px;
	display: inline-block;
}