.pointer
{
    cursor:pointer;
}
.diagramLeft .eventList-head
{
	margin: 0px 10px 0px 10px;
}
.top_title{
	color: #0D1C28;
   	font-size: 24px;
   	font-weight: bold;
   	margin-bottom: 16px;
}
#abstractText{
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;

   	-webkit-line-clamp: 3;
   	-webkit-box-orient: vertical;
}
.zcLable .beCheckedSpan{
	color: #fff !important;
	background: #3E97DF !important;
}
.zcLable {
	padding-bottom:10px;
	border-bottom:1px solid #dfe1e2;
}
.contentTop{
	padding-bottom:30px;
}
.diagramLeft .xmsbCard .layui-tab-title{	
	border-bottom: 4px solid #112534; 
}
.diagramLeft .xmsbCard .layui-tab-title li{
	line-height: 58px;
	padding:0;    
	margin-right: 20px;
}
.eventListMore a{
	color: #3E97DF;
}
.eventListMore{
	padding:0;
	padding-top: 12px;
	font-weight:700;
}
.diagramLeft .xmsbCard .layui-tab-title li:hover{
	color: #0066B9;
}
.xmsb p{
	width: 120px;
    height: 42px;
    line-height: 42px;
    background: #ebf4fb;
    color: #3E97DF;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.xmsb p:hover{
    background: #D8EAF8;
}
.beCollect .beCollectIcon{
	font-size:15px;
}
.zcywCont .xmsb{
	margin-bottom:30px;
}
#zcLabel span{	
    border-radius: 200px;
    background: #ebf4fb;
    color: #3E97DF;    
    padding: 0px 20px;
}
#zcLabel span:hover{	
    background: #3E97DF;
    color: #fff;    
}