body{
	background: #f5f5f5;
}
.my-home-message {
	width: 100%;
	height: auto;
}
.my-home-message-seat{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url("./../../image/mianbaoban/specialcolumn/16.png");
	background-size: cover;
	background-position: center center;
}
@keyframes bg-pic1{
	0% {
		left: 0px;
		opacity:0.5;
	}
	50% {
		left: 50px;
		opacity: 0.7;
	}
	100% {
		left: 150px;
		opacity: 1;
	}
}
.bg-pic1{
	position: absolute;
	top: 20px;
	-webkit-animation: bg-pic1  3s ease-out;
	-moz-animation: bg-pic1 3s  ease-out;
	animation: bg-pic1 3s  ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes bg-pic2{
	0% {
		right: -100px;
		opacity:1;
	}
	50% {
		right: 0px;
		opacity: 1;
	}
	100% {
		right: 50px;
		opacity: 1;
	}
}
.bg-pic2{
	position: absolute;
	top: 20px;
	margin-left: -136px;
	-webkit-animation: bg-pic2  3s ease-out;
	-moz-animation: bg-pic2 3s  ease-out;
	animation: bg-pic2 3s  ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.my-home-message-con{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	padding-top: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.my-home-message-con ul{
	width: 44.16%;
	height: auto;
	float: left;
}
.my-home-message-con li{
	width: 33.33%;
	height: auto;
	float: left;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.my-home-message-con li:after{
	content: '';
	width: 1px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0px;
	background: rgba(255,255,255,0.2);
}
.my-home-message-con li span,
.my-home-message-con li strong{
	display: block;
	color: #fff;
}
.my-home-message-con li span{
	color: rgba(255,255,255,0.5);
}
.my-home-message-con li strong{
	font-size: 24px;
	margin-top: 20px;
}
.my-home-message-con li:last-child:after{
	background: none;
}
.theright-ul{
	float: right!important;
}
.message-center-bg{
	width: 100%;
	height: auto;
	background: #fff;
}
.message-center-bg .message-center{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: -70px;
}
.message-center-bg .message-center img{
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 50% 50% 50% 0;
	-moz-border-radius: 50% 50% 50% 0;
	border-radius: 50% 50% 50% 0;
	border: 4px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 10px 20px rgba(153,160,169,0.3);
	box-shadow: 0 10px 20px rgba(153,160,169,0.3);
}
.message-center-bg .message-center h2{
	font-size: 24px;
	color: #323232;
	text-align: center;
}
.message-center-bg .message-center .theintroduce{
	text-align: center;
	color: #b2b2b2;
	line-height: 24px;
	font-size: 12px;
}
.message-follow{
	width: 160px;
	height: 40px;
	margin: 20px auto 0px;
}
.message-follow a{
	display: block;
	width: 100%;
	height: 100%;
	background: #2b7acd;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.message-follow .iconfont{
	font-weight: normal;
}
.message-follow a:hover{
	background:#268af3;
}
.container{
	margin: 40px auto 0px;
}
.new-content{
	width: 69.6%!important;
	margin-left: 0px!important;
	background: #fff!important;
}
.new-list{
	width: 92.77%;
	height: auto;
}
.new-list ul{
	margin: 10px auto 0px;
}
.your-modular-title span{
	font-size: 24px;
}
.my-home-right{
	width: 28.33333%;
	height: auto;
	float: right;
}
.my-home-right-con{
	background: #fff;
	padding: 0px 20px 20px;
	box-sizing: border-box;
}

@media (max-width: 1200px){
	.my-home-message-con{
		width: 96%;
	}
	.message-center-bg .message-center{
		width: 96%;
	}
	.container{
		width: 96%;
	}
}
@media (max-width: 991px){
	.message-center-bg .message-center h2{
		text-align: left;
	}
	.message-center-bg .message-center{
		width: 92%;
	}
	.container{
		width: 100%;
		margin: 2% auto 0px;
	}
	.new-content{
		width: 100%!important;
		margin: 0 auto!important;
	}
	.new-list{
		width: 92%;
	}
	.my-home-message-seat{
		background-image: none;
		background-color: #fff;
	}
	.message-center-bg .message-center{
		top: 0px;
		overflow: hidden;
		padding: 20px 0px;
		border-bottom: 1px solid #ededed;
	}
	.message-center-bg .message-center img{
		width: 80px;
		height: 80px;
		float: left;
		box-shadow: none;
		border: 1px solid #ededed;
		padding: 2px;
		margin: 20px 0px;
	}
	.message-center-bg .message-center .message-center-text{
		float: right;
		width:-moz-calc(100% - 100px);
		width:-webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.message-center-bg .message-center h1{
		font-size: 16px;
		text-align: left;
		font-weight: bold;
	}
	.message-center-bg .message-center .theintroduce{
		text-align: left;
		line-height: 20px;
	}
	.message-follow{
		width: 60px;
		height: 24px;
		margin: 10px 0px 0px 0px;
	}
	.message-follow a{
		line-height: 24px;
		/*border: 1px solid #2b7acd;*/
		background: rgba(43,122,205,1);
		color: #fff;
		font-weight: normal;
		font-size: 12px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.message-follow a:hover{
		background: rgba(43,122,205,0.1);
		color: #2b7acd;
	}
	.my-home-message-con{
		height: auto;
		padding: 20px 0px;
	}
	.my-home-message-con ul{
		width: 100%;
	}
	.my-home-message-con li span, .my-home-message-con li strong{
		color: #646464;
	}
	.my-home-message-con li:after{
		background: rgba(0,0,0,0.1);
		height: 20px;
		margin-top: -10px;
	}
	.my-home-message-con li strong{
		font-size: 14px;
		margin-top: 2%;
	}

}

.specialcolumn_des{
	margin-top: 10px;  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
	overflow: hidden; color: #666; font-size: 14px; line-height: 22px;
}
.specialcolumn_des a{
	color: #666;
}