* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	overflow-y: scroll;
}

/*包含以下四种的链接*/
a {
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000000;
}

.wraper {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

/* 左 */

.wraper_left {
	width: 200px;
	height: 610px;
	background-color: #333333;
}

.wrap-menu {
	width: 100%;
	margin: 0 auto;
	background: #F6F6F6;

}

.wrap-menu ul li {
	text-indent: 1em;
	white-space: nowrap;
	position: relative;
}

.wrap-menu ul li h2 {
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	background: #333333;
}

.jiantou {
	color: #ffffff;
	position: absolute;
	top: 22px;
	right: 36px;
	transform: translateY(-50%);
	font-size: 36px;
}

.roateActive {
	position: absolute;
	top: 26px;
	right: 15px;
	transform: translateY(-50%) rotate(90deg);
	font-size: 36px;
}

.Hover {
	background-color: #e93033 !important;
}

.Active {
	background-color: #b2b2b2;
	color: #FFFFFF;
}


.sub_title {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #b2b2b2;
	background-color: #333333;
	cursor: pointer;
}

/* .sub_title:hover {
	background-color: #b2b2b2;
	color: #FFFFFF;
} */

.active {
	background-color: #333333;
}

/* 右边列表 */
.wraper_right {
	width: 970px;
	background-color: #FFFFFF;
	overflow: hidden;
}


.wraper_right li {
	width: 100%;
	height: 180px;
	padding-top: 24px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.wraper_right .con_list li:hover {
	cursor: pointer;
}

.thumbnail {
	width: 160px;
	height: 96px;
	margin-right: 20px;
}

.thumbnail img {
	width: 100%;
	height: 100%;
}

.word {
	width: 790px;
	padding-right: 126px;
	box-sizing: border-box;
	border-bottom: 1px dotted #989898;
}

.title {
	font-size: 24px;
	margin-bottom: 24px;
}

.describe {
	color: #bbbbbb;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 18px;
}

.date {
	color: #b8b8b8;
	font-size: 16px;
}

/* 分页 */
.pagecount {
	text-align: center;
	margin-bottom: 5px;
	padding: 15px 15px 20px 0;
}

.pagecount span {
	display: inline-block;
	margin: 0 0 0 5px;
	text-align: center;
	padding: 2px 8px 2px 8px;
	border: 1px solid #eee;
	color: #666;
}

.pagecount span a {
	color: #333;
}

.pagecount span a:hover {
	text-decoration: underline;
}

.no_content {
	height: 610px;
	line-height: 610px;
	text-align: center;
}

#fztc {
	display: none;
	max-width: 1200px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 101;
	margin: 0 auto;
}

.pwbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 330px;
	background-color: #FFFFFF;
}

.pwtitle {
	background-color: #E93033;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}

.pwcon {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}

#pwvalue {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}

.pwNav {
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

input:focus {
	outline: none;
}

.submit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #E93033;
	color: #FFFFFF;
	cursor: pointer;
}

#pwerror {
	color: red;
	margin-top: 10px;
	text-align: left;
}

/* 	.wrap-menu ul li img {
				margin-right: 10px;
				margin-left: -17px;
				margin-top: 9px;
				width: 7px;
				height: 7px;
				background: url(images/arrow.gif) no-repeat;
				border: none;
			}

			.wrap-menu ul li img.unfold {
				background-position: 0 -9px;
			}

			.wrap-menu ul li a:hover {
				background-color: #ccc;
				background-image: none;
			} */
