@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.estate-wrap {}


/*页面宽度*/

.estate-wrap .w {
	width: 1180px;
	margin: 0 auto;
}


/*banner*/

.estate-wrap .estate-bg {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.estate-wrap .estate-banner .estate-bg {
	width: 100%;
	max-height: 225px;
}

.estate-wrap .estate-logo {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 1180px;
	margin-left: -590px;
}

.estate-wrap .estate-logo img {
	width: 480px;
}


/*头部轮播图与资讯列表*/

.head-wrap {
	margin-bottom: 15px;
}


/*头部轮播图*/

.head-wrap .slide-box {
	width: 510px;
	margin: 0px auto 8px;
	position: relative;
	overflow: hidden;
}

.head-wrap .slide-box ul {
	position: relative;
	z-index: 1;
	height: 310px;
}

.head-wrap .slide-box ul li {
	position: absolute;
	left: 0;
	top: 0;
}

.head-wrap .slide-box ul li img {
	width: 560px;
	height: 310px;
	display: block;
}

.head-wrap .slide-box p {
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	height: 30px;
	line-height: 30px;
	width: 420px;
	padding-right: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 5px;
}

.head-wrap .slide-box ol {
	text-align: center;
	font-size: 0;
	z-index: 2;
	position: absolute;
	bottom: 10px;
	right: 5px;
	overflow: hidden;
}

.head-wrap .slide-box ol li {
	width: 10px;
	height: 10px;
	background: #ccc;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
}

.head-wrap .slide-box ol .current {
	background: #FFFFFF;
}

.head-wrap .slide-box span {
	font-family: 'iconfont';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
	display: none;
}

.head-wrap .slide-box .left {
	left: 5px;
}

.head-wrap .slide-box .right {
	right: 5px;
}


/*资讯列表*/

.head-wrap .head-list-wrap {
	width: 650px;
	min-height: 320px;
}


/*更多*/

.head-wrap .head-list-wrap .title-more {
	height: 30px;
	line-height: 30px;
	border-bottom: 1.5px solid #a0a0a0;
}

.head-wrap .head-list-wrap .title-more .type-title {
	font-size: 18px;
	color: #d7161f;
	font-weight: bold;
	border-bottom: 1.5px solid #d7161f;
	letter-spacing: 1px;
}

.head-wrap .head-list-wrap .right-more {
	font-size: 14px;
	color: #4c4c4c;
	cursor: pointer;
}

.head-wrap .head-list-wrap .right-more:hover {
	opacity: 0.8;
}

.head-wrap .head-list-wrap .list-body .list-item .list-text {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	cursor: pointer;
}

.head-wrap .head-list-wrap .list-body .list-item .list-text:hover {
	opacity: 0.8;
}

.head-wrap .head-list-wrap .list-body .list-item .list-text .text {
	width: 460px;
	height: 31px;
	line-height: 31px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #272727;
    font-size:15px;
    letter-spacing:1px;
}

.head-wrap .head-list-wrap .list-body .list-item .list-text .text:before {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	background: #288ecf;
	margin: 0 8px 2px 0;
}

.head-wrap .head-list-wrap .list-body .list-item .list-text .time {
	float: right;
	width: 18%;
	margin-left: 2%;
	text-align: right;
}


/*暂无内容*/

.no-data {
	width: 100%;
	height: 180px;
	line-height: 180px;
	text-align: center;
	color: #888;
}

/*列表内容*/

.content-box .title-box {
	border-bottom: solid 1.5px #C0C4CC;
	height: 30px;
	display: inline-block;
	width: 100%;
}

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

.content-box .title-box .fleft {
	font-size: 18px;
	color: #d7161f;
	font-weight: bold;
	float: left;
	cursor: pointer;
	height: 30px;
	border-bottom: solid 1.5px #d7161f;
	letter-spacing: 1px;
}

.content-box .title-box .fr {
	font-size: 14px;
	color: #4C4C4C;
	line-height: 30px;
	cursor: pointer;
}

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


/*图文列表*/

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

.list-wrap .pic-list {
	padding: 3px;
	width: 24%;
	margin: 0 0.5%;
	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 .pic-list:hover {
	opacity: 0.8;
}

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

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

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

.content-box.news {
	margin: 0 -1%;
}

.content-box .mess-box {
	width: 48%;
	margin: 0 1%;
	float: left;
	margin-bottom: 20px;
	min-height: 140px;
	display: inline-block;
}


/*资讯列表*/

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

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

.content-box .mess-box .news-txt a:hover {
	opacity: 0.8;
}

.content-box .mess-box .news-txt .txt .mess {
    width: 80%;
    float: left;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    letter-spacing: 1px;
}

.content-box .mess-box .news-txt .txt .time {
	float: right;
}


/*机构介绍*/

.caption {
    font-size: 16px;
    color: #4C4C4C;
    padding: 10px 0;
    text-indent: 2em;
    line-height: 30px;
}

.caption p {
	text-indent: 32px;
}