@CHARSET "UTF-8";
.content-container{margin:-68px auto 0; position:relative; z-index:5; max-width:580px;}

.top-container-inner{height:250px;}

#sub-title{position:absolute; top:105px; left:0; right:0;}
#sub-title a{display:block; max-width:580px; margin:auto; padding:0px 15px;}
#sub-title img{height:65px; width:auto;}

/* .swiper-container{margin-top:-71px;} */

.startup-container{padding:0 10px 10px;}
.startup-container li+li{margin-top:12px;}

.startup-list{
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 8px rgba(5,8,39,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(5,8,39,0.1);
	box-shadow: 0px 0px 8px rgba(5,8,39,0.1);
	background: #ffffff;
	overflow:hidden;
	padding-right:10px;
	background:url("../img/common/bg.png");
	background-repeat:no-repeat;
	background-position:right top;
	background-size:10px 100%;
}

.startup-container .none_data {background-image:url('');background-color:#fff;color:#888;height:188px;padding-top:70px;text-align:center;margin-bottom:20px;}

.startup-list-content{background:#fff; display:block; padding:12px 5px 13px; width:100%; text-align:left;}

.startup-list-content h4{
	padding:8px 12px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.company-logo{
	display:block;
	position:relative;
	border:1px solid #dae1eb;
	overflow:hidden;
	width:54px;
	height:54px;
	margin-right:5px;
	-webkit-border-radius:27;
	-moz-border-radius:27;
	border-radius:27px;
}
.company-basic-info{padding-top:8px; padding-left:10px; -webkit-box:1; -ms-flexbox:1; -webkit-flex:1; flex:1;}
.company-name{font-size:17px; margin-bottom:2px;}
.startup-ceo{color:#83878a;}


.startup-list ul{
/* 	background:url("../img/startup/dot-list.png");
	background-repeat:no-repeat;
	background-size:auto 88px;
	background-position:20px 0;
	padding-left:50px; */
}
.startup-list ul li{
	line-height:30px; 
	font-size:14px; 
	color:#83878a;
	margin:0;
	padding-left:50px;
	background:url("../img/startup/dot-list-point.png");
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:20px 5px;
}



.scrollVal{background:#ff0000;}
.scrollVal #title{margin-top:10px;}
.scrollVal #title img{height:40px; width:auto; margin:auto;}

.main-notice{padding:10px; margin:15px 0 0;}
.main-notice dl,.main-notice dt, .support-startup, .support-finance{
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 8px rgba(92,103,122,0.25);
	-moz-box-shadow: 0px 0px 8px rgba(92,103,122,0.25);
	box-shadow: 0px 0px 8px rgba(92,103,122,0.25);
	overflow:hidden;
}
.main-notice dl{
	background: #ffffff;
	overflow:hidden;
	display: flex;
	margin:auto;
}
.main-notice dt{
	padding:14px; 
	width:48px;
}
.main-notice dt img{width:20px; display:block;}
.main-notice dd{line-height:48px; padding:0px 10px; width:100%; height:48px; overflow:hidden;}


.support-info{padding:10px; overflow:hidden; text-align:center;}
.support-startup{float:left; width:48.5%; position:relative;}
.support-finance{float:right; width:48.5%; position:relative;}

.support-startup:BEFORE, .support-finance:BEFORE{
	content:'';
	width:40px;
	height:40px;
	display:block;
	transform: rotate(45deg);
	position:absolute;
	left:-20px;
	top:-20px;
}
.support-startup:BEFORE{background:#7190ed;}
.support-finance:BEFORE{background:#eaa7e5;}


@media (min-width: 700px){
/* 	.content-container{
		max-width:600px; 
		margin-left:auto;
		margin-right:auto;
		padding-top:10px;
		-webkit-border-radius:6;
		-moz-border-radius:6;
		border-radius:6px;
		-webkit-box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
		-moz-box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
		box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
		position:relative;
		z-index:5;
		background:#fff;
	} */
	.swiper-wrapper{padding-left:20px;}
	.main-notice, .support-info{padding:10px 20px;}
	/* #side-container{padding-bottom:40px;} */
}
