@charset "utf-8";

/* 内页innerpage */
.sidebar {
	float: left;
	width: 21.5%;
}

.maincontent {
	float: right;
	position: relative;
	width: 76.25%;
}

.maincontent .inbox {
	/* padding-left: 20px;
	margin-left: 20px; */
}

.maincontent .detail {
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

.maincontent .page_list {
	margin-bottom: 15px;
}

.sidebar .inbox {
	position: relative;
	/* display: table; */
}

.sidebar .inbox:after,
.maincontent:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #eeeeee;
	display: none;
}

.sidebar .inbox:after {
	right: -21px;
}

.maincontent:before {
	left: 20px;
}

.parentname {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 11;
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	/* background: #4675bd; */
	background: url(../images/public/list_titbg.png)no-repeat;
	height: 80px;
	/* line-height: 80px; */
	/* padding-left:27px; */
	text-align: center;
	/* display: grid; */
	/* place-items: center; */
	/* display: table-cell; */
	/* vertical-align: middle; */
	display: table;
}
.parentname span{
	font-size: 18px;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
}

.parentname font {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4em;
}

.sidenav {
	position: relative;
	z-index: 13;
	overflow: hidden;
	cursor: pointer;
}

.sidenav li {
	display: table;
	width: 100%;
	/* margin-bottom: 10px; */
}

.sidenav li a {
	position: relative;
	display: block;
	/* padding: 19px 20px; */
	height: 64px;
	/* line-height: 64px; */
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	text-align: center;
	background: rgba(245, 249, 255, 1);
	border-top: 1px solid rgba(222, 235, 255, 1);
	border-bottom: 1px solid rgba(222, 235, 255, 1);
	display: table-cell;
	vertical-align: middle;
}
.sidenav li:first-child a{
	border-top: none;
}



.sidenav li a:hover {
	color: rgba(36, 98, 179, 1);
	background-color: #fff;
	font-weight: bold;
}

.sidenav li.on a {
	color: rgba(36, 98, 179, 1);
	/* background-color: #fff; */
	font-weight: bold;
	background: url(../images/public/list_icon1.png)no-repeat center right #fff;
	background-position-x: 230px;
}

.sidenav li.img a {
	padding: 0;
}

.sidenav li.img a img {
	display: block;
	transform: .3s all;
}

.sidenav li.img a:hover img {
	opacity: .85;
}

.pagetitle {
	padding-bottom: 15px;
	padding-top: 9px;
	/* border-bottom: 1px solid #e5e5e5; */
}

.pagetitle h2 {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	color: rgba(10, 91, 171, 1);
	font-weight: bold;
	width: auto;
	padding-bottom: 18px;
}

.pagetitle h2:before {
	content: '';
	position: absolute;
	width: 55px;
	height: 3px;
	left: 50%;
	margin-left: -28px;
	bottom: 0;
	background: rgba(10, 91, 171, 1);
}

.pagelists .setModule:last-child {
	margin-bottom: 0;
}

.singlepage {
	clear: both;
	line-height: 2.25;
	overflow: hidden;
}

.singlepage p {
	margin: 15px 0;
}

.singlepage table,
.singlepage video,
.singlepage img {
	max-width: 100%;
}

