.event_tit{

    width:95%;
    margin:0 auto

}
.event_tit input{
    border:1px solid lightgray;
    height: 22px;
   width:120px;
    margin-right: 5px;

}
.event_tit button{
    height: 25px;
    width:50px;
    color: white;
    cursor: pointer;
    background: #ccc;
    border: 1px solid #bbb;

}
.event_tit button:hover{
    background: lightblue;
    font-weight: bold;
}
.tit_content{
	background:white;
    border-radius: 5px ;
    width:95%;
    margin:8px auto 0 auto;
    border:1px solid lightgray;
    height:400px;
    overflow: auto;
    font-size:14px

}
.tit_content li{
    margin-top: 5px;
    height: 26px;
    line-height: 26px;

}
.tit_content li span{
   display: inline-block;
    float:left;
    text-indent: 20px;

}
.tit_content li span.to_left{
    width:60%;
}
.tit_content li span.to_right{
    width:40%;
}

#even_page{
	height:50px;
	line-height:50px;
	overflow:hidden;
}
#even_page>div{
	display:inline-block;
	float:left;
	margin-left:5%;
	
}
#even_page>div>*{
	margin-right:8px;
	
	
}
#even_page>div img{
	cursor:pointer;
	width:14px;
	height:14px;
	
}
/* #even_page>div img:hover{
	

} */
#even_page>p{
	display:inline-block;
	float:right;
	margin-right:5%;
	
}
#event_li_tit{
	font-size:16px;
	
}
#event_li_tit>span{

}

