/* 工美小课堂？ */
	#main{width: 100%;max-width: 1090px;margin: 0 auto;margin-top: 20px;margin-bottom:20px;overflow: hidden;}
	.newsNav{float:left;width:180px;background-color:#FFF;margin-top:10px;border:1px solid #efefef;}
	.newsNav ul>li{height:50px;text-align:center;font-size:16px;padding:15px;border-top:1px dashed #E6E6E6;}
	.newsNav ul>li.active>a{color:#EF3838;}
	.newsNav+.listBody{float:right;width:890px;}
	li.navCatMenu:hover .category {
	    display: block!important;
	}
	.newsList{
		margin-top: 10px;
	    background-color: #f9f9f9;
	    padding: 20px;
    }
	.newsList>a{display:block;overflow:hidden;}
	.contentDiv{
		/*float:left;width:600px;*/
		margin-left:170px;
	}
	#main .newsNav>div{height:50px;text-align:center;font-size:20px;font-weight:700;padding:10px;}
	.newsList .contentDiv h2 {
	    font-size: 16px;
	    color: #333;
	    margin-bottom: 10px;
	}
	.title{font-size:24px;font-weight:700;color:#333;
	/*margin-left:20px;*/
	}
	.imgDiv{
		float:left;
		width:150px;
		height:150px;
	}
	.imgDiv>img{width:100%;height:100%;}
	.content{
		color:#999;
		/*margin-left:20px;*/
	}
	.newsList .contentDiv .content{
	    font-size: 15px;
	    color: #949293;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    line-height: 20px;
	    margin-bottom: 4px;
	}
	.newsTime{/*margin-left:20px;*/}
	/* 移动端 */
	@media only screen and (max-width: 760px){
		.newsNav{
			float:none;
			width:100%;
			margin-top:0;
			border:none;
			border-bottom: 1px solid #e8e8e8;
			overflow:scroll;
		}
		.newsNav>div{display:none;}
		.newsNav ul>li{
			display: inline-block;
		    border: none;
		    height: auto;
		    padding: 10px;
		    font-size: 14px;
		}
		#main{margin-top:0;}
		#main .listBody{float:none;width:100%;}
		#main .newsList {
		    height: auto;
		    padding: 3vw;
		    overflow: initial;
		    box-sizing: content-box;
		    border-bottom: 2px solid #eee;
		    margin: 0;
		}
		#main .newsList .imgDiv {height: 25vw;width: 25vw;}
		.imgDiv>img{width:100%;height:100%;}
		.newsList .newsTitle{margin-bottom: 2px;}
		.contentDiv{    
			margin-right: 0;
		    margin-left: 29vw;
		    height: auto;
		    float:none;
		    width:auto;
		 }
		.newsList .contentDiv .newsTime {font-size: 16px;color: #949293;margin-bottom: 13px;margin-bottom: 0;margin-left:0;}
		.newsList .contentDiv .content{
			font-size:17px;
			-webkit-line-clamp: 2;
			margin:0;
			margin-bottom:5px;
		}
		.newsList .contentDiv h2{
			font-size:17px;
			margin-left:0;
			margin-bottom:10px;
			margin-top:0;
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 1;
		}
	}
	