#topDiv{
	width:100%;
	height:300px;
	background: url(../img/top-bg.png) no-repeat top left;
	background-size:100% 100%;
}
#content{
	margin: 20px auto;
}
#topDiv div{
	position: relative;
	width:1300px;
	height:200px;
	margin: 0 auto;
}
#topDiv div img{
	position: absolute;
	top:140px;
	left:250px;
}
#content .search{
	background: #ffffff;
	padding-bottom: 20px;
}
#content .search .title{
	padding: 20px;
    border-bottom: 1px solid #E5E5E5;
	font-size: 20px;
    font-weight: bold;
    line-height: 38px;
}

#content .search .title img{
	width:35px;
}
#content .search .searchBox{
	position: relative;
	margin: 0 20px;
	padding: 20px 0 0 90px;
	border-bottom: 1px dashed #E5E5E5;
}
#content .search .searchBox6{
	border: none;
}
#content .searchBox > span{
	position: absolute;
	top:20px;
	left:0;
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
}
#content .searchBox > ul > li{
	float: left;
}
#content .searchBox li span{
	display: inline-block;
	padding: 9px 11px 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	cursor: pointer;
}
#content .searchBox li .selected{
	padding: 8px 10px 7px;
	color: #3166C8;
	border:1px solid #3166C8;
}
#content .searchBox .three{
	line-height: 35px;
	height:35px;
	margin-bottom: 15px;
	margin-right: 15px;
}
#content .searchBox .three div{
	position: relative;
	z-index: 1;
	height:35px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	border:1px solid #ffffff;
}
#content .searchBox .three .hasSelect{
	color:#3166C8;
	border: 1px solid #3166C8;
}
#content .searchBox .three .hasAuto{
	height:auto;
	overflow: visible;
	z-index: 5;
	border: 1px solid #3166C8;
}
#content .searchBox .three li,#content .searchBox .three p{
	position: relative;
	display: block;
	padding: 0 30px 0 10px;
	border-bottom: 1px dashed #E5E5E5;
	cursor: pointer;
}
#content .three li:last-child{
	border-bottom: 0;
}
#content .searchBox .three .select,#content .searchBox .three .hasSelect p{
	color: #3166C8;
}
#content .searchBox .three .unselect{
	border-bottom: 0;
	color: #000000;
}
#content .searchBox .three ul li{
	background-color:#ffffff;
	color:#000000;
	height:35px;
}
#content .searchBox .three ul .selectLi{
	background-color:#fddfdf;
	color:#3166C8;
}
#content .searchBox .three .unselect:after{
	position: absolute;
	content: "";
	top:13px;
	right:10px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #3166C8;
}
#content .searchBox .three .select:after{
	position: absolute;
	content: "";
	top:13px;
	right:10px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #3166C8;
}
#content .money{
	position: relative;
	margin: 0 20px;
	height:144px;
	background: url(../img/word-bg.png) no-repeat top left;
	background-size:100% 100%;
}
#content .money div{
	position: absolute;
	top:30px;
	left:225px;
}
#content .money div span{
	display: inline-block;
	background: #3166C8;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 30px;
	box-shadow: 0 3px 0 #A30506;
}
#content .money ul{
	position: absolute;
	top:93px;
	left: 160px;
	color: #ffffff;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.1);
}
#content .money ul li{
	float: left;
	display: none;
	padding: 5px 10px;
}
#content .money ul span{
	color:#3166C8;
}
#content .money ul label{
	font-size:22px;
	font-weight: bold;
}

#content .projects{
	display: none;
	margin-top: 20px;
	background: #ffffff;
}
#content .projects .title{
	padding: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
}

#declareDiv{
	padding: 0 10px 20px;
}
.aniBox{
	float: left;
	width: 373px;
	margin: 20px 10px 0 10px;
}
.declare {
	width: 331px;
	display: inline-block;
	border: 1px solid #E5E5E5;
	padding: 0 20px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.declare:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2 0.125rem 0.75rem 0 rgba(0, 0, 0, .1);
}

.declare-up {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dashed #E5E5E5;
}
.declare-down{
	line-height: 40px;
	font-size: 14px;
}
.declare .declare-up img {
	width: 95px;
	height: 95px;
}

.declare .declare-up img,
.declare .declare-up div {
	display: inline-block;
	vertical-align: middle;
}

.declare .declare-up div {
	width:190px;
	margin-left: 10px;
}

.declare-up div p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
	max-height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.declare-up div p:hover {
	color: #3166C8;
}

.declare-up .lastTime {
	position: absolute;
	bottom:5px;
	right:0;
	text-align: right;
	color: #919191;
	font-size: 12px;
}

.declare-up p span:nth-child(2) {
	color: #3166C8;
	font-size: 22px;
	font-weight: bold;
}


.declare-down span:first-child {
	color: #3166C8;
}

.declare-down span:last-child {
	float: right;
	color: #919191;
}

#content .hasChild{
	position: relative;
}

#content .hasChild:after {
	position: absolute;
	content: "";
	top: 13px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #3166C8;
}
#content .hasChild ul{
	display: none;
	position: absolute;
	top: 0;
	left: 102%;
	z-index: 5;
	border: 1px solid #3166C8;
	border-radius: 5px;
	white-space: nowrap;
}
#content .hasChild .four li{
	padding: 0 10px;
}
#content .hasChild .four .selectFourLi{
	background-color:#fddfdf;
	color:#3166C8;
}
.number{
	display: none;
	position: fixed;
	z-index: 99;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(0,0,0,0.2);
}
.number .box{
	position: fixed;
	z-index: 99;
	top:50%;
	left:50%;
	background-color: #ffffff;
}
.number .box .title{
	position: relative;
	height:50px;
	line-height: 50px;
	padding: 0 20px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
}
.number .box .title i{
	position: absolute;
	right:10px;
	top:17px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	background: url(../img/loginIcon.png) no-repeat;
	background-position: 1px -40px;
	cursor: pointer;
		
}
.number .box .body{
	padding: 20px;
}
.number p{
	line-height: 30px;
	margin: 10px 0;
	display: inline-block;
}
.number input{
	height:30px;
	width:150px;
	padding: 0 5px;
	margin-right: 5px;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.number button{
	display: block;
	cursor: pointer;
	background-color: #fff1f0;
	color: #f5222d;
	border: 1px solid #ffa39e;
	margin: 20px auto 0;
	padding: 0 18px;
	height:30px;
	line-height: 30px;
}
