/*
 科技资讯样式
 * */
.content{
	padding-bottom: 20px;
}
.mynews-carousel{
	padding-top:0 ;
	height: 360px;
}
.headlines-news{
	padding-left:0;
	padding-top:0
}
.headlines{
	width:50%;
	padding-top: 0;
	padding-right: 0;
}
.inform-notice{
	margin-top:5px;
	width:48%;
	height: 313px;
}
.tech-video{
	margin-top:0;
	margin-bottom:30px ;
}

/*
 科技视频列表样式
 * */
.first-nav-icon1{
	background-position:-180px 0 ;
}
.first-nav-icon1 {
    position: absolute;
    top: 12px;
    left: 35px;
    width: 35px;
    height: 35px;
    background: url(nav-icons.png) no-repeat -180px 0;
}
.first-nav-icon{
	background-position:-890px 0 ;
}
.video-list{
	padding:15px 0 0 42px;
	border: 1px solid #e5e5e5;
	min-height: 700px;
	margin-top:15px
}
.video-list li{
	width:255px;
	height: 205px;
	margin-bottom: 20px;
	float: left;
	margin-right: 25px;
}
.video-list li>a{
	display: block;
	width: 100%;
	height: 153px;
	position: relative;
}
.video-list li>a:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 60px;
	height: 70px;
	background: url(index-icons.png) no-repeat -145px -145px;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	/* Firefox 4 */
	-webkit-transition: opacity 1s;
	/* Safari 和 Chrome */
	-o-transition: opacity 1s;
	/* Opera */
}
.video-list li>a:hover:after{
	opacity: 1;
	filter:alpha(opacity=1);
}
.video-list li p{
	padding-top:10px;
	height: 50px;
	/*text-align: justify;*/
} 
.video-list li p a{
	width:100%;
	line-height: 20px;
	font-size: 14px;
}


/*科技网站*/
.source-website{
	height: 120px;
	margin-top:20px;
	border:1px solid #E5E5E5;
}
.website-title{
	width:155px;
	height: 100%;
	font-size: 18px;
	background: #F8F8F8;
	padding-left:60px;
	line-height: 120px;
	position: relative;
	float: left;
}
.website-title b{
	display: block;
	width:31px;
	height: 25px;
	background: url(index-icons.png) no-repeat scroll -469px -35px;
	position: absolute;
	top:50px;
	left:20px;
}
.source-website ul{
	/*padding:20px 20px 0 0;
	padding-left:200px*/
	float: left;
	margin-left:60px ;
	padding-top:20px;
}
.source-website ul li{
	/*float: left;*/
	/*width:230px;*/
	font-size: 14px;
	line-height: 40px;
}

.laydate_body .laydate_bottom{
	height: 30px !important;
}
.data-search{
	margin-top:20px;
	font-size: 14px;
	height: 30px;
}
.data-search input{
	display: inline-block;
	margin-right: 20px;
}
.data-search  input{
	border: 1px solid #a9a9a9;
	height: 30px;
	width:180px;
	padding-left:10px;
}
.btn-search{
	display: inline-block;
	cursor: pointer;
    width: 75px;
    height: 28px;
    line-height: 28px;
    color: white;
    text-align: center;
    background-color: #095191;
}
.laydate-icon {
	border: 1px solid #C6C6C6;
	background: url(icon.png) no-repeat right;
}