@charset "utf-8";
/* CSS Document */

body,div,ul,ol,li,dl,dt,dd,form,p,span,a,em,i,strong,b,input,textarea,h1,select,img,table{ margin:0px; padding:0px;}
li{ list-style:none;}
img{ border:0px;}
input,button,select,textarea{ outline:none;}
body,html{height:100%;}

.card-zy{
	  padding: 1.5rem;
	  box-shadow: 0 1px 2px #aaa;
	  background: white;
	  border-radius: 3px;
	  transition: all 0.2s ease;
	  font-family:"微软雅黑";
	  color:#262626;
	}


.nav-color-zy{
	background:linear-gradient(to right, #c62828 0%,#e53935 100%);
	background: -webkit-linear-gradient(to right, #c62828 0%,#e53935 100%);
    background: -o-linear-gradient(to right, #c62828 0%,#e53935 100%);
    background: -ms-linear-gradient(to right, #c62828 0%,#e53935 100%);
	}
	
.ol-zy{
	/*margin-left:2rem;*/
	margin-top:1rem;

}
.ol-zy li{
	padding:3px 5px 3px 5px;
	padding-left: 1rem;
	color:#333;
	white-space:nowrap;
	font-size:1.4rem;
	position: relative;
}
.ol-zy li:before{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 2px;
	top: 12px;
	background-color: #333333;
}
.ol-zy li a{
	color:#333;
	display: block;
	height: 2rem;
	position: relative;
	line-height: 2rem;
}
.ol-zy li a .title{
	width: 100%;
	padding-right: 90px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.ol-zy li a .time{
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
}
.ol-zy li:hover a{
	color:#f44336;
	text-decoration:none;
}
