html,
body,
th,
td {
	padding: 0;
	margin: 0;
}

* {
	font-size: 16px;
	font-family: 微软雅黑, Helvetica, 黑体, Arial, Tahoma;
}

:focus {
	outline: 0;
}

.nav a:hover {
	text-shadow: unset !important
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.top1 {
	background: #EFEFEF;
	height: 30px;
	line-height: 30px;
	color: #777;
	display: flex;
	justify-content: space-between;
}

.top1 a {
	color: #777;
	text-decoration: none;
}

.top1 .container {
	display: flex;
	justify-content: space-between;
}

.logo {
	padding: 16px 0;
	text-align: center;
	background: #c73636;
}

.logo .container {
	display: flex;
	justify-content: space-between;
}

.container .search {
	color: white;
	text-align: right;
}

.container .search a {
	color: white;
	text-decoration: none;
}

/*系统默认搜索*/
.wp_search {
	display: inline-block;
	position: relative;
	padding-left: 4px;
	background: url(sbg.png) no-repeat;
	margin-top: 18px;
}

.wp_search #keyword {
	font-size: 14px;
	font-family: 微软雅黑;
	width: 176px !important;
	padding: 4px 0;
	border: none;
	height: 20px;
	line-height: 20px;
	background: transparent;
	color: #fff;
}

.wp_search .search {
	width: 38px;
	height: 28px;
	border: 0px;
	background: url(search.png) no-repeat center;
	cursor: pointer;
	vertical-align: top;
}

.wp-search {
	position: relative;
	border: 1px solid #d0d0d0;
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	margin-left: 4px;
	margin-right: 40px;
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 22px;
	padding: 4px 0;
	line-height: 22px;
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	border: 0;
	outline: 0;
}

.wp-search .search-btn {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0%;
}

.wp-search .search-btn input.search-submit {
	width: 32px;
	height: 30px;
	border: 0;
	outline: 0;
	background: #FFFFFF url(sous.png) no-repeat center;
	cursor: pointer;
}

.nav {
	background: #951D1D;
	height: 40px;
}

.nav .container,
.nav .container .wp_nav {
	display: flex;
	justify-content: space-between;
}

.nav .container .win001 {
	width: 100%;
}

.nav .container .nav-item a {
	color: white;
}

.nav .container .sub-nav a {
	color: black;
}

.nav .container .nav-item .item-name {
	font-size: 18px;
}

.nav .container .sub-nav .item-name {
	font-size: 14px;
}

.nav a {
	line-height: 40px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	padding: 0 8px;
}

.nav a:hover {
	display: block;
	background: #bb2525;
	opacity: 1.0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
	text-shadow: 1px 1px 2px black;
}

.alumn {
	background: #f6f4ee;
}

.alumn .container {
	padding: 20px 0;
}

h2 {
	color: #c82222;
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 2px solid #c82222;
}

h2 .vline {
	display: inline-block !important;
	width: 8px;
	height: 30px;
	background: #c82222;
	margin: 0px 10px -5px 10px;
}

.notice {
	padding: 20px 0;
}

.notice .container {
	display: flex;
	justify-content: space-between;
}

.notice .container .newsimgs {
	width: 30%;
	padding-top: 10px;
}

.notice .container .newsimgs>div {
	display: inline-block;
}

.notice .container .newslist {
	width: 70%;
}

.notice .container .newslist .list_item,
.noticelist .container .list_item {
	height: 40px;
	border-bottom: 1px solid #e5e2dd;
}

.notice .container .newslist .Article_PublishDate,
.noticelist .container .Article_PublishDate {
	color: #999;
	line-height: 40px;
	font-size: 16px;
}

.notice .container .newslist .Article_Index,
.noticelist .container .Article_Index {
	margin-top: 12px;
}

.notice .container .newslist .Article_Title a,
.noticelist .container .Article_Title a {
	font-size: 16px;
	color: #3b3b3b;
	text-decoration: none;
	line-height: 40px;
}

