.banner{
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    list-style: none;
}

.wrap {
    width: 62.5%;
    margin: 40px auto 0 auto;
    padding-bottom: 1px;
}

/*员工通告*/
.staff_service {
    background-color: #eef0f8;
}

.staff_service .staff_service_title {
    text-align: center;
    background-color: white;
}

.staff_service .staff_service_title span {
    color: red;
    font-size: 26px;
    line-height: 50px;
}

.staff_service .staff_service_item {
    border: 1px solid #bfbfbf;
    background-color: white;
    overflow: hidden;
    margin-bottom: 35px;
	vertical-align:middle;
	position:relative;
}

.staff_service .staff_service_item img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 15px;
}

.staff_service .staff_service_item span {
    font-size: 18px;
    line-height: 60px;
}

.staff_service .staff_service_item .item_title{
    color: #5f5d5d;
	padding-left:10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display:inline-block;
    width:calc(100% - 80px)
	}


.staff_service .staff_service_item .item_time {
    color: #a7a6a6;
    margin-right: 10px;
	position:absolute;
	top:0;
	right:0
}

.staff_service .page {
    text-align: center;
}

.staff_service .page ul {
    overflow: hidden;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 30px auto 30px auto;
    padding: 0;
}

.staff_service .page ul li {
    display: inline-block;
    float: left;
    background-color: red;
    color: white;
    width: 60px;
    height: 55px;
    font-size: 36px;
    text-align: center;
    line-height: 55px;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {
    .wrap {
        width: 90%;
        margin-top: 5%;
    }
    .staff_service .staff_service_title span {
        line-height: 50px;
        font-size: 20px;
    }
    .staff_service .staff_service_item {
        margin-bottom: 15px;

    }
    .staff_service .staff_service_item span {
        font-size: 14px;
    }
    .staff_service .staff_service_item img {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 20px;
    }
    .staff_service .staff_service_item .item_time {
        margin-right: 10px;
		position:absolute; 
		top:0px;
		right:0px;
    }
    .height {
        height: 50px;
    }
    .staff_service .page ul {
        margin-top: 10px;
    }
    .staff_service .page ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
    }

}
/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:991px ){
    .wrap {
        width: 90%;
    }
    .staff_service .staff_service_item {
        margin-bottom: 12px;
    }
    .staff_service .staff_service_title span {
        font-size: 30px;
        line-height: 50px;
    }
}
/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    .wrap {
        width: 90%;
    }
    .staff_service .staff_service_item {
        margin-bottom: 12px;
		
    }
}
/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1200px) {

}