@charset "utf-8";
/* CSS Document public*/
* {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	box-sizing:border-box;
	overflow-scrolling:touch;
	-webkit-overflow-scrolling:touch;
}
body {
	padding:0;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	line-height: 1;
	font-size:16px;
	transition: all 0.4s ease-in;
}
html.on {
	overflow: hidden;
}
html, body {
	min-height:100%;
	overflow-x: hidden;
}
html {
	overflow:-moz-scrollbars-vertical;
}
#quickEntry {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 230;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.custom-text-style14 {
	padding-top: 88px;
	box-sizing: border-box;
}
.custom-text-style14 .list-item {
	display: block;
	margin-bottom:0px;
}
.custom-text-style14 .list-item .box {
	position: relative;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.custom-text-style14 .list-item .txt {
	padding: 0 6px;
	position: relative;
	color:#FFFFFF;
}
.custom-text-style14 .list-item .box:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.custom-text-style14 .list-item:last-child {
	margin-bottom: 0;
}
.custom-text-style14 .list-item:hover .big-box {
	display: block;
}
.custom-text-style14 .list-item img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.custom-text-style14 .list-item .big-box {
	width: 112px;
	height: 112px;
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 20px rgba(7, 40, 108, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(7, 40, 108, 0.2);
	box-shadow: 0px 0px 20px rgba(7, 40, 108, 0.2);
	background: #ffffff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
	z-index: 2;
	display: none;
}
.custom-text-style14 .list-item .big-box img {
	width: 100%;
	height: 100%;
}
.custom-text-style14 .list-item:last-child {
	margin-bottom: 0;
}
.custom-text-style14 .list-item {
	display: block;
}
.clear {
	clear: none !important;
}
.card ul {
	margin:0px;
	padding:0px;
}
.g-top {
	right:10px
}
.g-top {
	width: 24px;
	height: 29px;
}
.g-top {
display:;
	width:48px;
	height:59px;
	background:url(../images/i-q5.png) center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:fixed;
	right:106px;
	bottom:43px;
	z-index:99;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.g-top.on {
	display:block
}
.g-top:hover {
	opacity:.8;
	filter:alpha(opacity=80);
	filter:alpha(Opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}
.articleTitle h3 {
    font-size: 24px;
    line-height: 1.8;
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: normal;
    color: #333;
}
#body1 {
	padding: 15px 0;
	/*background: url(../images/icon_back.jpg) no-repeat; */
        background: #1e6394;
	background-size: cover;
	margin-top: -4px;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0rem!important;
}
/* 导航栏样式 */
    nav {
	background-color: #175583;
	width: 100%;
}
.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 16px;
}
.menu-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	background: none;
	border: none;
	font-size: 1.5rem;
	padding: 12px 16px;
	cursor: pointer;
	z-index: 101;
}
.nav-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-item {
	position: relative;
	width:14%;
	text-align:center;
}
.nav-item a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
	transition: background-color 0.3s;
}
.nav-item a:hover {
	background-color: #004499;
}
.dropdown-icon {
	margin-left: 5px;
	font-size: 0.8rem;
}
.sub-nav {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	min-width: 160px;
	display: none;
	z-index: 100;
	width: 100%; /* 让子菜单宽度与父项一致 */
}
.sub-nav li a {
	color: #333;
	padding: 5px 12px;
font-size: 14px;
}
.sub-nav li a:hover {
	background-color: #eee;
}

/* 电脑端鼠标滑过显示二级菜单 */
@media (min-width: 769px) {
 .nav-item:hover .sub-nav {
 display: block;
}
}

/* 移动端二级菜单样式调整 */
@media (max-width: 768px) {
 .sub-nav {
 position: static;
 background-color: #e6f0ff;
 border: none;
 padding-left: 20px; /* 缩进显示，区分层级 */
 display: none; /* 默认隐藏 */
}
 .sub-nav.active {
 display: block; /* 激活时显示 */
}

 .sub-nav li a:hover {
 background-color: transparent;
 color: #0066cc;
 text-decoration: underline;
}
}
@media screen and (min-width: 1200px) {
 .container {
 width: 1200px;
 padding: 0;
 margin: 0px auto;
}
}
div#block-front-body1>.field--name-body {
	display: flex;
	justify-content: space-between;
}
.body1_img_wrap {
	width: 10.6%;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
}
#body1 a {
	color: #ffffff;
}
.body1_img1 {
	background: url(../images/icon9.png) -40px -30px no-repeat;
}
.body1_img2 {
	background: url(../images/icon9.png) -90px -30px no-repeat;
}
.body1_img9 {
	background: url(../images/icon9.png) -422px -30px no-repeat;
}
.body1_img3 {
	background: url(../images/icon9.png) -140px -30px no-repeat;
}
.body1_img4 {
	background: url(../images/icon9.png) -185px -30px no-repeat;
}
.body1_img5 {
	background: url(../images/icon9.png) -235px -30px no-repeat;
}
.body1_img6 {
	background: url(../images/icon9.png) -285px -30px no-repeat;
}
.body1_img7 {
	background: url(../images/icon9.png) -330px -30px no-repeat;
}
.body1_img8 {
	background: url(../images/icon9.png) -375px -30px no-repeat;
}
.body1_img10 {
	background: url(../images/icon10.png) no-repeat;
	background-size: 30px 30px;
	background-position: center;
}
.body1_img {
	width: 40px;
	height: 40px;
	margin: auto;
}
.shujuxiaoguo_div {
	width: 100%;
	height: 270px;
}
.shujuxiaoguo {
	height: 270px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 2px 6px 2px #e5e5e5;
}
.shujuxiaoguo ul {
	padding-top: 50px;
}
ol, ul {
	list-style: none;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}
