body{
    background-color:#fff !important;
}
* {
	font-size: 14px;
}
.sy-container {
	padding: 15px 18px;
}
th,.text-nowrap {
	word-break: keep-all;
	white-space: nowrap;
}
.text-suolue{
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}
.sui-text-center{
	text-align: center !important;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.mr-10{
	margin-right: 10px;
}
.project-title{
	position: absolute;
    top: 9px;
    left: 10px;
    font-size: 28px;
}