.header {
	width: 100%;
	float: left;
	background: url('../img/bg.jpg') no-repeat center top;
	background-size: contain;
}

.header-container {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-bottom: 2px solid rgb(4, 111, 194);*/
}
.infoul {
  min-height: 230px;
}

.infoul1 {
  min-height: 40px;
}

.ng-newbooks-list li {
	display: block;
	float: left;
	position: relative;
	width: 16%;
	height: 200px;
	margin-right: 2%;
	margin-left: 2%;
}

.ng-newbooks-list li img {
	display: block;
	width: 100%;
	height: 100%;
}

.ng-newbooks-list li a {
	color: #fff;
}

.ng-newbooks-list li div {
	position: absolute;
	width: 100%;
	/*  background: url(../images/index/g.png) repeat; */
	bottom: 0;
	left: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	text-align: center;
  
}

.ng-newbooks-list li div span {
	padding: 0 10px;
}

.ng-newbooks-list li:nth-last-child(1) {
	margin-right: 0;
}

.newbooks {
  margin-top: 23px;
  height: 200px;
  overflow: hidden;
}
.newbooks ul {
  padding: 0;
}

.img-logo {
	width: 25%;
	float: none;
    display:flex;
}

.img-logo2 {
	width: 100%;
	float: none;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 80px;
}

.img-logo2 img.ui-cursor,
.img-logo2 .header-logo {
	width: 260px;
	margin: 0;
	display: block;
}

.header-tools {
	flex: 1;
}

.header-menu-toggle {
	float: right;
	display: none;
	font-size: 2em;
}

.header-menu-toggle img {
	display: block;
}

.site-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 34px;
	margin: 0;
	padding: 10px 0;
	letter-spacing: 8px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
}

.box-sd{
    background: #f5f5f5;
    box-shadow: 0 0 10px 2px #808080;
}

.top_nav_search {
	background: rgba(255, 255, 255, 0.5);
    height: 30px;
    float: left;
    cursor: pointer;
    display: inline;
    padding-right: 10px;
    margin-top:38px;
    white-space: nowrap;
  
}

