:root {
	box-sizing: border-box;
	height: 100%;}
* {
	margin: 0;
	padding: 0;
	box-sizing: inherit;}
ol,
ul {
	margin: 0;
	padding: 0;}
p {
	margin: 0;}
body {
	display: flex;
	flex-flow: column;
	height: 100%;
	font-size: 16px;}
input,
button {
	outline: none;}
li {
	list-style: none;}
a {
	color: rgb(79, 77, 77);}
a:hover,
a:active,
a:hover,
a:visited,
span:visited {
	text-decoration: none;}
.m_l_5 {
	margin-left: -5px;}
.m_l_15 {
	margin-left: 15px;
	margin-right: -15px;}
.header {
	padding: 0.5em 0;
	background-color: #004da1;
	border-bottom: 1px solid #065eb5;}
.header .header-flex {
	display: flex;
	justify-content: space-between;}
.header .logo {
	max-height: 90px;}
.header .logo img {}
.header .search {
	position: relative;
	align-self: center;}
.header .search input {
	border: 0.1px solid #c6b7b7;
	padding: 0.5em 2em 0.3em 1em;
	font-size: 0.8em;
	width: 16em;
	line-height: 0.6em;
	}
.header .search .search-icon {
	position: absolute;
	padding: 0.3em 0;
	right: 12px;
	color: #4f4d4d;
	cursor: pointer;}

.nav {
	background-color: #004da1;}
.nav-module {
	border-top: 1px solid #053f7d;}
.navbar {
	border: none;
	background-color: #004da1;
	margin: 0;}
.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: space-around;}
.navbar-toggle {
	margin-right: 0px !important;}
.navbar-brand {
	padding: 0;}
.web-logo img {
	height: 100%;}
.navbar-default .navbar-nav > li > a {
	font-size: inherit;
	color: #fff;}
.navbar-default .navbar-nav > li > a:hover {
	color: #ecebe6;}
.navbar-default .navbar-nav > li > a:visited {
	color: #fff;}

.banner-main {}
.banner {
	height: 450px;
	overflow: hidden;
	position: relative;
	flex: 0 0 auto;}
.banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

.main {
	flex: 1 0 auto;
	margin: 1em 0;}

/*é¡¶éƒ¨å›¾æ ‡ css*/
.top-icons {
	background: #004da1;
	/*margin: 0 0 1em 0;*/
	border-bottom: 4px solid #fac748;}
.top-icons ul {
	display: flex;
	justify-content: space-around;}
.top-icons ul li {
	text-align: center;
	height: 110px;
	align-self: center;
	width: 26%;
	}
.top-icons ul li:hover {
	background-color: #fac748;}
.top-icons ul li a {
	display: block;
	width: 100%;
	height: 100%;}
/*.top-icons ul li:hover a img {
	box-shadow: 0px 0px 2px #888888;
}*/
.top-icons ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;}
.top-icons ul li a img {
	max-width: 4em;}
.top-icons ul li a .des {
	color: #fff;
	font-size: 0.95em;
	margin-top: 10px;}

/* æ–‡ç« æ ‡é¢˜æ¨¡å— css */
.article {
	overflow: hidden;}
.article-h {
	height: 365px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0.5em;
	overflow: hidden;}
.single-article {
	margin-bottom: 1em;}
.single-article .hd {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #3987c5;}
.single-article .hd .title {
	position: relative;
	float: left;
	/* background-color: #3987c5; */
	/* color: #fff; */
	font-size: 1.1em;}

.single-article .hd .title > span {
	display: inline-block;
	cursor: pointer;
	/* padding: 0 0.5em; */
	line-height: 1em;
	color: #004da1;
	font-weight: 600;}
.single-article .hd .title .inactive {
	color: #000;
	font-weight: 100;}
/* .single-article .hd .title > span + span {
	border-left: 2px solid #736a6a;
} */

.single-article .hd .title span + span::before {
	content: "/";
	margin: 0 0.5em;
	color: #000;
	font-weight: 100;}

/* .single-article .hd .title::after {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	border-top: 16px solid #fff;
	border-bottom: 16px solid #fff;
	border-left: 16px solid #508fc1;
} */

.single-article .hd .more {
	float: right;
	padding: 0.2em 0.4em;}
.single-article .hd .more a {
	font-size: 0.8em;}
.single-article .hd .more a span {
	display: inline-block;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* for safari 3.1 to 6.0 */
	transition: width 2s, height 2s, transform 2s;}
.single-article .hd .more a:hover span {
	transform: rotate(360deg);}

.single-article .bd {}

.single-article .bd .article-list li {
	line-height: 1.6em;
	overflow: hidden;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ddd;}
.single-article .bd .article-list li + li {}
.single-article .bd .article-list li:nth-of-type(5), 
.single-article .article-tab .article-list li:nth-of-type(9),
.single-article .article-tab .article-list li:nth-of-type(10) {
	border: none;}
.single-article .bd .article-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 0;}
.single-article .bd .article-list li a:hover .date span:nth-of-type(2) {
	background-color: #3987c5;
	color: #fff;}
.single-article .bd .article-list .date {
	display: flex;
	flex-flow: column;
	float: left;
	border: 0.1px solid #3987c5;
	border-radius: 2px;}
.single-article .bd .article-list .date span {
	text-align: center;
	padding: 0.5em;
	line-height: 0.8em;}
.single-article .bd .article-list .date span:nth-of-type(1) {
	background-color: #3987c5;
	color: #fff;
	font-size: 0.8em;}
.single-article .bd .article-list .date span:nth-of-type(2) {
	/* letter-spacing: 0.1em; */
	transition: all 0.1s ease-in 0.1s;
	font-size: 0.9em;}
.single-article .bd .article-list .title {
	width: calc(100% - 4em);
	font-size: 0.95em;
	float: left;
	padding-left: 0.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;}

.single-article .article-tab .article-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;}
.single-article .article-tab .article-list li {
	width: 48%;}

/* å›¾æ ‡æŽ’åˆ—åŒºåŸŸ css */
.icon-area {
	display: flex;
	margin-bottom: 1.5em;}
.icon-area .school-profile {
	width: 60%;
	height: 295px;
	background-color: #185da8c7;
	padding: 0.5em;
	overflow: hidden;}

.icon-area .school-profile .title {
	height: auto;
	padding-bottom: 0.5em;}
.icon-area .school-profile .title span {
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #fff;
	padding-bottom: 0.3em;}
.icon-area .school-profile .content {
	padding-top: 0.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	font-size: 0.93em;}
.icon-area .school-profile .content p {
	text-indent: 2em;
	color: #efefef;
	line-height: 1.6em;}
.icon-area .school-profile .more {
	margin-top: 0.3em;}
.icon-area .school-profile .more span {
	border: 0.5px solid #f4f2f2;
	padding: 0.2em 0.8em;
	color: #f4f2f2;
	float: right;
	font-size: 0.8em;}
.icon-area .quick-icon {
	width: 38%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0 1%;}
.icon-area .quick-icon div {
	border-radius: 5px;
	text-align: center;}
.icon-area .quick-icon div a {
	color: #fff;
	font-weight: 700;}
.icon-area .quick-icon div:not(:last-of-type) {
	width: 48%;
	height: 100px;
	background-color: green;
	margin-bottom: 0.5em;}
.icon-area .quick-icon div:last-of-type {
	width: 100%;
	height: 80px;
	background-color: greenyellow;}

/* å›¾æ–‡å·¦å³æ··æŽ’ css */
.pic-art-area {}
.pic-art-area .bd .article-list a:hover .pic img {
	transform: scale(1.2);}
.pic-art-area .bd .article-list .pic {
	width: 16%;
	float: left;
	overflow: hidden;}
.pic-art-area .bd .article-list .pic img {
	width: 100%;
	height: 72px;
	transition: all 0.7s;}
.pic-art-area .bd .article-list .content {
	width: 83%;
	float: left;}
.pic-art-area .bd .article-list .content .title {
	clear: both;
	line-height: 1.3em;
	/* font-weight: 600; */
	padding-top: 0;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	width: 100%;
	padding-left: 7.6px;}
.pic-art-area .bd .article-list .content .des {
	clear: both;
	font-size: 0.8em;
	line-height: 1.8em;
	padding-left: 7.6px;}

/* bottom-icon css */
.bottom-icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;}
.bottom-icon .single-bottom-icon {
	text-align: center;
	margin-top: 1em;}
.bottom-icon .single-bottom-icon > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 1em;
	border-radius: 10px;
	line-height: 30px;}
.bottom-icon .single-bottom-icon > a:hover {
	transform: translateY(-3%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}
.bottom-icon .single-bottom-icon img {
	width: 60px;
	border-radius: 50%;}
.bottom-icon .single-bottom-icon .des {
	color: #4f4d4d;}

/* bottom-banner css*/
.bottom-banner {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;}
.bottom-banner ul {
	height: 95px;}
.bottom-banner .pic-list {
	float: left;
	width: 212px;
	height: 126px;
	/* margin-left: 20px; */
	}
.bottom-banner .pic-list + .pic-list {
	margin-left: 1.2em;
	}
.bottom-banner .pic-list img {
	width: 100%;
	height: 100%;}
.bottom-banner .pic-list .des {
	text-align: center;
	font-size: 0.9em;
	margin: 0.5em;
	color: #000;}

/* å‹æƒ…é“¾æŽ¥ css */
.links-qr {}
.links-qr .block-top .hd {
	border-bottom: 2px solid #fac748;
	padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: 600;}
.links-qr .block-top .bd{
	padding: 0.2em 0;}
.links-qr .block-top .bd ul {}
.links-qr .block-top .bd ul li {
	float: left;
	padding: 0 1em;
	border-right: 1px solid #ddd;
	margin: 0.3em 0;
	padding-right: 0.5em;
	margin-left: 0.5em;
	}

.links-qr .block-top .bd ul li > a {
	color: #4f4d4d;
	font-size: 0.9em;}
.links-qr .block-top .bd ul li > a:hover .iconfont {
	color: #3d6498;
	font-weight: 1000;}

.footer {
	text-align: center;
	color: #F1EFEF;
	font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", tahoma, arial, simsun, "å®‹ä½“";
	font-size: 0.9em;
	flex: 0 0 auto;}
.footer-main {
	background-color: #0e4f8f;}
.footer-main .footer-flex {
	display: flex;
	justify-content: space-between;
	padding: 0.5em 1em;}
.footer-logo {
	align-self: center;}
.footer-logo img {}
.copyright {
	background-color: ;

	padding: 0.3em 0;
	font-size: 0.8em;
	color: #ebe9e9;}

.school-info > div,
.web-info > div {
	margin: 0 auto;}
.school-info > div > p,
.web-info > div > p {
	text-align: left;
	line-height: 26px !important;}
.school-info a {
	color: rgb(218, 216, 216);}
.school-info a:hover {
	color: #fff;}

.web-info > div > p {
	text-align: left;
	line-height: 30px;}
.web-info .ba {
	color: #ddd;}
.school-qr {
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;}
.school-qr .single-qr {
	position: relative;}
.school-qr .qr-img {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -105px;}
.school-qr .qr-img img {
	width: 100%;
	height: 100%;}
.school-qr .iconfont {
	font-size: 2em;
	color: #8a8989;}
.school-qr .icon-wxqr:hover {
	color: #07bd13;}
.school-qr .icon-weibo:hover {
	color: #aa2c2c;}

/*æµ®åŠ¨ä¾§è¾¹æ */
.float-slide {
	position: fixed;
	top: 360px;
	right: 0.1em;
	width: 136px;
	height: auto;
	overflow: hidden;}
.float-slide .close-btn {
	text-align: center;}
.float-slide .hd {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0.3em;
	text-align: center;
	line-height: 2em;
	background: #fff;}
.float-slide .hd .title {
	float: left;
	margin: 0.2em 0 0 0.2em;}
.float-slide .hd img {
	height: 2em;}
.float-slide .bd {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0.5em;}
.float-slide .bd ul li {
	height: 1.8em;
	line-height: 1.8em;
	border-bottom: 1px dashed #8e8c8c;}

/* å½•å–æŸ¥è¯¢é¡µé¢ css */
.lqcx-area form{
	margin: 3em;
	text-align: center;}
.lqcx-area .lqcx-info{
	padding: 2em;
	color: #6f6767;}

/* æ‹›ç”Ÿè®¡åˆ’,åŽ†å¹´åˆ†æ•°æŸ¥è¯¢é¡µé¢css */
.select-area,.content-area {
	font-size: 0.95em;}

.single-select  + .single-select {
	margin: 1em 0em;}

.single-select .hd {
	font-weight: 600;
	float: left;}

.single-select .bd {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	font-size: 1em;
	min-height: 2em;}

.single-select .hd {
	padding: 0.1em 0em;
	margin: 0.2em 0em;}

.single-select .bd span {
	padding: 0.1em 0.3em;
	margin: 0.2em 0.3em;}

.single-select .bd span:hover,
.single-select .bd .active {
	display: inline-block;
	background-color: #337ab7;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;}

.table-bootstarp-table th{
	background-color: #337ab7;
	color: #fff;}

.content-area .info{
	padding: 0.2em;
	margin: 0.5em 0;}



/* äºŒ,ä¸‰çº§é¡µé¢css */
.second-banner, .third-banner{
	height: 150px;}
.second-banner img, .third-banner img{
	width: 100%;
	height: 100%;}
.article-second {
	min-height: 100px;}
/*.article-second .article-slide {
	border: 0.5px solid #ddd;
	border-radius: 10px;
}
.article-second .article-slide .hd {
	text-align: center;
	padding: 0.75em 0;
	color: #084f6b;
}
.article-second .article-slide .hd .iconfont {
	font-size: 2em;

	padding: 0 0.25em;
}
.article-second .article-slide .hd .title {
	font-size: 1.8em;
	padding: 0 0.25em;
}
.article-second .article-slide a {
	width: 100%;
	height: 100%;
}
.article-second .article-slide .article-slide-img {
	width: 100%;
}
.article-second .article-slide .active {
	background-color: #0069a0;
}
.article-second .article-slide .active a {
	color: #ecebe6;
}
.article-second .article-slide ul {
	margin: 0;
}
.article-second .article-slide ul li {
	height: 3em;
	line-height: 3em;
	text-align: center;
	border-top: 0.5px solid #ddd;
}
.article-second .article-slide ul li:hover {
	background-color: #f4f2f2;
}
.article-second .article-slide ul li a {
	display: block;
	color: #4a4949;
}*/
.article-second .second-article-area .article-list {
	padding-top: 0.5em;
	padding-bottom: 0.15em;
	border-bottom: 0.5px solid #ddd;
	overflow: hidden;
	line-height: 1.8em;}
.article-second .second-article-area .no-record-tips{
	line-height: 100px;
	border: 0.5px solid #ddd;
	margin-top: 20px;}
.article-second .second-article-area .article-list:hover {
	border-bottom: 1px solid #0069a0;}

.article-second .second-article-area .article-title,
.article-second .second-article-area .article-omit {
	width: 100%;
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.article-second .second-article-area .article-title {
	font-size: 1.1em;
	color: #1c1818;}
.article-second .second-article-area .article-omit {
	font-size: 0.8em;
	color: #868282;}
.article-second .second-article-area  .article-date {
	font-size: 0.9em;
	float: right;
	text-align: left;
	color: #514e4e;}
.form-group select option:first-child{display:none!important}
.form-group select option:nth-child(2){display:none!important}
.form-group select option:nth-child(4){display:none!important}
.form-group select option:nth-child(5){display:none!important}





