/*reset*/

@font-face {font-family:RobotoCondensed-Regular; src: url("../fonts/RobotoCondensed-Regular.ttf")}
* {
	margin: 0;
	padding: 0;
	font-family: RobotoCondensed-Regular,sans-serif;
}

*:focus {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #333;
	min-width: 320px;
}

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;
}

p{
	line-height: 26px;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}

.bx-wrapper .bx-controls-direction a{
	z-index: 997;
}

button {
	border: none;
}

input {
	outline: none;
	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*/

/*需要设置*/
.container{
	max-width: 1170px;
}


.top-line{
	width: 50%;
	height: 5px;
}

.top-line.green{
	background: #3dcf53;
}

.top-line.blue{
	background: #2358b8;
}

.header {
	height: 135px;
	background: #fff;
	min-width: 320px;
}

.header .container {
	position: relative;
	padding: 28px 0 24px;
}

.jnu-logo{
	margin-top: 18px;
}

.header-right span{
	font-size: 12px;
	color: #515050;
	padding: 0 6px;
    display: inline-block;
}

.header-right span a{
	font-size: 12px;
	color: #515050;
}

.header-right span a:hover{
	color: #1158d8;
}

.header-right span.header-span {
    margin-top: 35px;
    margin-right: 25px;
}

.header-form{
	position: relative;
	margin: 31px 3px 0 0;
	
}

.form-over{
	width: 20px;
    height: 25px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease-in-out;
}

.header-form .keywords{
	border-bottom: 1px solid #ccc;
	padding: 2px 25px 2px 0;
	background: none;
	position: absolute;
	right: -178px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease-in-out;
}

.header-form .btn-sub{
	width: 20px;
	height: 20px;
	background:#fff url(../images/icon_search.png) center center no-repeat;
	position: absolute;
	top: 2px;
    right: 0;
}

.form-over:hover{
	width: 178px;
}

.form-over:hover .keywords{
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.main-bg {
	width: 100%;
	clear: both;
}

.mobile-span-icon{
	color: #373737;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.mobile-navlist .nav-item.on>a .mobile-span-icon{
	color: #fff;
	transform: rotate(-180deg);
}


.nav-all {
	width: 100%;
	clear: both;
	color: #fff;
	background: #2358b8;
}

.navlist {
	height: 55px;
}

.navlist>li {
	float: left;
	text-align: center;
}

.navlist>li>a {
	color: #fff;
    font-size: 18px;
    line-height: 55px;
    display: block;
    font-weight: normal;
    padding: 0 61.7px;
}

.navlist>li.active>a{
	color: #fff;
	background: #13449e;
	font-weight: bold;
}

.navlist>li>a:hover {
	color: #fff;
	background: #13449e;
}

.navlist>.nav-item {
	position: relative;
}

.navlist>.nav-item>.nav-item-menu {
	position: absolute;
	top: 55px;
	left: 0;
	min-width: 100%;
	width: auto;
	/*background: #2358b8;*/
	background: rgba(35,88,184,.7);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B22358b8, endColorstr=#B22358b8);*/
	z-index: 10;
	display: none;
}

.navlist>.nav-item:last-child>.nav-item-menu {
    left: inherit;
    right: 0;
}

.navlist>.nav-item>.nav-item-menu>li>a {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navlist>.nav-item>.nav-item-menu>li>a:hover {
	background: #13449e;
	color: #fff;
}

.nav-mobile {
	position: absolute;
	top: 76px;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #2358b8;
	z-index: 10000;
}

.mobile-navlist {
	background: #fff;
	overflow-y: auto;
	max-height: 350px;
}

.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;
}

.mobile-navlist>li>a {
	font-weight: bold;
	position: relative;
}

.mobile-navlist .nav-item.on>a {
	background-color: #2358b8;
	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 #2358b8;
	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: #2358b8;
    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: #2358b8;
	height: 20px;
	font-size: 20px;
}

.box-icon.open .icon {
	display: none;
}

@media (max-width: 1200px) {
	.header{
		height: 131px;
	}
	.header .container {
	    padding: 40px 0 33px;
	}
	.header-logo{
		width: 400px;
	}
	.jnu-logo {
   		margin-top: 5px;
	}
	.header-right span.header-span {
   		margin-top: 25px;
	}
	.header-form {
    	margin: 21px 3px 0 0;
	}
	.navlist>li>a {
		padding: 0 45px;
	}
}

@media (max-width: 991px) {
	.header {
		position: fixed;
		width: 100%;
		height: 76px;
		overflow: hidden;
		top: 0;
		z-index: 10000;
	}
	.container {
		padding: 0 15px;
	}
	.header .container {
		padding: 15px;
		border-bottom: none;
	}
	.logo-d {
		height: 46px;
	}
	.header-logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: auto;
		height: 46px;
	}
	.header .container {
		height: 76px;
	}
	.main-bg{
		margin-top: 76px;
	}
	.box-icon {
		margin: 0px;
		position: absolute;
		height: 20px;
		top: 13px;
		bottom: 0;
	}
	.box-icon .icon {
		color: #2358b8;
		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: #2358b8;
	}
	.box-icon-nav {
		left: 0;
	}
	.nav-mobile,
	.bg-nav-mobilce,
	.bg-nav-mobilce2 {
		position: fixed;
	}
}

@media (max-width: 450px) {
	.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: 35px;
	}
}

