@charset "utf-8";

/* CSS Document */

body {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
input,
button {
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	font-weight: normal;
	border: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}

@font-face {
	font-family: myFirstFont;
	src: url(/zjgy/font/xjlzt.fon);
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {}

img {
	border: 0;
}

em,
i {
	font-style: normal;
}


/*清除浮动*/

.clearFloat::after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.editor_content {
	padding: 20px 0;
	line-height: 25px;
	word-wrap: break-word;
	overflow: hidden;
}

.editor_content img{
	max-width: 800px;
}

/*暂无数据*/

.no-data1 ,.no-data2{
    width: 150px;
    margin: 100px auto 0;
}

.no-data1 img ,.no-data2 img{
	width: 100%;
}

.no-data1 p ,.no-data2 p{
	font-size: 16px;
	text-align: center !important;
	color: #999;
}

.text-nodata {
	text-align: center;
}

/* 内页 */

.cont-w {
	float: right;
	width: 925px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
	height: 600px;
	overflow: hidden;
	padding-bottom: 20px;
}


/* 面包屑导航 */

.cont-w .weizhi {
	border-bottom: 1px solid #e1e1e1;
	line-height: 50px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.cont-w .weizhi i {
	width: 15px;
	height: 15px;
	background: url(/zjgy/images/portal/weizhiIcon.png) center center no-repeat;
	display: block;
	float: left;
	margin: 16px 10px 0 0;
}

.cont-w .weizhi span {
	padding: 0 5px;
}

.cont-w .weizhi a {
	font-size: 14px;
}

.cont-w .weizhi span.active {
	font-weight: bold;
	color: #03a9ec;
}


/* 标题加时间发布人加内容通用页 */

#content .right_cont {
	position: relative;
	height: 510px;
	margin: 0 auto;
	padding-bottom: 5px;
	overflow: hidden;
}

#content .singleDetail h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#content .singleDetail .right_cont .time_01 {
	line-height: 50px;
	padding: 0 150px;
}

#content .singleDetail .right_cont .time_01 i {
	float: right;
}

#content .singleDetail .editor_content.pad50 {
	padding: 0 50px;
}


/* 列表页样式 */
.listStyle {height: 540px;overflow: hidden;}
.listStyle li {
	width: 98%;
	height: 60px;
	border-bottom: 1px dotted #ddd;
	line-height: 60px;
	font-size: 16px;
	padding: 0 5px;
}

.listStyle .lingxing {
	float: left;
	margin-right: 20px;
	margin-top: 31px;
	width: 6px;
	height: 6px;
	background: #ccc;
	transform: translate(0, -3px) rotate(45deg);
}

.listStyle li:hover a {
	text-decoration: none;
	color: #ff8900;
}

.listStyle li a {
	cursor: pointer;
	display: inline-block;
	width: 75%;
	height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listStyle li:hover .lingxing {
	background: #ff8900;
}

span.time {
	display: inline-block;
	height: 60px;
	vertical-align: top;
}

/* 内页滚动 */
#newsDetail ,#resourcesDetail {height: 540px;overflow: hidden;}
.booksRecommend .bookList {height: 450px;overflow: hidden;}
.otherSection {height: 540px;overflow: hidden;}
#clcWrap {margin-top: 20px;height: 480px;}
.singleDetail {overflow: hidden;height: 540px;}
