
/*查看更多*/
.more{
	width: 320px;
	height: 48px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #1D78FF;
	line-height: 48px;
	font-size: 18px;
	color: #1D78FF;
	text-align: center;
	margin:0 auto;
	margin-top:48px;
	margin-bottom:60px;
}

.search-item{
	padding-bottom:20px;
}
/*新闻*/
.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;
}
.investment-list .title{
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}
.investment-list .desc{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top:18px;
}
.pages{
    margin-bottom:274px;
}


/*市场*/
.market-lists{
    margin-top:80px;
}
.market-item{
    background: #fff;
    margin-right:15px;
    width:390px;
    height:500px;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.market-content{
    padding:24px;
}
.market-item:nth-child(3n){
    margin-right:0;
}
.market-item .img{
    width:390px;
    height:220px;
}
.market-item img{
    width:100%;
    height:100%;
}
.market-lists .title{
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    font-weight: bold;
}
.market-lists .desc{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top:15px;
}
.btn{
    margin:0 auto;
    width: 160px;
    height: 36px;
    font-size: 18px;
    color: #1D78FF;
    line-height: 36px;
    border: 1px solid #1D78FF;
    text-align: center;
    margin-top:14px;
}
/*视频*/
.video-lists{
    margin-top:80px;
}
.video-item{
    background: #F6F6F6;;
    margin-right:15px;
    width:390px;
    height:315px;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.video-item:nth-child(3n){
    margin-right:0;
}
.video-img{
    width:388px;
    height:240px;
    opacity: .7;
}
.video-lists .title{
    font-size: 18px;
    color: #333333;
    line-height: 75px;
    text-align: center;
}
.video-box{
    position:relative;
    background: rgba(0, 0, 0, 1);
}
.video-btn{
    width:44px;
    height:44px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


.mesk{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top:0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .7);
}
.video-box-detail{
	z-index:3;
	 position: fixed;  
	 top:50%;  
	 left:50%;  
	 transform: translate(-50%,-50%);  
	 -webkit-transform: translate(-50%,-50%);  
	 
	  height: auto;
	max-width:1200px;
	/* max-height:500px; */
}
video{
    max-width:100%;
	/* max-height:100%; */
}