@media screen and (max-width:768px){
	#nav{display: none;}
	#scrool{display: none;}
	#home_main{padding: 1.25rem;box-sizing: border-box;width: 100%;}
	#home_main dl{
		overflow: hidden;
		margin-bottom: 1.25rem;
		border-bottom: 2px solid #ccc;
	}
	#home_main dl dt{
		width: 100%;
		height: 2.5rem;
		border-bottom: 1px solid #5C80FE;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#home_main dl dt strong{
		color: #5C80FE;
		font-size: 1.25rem;
	}
	#home_main dl dt a{
		color: #f60;
		font-size: 0.75rem;
	}
	#home_main dl dd{
		height:70px;
		border-bottom: 1px dotted #888;
		box-sizing: border-box;
		margin: 0.625rem 0;
		display: flex;
		justify-content: flex-start;
	}
	#home_main dl dd strong{
		display: block;
		width: 100px;
		height: 3.75rem;
		float: left;
		flex: 1;
	}
	#home_main dl dd div{
		float: left;
		height: 3.75rem;
		padding-left: 1.25rem;
		display: flex;
		flex-direction: column;
		flex:3;
		
	}
	#home_main dl dd div a{
		font-size: 1rem;
		color: #333;
		display: -webkit-box;
		-webkit-box-orient: vertical;    
		-webkit-line-clamp: 2;    
		overflow: hidden;
	}
	#home_main dl dd div a:hover{
		color: blue;
		text-decoration: underline;
	}
	#home_main dl dd div span{
		padding-top: 3px;
		font-size: 0.875rem;
		color: #888;
	}
}
@media screen and (min-width:769px){
	#home_main{
		width: 1200px;
		margin: 20px auto;
	}
	#scrool{
		width: 1200px;
		height: 500px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	/* 新闻头条 */
	.newslist{
		width: 370px;
		height: 500px;
		float: right;
		overflow: hidden;
		position: relative;
	}
	.newslist ul{
		padding-top: 10px;
	}
	.newslist ul li{
		height: 32.5px;
		font-size: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newslist ul li span{
		color: #999;
	}
	.newslist ul li a{
		color: #666;
	}
	.newslist ul li a:hover{
		color: #f60;
		text-decoration: underline;
	}
	.newslist ul li.first{
		font-size: 16px;
		height: 35px;
		font-size: 18px;
	}
	
	.newslist ul li.first a{
		color: #142F65;
	}
	.listTitle{
		width: 100%;
		height: 40px;
		height: 40px;
		border-bottom: 2px solid #ccc;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	.listTitle div{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.listTitle div strong{
		padding-left: 5px;
		font-size: 16px;
		color: #666;
	}
	.listTitle div img{
		display: block;
		width: 24px;
		height:24px;
	}
	.listTitle a{
		font-size: 13px;
		color: #999;
		padding-right: 10px;
	}
	.listTitle a:hover{
		color: red;
		text-decoration: underline;
	}
	/* 新闻分类列表 */
	#home_main dl{
		width: 560px;
		height: 760px;
		float: left;
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 20px;
		border-bottom: 2px solid #ccc;
	}
	#home_main dl.right{
		float: right;
		margin-right: 0;
	}
	#home_main dl dt{
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #5C80FE;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#home_main dl dt strong{
		color: #5C80FE;
		font-size: 16px;
	}
	#home_main dl dt a{
		color: #f60;
		font-size: 11px;
	}
	#home_main dl dd{
		height:70px;
		border-bottom: 1px dotted #888;
		box-sizing: border-box;
		margin: 10px 0;
	}
	#home_main dl dd strong{
		display: block;
		width: 100px;
		height: 60px;
		float: left;
	}
	#home_main dl dd div{
		width: 440px;
		float: left;
		height: 60px;
		padding-left: 20px;
		display: flex;
		flex-direction: column;
	}
	#home_main dl dd div.nopic{
		padding-left: 0;
	}
	#home_main dl dd div a{
		font-size: 15px;
		color: #666;
	}
	#home_main dl dd div a:hover{
		color: blue;
		text-decoration: underline;
	}
	#home_main dl dd div span{
		padding-top: 3px;
		font-size: 14px;
		color: #888;
	}
	.myback{
		display: none;
	}
}


