/* 
 * Version: 1.0
 * Author: hubing
 *
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

body {
	font-family: 'Open Sans', arial, sans-serif;
	color: #000000;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 15px;
	line-height: 1.5;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	color: #000000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

/** 清除浮动 **/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.hidden {
	overflow: hidden;
}

.h10 {
	height: 20rpx
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}


.center {
	text-align: center
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.wrap {
	flex-wrap: wrap;
}

.flex {
	display: flex;
}

.flexOne {
	flex: 1;
}

.flexColumn {
	flex-direction: column;
}

.flexbwn {
	justify-content: space-between;
}

.flexmid {
	justify-content: center;
	align-items: center;
}

.flex-jc {
	justify-content: center;
}

.flex-ac {
	align-items: center;
}

.flex-ac-end {
	align-items: flex-end;
}

.flex-right {
	justify-content: flex-end;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Line2 {
	overflow: hidden;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	word-break: break-all;
}

.contentBox {
	display: flex;
	margin: 0 auto;
	width: 90%;
}

.topBox {
	/* box-shadow: rgba(207, 214, 230, 0.3) 0px 10px 5px;
	background-color: white;
	z-index: 11;
	position: sticky;
	top: 0px;
	height: 60px; */
}

.leftBox {
	width: 290px;
}

.leftBox li {
	margin-top: 20px;
	border-bottom: 1px solid #dddddd;
}
.leftBox li .list{
	margin-left: 20px;
	padding: 10px 0 0 0;
}
.leftBox li .list .li{
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}
.leftBox li .list .li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.leftBox li .list .li.on{
	color: #1966ff;
}
.leftBox li .list .li.on .p1,.leftBox li .list .li.on .p2{
	color: #1966ff;
}
.leftBox p {
	margin: 0;
	padding: 0;
}

.leftBox .p1 {
	font-size: 15px;
}

.leftBox .p2 {
	color: #999999;
}

.leftBox p.title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.litop{
	display: flex;
	border-bottom: 1px solid #ddd;
	justify-content: space-between;
	align-items: center;
}
.zk,.sy{
	color: #999999;
	cursor: pointer;
}
.none{
	display: none;
}

.wyl_val{
	border: 1px solid #999999;
	width: 200px;
	height: 30px;
}
.wyl_btn{
	width: 60px;
	height: 30px;
}