@CHARSET "UTF-8";
/*PPT左滑*/
.luara-left{
	position:relative;
	padding:0;
	overflow: hidden;
}
.luara-left ul{
	position: relative;
	padding: inherit;
	margin: 0;
}
.luara-left ul li{
	float: left;
	padding: inherit;
	margin: inherit;
	list-style: none;
}
.luara-left ul li img{
	width: inherit;
	height: inherit;
}
#pptslider{
	margin-top:-15px;
}
#pptslider ol{
	position:relative;
	width: 200px;
	height: 20px;
	top:-80px;
	left:50%;
	margin-left:-100px;
}
#pptslider ol li{
	float:left;
	width: 18px;
	height: 18px;
	margin: 5px;
	background: #fff;
}
#pptslider ol li.seleted{
	background: #1AA4CA;
}

#blogtea{
	display:grid;
	grid-gap:40px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-template-rows: repeat(auto-fit, auto);
}
#blogstu{
	display:grid;
	grid-gap:40px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-template-rows: repeat(auto-fit, auto);
}

.container section{
	margin-bottom:30px;
}
.container section .indexImg{
	overflow:hidden;
}
.container section .indexImg img{
	width:100%;
	transition: all 0.6s;
}
.container section .indexImg img:hover{
	transform: scale(1.2);
}
.container section p:nth-child(2){
	padding:10px 0;
	font-weight:bold;
}
.container section p:nth-child(n+3){
	color:#5a5a5a;
	font-size:14px;
}
.container section p:last-child{
	text-indent:2em;
	padding-top:15px;
}
.bigads{
	width:90%;
	height:160px;
	margin:0 auto 40px;
	line-height:160px;
	text-align:center;
	background:#e7e7e7 url(/md/017/images/indexbigads.jpg) center no-repeat;
	background-size:cover;
	font-size:2vw;
	color:#fff;
	-webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
	-mozt-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
	text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}