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: 0.5833rem;
}

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

.navImg {
	height: 11.25rem;
	overflow: hidden;
}

.navImg img {
	width: 100%;
	height: 11.25rem;
}

.nav {
	position: relative;
	height: 11.25rem;
	width: 100%;
	overflow: hidden;
}

.asideRight {
	top: 17.0833rem !important;
}

.navBottom {
	position: relative;
}

.navBottomCon {
	width: 100%;
	font-size: 0.5833rem;
	box-sizing: border-box;
	padding: 0.2083rem 0.2083rem 0 0.2083rem;
	height: 1.4583rem;
	color: #fff;
	position: absolute;
	background: rgba(0, 0, 0, .4);
	bottom: 0rem;
}

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

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

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

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

.navBottomCon .twoList {
	display: inline-block;
	margin-top: -0.2083rem;
	padding: 0 0.2083rem;
	margin-left: -0.2083rem;
	height: 1.4583rem;
	line-height: 1.4583rem;
	box-sizing: border-box;
}

/* 主体部分*/
.main {
	padding-top: 1.875rem;
}

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

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

.navigator .title {
	margin-top: 0.3333rem;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 4.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/new/new_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0.25rem 0.4167rem;
	background-size: 90%;
	font-size: 0.9167rem;
	padding: 0 0.4167rem;
	font-weight: 500;
	background-color: #f7f8fa;
}
.paginationBox>.title br {
	display: none;
}
.AllList {
	box-sizing: border-box;
	padding: 0.4167rem 0.5rem 0.625rem 0.25rem;
	width: 7.5rem;
	z-index: 9;
	background-color: #f7f8fa;
}

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

#list_wrap[data-fixed="fixed"] {
	position: fixed;
	top: 4.1667rem !important;
}

.ItemList>p {
	font-size: 0.75rem;
	cursor: pointer;
	color: #005bac;
	box-sizing: border-box;
	border-top: 0.0417rem solid #a3a3a3;
	min-height: 1.9167rem;

}

.ItemList>p a {
	line-height: 150%;
	color: #847a71;
	padding: 0.4167rem 0;
}
.ItemList>ul li.active i{
	color: #fff;
}
.ItemList>p:hover {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);

	background: -o-linear-gradient(right, #4e6b8d, #84ade3);

	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);

	background: linear-gradient(to right, #4e6b8d, #84ade3);

}

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

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

.ItemList>p.active {
	background: -webkit-linear-gradient(left, #004078, #0071cd);

	background: -o-linear-gradient(right, #004078, #0071cd);

	background: -moz-linear-gradient(right, #004078, #0071cd);

	background: linear-gradient(to right, #004078, #0071cd);

}

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

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

.ItemList>ul li {
	cursor: pointer;

	display: inline-block;
	width: 100%;
	font-size: 0.7083rem;
	box-sizing: border-box;

	line-height: 1.9167rem;
	border-top: 0.0417rem dotted #a3a3a3;
}

.ItemList>ul li:hover {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);

	background: -o-linear-gradient(right, #4e6b8d, #84ade3);

	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);

	background: linear-gradient(to right, #4e6b8d, #84ade3);

}

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

.ItemList .show {
	border-bottom: 0.0417rem solid #a3a3a3;
}

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


.ItemList a {
	color: #847a71;
	display: inline-block;
	width: 81%;
	line-height: 150%;
	padding: 0.4167rem 0;
	text-indent: 0.1667rem;
}

.ItemList p i {
	margin-top: 0.7917rem;
	float: left;
	display: inline-block;
	margin-left: 5%;
	width: 0;
	height: 0;
	border-top: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.3333rem solid #0372c3;
}

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

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

.ItemList>ul li.active {
	background: -webkit-linear-gradient(left, #004078, #0071cd);

	background: -o-linear-gradient(right, #004078, #0071cd);

	background: -moz-linear-gradient(right, #004078, #0071cd);

	background: linear-gradient(to right, #004078, #0071cd);

}

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

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




/* 左侧导航栏完成 */
/* 分页模块开始 */
.paginationBox {
	margin-left: 1.6667rem;
	margin-bottom: 0.8333rem;
	float: left;
	width: 40.8333rem;
	overflow: hidden;
}

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

.paginationBox>.title {
	margin-bottom: 0.2083rem;
	font-size: 1.1667rem;
}

.pageArea {
	min-height: 18.75rem;
    padding-top: 1.0417rem;
}

.pageArea>img {
	margin-top: 0.8333rem;
}

.pageArea ul li {
	width: 100%;
	padding: 0.75rem 0.2083rem 0.125rem 0rem;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 0.0417rem dotted #bcbcbc;
}

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

.pageArea .img_box {
	float: left;
	width: 9.1667rem;
	height: 5.3333rem;
}

.pageArea .img_box img {
	width: 7.8333rem;
	height: 4.8333rem;
}

.pageArea .new_box {
	width: 30.625rem;
	float: left;
}

.pageArea ul li .all_width {
	width: 40rem;
}

.pageArea .new_title {
	font-size: 0.75rem;
	margin-top: 0.3333rem;
	margin-bottom: 0.9167rem;
}

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

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

.pageArea .new_time {
	margin-right: 0.4167rem;
	float: right;
	color: #00a096;
	font-size: 0.5833rem;
	line-height: 1.0833rem;
}

.btnBox {
	font-size: 0.6667rem;
	margin-top: 1.0417rem;
	text-align: center;
}

.btnBox>input {
	outline: none;
	text-align: center;
	width: 1.5833rem;
	height: 1.0833rem;
}

.btnBox>a {
	margin: 0 0.625rem;
}

.btnBox>button {
	margin-right: 0.4167rem;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #005bac;
	color: #fff;
	width: 2.0833rem;
	height: 1.25rem;
}

.content {
	margin-top: 1.625rem;
}

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

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

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

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

.show_t_con.active1,
.show_t_conb.active1 {
	max-height: 12.5rem;
	transition: 0.5s;
}

.show_t_con p {
	box-sizing: border-box;
	height: 1.875rem;
	line-height: 1.875rem;
}

.show_t_conb p {
	box-sizing: border-box;
	height: 1.875rem;
	line-height: 1.875rem;
}

.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: 1.4583rem;
	width: 100%;
	font-size: 0.6667rem;
	color: #847a71;
}

.show_t_conb p a {
	width: 100%;
	box-sizing: border-box;
	text-indent: 1.4583rem;
	font-size: 0.6667rem;
	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: 15.8333rem;
	margin-top: 1.875rem;
}

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

#carousel img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12.5rem;
	height: 8.3333rem;
	margin-left: -6.25rem;
	margin-top: -4.1667rem;
	border-radius: 0.3333rem;
	transition: transform 0.5s ease-in-out;
}

.channel_name {
	margin-top: 2.0833rem;
	text-align: center;
}

.channel_name a {
	font-size: 0.8333rem;
	font-weight: bold;
}

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


.li_xw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}
.li_xw::before{
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    position: absolute;
    background-color: #2c2c2c;
}
.li_name{
        font-size: 16px;
        color: #2c2c2c;
        width: 100%;
        flex: 1;
        padding-left: 0.5rem;
}
.li_name br{
	display: none;
}
.li_time{
    font-size: 16px;
    color: #9b9b9b;
    margin-left: 0.8333rem;
}
/* 专题专栏旋转木马图片展示 */