.li-first {
	background: linear-gradient(135deg, #003d82 0%, #046fc2 55%, #0580d9 100%);
	height: auto;
	min-height: 56px;
	position: relative;
	overflow: hidden;
}

.li-first::after {
	content: '';
	position: absolute;
	top: -40%;
	right: -10%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.li-top {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 16px 12px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.4;
}

.sinp{
  margin-top:1px;
  background: rgba(255, 255, 255, 0.5);
  border:0px;
  padding:1px 2px;
   outline: none; 
  width:100px;
  margin-left:4px;
  float:left;
      border-style: solid;
    border-color: #000;
    border-width: thin;
    border-radius: 5px;
}

#submitSpan{
  width:32px;
  height:30px;
  background:rgba(255, 255, 255, 0);
  border:0px;
  color:#fff;
  
  background: url('../img/se01.png') no-repeat 0 center;
  background-size:26px;
  background-color: #b0b7a3;
  
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

button,input,select,textarea {
    font-family: inherit;
    font-size: larger;
    line-height: inherit;
}

.img-logo img {
	max-height: 80px;
      margin: 0px 0px 0px 40px;
}

.head-r-info {
	width: 100%;
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-nav-bar {
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
}

.header-nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 96px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 4px 0;
	list-style: none;
}

.item {
	padding: 0;
	line-height: 1.4;
	float: none;
	flex: 0 0 auto;
	position: relative;
}

.navli {
	display: block;
	font-size: 20px;
	color: #000;
	padding: 16px 12px;
	white-space: nowrap;
	font-weight: 600;
}
.navli:hover{
	    /*background: url('../img/n-bg1.png') no-repeat 0 center;*/
  color:#004098
}

.nav-down-list {
	display: none;
}

.item-list {
	width: 240px;
	position: absolute;
	left: 10px;
	text-align: left;
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 3;
	border-radius: 0 0 4px 4px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px 10px;
}

.header-nav-list .item-list.nav-down-list {
	padding: 0;
	background: #fff;
	color: #333;
}

.second-t {
	padding: 15px 0;
	text-align: center;
}

.li-second {
	margin-top: 5px;
	text-align: left;
	padding-left: 30px;
}

.header-nav-list .li-second {
	margin-top: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

.li-second :hover{
	color:#fff;
    background-color: steelblue;
}

.banner {
	width: 90%;
	/*float: left;*/
	margin: 0 auto;
}

.banner img {
	width: 100%;
	max-height: 480px;
	margin-top: -10px;
	/*margin: ;*/
}

.content {
	width: 100%;
	float: left;
	background: #fefefe;
}

.cons1 {
	width: 90%;
	/*margin: 0 auto;*/
	float: left;
	margin-left: 5%;
	padding-top: 35px;
	margin-bottom: 20px;
}

.info,
.con-left,
.con-right {
	width: 32%;
	float: left;
	overflow: hidden;
}

.mls,
.con-right {
	margin-left: 2%;
}

.title1 {
	color: #236fa1;
	min-height: 22px;
	margin-bottom: 15px;
	padding: 10px 0px;
	position: relative;
	font-weight: 700;
	font-size: 20px;
}

.title2 {
	color: #fff;
	min-height: 22px;
	margin-bottom: 15px;
	padding: 10px 15px;
	position: relative;
	font-weight: 700;
	font-size: 20px;
  background-color: #004098;
}

.tabs {
	border-bottom: 1px solid #ccc;
}

.tabs span {
	color: #333;
	padding: 20px 0;
	box-sizing: border-box;
	display: inline-block;
	padding-bottom: 6px;
	margin-right: 30px;
	font-size: 16px;
}

.tul {
	padding: 0;
	margin: 0;
	display: none;
}

.infoul li {
	height: 52px;
	line-height: 52px;
	text-align: left;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: block;
	width: 100%;
	cursor: pointer;
  padding: 0px 10px;
}

.infoul li :hover{
	color:#004098;
}


.incon {
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.incon2 {
	display: block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
    padding-left: 20px;
}

.time {
	display: block;
	float: left;
	width: 28%;
	text-align: right;
}

.tul li {
	height: 52px;
	line-height: 52px;
	text-align: left;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.currents {
	border-bottom: 2px solid #3D82F2;
	font-weight: 500;
	color: #3D82F2 !important;
}

.curcon {
	display: block;
}

.type {
	cursor: pointer;
}

.type2 {
	cursor: pointer;
}

.type:hover {
	border-bottom: 2px solid #3D82F2;
	font-weight: 500;
	color: #3D82F2 !important;
}

.more {
	font-size: 14px;
	color: #666;
	float: right;
	font-weight: 500;
}

.cons2 {
	width: 90%;
	/*margin: 0 auto;*/
	float: left;
	margin-left: 5%;
	padding-top: 30px;
}

.cgul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cgul li {
	display: block;
	width: 33%;
	padding-bottom: 35px;
}

.cimg img {
	width: 80%;
	max-height: 220px;
	display: block;
	/*float: left;*/
	margin: 0 auto;
}

.ctitle {
	width: 100%;
	float: left;
}

.ca {
	display: block;
	width: 50%;
	padding: 0 2%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	background: #3D82F2;
	color: #fff;
	margin: 0 auto;
	margin-top: 25px;
	border-radius: 4px;
	font-size: 14px;
}

.icon1 {
	width: 26px;
	/*margin-top: 5px;*/
	float: left;
	margin-right: 8px;
}

.footer {
	display: block;
	float: left;
	width: 100%;
	height: 100px;
	background: rgb(77, 73, 73);
}

.foocon {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 90px;
	color: rgba(255, 255, 255, 0.6);
}

.gzh {
	width: 60px;
	height: 60px;
}

.imgcon {
	width: 100px;
	float: right;
	font-size: 12px;
	padding-top: 10px;
}

.linka {
	font-size: 14px;
	line-height: 90px;
}
.acenter{
	display: flex;
	align-items: flex-start;
	gap: 2%;
	width: 96%;
	max-width: none;
	margin: 0 auto;
	padding: 28px 0 40px;
	overflow: hidden;
}
.aboutLeft{
	width: 26%;
	flex-shrink: 0;
	float: none;
	background: #fff !important;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 64, 152, 0.1);
	border: 1px solid rgba(0, 64, 152, 0.08);
}
.aboutLeft.box-sd {
	background: #fff !important;
	box-shadow: 0 4px 20px rgba(0, 64, 152, 0.1);
}
.aul{
	margin: 0;
	padding: 6px 0 10px;
	list-style: none;
	background: #f8fafc;
}
.aul li{
	height: auto;
	line-height: 1.5;
	font-size: 15px;
	width: 100%;
	padding: 0;
	display: block;
	margin: 0;
	float: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	text-align: left;
	box-sizing: border-box;
}
.aul li:last-child{
	border-bottom: none;
}
.aul li a{
	display: block;
	width: 100%;
	padding: 14px 18px 14px 28px;
	color: #444;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
	position: relative;
	box-sizing: border-box;
}
.aul li a::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-radius: 50%;
	background: #046fc2;
	opacity: 0.45;
	transition: opacity 0.2s ease;
}
.aul li a:hover{
	background: rgba(4, 111, 194, 0.08);
	color: #004098;
	padding-left: 32px;
}
.aul li a:hover::before {
	opacity: 1;
}
.aul li.selected a {
	background: rgba(4, 111, 194, 0.15);
	color: #004098;
	font-weight: 700;
	padding-left: 32px;
	border-left: 4px solid #046fc2;
}
.aul li.selected a::before {
	opacity: 1;
	background: #004098;
	width: 6px;
	height: 6px;
	margin-top: -3px;
}
.about3{
	min-height: 520px;
	padding-bottom: 20px;
}
.aboutRight{
	flex: 1;
	min-width: 0;
	margin-left: 0;
	float: none;
	min-height: 480px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 64, 152, 0.08);
	border: 1px solid rgba(0, 64, 152, 0.06);
	padding: 0 28px 32px;
	box-sizing: border-box;
}
.place{
	width: 100%;
	height: auto;
	line-height: 1.6;
	padding: 18px 0 14px;
	border-bottom: 1px solid #eef2f6;
	font-size: 14px;
	color: #888;
	margin-bottom: 24px;
}
.place a {
	color: #666;
	transition: color 0.2s ease;
}
.place a:hover {
	color: #046fc2;
}
.abouts {
	padding-top: 8px;
}
.atitle{
	width: 100%;
	height: auto;
	padding: 8px 0 20px;
	font-size: 24px;
	font-weight: 600;
	color: #222;
	text-align: center;
	border-bottom: 2px solid #046fc2;
	margin-bottom: 28px;
}
.acontent {
	font-size: 15px;
	line-height: 1.9;
	color: #444;
	padding: 0 8px 16px;
	word-break: break-word;
}
.acontent img {
	max-width: 100%;
	height: auto;
}
.acontent p {
	margin-bottom: 12px;
}
.atime{
	width: 100%;
	height: 30px;
	font-size: 14px;
	text-align: center;
	color: #999;
}
.listul{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 100%;
}
.listul li a,
.listul li{
	display: block;
	float: left;
	width: 100%;
}
.listul li{
	border-bottom: 1px solid #eee;
	height: 45px;
	line-height: 45px;
}
.selected{
	color: #004098;
}
.wp_paging{
	width: 100%;
	height: 60px;
	display: flex;
	font-size: 14px;
	margin-top: 50px;
	float: left;
}
.page_jump,
.page_nav{
	margin-left: 40px;
}
@media (max-width: 1000px) {
	.info,
	.con-left,
	.con-right {
		width: 100%;
		float: left;
	}
	.mls,
	.con-right {
		margin-left: 0%;
		margin-top: 40px;
	}
	.header-nav-list{
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.item{
		width: auto;
		margin-top: 0px;
	}
	.img-logo{
		width: 100%;
	}
	.head-r-info{
		width: 100%;
	}
	.navli{
		margin-top: 0px;
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.footer{
		height: 200px;
	}
	.linka{
		display: block;
		float: left;
		width: 100%;
		line-height: 40px;
	}
	.atitle{
		font-size: 16px;
	}
}

/* 首页整体居中容器，两侧留白 */
.index-page {
	background: #e8ecf1;
}

.index-page .page-wrap {
	width: 92.5%;
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.index-page .header {
	width: 100%;
	float: none;
}

.index-page .header-container {
	width: 100%;
	padding: 10px 24px;
	box-sizing: border-box;
}

.index-page .img-logo2 {
	align-items: center;
}

.index-page .img-logo2 > .site-title {
	font-size: 32px;
	letter-spacing: 6px;
}

.index-page .banner {
	width: 100%;
	margin: 0;
}

.index-page .banner img {
	margin-top: 0;
}

.index-page .index-home {
	width: 100%;
}

.index-page .footer {
	width: 100%;
	float: none;
}

.index-page .foocon {
	width: 94%;
}

/* 详情页整体布局 */
.about-page {
	background: #e8ecf1;
}

.about-page .page-wrap {
	width: 92.5%;
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.about-page .header {
	width: 100%;
	float: none;
}

.about-page .header-container {
	width: 100%;
	padding: 10px 24px;
	box-sizing: border-box;
}

.about-page .img-logo2 > .site-title {
	font-size: 32px;
	letter-spacing: 6px;
}

.about-page .about-banner {
	width: 100%;
	margin: 0;
	background: #f5f7fa;
	height: 12px;
}

.about-page .about-banner p {
	margin: 0;
	padding: 0;
	line-height: 12px;
}

.about-page .about3 {
	width: 100%;
	float: none;
	background: #eef2f7 url('../img/bg.jpg') no-repeat center top;
	background-size: cover;
}

.about-page .footer {
	width: 100%;
	float: none;
}

.about-page .foocon {
	width: 94%;
}

@media (max-width: 1000px) {
	.about-page .page-wrap {
		width: 97%;
	}

	.acenter {
		flex-direction: column;
		width: 94%;
		padding: 24px 0 36px;
	}

	.aboutLeft,
	.aboutRight {
		width: 100%;
		flex: none;
		margin-left: 0;
		float: none;
	}

	.aboutRight {
		margin-top: 20px;
		padding: 0 20px 24px;
	}
}

@media (max-width: 640px) {
	.about-page .page-wrap {
		width: 100%;
		box-shadow: none;
	}

	.img-logo2 img.ui-cursor,
	.img-logo2 .header-logo {
		width: 200px;
	}

	.site-title,
	.index-page .img-logo2 > .site-title,
	.about-page .img-logo2 > .site-title {
		font-size: 22px;
		letter-spacing: 4px;
	}

	.atitle {
		font-size: 20px;
	}
}

/* 首页实习备案材料区域 */
.index-home {
	width: 100%;
	float: none;
	padding: 48px 0 64px;
	background: #eef2f7 url('../img/bg.jpg') no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
	min-height: 420px;
}

.index-materials-wrap {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
}

.index-materials-panel {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 64, 152, 0.1);
	border: 1px solid rgba(0, 64, 152, 0.08);
}

.index-materials-panel.box-sd {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 64, 152, 0.1);
}

.index-materials-head.li-first {
	border-radius: 0;
}

.index-materials-head .li-top {
	font-size: 20px;
	padding: 18px 12px;
}

.index-materials-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	padding: 8px 0 12px;
	list-style: none;
	background: rgba(168, 185, 201, 0.08);
}

.index-materials-item {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.index-materials-item:nth-child(2n) {
	border-right: none;
}

.index-materials-item:nth-last-child(-n+2) {
	border-bottom: none;
}

.index-materials-item a {
	display: block;
	padding: 18px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
	position: relative;
}

.index-materials-item a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-radius: 50%;
	background: #046fc2;
	vertical-align: middle;
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.index-materials-item a:hover {
	background: rgba(78, 116, 172, 0.15);
	color: #004098;
	padding-left: 28px;
}

.index-materials-item a:hover::before {
	opacity: 1;
}

@media (max-width: 1000px) {
	.index-page .page-wrap {
		width: 97%;
	}

	.index-home {
		padding: 32px 0 48px;
	}

	.index-materials-wrap {
		width: 94%;
	}
}

@media (max-width: 640px) {
	.index-page .page-wrap {
		width: 100%;
		box-shadow: none;
	}

	.index-materials-list {
		grid-template-columns: 1fr;
	}

	.index-materials-item {
		border-right: none;
	}

	.index-materials-item:nth-last-child(-n+2) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.index-materials-item:last-child {
		border-bottom: none;
	}

	.index-materials-item a {
		padding: 16px 20px;
		font-size: 15px;
	}
}

.sxba-password-gate {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	background: url(../img/bg.jpg) center center / cover no-repeat;
}

html.sxba-locked .sxba-password-gate {
	display: flex;
}

.sxba-password-box {
	width: 90%;
	max-width: 400px;
	padding: 40px 30px 30px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
}

.sxba-password-logo img {
	width: 220px;
	max-width: 100%;
	height: auto;
}

.sxba-password-title {
	margin: 20px 0 8px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	letter-spacing: 4px;
}

.sxba-password-tip {
	margin-bottom: 20px;
	font-size: 14px;
	color: #999;
}

.sxba-password-input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 14px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
}

.sxba-password-input:focus {
	border-color: #046fc2;
}

.sxba-password-btn {
	width: 100%;
	height: 44px;
	border: none;
	border-radius: 4px;
	background: #046fc2;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.sxba-password-btn:hover {
	background: #035a9e;
}

.sxba-password-error {
	min-height: 20px;
	margin-top: 12px;
	font-size: 14px;
	color: #e53935;
}