.yearSelect{
    position: absolute;
    width: 150px;
    height: 30px;
    line-height: 30px;
    top: 78%;
    right: 45%;
    margin: -15px 0 0 0;
}
.yearSelect span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.yearSelect select{
    width: 190px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 5px;
    color: #555;
    box-sizing: border-box;
}

.yearSelectIndex{
    position: absolute;
    width: 150px;
    height: 30px;
    line-height: 30px;
    right: 3%;
    margin: -45px 0 0 0;
}
.yearSelectIndex span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.yearSelectIndex select{
    width: 190px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 5px;
    color: #555;
    box-sizing: border-box;
}
.sMarginQuerySearch_index{
	position: absolute;
	top: 7px;
	right: 10px;
	/* cursor:pointer; */
}
.sMarginQuerySearch_index img{
	display: block;
	border:none;
	/*  height: 22px;*/
}