	.banner img{
		width: 100%;
	}

	.tuijian .xuexi h2{
		background-image: url(/static/home/img/start_r.png);
	}
	.tuijian .jiaoyu h2{
		background-image: url(/static/home/img/start_b.png);
	}
	.datalist .h2-title{
		background-image: url(/static/home/img/menu.png);
	}
	
	.tuijian{
		box-sizing: border-box;
		padding:24px 30px 30px 30px; 
		display: flex;
		justify-content: space-between;
	}
	.tuijian>div{
		width: 330px;
	}
	.tuijian>div ul{
		margin-top: 20px;
		overflow: hidden;
	}
	.tuijian>div ul li{
		margin-top: 24px;
		font-size: 14px;
		color: #666666;
		line-height: 1;
	}
	.tuijian>div ul li span{
		display: inline-block;
		width: 14px;
		height: 14px;
		color: #fff;
		font-weight: bold;
		background-color: #6096f5;
		text-align: center;
		line-height: 14px;
		border-radius:3px;
		margin-right: 10px;
	}
	.tuijian .xuexi ul li span{
		background-color: #ff6b11;
	}

	/*主体数据列表*/
	.datalist{
		box-sizing: border-box;
		padding:24px 30px 0 30px; 
	}
	.datalist>div.h2-bm-bg{
		display: flex;
		justify-content: space-between;
	}
	.datalist>div.h2-bm-bg>ul{
		display: flex;
		justify-content: space-between;
		width: 145px;
	}
	.datalist>div.h2-bm-bg>ul li{
		box-sizing: border-box;
		font-size:14px;
		line-height: 24px;
		color: #333; 
		height: 24px;
		padding-left: 20px;
		padding-right: 20px;
		cursor:pointer; /*鼠标变小手*/
	}
	.datalist>div.h2-bm-bg>ul li.active{
		border: 1px solid #4141e6;
		border-radius:  12px;
		color: #4141e6;
	}
	.datalist>ul{
		overflow: hidden;
		margin-top: 23px;
	}
	.datalist>ul li{
		box-sizing: border-box;
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #999;
	}
	.datalist>ul li:last-child{
		border-bottom: none;
	}
	.datalist>ul li h2{
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	.datalist>ul li p{
		color: #999;
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.datalist>ul li div{
		margin-top: 15px;
	}
	.datalist>ul li time{
		box-sizing: border-box;
		display: inline-block;
		padding-left: 20px;
		font-size: 14px;
		line-height: 1;
		color: #999;
		margin-right: 30px;
		background-image: url(/static/home/img/time.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.datalist>ul li span{
		box-sizing: border-box;
		display: inline-block;
		padding-left: 25px;
		font-size: 14px;
		line-height: 1;
		color: #999;
		background-image: url(/static/home/img/eye.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	/*右侧数据小列表*/
	.short-l{
		box-sizing: border-box;
		padding:24px 30px 30px 30px; 
	}
	.short-l ul{
		margin-top: 25px;
		overflow: hidden;
	}
	.short-l ul li{
		margin-top: 22px;
	}
	.short-l ul li a{
		display: flex;
		justify-content: left;
	}
	.short-l ul li img{
		width: 90px;
		height: 60px;
		border-radius: 4px;
		margin-right: 10px;
	}
	.short-l ul li h2{
		font-size: 14px;
		color: #333;
		margin-top: 9px;
		line-height: 14px;
	}
	.short-l ul li div>div{
		margin-top: 20px;
	}
	.short-l ul li span{
		font-size: 12px;
		line-height: 12px;
		color: #999;
		margin-right: 20px;
	}
	.short-l ul li .top{
		font-weight: bold;
		color: #ce2017;
	}
	.short-l ul li:nth-child(n+4) .top{
		color: #ff6b11;
	}

	/*友情链接*/
	.links{
		box-sizing: border-box;
		padding: 20px 40px;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.links p{
		font-size: 24px;
		color: #333;
		font-weight: bold;
		width: 50px;
	}
	.links p span{
		color: #ce2017;
	}
	.links>span{
		display: block;
		width: 2px;
		height: 96px;
		background-color: #999;
		margin-left: 40px;
		margin-right: 30px;
	}
	.links ul{
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		flex:1;
	}
	.links ul li{
		margin-right:30px; 
		font-size: 14px;
		color: #666;
		line-height: 34px;
	}