i {
	font-style: normal;
}

.e {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
max-height:999em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.navImg {
	height: 270px;
	overflow: hidden;
}

.navImg img {
	width: 100%;
	height: 270px;
}

.nav {
	position: relative;
	height: 270px;
	width: 100%;
}

.asideRight {
	top: 410px !important;
}

.navBottom {
	position: relative;
}

.navBottomCon {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 5px 5px 0 5px;
	height: 35px;
	color: #fff;
	position: absolute;
	background: rgba(0, 0, 0, .4);
	bottom: 0px;
}

.navBottomCon>p a {
	color: #fff;
	vertical-align: middle;
}

.navBottomCon>p a:hover {
	text-decoration: underline;
	color: #E50012;
}

.navBottomCon .oneList img,
.navBottomCon .oneList a,
.navBottomCon .oneList span,
.navBottomCon span {
	vertical-align: middle;
}

.navBottomCon .oneList {
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin-top: -5px;
	padding: 0 5px;
	margin-left: -5px;
	display: inline-block;
	background: rgba(0, 0, 0, .5);
}

.navBottomCon .twoList {
	display: inline-block;
	margin-top: -5px;
	padding: 0 5px;
	margin-left: -5px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
}

/* 主体部分*/
.main {
	padding-top: 45px;
}

/* 左侧导航菜单开始 */
.navigator {
	width: 180px;
	float: left;
	background-color: #fff;
}

.main:after,
.navigator:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.navigator .title {
	margin-top: 8px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/new_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-size: 90%;
	font-size: 22px;
	padding: 0 10px;
	font-weight: 500;
	background-color: #f7f8fa;
}
.paginationBox>.title br {
	display: none;
}
.AllList {
	box-sizing: border-box;
	padding: 10px 12px 15px 6px;
	width: 180px;
	z-index: 9;
	background-color: #f7f8fa;
}

.AllList .ItemList:first-child>p {
	border-top: none;
}

/* #list_wrap[data-fixed="fixed"] {
	position: fixed;
	top: 100px !important;
} */

.ItemList>p {
	font-size: 18px;
	cursor: pointer;
	color: #005bac;
	box-sizing: border-box;
	border-top: 1px solid #a3a3a3;
	min-height: 46px;
	/* line-height: 46px; */
}

.ItemList>p a {
	/* font-weight: bold; */
	/* text-indent: 8px; */
	line-height: 150%;
	color: #847a71;
	padding: 10px 0;
}
.ItemList>ul li.active i{
	color: #fff;
}
.ItemList>p:hover {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4e6b8d, #84ade3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4e6b8d, #84ade3);
	/* 标准的语法 */
}

.ItemList>p:hover a {
	color: #fff;
}

.ItemList>p:hover i {
	border-left: 8px solid #fff;
}

.ItemList>p.active {
	background: -webkit-linear-gradient(left, #004078, #0071cd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004078, #0071cd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004078, #0071cd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004078, #0071cd);
	/* 标准的语法 */
}

.ItemList>p.active a {
	color: #fff;
}

.ItemList>p.active i {
	color: #fff;
	border-left: 6px solid #fff;
}

.ItemList>ul li {
	cursor: pointer;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	display: inline-block;
	width: 100%;
	font-size: 17px;
	box-sizing: border-box;
	/* height: 46px; */
	line-height: 46px;
	border-top: 1px dotted #a3a3a3;
}

.ItemList>ul li:hover {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4e6b8d, #84ade3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4e6b8d, #84ade3);
	/* 标准的语法 */
}

.ItemList>ul li:hover a {
	color: #fff;
}

.ItemList .show {
	border-bottom: 1px solid #a3a3a3;
}

.ItemList ul li i {
	float: left;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	margin-left: 11%;
	color: #0372c3;
	font-size: 16px;
}
.ItemList>ul li:hover i{
	color: #fff;
}


.ItemList a {
	color: #847a71;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	display: inline-block;
	width: 81%;
	line-height: 150%;
	padding: 10px 0;
	text-indent: 4px;
}

.ItemList p i {
	margin-top: 19px;
	float: left;
	display: inline-block;
	margin-left: 5%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0372c3;
}

.ItemList:last-child>ul li:last-child {
	border-bottom: 1px dotted #a3a3a3;
}

.ItemList>ul li.active a {
	color: #fff;
}

.ItemList>ul li.active {
	background: -webkit-linear-gradient(left, #004078, #0071cd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004078, #0071cd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004078, #0071cd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004078, #0071cd);
	/* 标准的语法 */
}

.ItemList>ul {
	overflow: hidden;
	max-height: 0;
}

.ItemList>ul.active {
	transition: 0.8s ease;
	max-height: 600px;
}

/* 左侧导航栏完成 */
/* 分页模块开始 */
.paginationBox {
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	width: 980px;
	overflow: hidden;
}

.paginationBox:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.paginationBox>.title {
	margin-bottom: 5px;
	font-size: 28px;
}

.pageArea {
	min-height: 450px;
}

.pageArea>img {
	margin-top: 20px;
}

.pageArea ul li {
	width: 100%;
	padding: 18px 5px 3px 0px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px dotted #bcbcbc;
}

.pageArea ul li>div {
	float: left;
}

.pageArea .img_box {
	float: left;
	width: 220px;
	height: 128px;
}

.pageArea .img_box img {
	width: 188px;
	height: 116px;
}

.pageArea .new_box {
	width: 735px;
	float: left;
}

.pageArea ul li .all_width {
	width: 960px;
}

.pageArea .new_title {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 22px;
}

.pageArea .new_title a {
	color: #01796a;
}

.pageArea .new_title a:hover {
	text-decoration: underline;
}

.pageArea .new_time {
	margin-right: 10px;
	float: right;
	color: #00a096;
	font-size: 14px;
	line-height: 26px;
}

.btnBox {
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
}

.btnBox>input {
	outline: none;
	text-align: center;
	width: 38px;
	height: 26px;
}

.btnBox>a {
	margin: 0 15px;
}

.btnBox>button {
	margin-right: 10px;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #005bac;
	color: #fff;
	width: 50px;
	height: 30px;
}

.content {
	margin-top: 39px;
}

/* 分页模块结束 */
/* 尾部 */
#footerBox {
	margin-top: 60px;
}

.btnBox>div a {
	color: #005bac;
}

.btnBox>div a:hover {
	color: #fff;
	background-color: #E50012;
}

.show_t_con,
.show_t_conb {
	overflow: hidden;
	max-height: 0;
}

.show_t_con.active1,
.show_t_conb.active1 {
	max-height: 300px;
	transition: 0.5s;
}

.show_t_con p {
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
}

.show_t_conb p {
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
}

.show_t_con p:hover,
.show_t_conb p:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4e6b8d, #84ade3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4e6b8d, #84ade3);
	/* 标准的语法 */
}

.show_t_con p:hover a,
.show_t_conb p:hover a {
	color: #fff;
}

.show_t_con p a {
	box-sizing: border-box;
	text-indent: 35px;
	width: 100%;
	font-size: 16px;
	color: #847a71;
}

.show_t_conb p a {
	width: 100%;
	box-sizing: border-box;
	text-indent: 35px;
	font-size: 16px;
	color: #847a71;
}

.show_t_con p:hover {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4e6b8d, #84ade3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4e6b8d, #84ade3);
	/* 标准的语法 */
}

.show_t_con p:hover a {
	color: #fff;
}

.show_t_con p a.active,
.show_t_conb p a.active {
	color: #fff;
	background: -webkit-linear-gradient(left, #004078, #0071cd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004078, #0071cd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004078, #0071cd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004078, #0071cd);
	/* 标准的语法 */
}

/* 专题专栏旋转木马图片展示 */
.pageArea1 {
	width: 100%;
	height: 380px;
	margin-top: 45px;
}

#carousel {
	position: relative;
	z-index: 2;
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 800px;
}

#carousel img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
	border-radius: 8px;
	transition: transform 0.5s ease-in-out;
}

.channel_name {
	margin-top: 50px;
	text-align: center;
}

.channel_name a {
	font-size: 20px;
	font-weight: bold;
}

.channel_name a:hover {
	color: #E50012;
}

/* 专题专栏旋转木马图片展示 */