.shujuxiaoguo li {
	width: 25%;
	float: left;
	text-align: center;
	height: 270px !important;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
.shujuxiaoguo li .ico {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.shujuxiaoguo li span {
	color: #183368;
	font-size: 38px;
	font-family: georgia;
	line-height: 1em;
}
.ico_bg1 {
	background-image: url(../images/xg1.png);
	background-color: #dfe5f5;
}
.ico_bg2 {
	background-image: url(../images/xg5.png);
	background-color: #fae0c9;
}
.ico_bg3 {
	background-image: url(../images/xg3.png);
	background-color: #d9fbfc;
}
.ico_bg4 {
	background-image: url(../images/xg4.png);
	background-color: #e2d8fa;
}
@media screen and (max-width: 1024px) {
 .shujuxiaoguo li .ico {
 position: relative;
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background-position: 50%;
 background-repeat: no-repeat;
 margin: 0 auto;
}
}
@media screen and (max-width: 1024px) {
 .shujuxiaoguo li {
 width: 50%;
 float: left;
 text-align: center;
 height: 200px !important;
 line-height: 40px;
 text-align: center;
}
}
@media screen and (max-width: 1024px) {
 .shujuxiaoguo {
 height: 440px;
 background-color: #FFF;
 border-radius: 10px;
 box-shadow: 0 2px 6px 2px #e5e5e5;
}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* 头部整体容器 - 关键调整 */
    .header-wrapper {
	display: flex;
	flex-direction: column;
}
/* 顶部功能区（欢迎信息+学校链接）- 调整为包含欢迎信息 */
    .top-function {
	background-color: #1e6394;
	color: #fff;
	padding: 8px 16px;
}
.top-function-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.welcome-message {
	flex: 1;
	min-width: 250px;
	font-size: 14px;
	padding: 5px 0;
}
.school-links {
	display: flex;
	gap: 16px;
	align-items: center;
}
.school-links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.search-trigger {
	display: flex;
	align-items: center;
	gap: 10px;
}
.search-toggle {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
}
/* 主头部（logo+搜索框）- 关键调整 */
    .main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	background: url(../images/header_bg.png) no-repeat left 530px center;
}
.logo-area {
	display: flex;
	align-items: center;
}
.logo-area img {
	height:100px;
	width:566px;
	margin-right: 8px;
}
.logo-text {
	display: flex;
	flex-direction: column;
}
.logo-text span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.logo-text em {
	font-style: normal;
	font-size: 14px;
	color: #666;
}
/* 搜索区域 */
    .search-container {
	display: flex;
	align-items: center;
	max-width: 260px;
	width: 100%;
}
.search-area {
	display: flex;
	align-items: center;
	width: 100%;
}
.search-area input {
	flex: 1;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 4px 0 0 4px;
	outline: none;
	font-size: 14px;
}
.search-area button {
	padding: 8px 16px;
	background-color: #175683;
	color: #fff;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	transition: background-color 0.3s;
}
.search-area form input[type='submit'] {
    width: 48px;
    float: right;
    background: #175583 url(../images/search.png) no-repeat center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.search-area button:hover {
	background-color: #004a8c;
}
.xiaoxi {
	background:url(../images/xiaoxi.png);
	width:1200px;
	height:65px;
}
.yuedu {
	background:url(../images/yuedu.png);
	width:1200px;
	height:65px;
	margin:0px auto;
}
.ziyuan {
	background:url(../images/ziyuan.png);
	width:1200px;
	height:65px;
	margin:0px auto;
}
.shuju {
	background:url(../images/shuju.png);
	width:1200px;
	height:65px;
	margin:0px auto;
}
/* 导航栏样式 */
    nav {
	background-color: #1e6394;
	width: 100%;
}
.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 16px;
}
.menu-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	background: none;
	border: none;
	font-size: 1.5rem;
	padding: 12px 16px;
	cursor: pointer;
	z-index: 101;
}
.bread {
    width: auto;
    height: auto;
    line-height: 20px;
    color: #787878;
    padding: 15px;
    overflow: hidden;
    float: right;
    font-size: 16px;
}
.nav-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-item {
	position: relative;
	width:14%;

	text-align:center;
}
.nav-item a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
	transition: background-color 0.3s;
}
.nav-item a:hover {
	background-color: #004499;
}
.dropdown-icon {
	margin-left: 5px;
	font-size: 0.8rem;
}
.sub-nav {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	min-width: 160px;
	display: none;
	z-index: 100;
}
.sub-nav li a {
	color: #333;
	padding: 5px 12px;
}
.sub-nav li a:hover {
	background-color: #eee;
}
.nav-item.active .sub-nav {
	display: block;
}
/* 顶部空间/服务选项卡样式 */
    .top-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 40px 0 0 10px;
	/* background: #f5f5f5;*/
	/* border-bottom: 1px solid #eee;*/
	margin-bottom: 20px;
	overflow-x: auto;
	white-space: nowrap;
}
.top-nav span {
	padding: 16px 16px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
	display: inline-block;
	width:72px;
	height:71px;
	background-image:url(../images/book_bg1.png);
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}
.top-nav span.active {
	/*background: #d33;*/
	background-image:url(../images/book_bg.png);
	color: #fff;
	font-size:18px;
	font-weight:bold;
}
 .top-nav span:not(.active) {
/*background: #fff;
 color: #333;*/
}
 .top-nav span:not(.active):hover {
/*background: #f0f0f0;*/
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.carousel-caption {
	left:0!important;
	right:0!important;
	padding-bottom:0px!important;
	text-align:left!important;
	margin-left:5px;
}
/* 空间/服务模块样式 */
    .top-module {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}
.top-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	justify-content: center;
}
.top-item a{ color:#333;}
.top-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}
 .top-item::before {
/*content: "";
 width: 24px;
 height: 24px;
background: #d33; 
 mask-size: contain;
 mask-repeat: no-repeat;*/
}
.top-module.hidden {
	display: none;
}
/* 新闻选项卡样式 */
    :root {
 --primary-color: #f39c12;
 --gray-light: #f4f4f4;
 --gray-medium: #e5e5e5;
 --gray-dark: #999;
 --text-color: #333;
 --transition-speed: 0.3s;
}
body {
	background-color: var(--gray-light);
	padding:0;
	line-height: 1.6;
	font-family: "微软雅黑", sans-serif;
}
.articleAuthor {
    padding: 10px 0;
    text-align: center;
    color: #808080;
    font-size: 13px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
}
.main-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
	padding: 0 15px;
}
.news-tab-container {
	flex: 1;
	min-width: 300px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.news-tab-nav {
	display: flex;
	border-bottom: 1px solid var(--gray-medium);
}
.news-tab-nav li {
	list-style: none;
	flex: 1;
	text-align: center;
}
.news-tab-nav li a {
	display: block;
	padding: 12px 0;
	color: var(--text-color);
	text-decoration: none;
	transition: all var(--transition-speed) ease;
	position: relative;
}
.news-tab-nav li a:hover {
	background-color: var(--gray-light);
}
.news-tab-nav li a.active {
	color: #dd3333;
	font-weight: bold;
}
 .news-tab-nav li a.active::after {
 content: '';
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 100%;
 height: 2px;
 background-color:#dd3333;
}
.news-tab-content {
	padding: 20px;
	display: none;
	animation: fadeIn 0.5s ease;
}
.news-tab-content.active {
	display: block;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
 transform: translateY(10px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
.list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--gray-light);
	padding-bottom: 10px;
	transition: transform var(--transition-speed) ease;
}
.list-item:hover {
	transform: translateX(5px);
}
.date-box {
	width: 60px;
	text-align: center;
	flex-shrink: 0;
}
.date-box .day {
	font-size: 24px;
	color: #dd3333;
	line-height: 1;
}
.date-box .month {
	font-size: 12px;
	color: var(--gray-dark);
}
.info-box {
	flex: 1;
	margin-left: 10px;
}
.info-box .tag {
	display: inline-block;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 3px;
	margin-bottom: 5px;
}



.info-box .title {
	font-size: 14px;
	color: var(--text-color);
	line-height: 1.4;
}
.info-box .title a{ color:#333;font-size: 14px;
    overflow: hidden;
    width: 81%;}
.carousel-container {
	flex: 1;
	min-width: 300px;
}
.carousel-item img {
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}
/* 图书选项卡样式 */
    .book-tabs {
	margin-top: 30px;
	padding:0px;
}
.book-tab-nav {
	display: flex;
	justify-content: center;
	background-color: #fff;
	border-bottom: 1px solid #e9ecef;
	padding: 0 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
	overflow-x: auto;
	white-space: nowrap;
	margin-top:15px;
}
.book-tab-nav a {
	text-decoration: none;
	color: #6c757d;
	padding: 12px 20px;
	margin: 0 5px;
	border-radius: 4px 4px 0 0;
	transition: all 0.3s ease;
	position: relative;
	font-size: 15px;
	display: inline-block;
}
.book-tab-nav a:hover {
	color: #333;
	background-color: #f1f3f5;
}
.book-tab-nav a.active {
	color: #dd3333;
	font-weight: bold;
}
 .book-tab-nav a.active::after {
 content: '';
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 100%;
 height: 3px;
 background-color: #dd3333;
 border-radius: 3px 3px 0 0;
}
.book-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px 15px;
	gap: 25px;
	max-width: 1400px;
	margin: 0 auto;
}
.book-card {
	width: 280px;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	cursor: pointer;
}
.book-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	border-color: #dee2e6;
}
.book-card img {
	width: 120px;
	height: auto;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.book-card:hover img {
	transform: scale(1.05);
}
.book-info {
	width: 100%;
	text-align: center;
}
.book-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #212529;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.book-author {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.book-meta {
	font-size: 13px;
	color: #868e96;
	line-height: 1.5;
	margin-top: 8px;
}
.book-meta span {
	display: block;
	margin-bottom: 3px;
}
.book-tab-content {
	display: none;
	animation: fadeIn 0.5s ease;
}
.book-tab-content.active {
	display: block;
}
/* 数据库分类样式 */
    .db-section {
	margin-top: 40px;
	padding: 20px 15px;
}
.page-title {
	text-align: center;
	color: #333;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 24px;
}
.tabs-nav {
	display: none;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.tab-btn {
	flex: 1;
	padding: 12px 0;
	border: none;
	background: #e0e0e0;
	color: #555;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}
.tab-btn.active {
	color: white;
}
.db-container {
	display: flex;
	gap: 25px;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top:15px;
}
.card {
	flex: 1;
	min-width: 280px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.card h2 {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	padding: 12px 20px;
	border-radius: 6px 6px 0 0;
	margin: -20px -20px 20px;
	position: relative;
}
.articleTitle03 h3 {
    font-size: 20px;
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.sjk_span{ color:#333; font-size:16px; float: right;}
.sjk_span a{ color:#dd3333; font-size:14px; }
.card ul li a{ color:#333;}
 .card h2::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 50px;
 height: 3px;
 background: rgba(255, 255, 255, 0.8);
}
 .card:nth-child(1) h2, .tab-btn:nth-child(1).active {
 background: #4682b4;
}
 .card:nth-child(2) h2, .tab-btn:nth-child(2).active {
 background: #3cb371;
}
 .card:nth-child(3) h2, .tab-btn:nth-child(3).active {
 background: #cd853f;
}
.card ul {
	list-style: none;
}
.card li {
	line-height: 2.2;
	color: #555;
	padding-left: 8px;
	transition: color 0.2s ease;
}
.card li:hover {
	color: #333;
	padding-left: 12px;
}

    /* 响应式布局优化 */
    @media (max-width: 900px) {
 .db-container {
 flex-wrap: wrap;
}
.banner {
width:100%;
height:auto;
}
.body1 {
display:none;
}
 .card {
 flex: 1 1 40%;
}
}
 @media (max-width: 768px) {
 .main-container {
 flex-direction: column;
}
 .news-tab-container, .carousel-container {
 width: 100%;
}
 .carousel-item img {
 max-height: 300px;
}

        /* 电脑端logo和搜索框一行 */
        .main-header {
 flex-direction: row;
}
 .nav-list {
 display: none;
 flex-direction: column;
 align-items: center;
}
 .nav-list.show {
 display: flex;
}
 .nav-item {
 width: 100%;
 text-align: center;
}
 .sub-nav {
 position: static;
 background-color: #e6f0ff;
 border: none;
 padding-left: 0;
 width: 100%;
}
 .sub-nav li {
 text-align: center;
}
 .sub-nav li a {
 color: #004499;
}
}
 @media (max-width: 600px) {
 body {
 padding: 15px 0;
}

        /* 移动端隐藏欢迎信息 */
        .welcome-message {
 display: none;
}

        /* 移动端导航和链接、搜索框一行 */
        .top-function-container {
 flex-wrap: nowrap;
 gap: 8px;
}
 .school-links {
 gap: 8px;
 font-size: 12px;
}

        /* 移动端搜索框单独一行 */
        .main-header {
 flex-direction: column;
 gap: 10px;
 align-items: stretch;
}
 .logo-area {
 justify-content: center;
}
 .search-container {
 max-width: none;
}
 .search-area input {
 padding: 6px 8px;
 font-size: 12px;
 width:300px;
}
 .search-area button {
 padding: 6px 10px;
}
 .menu-toggle {
 display: block;
}
 .page-title {
 font-size: 20px;
 margin-bottom: 20px;
}
 .tabs-nav {
 display: flex;
}
 .db-container {
 flex-direction: column;
 gap: 20px;
 padding: 0;
}
 .card {
 display: none;
 flex: none;
 width: 100%;
 padding: 15px;
 margin-bottom: 0;
}
 .card.active {
 display: block;
 animation: fadeIn 0.3s ease;
}
 .card h2 {
 font-size: 18px;
 padding: 10px 15px;
 margin: -15px -15px 15px;
}
 .card li {
 line-height: 2;
 font-size: 14px;
}
 .book-card {
 width: 100%;
 flex-direction: row;
 max-width: 500px;
}
 .book-card img {
 width: 90px;
 margin-right: 15px;
 margin-bottom: 0;
}
 .book-tab-nav a {
 padding: 10px 15px;
 font-size: 14px;
}
 .top-module, .news-tab-content, .book-container {
 padding: 10px 5px;
}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	font-family: "微软雅黑" !important;
	background:url(../images/bg.png) repeat;
	font-size: 16px;
	height: 100%;
}
ul, li {
	list-style-type: none;
}
a, a:hover {
	text-decoration: none !important;
	outline: none;
}
.footer {
	color: #fff;
	position: relative;
	width: 100%;
	margin-top:20px;
}
.footer {
	background:url(../images/fd-bg1.png) center center no-repeat;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover
}
.wp {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top:15px;
}
.fd-copy {
	text-align:center;
	background-color:#002e61;
	font-size:14px;
	color:#80a0c2;
	line-height:1.5em;
	padding:13px 0 12px
}
.fd-copy p span {
	display:inline-block;
	margin:0 20px
}
.fd-copy p a {
	color:#80a0c2;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.fd-copy p a:hover {
	color:#fff
}
.fd-link {
	text-align:center;
	border-bottom:1px solid #3d69a4;
	margin-bottom:41px;
	position:relative
}
.fd-link dl {
	display:inline-block;
	margin:0 33px
}
.fd-link dt {
	font-size:16px;
	color:#fff;
	line-height:30px;
	cursor:pointer;
	padding:22px 0 16px;
	position:relative
}
.fd-link dt a{ color:#FFFFFF;}
.fd-link dt a:hover{ color:#FFFFFF;}
.fd-link dt:after {
	content:'';
	width:17px;
	height:9px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:absolute;
	left:50%;
	top:-9px;
	z-index:3;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%)
}
.fd-link dl:hover dt:after, .fd-link dl.on dt:after {
	background-image:url(../../images/i-p1.png)
}
.fd-link dt em {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-top:-2px;
	margin-right:10px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.fd-link dt i {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	background:url(../../images/i-down.png) center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	margin-left:5px;
	margin-top:-2px
}
.fd-link dl.on dt i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fd-link dd {
	position:absolute;
	bottom:100%;
	left:50%;
	z-index:99999999;
	width:800px;
	background-color:rgba(255, 255, 255, .9);
	box-shadow:0 0 10px rgba(0, 0, 0, .2);
	padding:25px 20px 28px 54px;
	border-top:2px solid rgba(2, 70, 143, .9);
	display:none;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
@-webkit-keyframes panel_tab-in-animation_SeD18 {
from {
opacity:0.2;
-webkit-transform:scale(0.3) translateX(-50%);
transform:scale(0.3) translateX(-50%);
-webkit-transform-origin:center top;
transform-origin:center top
}
to {
	opacity:1;
	-webkit-transform:scale(1) translateX(-50%);
	transform:scale(1) translateX(-50%);
	-webkit-transform-origin:center top;
	transform-origin:center top
}
}
@keyframes panel_tab-in-animation_SeD18 {
from {
opacity:0.2;
-webkit-transform:scale(0.3) translateX(-50%);
transform:scale(0.3) translateX(-50%);
-webkit-transform-origin:center top;
transform-origin:center top
}
to {
	opacity:1;
	-webkit-transform:scale(1) translateX(-50%);
	transform:scale(1) translateX(-50%);
	-webkit-transform-origin:center top;
	transform-origin:center top
}
}
.fd-link dd .down {
	overflow:hidden
}
.fd-link dd .down::-webkit-scrollbar {
width:9px;
background:0 0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px
}
.fd-link dd .down::-webkit-scrollbar-track {
background:0 0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px
}
.fd-link dd .down::-webkit-scrollbar-thumb {
background:#c9c9c9;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px
}
.m-txt2 .txt::-webkit-scrollbar-thumb:window-inactive {
background:#c9c9c9;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px
}
.fd-link dd a {
	float:left;
	width:33.33%;
	line-height:34px;
	display:block;
	font-size:14px;
	color:#343434;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.fd-link dd a:hover {
	color:#06c
}
.fd-adds {
	padding-bottom:55px
}
.fd-txt {
	float:left;
	overflow:hidden
}
.fd-logo {
	float:left;
	width:290px;
	margin-right:78px
}
.fd-logo a {
	display:block;
	overflow:hidden
}
.fd-logo img {
	display:block;
	width:100%;
	height:auto
}
.fd-txt .addr {
	font-size:14px;
	color:#deebf8;
	line-height:2.58em;
	overflow:hidden;
	margin-top:28px
}
.fd-txt .addr p span {
	display:inline-block;
	margin-right:22px
}
.fd-txt .addr p a {
	color:#deebf8;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.fd-txt .addr p a:hover {
	color:#fff
}
.fd-shre {
	float:right;
	margin-top:39px
}
.fd-shre a {
	margin-left:28px;
	position:relative;
	display:block;
	float:left;
	width:49px;
	height:49px
}
.fd-shre a .img1 {
	display:block;
	width:100%;
	height:100%
}
.fd-shre .ma {
	position:absolute;
	bottom:59px;
	left:50%;
	z-index:5;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	width:125px;
	height:125px;
	display:none;
	padding:13px 11px 10px;
	background:url(../../images/bg-q2.png) center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.fd-shre .ma img {
	display:block;
	width:100%;
	height:100%
}
.fd-shre a:hover .ma {
	display:block
}
.fd-shre a:hover .img1 {
	opacity:.8
}
.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/* 响应式布局优化 */
@media (max-width: 992px) {
 .fd-link dl {
 margin: 0 15px;
}
 .fd-link dd {
 width: 90%;
 max-width: 600px;
 padding: 20px;
}
 .fd-logo {
 width: 220px;
 margin-right: 40px;
}
 .fd-copy p span {
 margin: 0 10px;
}
}
 @media (max-width: 768px) {
 .fd-link dl {
 display: block;
 margin: 0 auto;
 width: 80%;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 .fd-link {
 margin-bottom: 20px;
}
 .fd-link dt {
 font-size: 14px;
 padding: 15px 0;
}
 .fd-txt, .fd-shre {
 float: none;
 width: 100%;
}
 .fd-logo {
 float: none;
 margin: 0 auto 20px;
 width: 200px;
}
 .fd-shre {
 margin-top: 20px;
 text-align: center;
}
 .fd-shre a {
 float: none;
 display: inline-block;
 margin: 0 10px;
}
 .fd-adds {
 padding-bottom: 30px;
}
 .fd-txt .addr {
 margin-top: 0;
 text-align: center;
}
 .fd-txt .addr p {
 margin-bottom: 10px;
}
 .fd-txt .addr p span {
 display: block;
 margin-right: 0;
 margin-bottom:0px;
}
    
    /* 移动端地址分两行显示 */
    .addr-mobile-break {
 display: block;
 margin-top: 8px !important;
}
 .fd-copy p {
 line-height: 1.8;
}
 .fd-copy p span {
 display: block;
 margin: 5px 0;
}
 .fd-link dd a {
 width: 50%;
 font-size: 13px;
}
}
 @media (max-width: 480px) {
 .fd-link dd a {
 width: 100%;
 
}
.subPage{ width:100%;}
 .fd-shre a {
 width: 40px;
 height: 40px;
 margin: 0 5px;
}
 .fd-logo {
 width: 160px;
}
 .fd-link dl {
 width: 100%;
}
}

/* 桌面端隐藏地址换行 */
@media (min-width: 769px) {
 .addr-mobile-break {
 display: inline !important;
 margin-right: 22px !important;
}
}
 @media (max-width: 900px) {
 .db-container {
 flex-wrap: wrap;
}
.logo-area img {
 height: 65px;
 width: 370px;
}
#body1, .ziyuan, .shuju, .yuedu, .xiaoxi {
display:none;
}
 .card {
 flex: 1 1 40%;
}
}
 @media (max-width: 768px) {
 .banner img {
 display: none !important; /* 强制隐藏图片 */
}
 .banner {
    /* 可根据需要添加背景色或高度，避免容器完全消失 */
    min-height: 150px; /* 示例高度，可调整 */
 background-color: #f5f5f5; /* 示例背景色，可调整 */
}
 #body1 {
 display: none !important; /* 确保body1正常显示 */
}

 .search_z {
top:0!important;
}
 .top-nav {
margin-top:240px!important;
}
}


/* 移动端隐藏 */
@media (max-width: 768px) {
 .back-to-top {
 display: none;
}
.g-top {
display: none;
}
.robots {
display: none;
}
#quickEntry {
display: none;
}
}
/* 二级菜单默认隐藏 */
.nav-item .sub-nav {
	display: none;
	list-style: none; /* 清除默认列表样式 */
	padding-left: 0; /* 清除默认内边距 */
	margin: 0; /* 清除默认外边距 */
}

/* 移动端下，激活的二级菜单显示 */
@media (max-width: 768px) {
 .nav-item.active .sub-nav {
 display: block; /* 激活时显示子菜单 */
}
  
  /* 子菜单样式优化（可选） */
  .sub-nav {
 background-color: #f8f9fa; /* 背景色区分 */
 padding-left: 15px; /* 缩进显示 */
}
 .sub-nav li {
 margin: 8px 0; /* 子项间距 */
}
 .sub-nav a {
 color: #333; /* 链接颜色 */
 text-decoration: none; /* 去除下划线 */
}
 .sub-nav a:hover {
 color: #0066CC; /* hover效果 */
}
}
/* 搜索容器定位样式 */
    .search_z {
	position: absolute; /* 绝对定位，脱离文档流 */
	top: 0;
	left: 50%;
	transform: translateX(-50%); /* 水平居中 */
	z-index: 10; /* 确保在banner上方 */
	width: 100%;
	max-width: 800px; /* 保持最大宽度 */
	padding: 20px; /* 增加内边距，避免边缘溢出 */
}
/* 顶部导航样式 */
    .nav_s {
	display: flex;
	background-color: #edebeb;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	flex-wrap: wrap;
	width: 100%; /* 适应容器宽度 */
}
.nav_s-item {
	flex: 1;
	min-width: 100px;
	text-align: center;
	color: #666666;
	padding: 12px 0;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
}
.nav_s-item:hover {
	background-color: #003f7a;
}
.nav_s-item.active {
	background-color: #1e6394;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #FFFFFF;
}
/* 内容容器样式 */
    .content_s {
	display: none;
	padding: 20px;
	border-top: none;
	border-radius: 0 0 10px 10px;
	margin-top: 0;
	min-height: 110px;
	background: #1e6394;
	/*background:url(../images/sss.png) no-repeat;*/
	color: white;
	width: 100%; /* 适应容器宽度 */
}
.content_s.active {
	display: block;
	animation: fadeIn 0.5s ease;
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* 搜索区域样式 */
    .search-section {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.search-select {
	padding: 8px;
	border-radius: 5px;
	border: none;
	min-width: 100px;
	flex: 1;
	max-width: 150px;
}
.search-input {
	padding: 8px;
	border-radius: 5px;
	border: none;
	flex: 4;
	min-width: 200px;
	background:#fff;
}
.search-btn {
	padding: 8px 20px;
	background-color: #f09b18;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	flex: 1;
	min-width: 80px;
}
.search-btn:hover {
	background-color: #d88915;
	transform: translateY(-2px);
}
#database p a{ color:#FFFFFF;border-radius: 50%;}
#database p a:hover{ color:#FFFFFF;}
/* 横幅样式 */
    .banner {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; /* 作为定位参考 */
	top: 0;
	left: 0;
}
.banner img {
	width: 100%;
	height: auto; /* 保持图片比例 */
	display: block; /* 去除底部间隙 */
}
.search_z {
	position: absolute; /* 相对于父元素（banner）定位 */
	top: 60px; /* 距离 banner 顶部的距离，可根据需要调整 */
	left: 50%;
	transform: translateX(-50%); /* 水平居中 */
	z-index: 10; /* 确保在 banner 图片上方 */
	width: 100%;
	max-width: 800px;
	padding: 20px;
}
.banner {
	position: relative; /* 作为子元素（search_z）的定位参考 */
	margin: 0;
	padding: 0;
	width: 100%;
	top: 0;
	left: 0;
}
.bookss{text-align:center; width:1200px;  margin:0px auto;}
.bookss a{color:#dd3333;}
.NUDT-list05{padding-top: 20px; margin:0px; padding:0px;}
.NUDT-list05 li {
    padding: 7px 15px 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}
.item-img06 {
    float: right;
    margin-left: 25px;
    padding-top: 14px;
}
.item-img06 .imgResponsive {
    padding-bottom: 55.41%;
}
.item-txt06 h3 {
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
    
    /* 响应式调整 */
    @media (max-width: 768px) {
 .nav_s-item {
 flex-basis: 33.33%;
}
 .search-section {
 flex-direction: column;
 align-items: stretch;
}
 .search-select, .search-input, .search-btn {
 max-width: none;
 width: 100%;
}
 .search_z {
 padding: 15px;
}
}
 @media (max-width: 480px) {
 .nav_s-item {
 flex-basis: 50%;
 padding: 10px 0;
 font-size: 0.9rem;
}
 .content_s {
 padding: 15px;
 min-height: 180px;
background: #0066CC;
}
 .search_z {
 padding: 10px;
}
}
.g-top {
	right:10px
}
.g-top {
	width: 24px;
	height: 29px;
}
.g-top {
display:;
	width:48px;
	height:59px;
	background:url(/_upload/tpl/08/ed/2285/template2285/images/i-q5.png) center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:fixed;
	right:106px;
	bottom:43px;
	z-index:99;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.g-top.on {
	display:block
}
.g-top:hover {
	opacity:.8;
	filter:alpha(opacity=80);
	filter:alpha(Opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}javascript:void(0);
.subBanner {
	width:100%;
	overflow:hidden;
	position: relative;
	max-width: 1400px;
	margin:0 auto;
	position: relative;
*zoom:1;
	clear:both;
}
.subBanner:after {
	content: '';
	display: block;
	clear:both;
}
.subBanner > span {
	width: 100%;
	height: 0;
	padding-bottom: 22.86%;
	overflow:hidden;
	display: block;
	position: relative;
	z-index: 0
}
.subBanner-bg {
	width: 240px;
	height: 60px;
	background:#0063c8;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
	bottom: 0;
}
.subBanner-title {
	width: 240px;
	height: 60px;
	color:#fff;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 3;
	bottom: 0;
}
.asideBottom {
	width: 100%;
	margin-top:10px;
	overflow:hidden;
}
.subPage {
	width:1200px;
	margin:10px auto 0;
	position:relative;
padding: 0px 10px;
	min-height: 400px;
	background:#fff;
overflow: hidden;
}
.subLeft {
	width: 240px;
	float:left;
}
.subLeft.currents {
	top:90px;
	left:50%;
	margin-left:-700px;
}
.subleft-nav {
	width: 100%;
	padding-bottom: 60px;/*background:url(/_upload/tpl/08/ed/2285/template2285/../images/aside_bg.png) no-repeat bottom center #0063c8;*/
	background: #0063c8;
	position: relative;
}
.subleft-nav:before {
	content: '';
	width: 10px;
	height: 100%;
	background-color:#0063c8;
	position: absolute;
	left: -10px;
	top: 0;
}
.subLeft ul {
	background-color: #e9f8f2;
	padding-bottom: 5px;
	border-left:4px solid #0f5035;
}
.subLeft li {
	line-height: 25px;
	font-size: 16px;
	position:relative;
	padding:0 12px 0 10px;
}
.subLeft li a {
	display: block;
	padding:13px 6px;
	color:#666;
	border-bottom:1px dashed #91b5a6;
}
.subLeft li a:before {
	content: '';
	width: 6px;
	background-color: #f9dd04;
	height:0;
	left: 0;
	top: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.subLeft li > a:hover, .subLeft li.selected > a {
	color:#0f5035;
}
.subLeft li > a {
	padding-right: 20px;
}
.subLeft li > a:hover:before, .subLeft li.selected > a:before {
	width: 6px;
	height: 100%;
}
.subLeft li dd a:hover:before, .subLeft li dd.selected a:before {
	width: 6px;
	height: 100%;
}
.subLeft li dd a:before {
	left: -9px;
}
.subLeft li dd.selected a {
	color:#0f5035;
}
.subLeft li:hover {
	border-color:#082d57;
}
.subLeft li .toggles {
	position:absolute;
	right:0;
	top:0;
	height:25px;
	display:block;
	padding:13px 0;
	width:40px;
	cursor:pointer;
	z-index:999;
	font-size:28px;
	color:#bfbfbf;
	text-align: center;
	line-height: 22px;
}
.subLeft .second_nav {
	display:none;
}

.subLeft .second_nav dd a {
	border-bottom:1px solid #e6e6e6;
	display:block;
	padding-left:30px;
	font-size:18px;
	padding:10px 10px 10px 30px;
	font-size:14px;
	position: relative;
}
.subLeft .second_nav dd a:hover {
	color:#0f5035;
}
.subLeft .second_nav dd:first-child {
	border-top:none;
}
/*移动端二级导航开始*/
.phone_subNav {
	margin: 15px 0;
}
.phone-icon01 {
	width: auto;
	height: 40px;
	display: block;
}
.sub_navm {
	width:100%;
	overflow: hidden;
	display: none;
}
.sub_navm ul {
	background-color:#f5f5f5;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.sub_navm li {
	border-bottom:1px solid #e6e6e6;
	width: 100%;
	overflow: hidden;
	position:relative;
}
.sub_navm li .phone_toggle {
	position:absolute;
	right:0;
	top:0;
	width:46px;
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:22px;
	cursor:pointer;
}
.sub_navm li a {
	font-size: 14px;
	padding-left:13px;
	height:45px;
	line-height:45px;
	display:block;
	width: 100%;
	float:left;
}
.sub_navm li dd a {
	height:35px;
	line-height:35px;
	font-size:12px;
	padding-left:0;
}
.sub_navm li.sub_has span {
	margin-left: 10px;
}
.sub_navm li.on a {
	color:#003c7f;
	float: left;
	overflow: hidden;
}
.sub_navm dl {
	display: none;
	background-color:#fff;
	overflow: hidden;
	width:auto;
	clear: both;
}
.sub_navm dl dd {
	padding-left: 30px;
	line-height:18px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.sub_navm dl dd:last-child {
	border-bottom: none;
}
.sub_navm li.on dl dd a {
	font-size: 13px;
	color:#444;
	font-weight:normal;
	display:inline;
	border:none;
	padding:0px;
	float:left;
}
.sub_navm li.on {
	border-bottom: none;
}
.sub_navm li strong {
	float:right;
	width: 30px;
	height:35px;
	line-height:35px;
	text-align: center;
	color:#b8b8b8;
	font-size: 18px;
}
.sub_right {
	margin-left:270px;
overflow: hidden;
}
.bread {
	width:auto;
	height:auto;
	line-height:20px;
	color:#787878;
	padding:15px;
	overflow:hidden;
	float: right;
	font-size:16px;
}
.bread span {
	font-weight:normal;
	color:#999;
}
.bread span a {
	color:#999;
}
.bread a:hover {
	color:#0f5035;
}
/*新闻公告*/
.nudt-list05 {
	padding-top: 20px;
}
.nudt-list05 li {
	padding:0;
	border-bottom:1px solid #e6e6e6;
	overflow:hidden;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
}
.item-img06 {
	float: right;
	margin-left: 25px;
	padding-top: 14px;
}
.item-img06 .imgResponsive {
	padding-bottom: 55.41%;
}
.item-txt06 a {
	color:#333;
}
.item-txt06 h3 {
	font-size: 15px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	margin-bottom: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float:left;
}
.item-txt06 p {
	color:#999;
	height: 44px;
	line-height: 22px;
	overflow:hidden;
	margin-bottom: 10px;
}
.item-date06 {
	display: block;
	padding-left: 26px;/*background:url(/_upload/tpl/08/ed/2285/template2285/../images/date.png) no-repeat left center;*/
	font-family: 'Arial';
	color:#666;
	height: 25px;
	line-height: 25px;
	float:right;
font-size: 15px;
}
.NUDT-list05 li:hover {
	border-color:#0f5035;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.NUDT-list05 li.noImg .item-img06 {
	display: none
}
.wp_paging {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
	color: #494949;
	float: right;
padding: 10px;
}
.wp_paging li {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	float: left;
	margin-top: 5px;
}
.wp_paging li span, .wp_paging li a {
	display: inline-block;
	float: left;
	margin-left: 10px;
	color:#333;
}
.wp_paging li em {
	font-style: normal;
}
.wp_paging li input {
	font-size: 12px;
	width: 24px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #d5d5d5;
	background: #fff;
	margin-top: 4px;
	text-align: center;
}
.possplit {
	background-image: url(/_upload/tpl/08/ed/2285/template2285/images/posSplit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 22px;
	background-position: center;
	width: 10px;
	display: inline-block;
	border: 0px solid red;
} 
@media (max-width: 480px) {
 .fd-link dd a {
 width: 100%;
 
}
.subPage{ width:100%;}
.bookss{ width:100%;}
 .fd-shre a {
 width: 40px;
 height: 40px;
 margin: 0 5px;
}
 .fd-logo {
 width: 160px;
}
 .fd-link dl {
 width: 100%;
}
}