/* 通用 */
.titleName {
	font-size: 19px;
	color: #444444;
	margin-left: 0.5rem;
	vertical-align: middle;
	font-weight: 500;
}



.morediv {
	font-size: 12px;
	height:45px;
	line-height: 45px;
	text-align: right;
	padding-right: 20px;
	vertical-align: middle;
	float: right;
}
.morediv>a{
	color: #828282;
}
.titLine{
	height:45px;
	line-height: 35px;
}


/* 第一行 */
.content_body .topone {
	width: 100%;
	height: auto;
}

/* 招商宣传片 */
.content_body .topone .left {
	padding-right:5px;
}

.content_body .topone .left video{
	margin-top:25px;
	width:100%;
	object-fit: unset;
}
/* 项目推荐 */

.content_body .topone .tabtits {
	margin: 0 auto;
	padding-left: 25px;
}

.content_body .topone .tabtits .titLine .titleName img {
	vertical-align: middle;
}


.content_body .topone .tabitems {
	/* padding-left:5px; */
	width:100%;
}

.content_body .topone .tabitems .tabitem li {
	border-bottom: 1px dashed #ccc;
	line-height: 46.5px;
	height: 46.5px;
	font-size: 17px;
}

.content_body .topone .tabitems .tabitem a {
	width:80%;
	font-size: 17px;
	color:#444444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
.content_body .topone .tabitems .tabitem span{
	color: #cccccc;
    float: right;
    padding-right: 10px;
    font-size: 15px;
}

.content_body .topone .tabitems .tabitem a:hover {
	color: #D5A767;
}

/* 项目分布图 */

.content_body .topone .right {
	padding-left:30px;
}


/* 第二行 */
.content_body .toptwo {
	margin-top: 35px;
	height: auto;
}

/* 新闻动态*/
.content_body .toptwo .left {
	padding-right:5px;
}
.content_body .toptwo .right{
	padding-left:30px;
}

.content_body .toptwo .middle {
	padding-left:25px;
}

.content_body .toptwo .left  ul>li,
.content_body .toptwo .middle  ul>li,
.content_body .toptwo .right  ul>li {
	border-bottom: 1px dashed #ccc;
	line-height: 45px;
	height: 45px;
	display: block;
}
.content_body .toptwo .left  ul>li .article,
.content_body .toptwo .middle  ul>li .article,
.content_body .toptwo .right  ul>li .article{
	font-size: 17px;
	color:#444444;
	width:70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:inline-block;
}

.content_body .toptwo .left  ul>li .time,
.content_body .toptwo .middle  ul>li .time,
.content_body .toptwo .right  ul>li .time{
	font-size: 15px;
	display:inline-block;
	color:#999999;
	float:right;
}


.content_body .toptwo .left  ul>li:hover a,
.content_body .toptwo .middle  ul>li:hover a,
.content_body .toptwo .right  ul>li:hover a
{
	color:#D5A767 ;
}
.content_body .toptwo .left  ul>li:hover span,
.content_body .toptwo .middle  ul>li:hover span,
.content_body .toptwo .right  ul>li:hover span
{
	color:#D5A767 ;
}

/* 第三行 */
 .content_body .topthree {
	margin-top: 3rem;
	height: auto;
	text-align: left;
}
 .link {
	margin: 10px auto;
	margin-bottom: 0px !important;
}

.link li {
	/* margin-left:20px; */
	margin-right: 10px;
}

.link li>a {
	color:#818181;
}
.link>li:hover a{
	color:#D5A767;
}
.link>li {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 15px;
	vertical-align: middle;
	color:#000000;
}
.foot-wrap {
	margin-top:0px;
}

#web_bg{

	width:100%;
	height:6px;
	min-width: 200px;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	/* background-position: center 0; */
  }