#learning-banner{
	width:100%;
	height: 420px;
}
#learning-banner img{
	width: 100%;
	height: 100%;
	min-width:1172px;
}
.learning-kv{
	width: 1172px;
	margin: 0 auto;
	position: relative;
}
.learning-kv h1{
	width: 500px;
	font-family: me500;
	font-size: 40px;
	color: #323232;
	width: 500px;
	position: absolute;
	top: 112px;
	left: 0;
}
.learning-kv p{
	width: 318px;
	line-height: 26px;
	font-family: me300;
	font-size: 16px;
	color: #323232;
	position: absolute;
	top: 180px;
	left: 0;
}

.news-list{
	margin-bottom: -1px;
}
.news-item{
	overflow: hidden;
	border-bottom: solid 1px #dadada;
	padding: 80px 0;
}
.news-img{
	float: left;
	width: 470px;
	height: 280px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.news-img:hover{
	opacity: 0.85;
}
.news-info{
	float: left;
	margin-left: 60px;
	width: 500px;	
}
.news-info h1{
	height: 60px;
	line-height: 60px;
	font-family: me500;
	font-size: 30px;
}
.news-info h1 a{
	color: #1762dc;
}
.news-info h1 a:hover{
	color: #003ecb;
}
.news-info p{
	font-family: me300;
	font-size: 16px;
	color: #222222;	
	line-height: 26px;
	margin-top: 12px;
}
.morebtn{
    width: 140px;
    height: 34px;
    background: #2551df;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 32px;
}
.morebtn:hover{
	background: #003ecb;
}
.morebtn a{
    font-size: 16px;
    font-family: me300;
    color: #fff;
    line-height: 34px;
    display: block;
}