/*轮播*/
.swiper-container{
	max-height: 420px;
	width: 100%;
	overflow: hidden;
}
.swiper-slide img{
	width: 100%;
}
/*首页具体模块*/

.push div {
	padding: 17px 20px;
	background: #EDF5FA;
	width: 155px;
	height: 161px;
	position: absolute;
	bottom: 0;
	left: 0;
	font: normal 12px/14px 'num';
}

.push .detail {
	color: #008BD2;
	font: normal 12px/14px 'num';
	font-weight: 400;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.detail_title {
	margin-top: 5px;
	color: #4A6D81;
	line-height: 18px;
	font-family: 'PingFang SC', "Microsoft YaHei";
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	max-height: 48px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.detail_title_last{
	margin-bottom: 5px;	
}
.detail_content {
	font-family: 'PingFang SC', "Microsoft YaHei";
	font-size: 12px;
	color: #4A6D81;
	line-height: 16px;
	max-height: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.push-list-home .button {
	display: inline-block;
	width: 76px;
	line-height: 20px;
	height: 20px;
	border: 1px solid #4A6D81;
	font-family: 'PingFang SC', "Microsoft YaHei";
	font-size: 12px;
	color: #4A6D81;
	text-align: center;
	margin-top: 27px;
}


/*首页侧边栏*/

.tweet-list {
	position: absolute;
	top: 0;
	background: #008BD2;
	width: 232px!important;
	font-weight: 300;
}

.head_list {
	width: 100%;
	height: 50px;
}

.head_list i {
	position: absolute;
	top: 9px;
	left: 19px;
}

.head_list span {
	font-size: 18px;
	color: white;
	margin-left: 56px;
	position: relative;
	top: 14px;
}

.tweet-list ol {
	width: 100%;
	list-style-type: demical !important;
	border-top: 2px solid rgba(255, 255, 255, .6);
}

.tweet-list ol li {
	width: 100%;
	padding-left: 14px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, .6);
	box-sizing: border-box;
	list-style-position: inside;
	font-family: 'PingFang SC', "Microsoft YaHei";
}

.tweet-list ol li:last-child {
	border: none;
}

.tweet-list ol li span {
	margin-right: 18px;
	font-size: 14px;
}

.tweet-list_sec {
	width: 232px;
	background: #4A6D81;
	font-weight: 300;
}

.tweet-list_sec .title,
.tweet_btn {
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: white;
}

.tweet_btn {
	border-top: 2px solid rgba(255, 255, 255, .6);
	line-height: 45px
}

.tweet_btn a {
	color: white;
}

.tweet_btn span {
	display: inline-block;
	width: 90px;
	line-height: 20px;
	height: 20px;
	border: 1px solid #D4D3D4;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #D4D3D4;
	text-align: center;
}

@font-face {
	font-family: 'num';
	src: url('/assert/images/din.ttf');
}

.tweet-list_last {
	background: #4A6D81;
	font-family: 'num';
}

.tweet-list_last ol li {
	font-size: 16px !important;
}

.wx_logo {
	width: 100%;
	height: 100px;
	border-top: 2px solid rgba(255, 255, 255, .6);
	box-sizing: border-box;
}

.wx_logo div {
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}

.wx_logo span {
	display: inherit;
	font-size: 12px;
	color: white;
}

.wx_logo .wx {
	border-right: 2px solid rgba(255, 255, 255, .6);
}

@media screen and (min-width: 400px) and (max-width: 1024px) {
	/*.push-5 div.push-inner>div {width:412px}*/
	.container-home {
		padding: 30px 30px 0 30px!important;
	}
	#voir-plus{
		    padding: 0px 30px!important;
	}
	.tweet-list_sec{
		display: none;
	}
	.more img {
    margin-top: 40px;
}
}
@media screen and (max-width: 400px) {
	#voir-plus{
		margin-left: 30px;
	}
	.tweet-list_sec{
		display: none;
	}
	.more img {
    margin-top: 40px;
}
}
.container li .container_img img{
	width: 100% !important;
	height: 100% !important;
}