.infolist li > a{
	padding-left: 18px;
}
.infolist li > a::before{
	content: '';
	width: 6px;
	height: 6px;	
	background: rgba(204, 204, 204, 1);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 100%;
}
.infolist li > a:hover::before{
	background: #2C60B6;
}
@media (max-width: 1280px) {

	body:not(.nores) .sidebar,
	body:not(.nores) .maincontent {
		float: none;
		width: 100%;
	}

	body:not(.nores) .sidebar .inbox:after,
	body:not(.nores) .maincontent:before {
		display: none;
	}

	body:not(.nores) .maincontent .inbox {
		padding-left: 0;
		margin-left: 0;
	}

	body:not(.nores) .maincontent .rel-appendixs {
		border-top-width: 1px;
		border-top-style: dashed;
	}

	body:not(.nores) .m-sidebar {
		position: fixed;
		left: -200px;
		top: 0;
		bottom: 0;
		z-index: 99;
		background: rgba(0, 0, 0, 0.6) !important;
		width: 200px !important;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

	body:not(.nores) .m-sidebar.active {
		left: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	}

	body:not(.nores) .m-sidebar-mark {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 10;
		display: none;
	}

	body:not(.nores) .m-sidebar>.inbox {
		overflow-y: auto;
		max-height: 100%;
		overflow-x: hidden;
	}

	body:not(.nores) .m-sidebar-icon {
		position: absolute;
		left: 100%;
		bottom: 0;
		z-index: 13;
		width: 60px;
		height: 60px;
		background: url(../images/list/sidenav_open.png) no-repeat center center;
		background-color: rgba(0, 0, 0, 0.6);
		border-radius: 0 8px 0 0;
		cursor: pointer;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		background-size: 45px 45px;
	}

	body:not(.nores) .m-sidebar-icon-open {
		transform: rotate(180deg);
		border-radius: 0 0 0 4px;
	}

	body:not(.nores) .parentname {
		margin-bottom: 1px;
		text-align: left;
	}

	body:not(.nores) .sidenav li {
		margin-bottom: 0;
		border-top: none;
	}

	body:not(.nores) .sidenav li a {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid rgba(255, 255, 255, .8);
		text-align: left;
	}

}

@media (max-width: 768px) {
	.container-innerpage {
		padding-left: 0;
		padding-right: 0;
	}

	.container-innerpage>.padding {
		padding: 20px;
	}
}

/* piclist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
.ratio-***:图片比例
===*/
.piclist {
	overflow: hidden;
	zoom: 1;
}

.piclist li {
	position: relative;
	float: left;
}

.piclist li a {
	display: block;
	font-size: 1em;
	overflow: hidden;
}

.piclist li .pic {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.piclist li .pic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.piclist li .txt {
	display: block;
	padding: 15px;
	text-align: center;
	background-color: #f4f4f4;
}

.piclist li .txt br {
	display: none;
}

.piclist.col3 li {
	width: 33.333%;
}

.piclist.col4 li {
	width: 25%;
}

.piclist.space30 {
	margin-left: -15px;
	margin-right: -15px;
}

.piclist.space30 li a {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.piclist.ratio-pagetpxw .pic {
	padding-bottom: 56.25%;
}

@media (max-width: 768px) {
	.piclist.space30 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.piclist.space30 li a {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.piclist[class*="col"] li {
		width: 50%;
	}
}



/*pages*/
.pages {
	clear: both;
	padding: 20px 0;
	line-height: 28px;
	text-align: center;
	color: #555;
	font-size: 15px;
}

.pages .pagination_index_last * {
	vertical-align: middle\9;
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	margin: 3px;
	zoom: 1;
	color: #555;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}

.pages a.current,
.pages a:hover {
	background: #2461b1;
	border-color: #2461b1;
	color: #fff;
	text-decoration: none;
}

.pages a.current {
	font-weight: bold;
}


/*pagediv*/
.pagediv {
	padding: 30px 0 0;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	clear: both;
}

.pagediv li {
	display: inline-block;
}

.pagediv .arrow a {
	color: #333;
}

.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a {
	display: inline-block;
	padding: 0 10px;
	margin: 4px;
	zoom: 1;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
}

.pagediv #page_input {
	width: 40px;
	height: 28px;
	color: #888;
	text-align: center;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
	background: #fff;
}

.pagediv .total_count,
.pagediv .arrow a,
.page_jump a {
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f5f6f7;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}

.pagediv .arrow span {
	background: #f5f5f5;
	color: #999;
}

.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current {
	background: #4675bd;
	border-color: #4675bd;
	color: #fff;
	text-decoration: none;
}

.pagediv .arrow .current {
	font-weight: bold;
}

.page_jump {
	margin-left: 4px;
}

.page_jump a {
	margin-left: 6px;
}