 /*PCÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
@media only screen and (min-width: 769px) {

	a{text-decoration:none;}
	.e_pagebox {
		width: auto;
		height: auto;
		clear: both;
		position: relative
	}
	.p_page{
		display: inline-block;
		padding: 30px 0;
	}

	.p_page .PageInterval {
		display: inline-block;
		position: static;
		float: left;
		margin-right: 5px;
		line-height: 38px;
		font-size: 12px;
	}
	.p_page .p_PageInterval {
		display: inline-block;
		position: static;
		float: left;
		margin-right: 5px;
		line-height: 38px;
		font-size: 12px;
		font-family: cursive;
	}

	.p_page .pre:after {
		content: "";
		display: none;
		position: absolute;
		top: 5px;
		left: -14px;
		width: 27px;
		height: 27px;
		background-color: rgba(242, 242, 242, 1);
		font-size: 0;
		line-height: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: -1
	}
	.p_page .pre:hover:after {
		top: 4px;
		left: -12px;
		background-color: rgba(101, 190, 186, 1);
		border-radius: 4px 0 0 0;
		-webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
		-moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
		box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: -1
	}
	.p_page .pre:active:after {
		top: 8px;
		left: -12px;
		width: 28px;
		height: 25px;
		background-color: rgba(90, 170, 167, 1);
		border-radius: 0 3px 0 0;
		-webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
		-moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
		box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
		-webkit-transform: rotate(-226deg);
		-moz-transform: rotate(-226deg);
		-o-transform: rotate(-226deg);
		-ms-transform: rotate(-226deg);
		transform: rotate(-226deg);
		z-index: -1
	}

	.p_page .pre {
		display: inline-table;
		position: relative;
		left: 0;
		top: 0;
		float: left;
		height: 30px;
		margin:0 5px 0 18px;
		text-align: center;
		padding:0 10px;
		border-radius: 6px;		
		border:1px solid #d9d9d9;
		background: #fff;
		color: #595959;
	}
	.p_page .pre:hover {
		color: #fff;
		background: #ec1313 !important;
		border-color: #ec1313 !important;
		cursor: pointer;
	}
	.p_page .pre:active {
		background: #ec1313!important;
		border-color: #ec1313 !important;
		color: #fff;
	}

	.p_page .pre .font {
		display: table-cell;
		vertical-align: middle;
		bottom: 0;
		font-size: 12px
	}
	.p_page .pre:hover .iconfont {
		color: rgba(255, 255, 255, 1)
	}
	.p_page .pre:active .iconfont {
		color: rgba(255, 255, 255, 1)
	}
	.p_page .pre .iconfont:before {
        content: "\e6b0";
		margin-right: 0;
	}
    .p_page .pre .i_pre {
        display: none;
    }

	.p_page .next:after {
		content: "";
		display: none;
		position: absolute;
		top: 5px;
		right: -14px;
		width: 27px;
		height: 27px;
		background-color: rgba(101, 190, 186, 1);
		font-size: 0;
		line-height: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: -1
	}
	.p_page .next:hover:after {
		top: 5px;
		right: -12px;
		background-color: rgba(101, 190, 186, 1);
		border-radius: 4px 0 0 0;
		-webkit-box-shadow: 0 3px 0 #777;
		-moz-box-shadow: 0 3px 0 #777;
		box-shadow: 0 3px 0 #777;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		z-index: -1;
		width: 26px;
		height: 26px
	}
	.p_page .next:active:after {
		top: 8px;
		right: -12px;
		width: 27px;
		height: 24px;
		background-color: rgba(90, 170, 167, 1);
		border-radius: 0 3px 0 0;
		-webkit-box-shadow: 0 3px 0 #777;
		-moz-box-shadow: 0 3px 0 #777;
		box-shadow: 0 3px 0 #777;
		-webkit-transform: rotate(226deg);
		-moz-transform: rotate(226deg);
		-o-transform: rotate(226deg);
		-ms-transform: rotate(226deg);
		transform: rotate(226deg);
		z-index: -1
	}
	.p_page .next {
		display: inline-table;
		position: relative;
		left: 0;
		top: 0;
		float: left;
		height: 30px;
		border: 1px solid #d9d9d9;
		background: #fff;
		color: #595959;
		text-align: center;
		padding:0 10px;
		border-radius: 6px;
	}
	.p_page .next:hover {
		background: #ec1313 !important;
		border-color: #ec1313 !important;
		color: #fff;
		cursor: pointer;
	}
	.p_page .next:active {
		background: #29166f !important;
		border-color: #29166f !important;
		color: #fff;
	}
	.p_page .next .font {
		display: table-cell;
		vertical-align: middle;
		bottom: 0;
		font-size: 12px
	}
	.p_page .next:hover .iconfont {
		color: rgba(255, 255, 255, 1)
	}
	.p_page .next:active .iconfont {
		color: rgba(255, 255, 255, 1)
	}
	.p_page .next .iconfont:before {
		content: "\e6af";
		margin-top: 0;
		float: right;
		margin-left: 0;
	}
    .p_page .next .i_next {
        display: none;
	}
	.p_page .js_pageBtnDisable,
	.p_page .js_pageBtnDisable:hover,
	.p_page .js_pageBtnDisable:active {
		background: #f5f5f5;
		border-color: #d9d9d9;
		color: #bfbfbf;
		cursor: default;	
	}
	.p_page .js_pageBtnDisable:hover .iconfont {color: #bfbfbf;}

	.p_page .pageNum {
		position: relative;
		float: left;
		height: 30px;
		min-width: 30px;
		margin:0 5px 0 0;
		padding:0 5px;
		background-size: 100% 100%;
		color: #595959;
		border:1px solid #d9d9d9;
		cursor: pointer;
		line-height: 30px;
		display: inline-block;
		font-family: inherit;
		font-size: 14px;
		font-weight: inherit;
		text-decoration: none;
		background-color: #fff;
		text-align: center;
		border-radius: 6px;
	}
	.p_page .pageNum:hover {
		color: #fff;
		border-color: #cd0505 !important;
		cursor: pointer;
		text-decoration: none;
		background-color: #cd0505 !important;
	}
	.p_page .pageNum:active {
		color: #fff;
		text-decoration: none;
		background-color: #cd0505 !important;
		border-color: #cd0505 !important;
	}
	.p_page .pageNum.active {
		text-decoration: none;
		color: #fff;
	}
	.p_page .pageNum .font {
		display: table-cell;
		vertical-align: middle;
		bottom: 0
	}
	.p_page .pageNum .iconfont {
		display: inline;
		color: rgba(255, 255, 255, 1);
		vertical-align: middle
	}
	.p_page .pageNum:hover .iconfont {
		color: rgba(255, 255, 255, 1)
	}
	.p_page .pageNum:active .iconfont {
		color: rgba(255, 255, 255, 1)
	}
	.p_page .pageNum .iconfont:before {
		content: ""
	}

		.c_portalResNews_list-01001046>div {
			animation-fill-mode: both;
		}

		.c_portalResNews_list-01001046 .newList {
			transition: all .5s ease;
			display: flex;
			flex-direction: row-reverse;
			padding: 0px;
			border-bottom: none;
			background: #f2f2f2;
			margin-bottom: margin-bottom;
		}

		.c_portalResNews_list-01001046 .newPicBox {
			width: 28%;
		}

		.c_portalResNews_list-01001046 .content .content_flex {
			padding: 0 5%;
			width: 100%;
			display: flex;
			align-items: center;
			flex-direction: row;
			justify-content: space-between;
		}

		.c_portalResNews_list-01001046 .newPicLink {
			display: block;
			width: 100%;
			padding-bottom: 60%;
			position: relative;
			height: 0px;
			overflow: hidden;
			border: 1px solid #eee;
		}

		.c_portalResNews_list-01001046 .newPic {
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			position: absolute;
			transform: scale(1);
			transition: all .5s ease;
		}

		.c_portalResNews_list-01001046 .leftTime {
			width: auto;
			position: relative;
		}

		.c_portalResNews_list-01001046 .newTime {
			display: block;
			transition: all .5s ease;
		}

		.c_portalResNews_list-01001046 .newTime.date {
			font-size: 60px;
			line-height: 60px;
			color: #333f47;
			font-family: Impact;
			margin-bottom: 5px;
		}

		.c_portalResNews_list-01001046 .newTime.year {
			font-size: 18px;
			line-height: 32px;
			color: #333f47;
			font-family: Arial;
		}

		.c_portalResNews_list-01001046 .newIcon {
			padding: 6px 11px;
			border: 1px solid transparent;
			transition: all .5s ease;
			color: #ccc;
		}

		.c_portalResNews_list-01001046 .rightC {
			position: relative;
			width: 67%;
			transition: all .5s ease;
		}

		.c_portalResNews_list-01001046 .newTitle {
			margin-bottom: 10px;
		}

		.c_portalResNews_list-01001046 .newTitleLink {
			display: block;
			width: 100%;
			font-size: 24px;
			line-height: 1.4;
			color: #000;
			font-weight: normal;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.c_portalResNews_list-01001046 .newMs {
			line-height: 26px;
			height: 52px;
			font-size: 14px;
			overflow: hidden;
			color: #555;
			margin: 12px 0 0px;
			transition: 600ms;
		}

		@media only screen and (min-width: 769px) {
			.c_portalResNews_list-01001046 .content {
				width: 72%;
				/* align-items: center; */
				display: flex;
			}

			.c_portalResNews_list-01001046 .rightC {
				padding: 0px;
			}

			.c_portalResNews_list-01001046 .newTitleLink {
				transition: all .2s ease;
			}

			.c_portalResNews_list-01001046 .newList {
				display: flex;
				flex-direction: row-reverse;
				padding: 0px;
				border-bottom: none;
				background: #fff;
				margin-bottom: 30px;
			}

			.c_portalResNews_list-01001046 .newList:hover .newPic {
				transform: scale(1.1);
			}

			.c_portalResNews_list-01001046 .newList:hover .newTitleLink {
				color: #cd0505;
			}

			.c_portalResNews_list-01001046 .newList:hover .newTime {
				color: #cd0505;
			}

			.c_portalResNews_list-01001046 .newList:hover .newIcon {
				border-color: #2a176f;
				margin-top: 10px;
				background: #2a176f;
			}
		}



		.w_grid-001 {
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			width: 100%;
		}


		#w_grid-1561799114001>div>.p_gridbox {
			background-color: rgba(242, 242, 242, 1);
		}

		#w_grid-1561799114001>div>.p_gridbox>.p_gridCell {padding-top: 4rem;}}