.magazine {
	padding: 30px 0;
	background: #f6f4ee;
}

.magazine a {
	text-decoration: none;
	color: black;
}

.magazine .container .content,
.magazine .container .articlecontent {
	display: flex;
	justify-content: space-between;
	margin: 12px 0;
}

.magazine .container .content dl,
.magazine .container .articlecontent dl {
	margin: 0 0 0 10px;
	max-width: 50%;
}

.magazine .container .content dt,
.magazine .container .articlecontent dt {
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
}

.magazine .container .content dd,
.magazine .container .articlecontent dd {
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 20px;
	color: #3b3b3b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}


.active {
	padding: 20px 0;
}

.active .container .content {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.active .container .content .column {
	display: flex;
}

.footer {
	background: #951D1D;
	color: white;
	padding: 10px 0;
}

.footer .container {
	display: flex;
	justify-content: space-around;
}

.footer a {
	color: white;
	text-decoration: none;
	color: #E0E0E0;
}

.footer a:hover {
	text-shadow: 1px 1px 2px black;
}

.footer dl dt {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.footer dl dd {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.footer .links .wp_nav {
	column-count: 2;
}

.bottom {
	background: black;
	height: 30px;
	line-height: 30px;
	color: white;
}

.bottom .container {
	display: flex;
	justify-content: space-between;
}

.noticelist {
	padding: 20px 0;
}

.noticelist .container .inner {
	display: flex;
}

.noticelist .container .col_menu {
	min-width: 200px;
}

.noticelist .container .col_menu .column-name,
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
	line-height: 40px;
}

.noticelist .container .col_menu .wp_column a {
	background-position-y: 20px;
}

.noticelist .container ul {
	padding: 0;
}

.noticelist .container .col_news {
	padding: 0 0 0 20px;
	width: 100%;
}

.noticelist .container .col_news ul {
	padding: 0;
	margin: 0;
}

.noticelist .container .col_news li {
	list-style: none;
}

.col_news_con {
	padding-top: 10px;
}

.noticelist .container .col_path,
.path_name {
	color: #999;
	padding: 10px 0;
	float: inline-end;
	font-weight: normal;
}

.path_name a {
	color: #999;
	text-decoration: none;
}

.noticelist .container .col_path a {
	color: #999;
	text-decoration: none;
}

.articles {
	padding: 20px 0;
}

.articles .container {
	display: flex;
}

.articles .container .arti_title {
	font-size: 24px;
	text-align: center;
}

.articles .container .arti_metas {
	color: #999;
	text-align: end;
	font-size: 14px;
}

.columnimg {
	height: 300px;
	margin: 0 auto;
}

@media (max-width:760px) {
	.container {
		width: auto;
		margin: 0 10px;
	}

	.logo img {
		width: 100%;
	}

	.alumn,
	.top1,
	.nav,
	.notice .Article_Index,
	.notice .ex_fields,
	.noticelist .Article_Index,
	.noticelist .ex_fields,
	.active {
		display: none !important;
	}

	.alumn .orbit-wrapper {
		margin: 0 auto;
	}

	.notice .container,
	.noticelist .container .inner,
	.active .container .content,
	.magazine .container .content,
	.magazine .container .articlecontent,
	.footer .container,
	.bottom .container {
		flex-flow: column;
	}

	.notice .container .newsimgs,
	.notice .container .newslist {
		width: 100%;
	}

	.active .content>div>div>div {
		margin: 0 auto;
	}

	.footer .container {
		text-align: center;
	}

	.bottom .container {
		flex-direction: column-reverse;
	}

	.bottom {
		height: unset;
	}
}

/* fix default css */
.picbase1-content p {
	display: none;
}

.picbase1-content h2 {
	border-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 5px;
}

.picbase1-slidenav .active {
	padding: 0;
}

.picbase1-credit {
	display: none;
}

.slider-nav {
	display: none !important;
}

._wp_editor_art_table {
	width: 100%;
}