﻿@charset "utf-8";
/* CSS Document */
.ys-knowledgebanner {
	width:100%;
	min-width:1200px;
	height:519px;
	overflow:hidden;
	background:url(../images/knowledge-banner.jpg) no-repeat top center;
}
.ys-knowledgemenu {
	width:100%;
	min-width:1200px;
	height:80px;
	border-bottom:solid 1px #e6e6e6;
}
.ys-knowledgemenu .knowledgemenu {
	width:1020px;
	height:80px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.ys-knowledgemenu .knowledgemenu li {
	width:150px;
	height:80px;
	text-align:center;
	display:inline-block;
	margin:0px auto;
	line-height:80px;
	background:url(../images/li-bg.png) no-repeat right center;
}
.ys-knowledgemenu .knowledgemenu li a {
	font-size:14px;
	color:#262626;
}
.ys-knowledgemenu .knowledgemenu li a:hover {
	color:#00a7ed;
}
.ys-knowledgemenu .knowledgemenu li.selected {
	border-bottom:solid 1px #00a7ed;
	position:relative;
	top:0px;
}
.ys-knowledgemenu .knowledgemenu li.selected a {
	color:#00a7ed;
}
.ys-knowledgemenu .knowledgemenu li:last-child {
	background:none;
}
.ys-knowledgemain {
	width:100%;
	min-width:1200px;
	min-height:500px;
	background:#f2f2f2;
	overflow:hidden;
}
.ys-knowledgemain .knowledgemain {
	width:1200px;
	min-height:500px;
	margin:0px auto;
	padding-bottom:40px;
}
.ys-knowledgemain .k-div {
	width:288px;
	height:376px;
	border-radius: 6px 6px 0px 0px;
	float:left;
	overflow:hidden;
	margin:40px 15px auto 0;
	background:#fff;
	cursor:pointer;
}
 .ys-knowledgemain .k-div:nth-child(4n) {
margin-right:0;
}
.ys-knowledgemain .k-div:hover {
	box-shadow:0 0 10px #bbb;
}
.ys-knowledgemain .k-pic {
	width:288px;
	height:193px;
	margin:0px auto;
	overflow:hidden;
}
.ys-knowledgemain .k-topic {
	width:243px;
	height:50px;
	line-height:25px;
	overflow:hidden;
	margin:10px auto 5px auto;
	overflow:hidden;
	font-size:15px;
	overflow:hidden;
}
.ys-knowledgemain .k-topic a {
	color:#333;
}
.ys-knowledgemain .k-topic a:hover {
	color:#00a7ed;
	text-decoration:underline;
}
.ys-knowledgemain .k-intro {
	width:243px;
	height:60px;
	line-height:20px;
	overflow:hidden;
	margin:10px auto 5px auto;
	overflow:hidden;
	color:#bbb;
	font-size:12px;
	overflow:hidden;
}
.ys-knowledgemain .k-date {
	width:243px;
	height:40px;
	line-height:40px;
	color:#bbb;
	margin:0px auto;
}
.news-no {
	line-height:550px;
	text-align:center;
	font-size:25px;
	color:#666;
}
/*
 * @author 日照云生网络(www.rzyunsheng.com)
 */