* {
	margin: 0;
	padding: 0;
}
/* 此行代码对第一列进行宽高同时调整 
			可调整flex:0.3;为其他数值 数值范围0-1 */
			.Article_Content tr>td:first-child{
				flex: 0.2;
			}
			/* 此行代码对第三列进行宽高同时调整
			可调整flex:0.4;为其他数值 数值范围0-1 */
			.Article_Content tr>td:nth-child(3){
				padding: 3px;
				flex: 0.4;
			}
           .Article_Content tr:nth-child(n) td:nth-child(5){
			   padding:10px 20px;
			   width:330px;
			   word-wrap: break-word;
			   /* display:flex; */
			   /* flex-wrap:wrap; */
			}
			/* 此行代码对第四列进行宽高同时调整
			可调整flex:0.35;为其他数值 数值范围0-1 */
			.Article_Content tr>td:nth-child(4){
				padding: 3px;
				flex: 0.3;
			}
			/* 此行代码对最后一列进行宽高同时调整
			可调整flex:0.3;为其他数值 数值范围0-1 */
			.Article_Content tr>td:last-child{
				flex: 0.27;
			}
			
			.Article_Content tr{
				min-width: 800px;
				display:flex;
				justify-content: space-evenly;
				flex-direction: row;
				flex-wrap: wrap;
			}
			
			.Article_Content td{
				text-align: center;
				flex: 1;
			}
.Top {
	width: 100%;
	height: 160px;
	background-image: url('../img/bg_top.jpg');
}

.Time {
	width: 100%;
	height: 25px;
	background-color: #004980;
}

.Search {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	padding-left: 19px;
	line-height: 33px;
	height: 36px;
	position: relative;
	border: 1px solid #098a9d;
	border-radius: 30px;
	background: #004986;
}

.wp_search .search {
	width: 32px;
	height: 30px;
	margin-top: 2px;
	margin-right: 11px;
	border: 0px;
	background: url('../img/sous.png') no-repeat center;
	cursor: pointer;
	vertical-align: top;
}

.wp_search #keyword {
	width: 160px !important;
	padding: 4px 0;
	border: none;
	height: 20px;
	line-height: 20px;
	background: transparent;
	color: #d8f0ff;
}

.time {
	line-height: 25px;
	color: white;
	font-size: 12px;
	width: 1200px;
	margin: 0 auto;
}

.top {
	width: 1200px;
	height: 160px;
	/* background-color: indigo; */
	margin: 0px auto;
	padding-top: 16px;
	box-sizing: border-box;
	background-image: url('../img/Logo.png');
	background-size: 76%;
	background-repeat: no-repeat;
	background-position-x: -80px;
	background-position-y: -20px;
}

.NAV {
	width: 100%;
	height: 46px;
	background-color: #1a6eaa;
	border-bottom: 2px transparent solid;
}

.nav {
	width: 1200px;
	color: white;
	height: 46px;
	/* background-color: #f8f8f8; */
	margin: 0px auto;
}

.content_Main {
	min-width: 1200px;
	height: 50px;
	margin: auto;
	margin-top: 15px;
	border-bottom: 3px solid navy;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	color: gray;
	font-weight: bold;
}

.content_main {
	width: 562px;
	height: 50px;
	margin: auto;
	margin-top: 15px;
	font-size: 13px;
	justify-content: space-around;
	display: flex;
}

.con-Other1 {
	height: 50px;
	line-height: 50px;
	color: navy;
}

.con-Other2 {
	height: 50px;
	line-height: 50px;
	color: navy;
}

.con-Other3 {
	height: 50px;
	line-height: 50px;
	color: navy;
}

.content-Page {
	width: 1200px;
	min-height: 560px;
	margin: auto;
	margin-top: 20px;
}

.content-Page img {
	max-width: 1200px;
}

.END {
	width: 100%;
	height: 160px;
	background-color: navy;
	background-image: url('../img/Bottom.png');
	background-size: 100% 160px;
}

.end {
	width: 1200px;
	height: 160px;
	/* background-color: orange; */
	color: aliceblue;
	padding-top: 30px;
	box-sizing: border-box;
	margin: 10px auto;
}

.end-left {
	width: 800px;

	line-height: 36px;
	float: left;
}

.down-right {
	float: right;
	position: relative;
	width: 212px;
	height: 90px;
}

.down-erwm {
	height: 91px;
	width: 96px;
	background-color: rgba(0, 24, 131, 0.3);
	position: relative;
}

.down-erwm-top {
	height: 91px;
	width: 96px;
	background-color: rgba(0, 24, 131, 0.3);
}

.down-erwm-down {
	height: 91px;
	width: 96px;
	background-color: #1759a1;
	position: absolute;
}

.down-erwm:hover .down {
	transition: 1s;
	height: 192px;
	z-index: 1;
}

.down-erwm:hover {
	top: -2px;
}

.down-erwm:hover .down-erwm-top {
	transition: 1s;
	height: 0px;
}

.down-erwm::before {
	z-index: 5;
	content: '';
	display: block;

	height: 31px;
	width: 31px;
	position: absolute;
	opacity: 0.6;
	top: 15px;
	left: 32px;
}

.vxlogo {
	float: left;
}

.dylogo {
	float: right;
}

.vxlogo::before {
	background-image: url('../img/vxlogo.png');
}

.dylogo::before {
	background-image: url("../img/dylogo.png");
	background-size: 100%;
}

.down-erwm-mid {
	height: 91px;
	width: 96px;
	position: relative;
	overflow: hidden
}

.vx {
	font-size: 14px;
	line-height: 53px;
	color: white;
	float: left;
	z-index: 5;
	position: absolute;
	top: 40px;
	left: 19px;
}

.down-erwm:hover .erwm {
	display: block;
}

.erwm {
	display: none;
	position: absolute;
	bottom: 97px;
	left: -13px;
}

.erwm::after {
	content: '';
	display: block;
	position: absolute;
	left: 53px;
	width: 0;
	bottom: 0px;
	height: 0;
	border-top: 10px solid white;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}