.new-List .item_block {
	margin-bottom: 20px;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	width: 33.333%;
}
.item_block .content {
	transition: all .2s linear;
	position: relative;
	background-color: #fff;
}
.item_block .item_img {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: none;
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 81.333%;
}
.item_block .item_img img {
	display: none;
	float: none;
	max-width: 100%;
	height: auto;
}
.item_block .item_img_mask {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease 0s;
}
.item_block .item_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-40%);
	opacity: 0;
	transition: all 0.3s ease 0s;
	font-size: 0;
}
.item_block .item_icon a {
	margin: 0 7px;
	height: 100px;
	width: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
	float: left;
}
.item_block .item_icon a i {
	font-size: 16px;
	top: 35px;
	transition: all 0.2s ease 0s;
	position: relative;
	z-index: 2;
}

.item_block .item_icon a .item_icon_bg {
	border-radius: 50%;
	border: 2px solid transparent;
	background: #fff;
	height: 100%;
	width: 100%;
	transition: all 0.2s ease 0s;
	position: absolute;
	left: -2px;
	top: -2px;
}
.item_block .item_icon a:last-child {
	margin-left: 14px;
}


.item_block .item_wrapper {
	padding: 25px 10px;
	text-align: center;
}
.item_block .title {
	font-size: 16px;
	line-height: 16px;
}
 .item_block .subtitle {
	font-size: 13px;
	color: #939393;
	margin-top: 3px;
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item_block .item_img:hover .item_img_mask {
	opacity: 1;
}

.item_block .item_img:hover .item_icon {
	margin-top: -25px;
	opacity: 1;
}

.item_block .item_icon a:hover i {
	color: #fff;
}

.item_block .item_icon a:hover .item_icon_bg {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	transform: scale(1.2, 1.2);
}

@media screen and (max-width: 769px){
	.new-List .item_block {
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		width: 50%;
	}
}

   	.s7 {
   		background: #eee;
   		overflow: hidden;
   
   	}
   
   	.s7 .about_ban {
   		width: 100%;
   		position: absolute;
   		background-color: #eee;
   		height: 30%;
   		left: 0;
   		z-index: 1;
   		background-repeat: no-repeat;
   		background-position: center center;
   		background-size: cover;
   	}
   
   	.s7 .kuang {
   		position: absolute;
   		z-index: 1;
   		left: 4%;
   		bottom: 5%;
   		padding: 16% 7%;
   		border: 10px #666 solid;
   		filter: alpha(opacity=50);
   		-moz-opacity: 0.5;
   		-khtml-opacity: 0.5;
   		opacity: 0.5;
   	}
   
   	.s7 .t2 {
   		position: absolute;
   		z-index: 1;
   		font-size: 95px;
   		color: #fff;
   		top: 13%;
   		left: 2%;
   		filter: alpha(opacity=90);
   		-moz-opacity: 0.9;
   		-khtml-opacity: 0.9;
   		opacity: 0.9;
   		transition: 2s;
   		-webkit-transform: translateX(0);
   		transform: translateX(0);
   		width: 90%;
   		font-weight: 300;
   		line-height: 1;
   	}
   
   	.s7 .t2 .tt1 {
   		color: #0d8ece;
   		font-size: 150px;
   	}
   
   	.s7 .t2 .tt2 {
   		font-size: 30px !important;
   		position: absolute;
   		top: 35px;
   		color: #0d8ece;
   	}
   
   	.s7 .top_l {
   		position: absolute;
   		z-index: 20;
   		width: 10%;
   		background: rgba(255,255,255,.8);
   		padding: 2% 2.5%;
   		top: 38%;
   		left: 2%;
   		bottom: 7%;
   
   	}
   
   	.s7 .top_l small {
   		color: #0d8ece;
   		border-bottom: 1px #0d8ece solid;
   		width: 100%;
   		float: left;
   	}
   
   	.s7 .top_l h3 {
   		float: left;
   		font-size: 16px;
   		color: #333;
   		line-height: 1.2;
   		font-weight: normal;
   		margin-top: 10px;
   	}
   
   
   	.s7 .top_l .hot_news {
   		font-size: 13px;
   		color: #939393;
   		margin-top: 20px;
   		width: 100%;
   		height: 95%;
   		overflow:hidden;
   		text-overflow:ellipsis;	
   		white-space:nowrap;
   	}
   
   	.s7 .hot_news .item1 {
   		overflow-y: hidden;
   		outline: none;
   		width: 100%;
   		height: 90%;
   		padding-right: 10px;
   	}
   
   	.s7 .hot_news ul li {
   		float: left;
   		width: 100%;
   		padding-bottom: 10px;
   	}
   
   	.s7 .hot_news ul li a {
   		color: #333;
   		line-height: 1.5em;
   		padding: 10px 0;
   		font-size: 14px;
   	}
   
   	.s7 .hot_news .item1 img {
   		width: 90%;
   		height: auto;
   		margin: 0 auto;
   	}
   
   	.s7 .top_l span {
   		float: left;
   		width: 100%;
   		border-bottom: 1px #0d8ece solid;
   		margin: 5px 0;
		white-space: initial;
   	}
   
   	.s7 .show_min {
   		position: absolute;
   		width: 100%;
   		height: 100%;
   		z-index: 10;
   	}
   
   	.s7 .show_min .item {
   		float: left;
   		width: 100%;
   		padding-top: 5%;
   		margin-top: 60px;
   		height: 79%;
   	}
   
   	.s7 .show_test {
   		float: left;
   		margin-left: 23.3%;
   		width: 43%;
		background: rgba(255, 255, 255, 0.8);
   		padding: 3%;
   	}
   
   	.s7 .show_min h3 {
   		float: left;
   		font-size: 16px;
   		color: #0fa5f0;
   		font-weight: bold;
   		border-bottom: 1px #0fa5f0 solid;
   		width: 100%;
   		padding-bottom: 10px;
   		line-height: 24px;
   	}
   
   	.s7 .show_min h3 span {
   		color: #0d8ece;
   		font-weight: normal;
   		font-size: 14px;
   		float: right;
   	}
   
   	.show_news {
   		float: left;
   		width: 100%;
   		margin-top: 50px;
   		line-height: 2.5em;
   		font-size: 14px !important;
   		text-align: left;
   		padding-bottom: 5%;

   	}
   	.show_news img{
   		width: 90%;
   		height: auto;
   		margin: 0 auto;
   	}
   
   	.s7 .jobs {
   		position: absolute;
   		width: 18%;
   		padding: 30px;
   		bottom: 5%;
   		top: 15%;
   		right: 2%;
   		z-index: 20;
   		background: rgba(255,255,255,.8);
   		border-top: 10px #222 solid;
   	}
   
   	.s7 .jobs h2 {
   		color: #333;
   		font-size: 24px;
   		line-height: 1.2;
   		float: right;
   		-webkit-transform: translateY(0);
   		transform: translateY(0);
   	}
   
   	.s7 .jobs span {
   		font-size: 14px;
   		color: #666;
   		clear: both;
   		float: right;
   		border-bottom: 2px #0d8ece solid;
   		padding-bottom: 10px;
   		line-height: 1.2;
   	}
   
   	.s7 .jobs .item {
   		position: relative;
   		overflow-y: hidden;
   		outline: none;
   		width: 100%;
   		height: 85%;
   		padding-right: 10px;
   		top: 30px;
   	}
   
   	.s7 .jobs h3 {
   		float: left;
   		font-size: 16px;
   		color: #0d8ece;
   		font-weight: bold;
   		border-bottom: 1px #0d8ece solid;
   		width: 100%;
   	}
   
   	.s7 .jobs h3 small {
   		color: #111;
   		font-weight: normal;
   		font-size: 14px;
   	}
   
   	.s7 .jobs .item ul {
   		float: left;
   		width: 100%;
   		margin-top: 10px;
   	}
   
   	.s7 .jobs .item ul li {
   		font-size: 13px;
   		line-height: 24px;
   		float: left;
   		margin-right: 5%;
   		width: 100%;
   		padding: 8px 0;
   	}
   
   	.s7 .jobs .item ul li a {
   		color: #333;
   		border-bottom: 1px #939393 dotted;
   		display: block;
   		float: left;
   		width: 100%;
   		padding-bottom: 10px;
   		line-height: 1.2;
   	}
   
   	.s7 .jobs .item ul li span {
   		float: right;
   		color: #939393;
   		margin-left: 10px;
   		border-bottom: none;
   		padding-bottom: 0;
   	}
   	.show_news .per {
   	    float: left;
   	    font-size: 14px;
   	    width: 100%;
   	    border-top: 1px #939393 dotted;
   	    border-bottom: 1px #939393 dotted;
   	    margin-top: 20px;
   	    color: #939393;
   	    line-height: 24px;
   	    padding-top: 5px;
   	    padding-bottom: 5px;
   	}
   	.show_news .per a {
   	    color: #333;
   		display: inline-block;
   	}
   	@media only screen and (max-width: 767px){
   		.s7 .top_l,.jobs{
   			display: none;
   		}
   		.s7 .show_test {
   		    width: 90%;
   		    margin-left: 2%;
   			}
   		.s7 .show_min .item {
   		    padding-top: 0;
   		    margin-top: 180px;
   			}
   		.s7 .t2 {
   		    position: absolute;
   		    z-index: 1;
   		    font-size: 56px;
   		    color: #fff;
   		    top: 10%;
   		    transition: 2s;
   		    filter: alpha(opacity=50);
   		    -moz-opacity: 0.5;
   		    -khtml-opacity: 0.5;
   		    opacity: 0.5;
   		    display: inherit;
   		}
   		.s7 .t2 .tt1 {
   		    font-size: 90px;
   		}
   		.s7 .t2 .tt2 {
   		    font-size: 25px !important;
   		    position: absolute;
   		    top: 15px;
   		}
   	}
   
				