a:link{
	color: #000;
}
a:hover{
	
	color: #999;
}
.pad {
	padding: 15px;
}
.border-left{
	border-left: 2px solid #888888;
}
#img-200{
	width: 100px;
	height: 200px;
}
.img-400{
	width: 400px;
}
.img-600{
	width: 600px;


}
.margin-x{
	margin: 20px 0 20px 0;
}
.margin-y{

margin: 0 20px 0 20px;

}
.news-info{
	font-size: 8px;
	color: #555555;

}
.line{


}
.news-content{
	font-size: 1em;
	line-height: 35px;
	text-indent:25px
}
.left-bar{
text-align: center;
background: #f8f9fa;
line-height: 35px;
}
.left-bar li:hover{
background: #ffffff;

}
.left-bar a{
	font-size: 20px;
	text-decoration:none;
	
}
.left-bar a:hover{
	color: #000000;
}


.middle {
	vertical-align: middle;
 
}
#my-color{
	
}
#my-color:hover{
color: #499bf0;
font-weight:bold;
background-color:#ffffff;
border-radius: 5px;
box-shadow: 2px 2px 2px #888888;

}


.card:hover{
	transform: scale(1.03);
	}
img:hover{
	
	border: 2px solid #00a2ca;
	
}
.card{

	overflow: hidden;
}
.img-190{
	height: 160px;
	overflow: hidden;
}

.logo{
	height: 50px;
	width: 200px;
	margin-top: 15px;
	border: 1px solid #eee;
	
	margin-left:10px ;
	display: flex;
	align-items: center;
	justify-content: center;


}
.logo img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;

}
.lunbo{
	height: 400px;
	width: 1110px;
}
.lunbo img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: flex;
	align-items: center;
	justify-content: center;

}
.news{
	
	width: 150px;
	margin-right: 10px;
	border: 1px solid #eee;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;


}
.news img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%; 

}
ul li ol{
	list-style: none;
	background: red;
}
ul #nav-ul{
	
	width: 100%;
	height: 60px;
	
	margin: 0 auto;
}
#nav-ul li{
	display: inline;
	height: 60px;
}
#nav-ul li a{
	display: inline-block;
	height: 60px;
	padding: 0 40px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
#nav-ul li a:hover{
	background: #0093b8;
}