#c_portalResBreadcrumb_nav-15618010069196529 .p_breadcrumbList {
    text-align: right;
    margin: 26px 0px;
}
#content_box-1561800424717-1{display:inline-block;float:right}
.e_breadcrumb{display:inline-block;}
.p_breadcrumbFirst{white-space:nowrap;display: inline-block;}
.p_breadcrumbList span {
    display: inline-block;
    font-size: 14px;
    color: #333;
}
#c_portalResBreadcrumb_nav-15618010069196529 .p_breadcrumbList span.weizhi {
    padding-left: 25px;
}
#c_portalResBreadcrumb_nav-15618010069196529 .p_breadcrumbList span {
    display: inline-block;
    font-size: 14px;
    color: #333;
}
.font {
    display: inline-block;
    line-height: 30px;
}
.p_end{display:inline-block;}
#c_portalResBreadcrumb_nav-15618010069196529 .p_breadcrumbList span .iconfont:before {
    content: '\e630';
    color: #f6a900;
    font-size: 20px;
}
#c_portalResNews_category-15618007213897063{width:60%;display:inline-block;}
#w_grid-1561800424717> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    width: 38.629799999999996%;
    margin-left: 1%;
    margin-right: 0px;
    clear: none;
    float:right;
}
		#c_portalResNews_category-15618007213897063 .NavList_a1 ul {
			text-align: left;
			display: block;
			font-size: 0px;
		}

		#c_portalResNews_category-15618007213897063 .NavList_a1 a {
			position: relative;
			font-size: 16px;
			height: 80px;
			line-height: 80px;
			padding: 0px 30px;
			color: #000;
			display: block;
			transition: 0.3s ease 0s;
		}

		#c_portalResNews_category-15618007213897063 .NavList_a1 .more:after {
			content: "";
			position: absolute;
			width: 1px;
			height: 15px;
			display: block;
			background: #ccc;
			top: 50%;
			margin-top: -7px;
			right: 0px;
		}

		#c_portalResNews_category-15618007213897063 .NavList_a1 a:before {
			position: absolute;
			content: '';
			left: 50%;
			bottom: 0px;
			width: 0%;
			height: 3px;
			background-color: none;
			transition: all .3s;
		}

		#c_portalResNews_category-15618007213897063 .NavList_a1 a:hover:before {
			width: 80%;
			left: 10%;
			background-color: #fca900;
		}

		#c_portalResNews_category-15618007213897063 .NavList_a1 li {
			position: static;
			display: inline-block;
			color: #fff;
			width: auto;
			vertical-align: top;
		}

	

		@media screen and (min-width: 769px) {
			#c_portalResNews_category-15618007213897063 .NavList_a1 a:hover {
				color: #fca900;
			}
		}

	

