* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "Regular",Helvetica, Arial, sans-serif;
}

*:focus {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #333;
	min-width: 320px;
	float: left;
	width: 100%;
	min-height: 100%;
	background: #f7f7f7;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

ol,
ul,
li {
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
	padding: 0;
}

.media-left,
.media-right,
.media-top {
	padding: 0;
}

.media,
.media-heading {
	margin: 0;
}

p,
.row,
dl {
	margin: 0;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

button {
	border: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

em,
i {
	font-style: normal;
}

/*header*/

/*需要设置*/
@media screen and (min-width:1600px ){
	.container{
		width: 1500px;
	}
}
@media screen and (max-width:1500px ){
	.container{
		width: 1350px;
	}
}
@media screen and (max-width:1350px ){
	.container{
		width: 1170px;
	}
}
@media screen and (max-width:1169px ){
	.container{
		width: 970px;
	}
}

.article-content img, .wp_articlecontent img {
    max-width: 100% !important;
    height: auto !important;
}

.header {
	height: 130px;
	background: #fff;
	min-width: 320px;
	background: #fff url(../images/top_jb.png) top center no-repeat;
	background-size: 100%;
}

.header .container {
	position: relative;
	padding: 29px 0px;
}
.header-logo{ max-height:72px;}

.main-bg {
	width: 100%;
	clear: both;
	background: #f3f9ff;
}

.mobile-span-icon{
	color: #373737;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.mobile-navlist .nav-item.on>a .mobile-span-icon{
	color: #fff;
	transform: rotate(-180deg);
}

.nav-all {
	width: 100%;
	clear: both;
	color: #fff;
	background: #1f487e;
}

.navlist {
	/*margin: 0 -54px;*/
}

.navlist>li {
	float: left;
	text-align: center;
	width: 14.28%;
}

.navlist>li>a {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 47px;
	display: block;
	position: relative;
	padding-top: 3px;
}
.navlist>li>a:after{
	content: '';
	width: 1px;
	height: 20px;
	background: #6a9fd2;
	position: absolute;
	right: 0px;
	top: 15px;
}

.navlist>li>a:hover {
	background: #366faf;
}

.navlist>li.active>a {
	background: #366faf;
}


input {
	outline: none;
	border: none;
}

.nav-search {
	position: relative;
	width: 230px !important;
	height: 31px;
	line-height: 31px;
	color: #333;
	background: #eeeeee;
	padding: 0 35px 0 15px;
	overflow: hidden;
	margin-top: 18px;
	font-size: 12px;
}

.nav-search form{
	height: 29px;
}

.nav-search input.keywords {
	width: 100%;
	height: 29px;
	line-height: 29px;
	color: #333;
	background: none;
}

.btn-sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 29px;
	background: #1f487e url(../images/icon_search.png) center center no-repeat;
}

.header-link{
	font-size: 0;
	margin-top: 23px;
}

.header-link a{
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #333;
	padding: 0 28px 0 23px;
}

.header-link a:before{
	content: '';
	width: 1px;
	height: 13px;
	background: #a0a0a0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
}

.header-link a:first-child:before{
	display: none;
}

.header-link a:hover{
	color: #1f487e;
}

.navlist>.nav-item {
	position: relative;
}

.navlist>.nav-item>.nav-item-menu {
	position: absolute;
	top: 50px;
	width: 100%;
	background: rgba(46, 85, 137, 0.8);
	z-index: 10000;
	display: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #e0a45d;
}

.navlist>.nav-item>.nav-item-menu>li>a {
	color: #fff;
    display: block;
    padding: 10px 5px;
    font-size: 15px;
}

.navlist>.nav-item>.nav-item-menu>li>a:hover {
	background: #366faf;
}

.nav-mobile {
	position: absolute;
	top: 76px;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #1f487e;
	z-index: 10000;
}

.mobile-navlist {
	background: #fff;
	overflow-y: auto;
}

.mobile-navlist>li {
	border-bottom: 1px solid #efefef;
}

.mobile-navlist li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	font-size: 14px;
	color: #373737;
	height: 40px;
	line-height: 40px;
    position: relative;
}

.mobile-navlist>li>a {
	font-weight: bold;
}

.mobile-navlist .nav-item.on>a {
	background-color: #1f487e;
	color: #fff;
}

.mobile-navlist>.nav-item>.nav-item-menu {
	display: none;
	padding: 0 15px;
}

.mobile-navlist .nav-item.on .nav-item-menu {
	display: block;
}

.mobile-navlist>.nav-item>.nav-item-menu>li>a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.bg-nav-mobilce,
.bg-nav-mobilce2 {
	display: none;
	position: absolute;
	top: 76px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 998;
}

.box-mobile-form {
	z-index: 9999;
	display: none;
	padding: 10px 0 10px 0;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 76px;
}

.mobile-form-search {
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #1f487e;
	border-radius: 16px;
}

.mobile-input-search {
	display: block;
	padding: 0 40px 0 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	background-color: transparent;
	color: #000;
	border-radius: 16px;
}

.mobile-btn-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: none;
    border: none;
    outline: none;
}

