body{
	font-family: "微软雅黑",arial;
	width: 100%;
	min-width: 1200px;
}
/*<!--header-->*/
#sn-header{
	width: 100%;
	height: 529px;
	background: url(/img/static/sn-reports-bg_01.jpg) no-repeat center center;
}
/*<!--top-->*/
.sn-top-contianer{
	position: relative;
	width: 1200px;
	height: 100px;
	margin:  0 auto;
}
.sn-topLogo-icon{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 130px;
	height: 50px;
	background: url(/img/static/icon/sn-app_icon_03.png) no-repeat center center;
}
/*<!--nav-->*/
.sn-topNav-content{
	width: 100%;
	text-align: right;
	font-size: 0px;
	padding-top: 36px;
}
.sn-topNav-item{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-left: 50px;
	font-weight: 300;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}
.sn-topNav-item:hover{
	color: #77cc32;
}

/*<!--content-nav-->*/
.sn-report-nav{
	width: 1200px;
	margin: 0 auto;
}
.sn-nav-item{
	float: left;
	width: 33.333334%;
	text-align: center;
	padding: 25px 0px;
}
.sn-nav-text{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: 400;
	cursor: pointer;
}
.sn-nav-text.active{
	border-bottom: 3px solid #77cc32;
}
/*<!--reports-->*/
#sn-reports{
	width: 1200px;
	margin: 0 auto;
}
.sn-report-item{
	display: none;
	width: 100%;
}
.sn-report-item.active{
	display: block;
}
/*<!--媒体报道-->*/
.sn-item-left,
.sn-winning-left{
	width: 100%;
	position: relative;
	padding-bottom: 60px;
}
.sn-item-left .sn-img-con,
.sn-winning-left .sn-winning-img{
	width: 524px;
	height: 352px;
	font-size: 0px;
}
.sn-item-left .sn-img-con>img,
.sn-winning-left .sn-winning-img>img{
	width: 100%;
}

.sn-item-left .sn-report-info,
.sn-winning-left .sn-winning-info{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 100%;	
	box-sizing: border-box;
	padding: 40px 36px 0px 622px;
}
.sn-report-label{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #333333;
	position: relative;
}
.sn-reportL-icon{
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background: #77cc32;
	padding: 10px 20px;
}
.sn-imgIcon{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.sn-imgIcon>img{
	width: 100%;
}
.sn-report-name{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 20px 0px;
	overflow: hidden;
	text-overflow: ellipsis;/*文字显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
}
.sn-link{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}
.sn-link-text{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
	word-break: break-all;
}
.sn-link-text:hover{
	color: #77CC32;
}
/*<!--图片在右边的-->*/
.sn-item-right,
.sn-winning-right{
	width: 100%;
	position: relative;
	padding-bottom: 60px;
}
.sn-item-right>.sn-img-con,
.sn-winning-right>.sn-winning-img{
	width: 524px;
	height: 352px;
	font-size: 0px;
	float: right;
}
.sn-item-right .sn-report-info,
.sn-winning-right .sn-winning-info{
	width: 576px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 36px;
}
/*<!--获奖大赛-->*/
.sn-winning-label{
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}
.sn-winning-label:before{
	content: "·";
	color: #77cc32;
	font-size: 24px;
	padding-right: 10px;
	line-height: 40px;
}
/*<!--电台广播-->*/
.sn-radio-img{
	width: 100%;
	text-align: center;
	padding-top: 60px;
}
.sn-radio-img>img{
	width: 826px;
}
.sn-iframe-conten{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0px;
}
/*<!--创客邦-->*/
.sn-ckb-content{
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
.sn-ckb-img{
	width: 222px;
	height: 164px;
	font-size: 0px;
}
.sn-ckb-img>img{
	width: 100%;
}
.sn-ckb-info{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 300px;
	padding-right: 30px;
	padding-top: 20px;
}
.sn-ckb-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
.sn-ckb-in{
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.sn-ckb-link{
	font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: bold;
}
.sn-ckbLink-text{
	font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    word-break: break-all;
}



