/*搜索模块*/
.crumbs-box{
	height: 26px;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	
}
.title-box{
    margin-top:60px;
}
.investment-list{
    margin-top:80px;
    margin-bottom:59px;
}
.investment-item{
    padding:40px 0;
    border-bottom: 1px solid #EDEDED;
}
.date-box{
    width: 100px;
    height: 100px;
    opacity: 1;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    text-align: center;
    position:relative;
    margin-top:49px;
}
.dates{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
}
.date{
    font-size: 18px;
    color: #666666;
    line-height: 21px;
}
.year{
    font-size: 12px;
    color: #999999;
    line-height: 14px;
}
.investment-content{
    margin-top:49px;
    width:690px;
    margin-left:30px;
}

.img-box img{
    width: 350px;
    height: 200px;
    border-radius: 4px 4px 4px 4px;
}
.title{
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}
.desc{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top:18px;
}
.pages{
    margin-bottom:274px;
}