.mobile-search-icon {
    font-size: 20px;
    color: #1f487e;
    margin-top: 5px;
    cursor: pointer;
}

.icon-collapse {
	top: 0;
}

.box-icon .icon {
	cursor: pointer;
	display: block;
	height: 30px;
}

.box-icon .icon-collapse {
	display: none;
}

.box-icon.open .icon-collapse {
	display: block;
	color: #1f487e;
	height: 20px;
	font-size: 20px;
}

.box-icon.open .icon {
	display: none;
}

.thrnav{
	text-indent: 2em;
}

/*list*/
.list-img{
	position: relative;
	margin-bottom: 30px;
}
.listBanner{
	position: relative;
	overflow: hidden;
}
.listBanner .banner1{
	width: 100%;
}
.listBanner .banner2{
	position: absolute;
	top: 0px;
	left: 0px;
	max-height: 100%;
	height: 100%;
}
.list-img .topTitle{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.list-img .topTitle .leftNavTitle{
	position: relative;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.list-img .topTitle .leftNavTitle:after{
	content: '';
	width: 30px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: -20px;
	left: 0px;
}
.common-local{
	padding: 30px 0 20px 16px;
    background: url(/_upload/tpl/0f/ce/4046/template4046/images/content_icon_local.png) left 33px no-repeat;
    font-size: 12px;
    color: #fff;
}
.common-local a {
    color: #fff;
}
/*common-left*/
.common-left{
	width: 248px;
	float: left;
}
.common-right{
	width: 78%;
	float: right;
}
.navlist2{
	padding-bottom: 200px;	
	min-height: 300px;
	background: #fff url(../images/leftbar_bg.jpg)bottom center no-repeat;
}
.navlist2>li{
	
}

.navlist2>li.active{
	
}

.navlist2>li>a{
	display: block;
	font-size: 18px;
	color: #000;	
	font-family: 'Regular';
	padding: 15px 30px 15px 30px;
	position: relative;
}

.navlist2>li.active>a{
	color: #fff;
	font-weight: bold;	
	background: #1f487e;
}

.navlist2>li.active>a:after{
	content: '';
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5.5px;
}

.navlist2>li.active.nav-ac>a:after{
	transform: rotate(90deg);
}

.navlist2 li a:hover{
	color: #fff;
	font-weight: bold;	
	background: #1f487e;
}

.thr-sub{
	padding: 0 30px 10px 40px;
}

.thr-sub li a{
	display: block;
	font-size: 15px;
	color: #333;
	padding: 15px 0;
}

.thr-sub>li.active>a{
	font-weight: bold;
	color: #1f487e;
}
.thr-sub>li a:hover{
	font-weight: bold;
	color: #1f487e;
	background: inherit;
}

.thr-sub {
	display: none;
}
.sub-open {
	display: block;
}
.list-title{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.navlistTeacher{
	background: #eee;
	margin-top: 30px;
}
.navlistTeacher li:first-child{
	padding: 10px 0px;
	display: block;
	font-size: 16px;
	text-align: center;
	background: #1f487e;
	color: #fff;
}
.navlistTeacher>li>a{
	text-align: left;
	display: block;
	font-size: 14px;
	color: #000;	
	font-family: 'Regular';
	padding: 10px 30px 10px 30px;
	position: relative;
}
/*listLeft end*/

.footer {
	background: #1f487e;
	display: none;
	margin-top: 40px;
	min-width: 320px;
}

.footer .container {
	position: relative;
	text-align: center;
}

.footer .footer-container {
	text-align: center;
}

.footer-link {
	width: 100%;
	padding: 15px 0;
	background: #366faf;
}

.link-left {
    margin-top: 3px;
}

.footer-link h4 {
	font-size: 14px;
	display: inline-block;
	color: #1f487e;
	padding-left: 17px;
	position: relative;
}

.footer-link h4:before{
	content: '';
	width: 3px;
	height: 15px;
	background: #1f487e;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
}

.friend-link a {
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
	display: inline-block;
	margin: 3px 0;
	position: relative;
}

.friend-link a:after{
	content: '';
	width: 1px;
	height: 12px;
	background: #9f9f9f;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}

.friend-link a:last-child:after {
	display: none;
}

.friend-link a:hover {
	color: #1f487e;
}

.footer-bottom{
	
}

.web-info{
	font-size: 14px;
	color: #fff;
	padding: 25px 0px;
	line-height: 30px;
}

.footer-logo{
	position: absolute;
    top: -15px;
    right: 0px;
}
.footer-logo2{
    right: 170px;
}

.footer-logo img{
	max-width: 90px;
}
.footer-logo p{
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}

@media (max-width: 1199px) {
	.list-img .topTitle .leftNavTitle{
		font-size: 20px;
	}
	.list-img .topTitle .leftNavTitle:after{
		top: -10px;
	}
	.common-local {
		padding: 10px 0 15px 16px;
		background-position: 0px 13px;
	}
	.common-right{
		width: 70%;
	}
	.footer-logo{
		top: 10px;
	}
	.footer-logo2{
		left: 0px;
		right: inherit;
	}
	.footer-logo img{
		max-width: 65px;
	}
}

@media (max-width: 991px) {
	.header {
		position: fixed;
		width: 100%;
		height: 76px;
		overflow: hidden;
		top: 0;
		z-index: 10000;
	}
	.logo-d {
		height: 45px;
	}
	.header-logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 46px;
	}
	.container {
		padding: 0 15px;
		width: auto;
	}
	.header .container {
		width: 750px;
		padding: 15px;
		border-bottom: none;
		height: 76px;
		background: none;
	}
	.main-bg{
		margin-top: 76px;
	}
	.box-icon {
		margin: 0px;
		position: absolute;
		height: 20px;
		top: 13px;
		bottom: 0;
	}
	.box-icon .icon {
		color: #1f487e;
		height: 20px;
		font-size: 20px;
	}
	.box-icon-search {
		right: 45px;
	}
	.box-icon-other {
		text-align: right;
		right: 0;
	}
	.box-icon-other span {
		cursor: pointer;
		font-size: 20px;
		top: 1px;
		color: #1f487e;
	}
	.box-icon-nav {
		left: 0;
	}
	.nav-mobile,
	.bg-nav-mobilce,
	.bg-nav-mobilce2 {
		position: fixed;
	}

	.common-left{
		display: none;
		width: 100%;
	}
	.navlist2{
		padding: 0px;
		min-height: inherit;
		background: #f7f7f7;
	}
	.navlistTeacher{
		display: none;
	}
	.common-right{
		width: 100%;
	}
	.blockTitle{
		display: none;
	}
	.footer-bottom{
		background: none;
	}
	.footer-logo{
		position: relative;
		display: inline-block;
		top: 0px;
		width: auto;
	}
	.footer-logo2{
		left: inherit;
	    right: 0px;
	    margin-right: 15px;
	}
	.footer-logo img{
		max-width: 90px;
	}
}

@media (max-width: 450px) {
	.header .container {
		width: auto;
	}
	.box-icon .icon,.box-icon.open .icon-collapse {
		font-size: 15px;
		top: 4px;
	}
	.box-icon-other span {
		font-size: 15px;
		top: 4px;
	}
	.header-logo{
		height: 40px;
	}
	.bx-controls-direction{
		display: none;
	}
	.banner .bx-wrapper .bx-pager{
		display: block!important;
	}
	.banner .bx-wrapper .bx-pager.bx-default-pager a.active{
		background: #1f487e!important;
	}
	.footer-logo{
		width: auto;
		top: 0px;
	}
}

/*页码样式调整*/

.wp_paging {
	float: none;
	text-align: right;
	margin-top: 25px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
	float: none;
}

.wp_paging a.pagingJump {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #1f487e;
	color: #fff;
	padding: 0 3px 0 7px;
	border-radius: 5px;
	margin-left: -7px;
	margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
	color: #fff;
}

.wp_paging li span.pages {
	margin-left: 15px;
	margin-top: -2px;
}

.wp_paging li input {
	width: 55px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	margin-top: -25px;
}