.footer {
	background: #333 url(../images/foot_bg.jpg) center center no-repeat;
	display: none;
	padding-bottom: 20px;
	min-width: 320px;
}

.footer .container {
	position: relative;
}

.footer .footer-container {
	text-align: center;
}

.web-infor {
	color: #d5d5d5;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 13px;
}

.footer .copyright {
	font-size: 13px;
	color: #d5d5d5;
}

.mobile-span{
	display: inline-block;
}

.mobile-span a{
	color: #d5d5d5;
}

.mobile-span a:hover{
	color: #fff;
}

.footer-media{
	padding: 30px 0 15px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #717171;
	text-align: left;
}

.footer-media .media-left{
	width: 120px;
}

.footer-media .media-body,.footer-media .media-right{
	vertical-align: middle;
	position: relative;
}

.footer-media h4{
	font-size: 14px;
	padding-left: 15px;
	border-left: 4px solid #3dcf53;
	margin-top: 3px;
}

.footer-media a{
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	position: relative;
	margin-bottom: 15px;
}

.footer-media a:after{
	content: '';
    width: 1px;
    height: 14px;
    background: #a7a7a7;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -7px;
}

.footer-media a:last-child:after{
	display: none;
}

.footer-media a:hover{
	text-decoration: underline;
}

.footer-media h4.footer-h{
	border-left: 4px solid #2358b8;
}

.go-top{
	width: 72px;
	height: 72px;
	background: #333;
	position: absolute;
	right: 0;
    top: -20px;
	border-radius: 50%;
	text-align: center;
}

.go-top p{
	font-size: 14px;
	color: #3dcf53;
	line-height: 1;
    margin-top: 2px;
}

#wp_column_article span{
	line-height: 26px;
}

.wp_entry img{
	max-width: 100%;
}


/*页码样式调整*/

.wp_paging {
	float: right;
    text-align: center;
    margin-top: 10px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
	float: left;
}

.wp_paging li{
	margin-top: 0;
	margin-bottom: 5px;
}

.wp_paging a.pagingJump {
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #2358b8;
	color: #fff;
	padding: 0 3px 0 7px;
	border-radius: 5px;
	margin-left: -7px;
}

.wp_paging a.pagingJump:hover{
	color: #fff;
}

.wp_paging li span.pages {
	float: left;
	margin-left: 20px;
}

.wp_paging li input {
	width: 55px;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	float: left;
	border-radius: 4px;
	margin-right: 6px;
}

.wp_editor_art_table td{
background:none;
border: 1px solid #FFF;
}
.wp_editor_art_table td span{
 background: none !important;
}
.wp_editor_art_table tr{
          background: #e2ecf3;
}
.wp_editor_art_table tr:first-child{
            background: #88c3e9;

    }