@CHARSET "UTF-8";


button:focus {
	outline: none !important;
}

.btn-primary {
	background: #1eafec;
	border-color: #1eafec;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus {
	background: #1eafec;
	border-color: #1eafec;
}

a:hover {
	color: #1eafec;
}

#header {
	height: 62px;
}

#header .navbar-default {
	height: 62px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 2003;
}

#header .navbar-default .navbar-header {
	height: 61px;
}

#header .navbar-brand {
	padding: 8px 15px;
}

#header.header-only {
	height: 80px;
}

#header.header-only .navbar-default {
	top: 0;
}

@media(max-width: 767px) {
	#header .navbar-brand {
		padding: 8px 0;
	}
	
	#header .navbar-default .navbar-header {
		height: 62px;
	}
}

#header .navbar-brand img {
	height: 45px;
}

.navbar-default .navbar-nav>li>a {
	color: #2c2c2c;
}

@media (min-width: 768px) {
	.navbar-default .collapse .navbar-nav>li>a  {
		border: none;
		padding: 21px 15px;
	}
	
	.navbar-default .collapse .navbar-nav>li.active>a, 
		#header .navbar-default .collapse .navbar-nav>li:hover>a,
			.navbar-default .collapse .navbar-nav>li.open>a {
		border: none;
		background: none;
		color: #1eafec;
	}
}

/* header */
@media (min-width: 768px) {
	.header .header-top {
		height: 55px;
		background: #1D98D6;
		color: #fff;
		line-height: 38px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2003;
		padding: 0 32px;
	}
	
	.header .header-top a {
		color: #fff;
	}
	
	.header .header-top span {
		margin-left: 10px;
	}

	.header .header-top .header-top-login {
		float: right;
	}
	
	.header .header-top .header-top-login i {
		position: relative;
		top: 1px;
	}
	
	.header .header-top .header-top-login {
		height: 35px;
		line-height: 35px;
		margin-top: 10px;
	}

	.header .header-top .header-top-login a.login {
		border: 1px solid #fff;
		border-radius: 4px;
		width: 95px;
		display: block;
		text-align: center;
		height: 35px;
		padding: 0;
		line-height: 31px;
		font-size: 16px;
	}

	.header .header-top .header-top-login a.login:hover {
		background: #fff;
		color: #1D98D6;
	}
	
	#header {
		height: 135px;
	}

	#header.header-index {
		height: 55px;
	}

	#header.header-index .header-top {
		position: static;
	}
	
	#header .navbar-default {
		height: 80px;
		top: 55px;
	}
	
	#header .navbar-default .navbar-header {
		height: 79px;
	}
	
	#header .navbar-brand {
		padding: 10px 15px;
	}
	
	#header .navbar-brand img {
		height: 60px;
	}
	
	.navbar-default .collapse .navbar-nav>li>a {
		padding: 29px 28px;
		font-size: 16px;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon {
		width: 90px;
		border-left: 1px solid #ddd;
		color: #ddd;
		text-align: center;
		height: 80px;
		padding-left: 15px;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon:hover {
		cursor: pointer;
		color: #000;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon>i {
		font-size: 30px;
		line-height: 80px;
	}
}

.navbar-default .collapse .navbar-nav>li.sarch-icon:clicked {
	cursor: pointer;
	color: #000;
}

.footer .link-container .link-item {
	margin-bottom: 10px;
}

@media(min-width: 1600px) {
	.container {
		width: 1400px;
	}
}

/* footer */
.footer {
	padding: 0;
	background: #1D98D6;
}

.footer, .footer a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.footer .footer-top {
	background: #007cb3;
	padding-top: 45px;
	padding-bottom: 40px;
}

.footer .footer-top .footer-logo {
	margin-bottom: 50px;
}

.footer .footer-top .footer-qrcode {
	margin-right: 100px;
}

.footer .footer-row {
	height: 72px;
	line-height: 66px;
	color: #f0e4e4;
}

.footer .footer-row a {
	color: #f0e4e4;
}

.footer .footer-row span {
	margin: 0 5px;
}

.footer .link-container .link-item {
	float: left;
	list-style: none;
}

.footer .link-container .link-item a {
	text-decoration: none;
}

.footer .link-container .link-item .split {
	margin: 0 8px 0 5px;
}

.footer .link-container .link-item:last-child .split {
	display: none;
}

.footer .footer-top h4 {
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
}

@media(min-width: 1600px) {
	.footer .footer-top {
		padding-left: 72px;
		padding-right: 72px;
	}
}

/* index */
.index-top {
	height: 500px;
	padding: 150px 0;
}

.index-top #topAnimate {
	height: 500px;
	width: 100%;
	top: 0;
	background: #f5f5f5;
}

.index-top-search {
	width: 738px;
	margin: 0 auto;
}

.index-top-search .input-group {
	height: 50px;
}

.index-top-search {
	position: relative
}

.index-top-search .split {
	height: 26px;
	border-left: 1px solid #eee;
	position: absolute;
	left: 118px;
	z-index: 3;
	top: 12px;
}

.index-top-search .btn .caret {
	color: #bebebe;
	margin-left: 10px;
}

.index-top-search .btn.dropdown-toggle {
	width: 120px;
	background: #fff !important;
}

.index-top-search .btn.dropdown-toggle:hover, 
.index-top-search .btn.dropdown-toggle:active, 
.index-top-search .btn.dropdown-toggle:focus, 
.index-top-search .btn.dropdown-toggle.active{
	background: #fff !important;
	border-color: #1eafec !important;
}

.index-top-search .btn, .index-top-search input {
	height: 50px;
	border-color: #1eafec;
}

.index-top-search input {
	border-left: none;
	padding-left: 35px;
	padding-right: 35px;
}

.index-top-search .index-top-search-btn {
	width: 136px;
	font-size: 18px;
}

.index-top-search>ul {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 25px;
}

.index-top-search>ul>li {
	float: left;
	list-style: none;
	margin-right: 35px;
	height: 25px;
}

.index-top-search>ul>li>a {
	color: #999;
	font-size: 16px;
}

.index-top-search>ul>li.active>a, .index-top-search>ul>li:hover>a {
	color: #1eafec;
}

.index-banner-wrap {
	height: 336px;
	background: #f5f5f5;
}

.bx-wrapper {
	box-shadow: none !important;
    border: none !important;
}

.bx-wrapper .bx-caption span {
	padding: 0 !important;
}

.bx-wrapper .bx-caption span a {
	color: #fff;
}

.bx-wrapper .bx-caption>span {
	padding: 20px 60px !important;
}

.bx-wrapper .bx-caption>span div {
	margin-top: 8px;
	color: #d2d2d2;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background: url(../../../Images/Home/custom/controls.png) !important;
	width: 31px !important;
	height: 31px !important;
}

.bx-wrapper .bx-next {
	background-position-x: -31px !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 1002 !important;
}

.bx-wrapper .bx-pager.bx-default-pager {
	position: absolute;
	top: -17px;
	left: 0;
	padding: 0 !important;
	bottom: auto !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border-top: 3px solid #1eafec;
	height: 1px !important;
	border-radius: 0;
	width: 100% !important;
	margin: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	border-color: #fff;
}

.index-banner-wrap .index-banner-wrap-body {
	position: relative;
	top: -95px;
}

/* push */
.push-wrap {
	padding: 50px 0 !important;
	height: 100%;
}

.push-container .push-header .page-header h2, .push-container .push-header .page-header h3 {
	font-size: 26px;
    color: #fff;
    font-weight: bold;
    border-left: solid #fff 5px;
    padding-left: 9px;
    line-height: 30px;
}

.push-container .push-header .page-header h2 a, .push-container .push-header .page-header h3 a {
	color: #fff;
	line-height: 26px;
	position: relative;
	top: -2px;
}

.push-container .push-header .page-header {
	width: 100%;
	padding: 45px 0 15px;
	margin: 0;
	border: none;
	text-align: left;
}

.push-container .push-header .description {
	text-align: left;
	max-width: 65%;
}

.push-container .push-header .description p {
	color: #555 !important;
	line-height: 25px;;
}

.push-sections-hierarchy .push-body .push-item .thumbnail, 
.push-sections-hierarchy .push-body .push-item .thumbnail:hover {
	background: none;
	border: none;
}

.push-sections-hierarchy .push-body .push-item .thumbnail h4 {
	font-size: 14px;
	margin-top: 5px;
}

.push-sections-hierarchy .push-body .push-item .thumbnail .image {
	margin-top: 0;
}

.push-sections-hierarchy .push-body .push-item .thumbnail .image img {
	width: 100%;
}

/* push-wrap-center-top */
#push-wrap-center-top  .push-header .page-header h2 {
	border-color: #3DBDB6;
}
#push-wrap-center-top  .push-header .page-header h2 a {
	color: #000;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item {
	margin-bottom: 70px;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail {
	padding: 0;
	border-radius: 0;
	transition: transform 0.6s;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail .caption {
	text-align: left;
	font-size: 16px;
	padding: 10px 0;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail .caption h4 {
	font-size: 16px;
	color: #000;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail .caption h4 .more {
	float: right;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail:hover {
	background: #3DBDB6;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail:hover .caption {
	padding: 10px;
}

#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail:hover .caption h4 {
	color: #fff;
}

/* push-wrap-center */
#push-wrap-center .push-box {
	background: #fff;
	padding: 60px 104px 40px;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail {
	border: 1px solid rgba(255, 255, 255, 0.28);
	padding-top: 33px;
	padding-bottom: 27px;
	border-radius: 0;
	color: #fff;
	transition: transform 0.6s;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail h4 {
	color: #fff;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail .icon {
	margin: 0 auto;
	display: block;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail .icon i {
	font-size: 40px;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail h4 {
	font-size: 16px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(1) .thumbnail {
	background: #0E9EE2;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(2) .thumbnail {
	background: #21AD64;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(3) .thumbnail {
	background: #556FB5;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(4) .thumbnail {
	background: #0E9EE2;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(5) .thumbnail {
	background: #EB7752;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(6) .thumbnail {
	background: #F5A623;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(7) .thumbnail {
	background: #D3C843;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(8) .thumbnail {
	background: #F5A623;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(9) .thumbnail {
	background: #21AD64;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(10) .thumbnail {
	background: #556FB5;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(11) .thumbnail {
	background: #EB7752;
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item:nth-child(12) .thumbnail {
	background: #21AD64;
}

#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail:hover {
	transform: scale(1.2);
}

.push-default .push-header .page-header {
	padding: 25px;
	margin: 0;
	border-bottom: 2px solid #3DBDB6;
}

.push-default .push-header .page-header h3 {
	border-left: none;
	color: #000;
	padding-left: 0;
}

.push-default .push-header .page-header a {
	color: #000 !important;
}

.push-default .push-header .page-header a .alias {
	color: #bfc9de;
	font-size: 12px;
}

.push-default .push-header .page-header .more a {
	background: none;
	margin-right: -15px;
}

.push-default .push-header .page-header .more a i {
	font-size: 20px;
	line-height: 30px;
}

.push-default .push-header .info .description {
	padding: 25px;
	max-width: 100%;
}

.push-default .push-header .info .description .description-body {
	overflow-y: auto;
	height: 365px;
	max-height: 365px;
	padding-right: 22px;
	margin-right: -22px;
}

.push-default .push-header .info .description .description-body::-webkit-scrollbar {
    width: 10px;
}

.push-default .push-header .info .description .description-body::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.push-default .push-header .info .description .description-body::-webkit-scrollbar-thumb {
    background: #ccc; 
}

.push-default .push-header .info .description .description-body::-webkit-scrollbar-thumb:hover {
    background: #888; 
}

.push-default .push-header .info .description {
	overflow: hidden;
}

.push-default .push-header .info .description table {
	width: 100% !important;
	margin-bottom: 0;
}

.push-default .push-header .info .description table tr td {
	padding: 5px 0;
}

.push-default .push-header .info .description img {
	max-width: 100%;
	min-width: 15px;
}

.push-default .push-header .info .description table tr td {
	border-top: 1px dashed #eee;
}

.push-default .push-header .info .description table tr.firstRow td {
	border-top: none;
}

.push-default .push-header .info {
	background: #fff;
}

#push-wrap-bottom .push-box {
	background: #fff;
}

#push-wrap-bottom .push-box h3, #push-wrap-bottom .push-box h2 {
	font-size: 22px;
}

.push-tab-header-item {
	float: left;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 50px;
}

.push-tab-header-item.active, .push-tab-header-item:hover {
	color: #1eafec;
}

.push-tab-body-item {
	display: none;
	background: #fff;
}

.push-tab-body-item.active {
	display: block;
}

#push-wrap-top .push-tab-body-item {
	padding: 25px 0;
}

#push-wrap-top .push-thread-datelist .push-body .push-item {
	padding: 15px 25px;
}

#push-wrap-top .banner-container, #push-wrap-top .push-tab-body-item {
	margin-bottom: 60px;
}

#push-wrap-top .banner-container, #push-wrap-top .banner-container img, #push-wrap-top .push-tab-body-item {
	height: 430px;
	width: 100%;
}

#push-wrap-top .push-tab-body-item {
	background: #E0F5FF;
}

.push-thread-datelist .push-body .push-item .media-object {
	width: 100px;
	height: auto;
}

.push-thread-datelist .push-body .push-item .day {
	width: 90px;
	background: none;
	font-size: 52px;
	height: auto;
	line-height: 42px;;
}

.push-thread-datelist .push-body .push-item .month {
	background: none;
	color: #000;
	margin-top: 10px;
}

.push-thread-datelist .push-body .push-item .introduction {
	margin-top: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #888;
}

.push-thread-datelist .push-body .push-item .more {
	display: none;
}

.push-thread-datelist .push-body .push-item {
	margin-bottom: 0;
	padding: 15px;
	cursor: pointer;
}

.push-thread-datelist .push-body .push-item:first-child {
	padding: 0;
	padding-bottom: 15px;
}

.push-thread-datelist .push-body .push-item:last-child {
	border: none;
}

.push-thread-datelist .push-body .push-item .date {
	color: #777;
}

/* .push-thread-datelist .push-body .push-item:hover,
.push-thread-datelist .push-body .push-item:hover a,
.push-thread-datelist .push-body .push-item:hover .month,
.push-thread-datelist .push-body .push-item:hover .introduction {
	color: #1eafec;
} */

.push-sections {
	height: 56px;
}

.push-thread-thumbnail .push-body .push-item {
	list-style: none;
}

#push-wrap-center-bottom .push-box {
	background: #fff;
	padding: 60px 104px 40px;
}

#push-wrap-center-bottom .push-tab-header-item {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
}

#push-wrap-center-bottom .push-tab-header-item.active, #push-wrap-center-bottom .push-tab-header-item:hover {
	text-align: center;
	background: #3E3E58;
	border-radius: 27px;
	color: #fff;
}

@media(min-width: 1200px) {
	#push-wrap-center-bottom .col-lg-5-1 {
		width: 20%;
	}
}

#push-wrap-center-bottom  .push-thread-thumbnail .push-body .push-item .thumbnail {
	border: 1px solid #fff;
	cursor: pointer;
}

#push-wrap-center-bottom  .push-thread-thumbnail .push-body .push-item .thumbnail img {
	height: 160px;
	width: auto;
}

#push-wrap-center-bottom  .push-thread-thumbnail .push-body .push-item:hover .title {
	color: #3DBDB6;
	font-weight: bold;
}

#push-wrap-bottom .push-sections {
	margin: 5px 25px 0;
	height: 81px;
}

.push-sections .push-item a {
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	display: block;
	color: #fff;
	text-align: center;
	background: #3DBDB6;
	border-radius: 4px;
}

.push-sections .push-item a:hover {
	background: #32A6A0
}

.push-sections-image {
	max-width: 1140px;
	margin: 0 auto;
}

.push-sections-image .push-item a {
	background-size: contain !important;
	height: 133px;
	position: relative;
}

.push-sections-image .push-item a:hover {
	background-size: contain !important;
}

.push-sections-image .push-item a .title {
	font-size: 20px;
	display: block;
	position: absolute;
	left: 140px;
	top: 23px;
}

.push-sections-image .push-item a .alias {
	font-size: 16px;
	display: block;
	position: absolute;
	left: 140px;
	top: 58px;
	font-family: 'Times New Roman', Times, serif;
	word-spacing: 3px;
}

.push-thread-sub-datelist .bx-wrapper .bx-pager.bx-default-pager {
	display:none !important;
}

.push-thread-sub-imagelist .push-header {
	margin-bottom: 30px;
}

.push-thread-sub-imagelist .push-tab-header-item {
	margin-bottom: 30px;
}

.push-thread-sub-imagelist .prev, .push-thread-sub-imagelist .next {
	width: 35px !important;
	height: 35px !important;
	font-size: 26px !important;
	background: #e0e0e0 !important;
	color: #fff;
	cursor: pointer;
	margin-top: -35px !important;
}

.push-thread-sub-imagelist .prev i, .push-thread-sub-imagelist .next i {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 33px;
}

.push-thread-sub-imagelist .prev {
	left: -50px !important;
}

.push-thread-sub-imagelist .next {
	right: -50px !important;
}

.push-thread-sub-imagelist .prev:hover, .push-thread-sub-imagelist .next:hover {
	background: #e52000 !important;
}

.push-container .push-body .push-item:hover h4 {
	color: #1eafec;
}

#push-wrap-bottom-right .push-container .push-header .page-header {
	padding: 25px;
	border-bottom: 2px solid #3DBDB6;
}


#push-wrap-bottom-right .push-container .push-header .page-header h3 {
	color: #333;
	padding: 0;
	border: none;
}

#push-wrap-bottom-right .push-container .push-header .page-header h3 a {
	color: #000;
}

#push-wrap-bottom-right .push-container  {
	position: relative;	
}

#push-wrap-bottom-right .push-container .push-tab-header {
	position: absolute;
	right: 25px;
	top: 25px;
	line-height: 30px;
}

#push-wrap-bottom-right .push-container .push-tab-header .push-tab-header-item {
	margin: 0;
	margin-left: 15px;
}

.push-thread-list .push-item {
	list-style: none;
	margin: 10px 0 !important;
}

.push-thread-list .push-item .date {
	color: #777;
}

#push-wrap-bottom-right .push-thread-list .push-item {
	padding: 0 25px;
}

@media(min-width: 1200px) {
	.push-container .push-body .push-item.col-lg-auto {
		width: 160px;
		padding-right: 0;
	}
	
	.push-container .push-body .push-item.col-lg-auto:last-child {
		width: 180px;
	}
}

@media(min-width: 1200px) and (max-width: 1599px) {
	.index-banner-wrap {
		height: 243px;
	}
	
	.push-container .push-body .push-item.col-lg-auto {
		width: 50%;
		margin-bottom: 15px;
	}
	
	.push-default .push-header .page-header, .push-default .push-header .info .description {
		padding: 30px;
	}
	
	.push-default .push-header .info .description .description-body {
		padding-right: 15px;
		margin-right: -15px;
	}
	
	.footer .footer-top .footer-qrcode {
		margin-right: 30px;
	}
	
	.push-container .push-header {
		margin-bottom: 25px;
	}
	
	.push-container.push-default .push-header {
		margin-bottom: 0;
	}
	
	.push-tab-header-item {
		margin-bottom: 40px;
	}
}

@media(max-width: 1599px) {
	.push-container .push-header .description {
		max-width: 100%;
		font-size: 12px;
	}
}

@media(max-width: 1599px) and (min-width: 768px) {
	#header .navbar-default {
	    height: 80px;
	    top: 55px;
	}
	
	#header .navbar-default .navbar-header {
		height: 79px;
	}

	#header .navbar-brand {
		padding: 10px 15px;
	}
	
	#header .navbar-brand img {
		height: 59px;
	}
	
	.navbar-default .collapse .navbar-nav>li>a {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon {
		height: 80px;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon>i {
		line-height: 80px;
	}
	
	.index-top-search .input-group {
		height: 40px;
	}
	
	.index-top-search .btn, .index-top-search input {
		height: 40px;
	}
	
	.index-top-search .split {
		height: 16px;
	}
}

@media(max-width: 1199px) {
	.push-container .push-header .description {
		max-width: 100%;
	}
	
	.footer .footer-top {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.footer .footer-top .footer-logo {
		margin-bottom: 15px;
	}
	
	.footer .footer-top .footer-qrcode {
		margin-right: 15px;
	}
	
	.footer .footer-row {
		height: 30px;
		line-height: 24px;
	}
}

@media(min-width: 992px) and (max-width: 1199px) {
	.index-banner-wrap {
		height: 192px;
	}
	
	.navbar-default .collapse .navbar-nav>li>a {
		padding: 50px 30px;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon {
		width: 76px;
	}
	
 	.push-container .push-header .page-header {
		padding-top: 30px;
	}
	
	.push-container .push-header {
		margin-bottom: 10px;
	}
	
	.push-thread-sub-imagelist .prev {
		left: -7px !important;
	}
	
	.push-thread-sub-imagelist .next {
		right: -7px !important;
	}
	
	.index-top {
		height: 400px;
		padding: 100px 0;
	}
	
	.index-top #topAnimate {
		height: 400px;
	}
	
	.push-thread-datelist .push-body .push-item .day {
		font-size: 40px;
		line-height: 30px;
	}
	
	.push-thread-datelist .push-body .push-item h4 {
		font-size: 16px;
	}
	
	.push-container.push-default .push-header {
		margin-bottom: 0;
	}
}

@media(max-width: 991px) {
	.index-top-banner {
		padding-right: 15px;
	}
	
	.index-banner-wrap {
		height: auto;
	}
	
	.push-default .push-header .page-header, .push-default .push-header .info .description {
		padding: 20px;
	}
	
	.push-default .push-header .info .description .description-body {
		padding-right: 10px;
		margin-right: -10px;
	}
	
	.push-thread-sub-imagelist .prev {
		left: 5px !important;
	}
	
	.push-thread-sub-imagelist .next {
		right: 5px !important;
	}
	
	.footer .footer-links {
		margin-top: 15px;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	.navbar-default .collapse .navbar-nav>li>a {
		padding: 50px 15px;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon {
		width: 48px;
	}
	
	.index-top-search {
		width: 720px;
	}
	
	.index-top {
		height: 300px;
		padding: 100px 0 0;
	}
	
	.index-top #topAnimate {
		height: 300px;
	}
}

@media(max-width: 767px) {
	.index-top-search {
		width: 100%;
	}
	
	.thumbnail .caption {
		padding: 0;
		padding-bottom: 5px;
	}
	
	.thumbnail .caption h4 {
		font-size: 14px;
	}
	
	.bx-wrapper .bx-caption>span {
		padding: 15px !important;
	}
	
	.index-top #topAnimate {
		display: none;
	}
	
	.index-top {
		padding: 50px 0 50px;
		height: auto !important;
	}
	
	.index-top-search .input-group, .index-top-search .btn, .index-top-search input {
		height: 40px;
	}
	
	.index-top-search .btn.dropdown-toggle {
		width: 80px;
		border-radius: 3px 0 0 0;
	}
	
	.index-top-search input {
		padding-left: 5px;
		padding-right: 5px;
		border-radius: 0 5px 0 0 !important;
	}
	
	.index-top-search .index-top-search-btn {
		width: 100%;
		border-radius: 0 0 3px 3px;
	}
	
	.index-top-search .split {
		display: none;
	}
	
	.push-tab-header-item {
		margin-right: 15px;
    	margin-bottom: 20px;
	}
	
	.index-banner-wrap .index-banner-wrap-body {
		top: 0;
	}
	
	.index-top-banner {
		margin-bottom: 15px;
	}
	
	.bx-wrapper .bx-caption>span div {
		display: none;
	}
	
	.bxslider-container .bx-wrapper .bx-caption span {
		padding: 8px 15px !important;
	}
	
	.push-container .push-header .page-header {
		padding: 30px 0 15px;
	}
	
	.push-container .push-header {
		margin-bottom: 10px;
	}
	
	.push-default .push-header .page-header, .push-default .push-header .info .description {
		padding: 15px 20px;
	}
	
	.push-default .push-header .info .description {
		height: auto;
		max-height: inherit;
	}
	
	.push-default .push-header .info .description .description-body {
		height: auto;
		max-height: inherit;
	}
	
	.push-thread-list .push-header {
		margin-bottom: 0;
	}
	
	.navbar-default .navbar-nav>li.header-top-xs {
		height: 40px;
		color: #2c2c2c;
		cursor: pointer;
		font-size: 14px;
		line-height: 40px;
		border-top: 1px solid #eee;
	}
	
	.navbar-default .navbar-nav>li.header-top-xs a.username {
		position: relative;
		font-size: 14px;
		top: -2px;
		margin-right: 3px;
	}
	
	.navbar-default .navbar-nav>li.header-top-xs i {
		font-size: 20px;
		color: #2c2c2c;
		font-weight: bold;
	}
	
	.push-container .push-header .page-header h2, .push-container .push-header .page-header h3 {
		font-size: 20px;
	}
}

@media(min-width: 375px) and (max-width: 767px) {
	h4 {
		font-size: 16px;
	}
}

/* section */
.section-position-wrap {
	background: #eee;
	height: 35px;
	line-height: 35px;
}

.section-position .breadcrumb {
	background: #eee;
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5f5;
}

.section-body-background {
	background: #fff;
	padding: 30px;
}

.leftnavs {
	border: none;
	max-width: 320px;
	box-shadow: none;
}

.leftnavs>.list-group {
	border-top: 5px solid #1D98D6;
}

.leftnavs .panel-heading {
	margin-bottom: 12px;
	text-align: left;
	background: none;
	color: #fff;
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	height: 68px;
	line-height: 68px;
	background: linear-gradient(139deg, #1172D0 0%, #1D98D6 100%);
	border-radius: 0;
}

.leftnavs .panel-heading .alias {
	color: #777;
	font-size: 12px;
	font-weight: normal;
}

.leftnavs .list-group>.list-group-item.active {
	border-top: 1px solid #fff;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel-heading+.list-group .list-group-item {
	border-color: #fff;
}

.leftnavs .list-group>.list-group-item a {
	padding: 15px 30px;
	background: #F6F6F7;
	line-height: 25px;
}

.leftnavs .list-group>.list-group-item {
	text-indent: 0;
}

.leftnavs .list-group>.list-group-item a .icon-left, .leftnavs .list-group>.list-group-item a .icon-open {
	margin-right: 5px;
}

.leftnavs .list-group>.list-group-item a .fa-angle-double-right {
	font-size: 18px;
	line-height: 20px;
}

.leftnavs .list-group>.list-group-item.active a,.leftnavs .list-group>.list-group-item:hover a {
	color: #1D98D6;
	font-weight: normal;
}

.leftnavs>ul{
	padding-bottom: 30px;
}

.leftnavs>ul>ul {
	border-top: 1px solid #fff;
}

.leftnavs .contact-info {
	padding-top: 30px;
	padding-bottom: 100px;
	border-top: 1px solid #ddd;
}

.leftnavs .list-group>.list-group-item[aria-expanded="false"] .icon-left {
	display: inline-block;
}

.leftnavs .list-group>.list-group-item[aria-expanded="false"] .icon-open {
	display: none;
}

.leftnavs .list-group>.list-group-item[aria-expanded="true"] .icon-left {
	display: none;
}

.leftnavs .list-group>.list-group-item[aria-expanded="true"] .icon-open {
	display: inline-block;
}

.leftnavs .contact-info img {
	width: 100%;
}

@media(max-width: 991px) {
	.leftnavs .list-group>.list-group-item .icon-left, .leftnavs .list-group>.list-group-item .icon-open {
		display: none !important;
	}

	.leftnavs .list-group-item-contain-left {
		margin-right: 3px !important;
		margin-left: -10px;
	}
	.leftnavs .list-group-item-contain-right {
		margin-left: -2px !important;
	}
	
	.leftnavs .list-group-item-sm {
		margin-right: 5px !important;
	}
}

.articles-default .articles-item {
	border: none;
	min-height: 45px;
	padding: 0 20px;
	margin-bottom: 0 !important;
}

.articles-default .articles-item h4 {
	margin: 0;
	padding: 15px 0;
}

.section-articles .articles-layout .articles-item .introduction {
	padding-bottom: 15px;
	font-size: 13px;
}

.section-articles .articles-layout .articles-item .date {
	font-size: 12px;
}

.section-articles .articles-layout .articles-list>.articles-item:nth-child(2n) {
	background: #f5f5f5;
}

.section-pager>div>span, .section-pager>div>a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: none;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.section-pager>div>span, .section-pager>div>a {
	margin-left: 12px;
}

.section-pager>div>span.current {
	background: none;
	color: #1eafec;
	border-color: #1eafec;
}

.section-pager>div>a.next, .section-pager>div>a.prev, .section-pager>div>a.first {
	width: auto;
	padding: 0 10px;
	margin-left: 12px;
	margin-right: 0;
}

.section-pager>div>span:hover, .section-pager>div>a:hover {
	background: #f5f5f5;
	color: #000;
}

.article .article-bold-split {
	margin: 20px 0;
}

@media(max-width: 1199px) {
	.leftnavs {
		width: auto;
		padding-right: 15px;
	}
}

@media(max-width: 991px) {
	.section-position .breadcrumb {
		background: none;
	}
	
	.section-position-wrap {
		display: none;
	}

	.leftnavs {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		border-right: none;
	}
	
	.leftnavs ul {
		border-color: #eee;
	}

	.leftnavs .panel-heading, .leftnavs .contact-info {
		display: none;
	}
	
	.leftnavs .list-group {
		padding-bottom: 15px;
		overflow: hidden;
		width: 100%;
	}
	
	.leftnavs .list-group .list-group-item {
		background: none;
		float: left;
		margin-right: 15px;
		border: none !important;
	}
	
	.leftnavs .list-group>.list-group-item a {
		padding: 0;
		background: none;
	}
	
	.leftnavs .list-group>.list-group-item a i {
		display: none;
	}
	
	.leftnavs .list-group>.list-group-item.active a, .leftnavs .list-group>.list-group-item:hover a {
		background: none;
		color: #1eafec;
	}
	
	.leftnavs .list-group>.list-group-item:hover {
		background: none;
		color: #1eafec;
		border: none;
	}
	
	.section-body-background {
		padding: 15px;
	}
}

.index-nav-spy {
	width: 67px;
    position: fixed;
    right: 2.2%;
    bottom: 50%;
    z-index: 9999;
    margin-bottom: -260px;
}

@media(max-width: 991px) {
	.index-nav-spy {
		display: none;
	}
}

.index-nav-spy .index-nav-spy-item {
	width: 92px;
	height: 67px;
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	border-radius: 3px;
	text-align: center;
	padding-top: 10px;
	background: #fff;
}

.index-nav-spy .index-nav-spy-item .spy-icon {
	background: url(../../../Images/Home/custom/icon-spy.png);
	height: 27px;
	width: 27px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}

.index-nav-spy .index-nav-spy-item:hover, 
.index-nav-spy .index-nav-spy-item.active {
	background: #3DBDB6;
	color: #fff;
	cursor: pointer;
} 

.index-nav-spy .index-nav-spy-item:hover a , 
.index-nav-spy .index-nav-spy-item.active a {
	color: #fff;
} 

.index-nav-spy .index-nav-spy-item:hover .spy-icon, 
.index-nav-spy .index-nav-spy-item.active .spy-icon {
	background-position-y: -27px;
} 

.index-nav-spy .index-nav-spy-item .spy-icon.spy-icon-2 {
	background-position-x: -27px;
}

.index-nav-spy .index-nav-spy-item .spy-icon.spy-icon-3 {
	background-position-x: -54px;
}

.index-nav-spy .index-nav-spy-item .spy-icon.spy-icon-4 {
	background-position-x: -81px;
}

.index-nav-spy .index-nav-spy-item .spy-icon.spy-icon-5 {
	background-position-x: -108px;
}

.index-nav-spy .index-nav-spy-item .spy-icon.spy-icon-6 {
	background-position-x: -135px;
}

.index-nav-spy .index-nav-spy-item .spy-icon.spy-icon-7 {
	background-position-x: -162px;
}

.article-default-table .article-body table {
	width: 100%;
}

.article-default-table .article-body table tr {
	background: #f5f5f5;
}

.article-default-table .article-body table tr:nth-child(3n+1) td:nth-child(1) {
	border-radius: 5px 0 0 0;
}

.article-default-table .article-body table tr:nth-child(3n+1) td:nth-child(2) {
	border-radius: 0 5px 0 0;
}

.article-default-table .article-body table tr:nth-child(3n+2) td:nth-child(1) {
	border-radius: 0 0 0 5px;
}

.article-default-table .article-body table tr:nth-child(3n+2) td:nth-child(2) {
	border-radius: 0 0 5px 0;
}

.article-default-table .article-body table tr:nth-child(3n) {
	background: #fff;
}

.article-default-table .article-body table tr td p {
	margin-bottom: 0;
	text-align: justify !important;
}

.article-default-table .article-body table tr td:nth-child(1) {
	padding: 15px 10px 15px 15px;
	width: 40px;
}

.article-default-table .article-body table tr td:nth-child(2) {
	padding: 15px 15px 15px 0;
}

.article-default-table .article-body table tr:nth-child(3n+1) td {
	padding-bottom: 0;
}

.article-default-table .article-body table tr:nth-child(3n) td {
	padding: 0;
	max-height: 15px;
	height: 15px;
	overflow: hidden;
}

.tools .tool-container {
	filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

@media(min-width: 992px) {
	#gotop {
		width: 67px;
		height: 67px;
		position: fixed;
		right: 2.2%;
	    bottom: 100px;
	    opacity: 1;
	}
	
	.tools .tool-container .tool {
		width: 67px;
		height: 67px;
		background: #f5f5f5;
		color: #333;
		border-radius: 3px;
	}
	
	#gotop:hover .tool {
		background: #1eafec;
		color: #fff;
	}
	
	#gotop:hover .tool .icon {
		color: #fff;
	}
	
	.tools .tool-container .icon {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		font-size: 12px;
		border-radius: 3px;
		text-align: center;
		padding-top: 10px;
		color: #333;
		display: block;
		font-size: 40px;
		margin-bottom: 0;
		height: 27px;
	}
	
	.tools .tool-container .icon i {
		position: relative;
		top: -10px;
	}
	
	.tools .tool-container .tool {
		text-align: center;
		font-size: 12px;
		color: #333;
	}
}

.articles-list-media .media-object {
	margin-left: 0;
	margin-right: 40px;
}

.articles-list-media .articles-item {
	padding: 15px;
}

.articles-list-media .articles-item .title {
	margin-bottom: 10px;
}

.articles-list-media .articles-item .author {
	margin-bottom: 20px;
}

.article.article-image .introduction {
    color: #333;
    padding-left: 40px;
}

.article.article-image h5 {
	font-size: 14px;
	margin: 15px 0;
}

@media(max-width: 991px) {
	.article.article-image .introduction {
	    padding-left: 15px;
	}
}

.articles-full-links-links .media-object {
	margin-right: 25px;
}

.articles-full-links-links .articles-item .media-left a {
	display: block;
	padding: 10px 0;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

.articles-full-links-links .articles-item .media-left {
	padding-right: 25px;
}

.articles-full-links-links .articles-item .tags {
	margin-left: 0;
}

.articles-full-links-links .articles-item .info {
	height: 25px;
}

.articles-full-links-links .articles-item .info .link {
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 15px;
}

.section-body-search .section-body-background {
	min-height: 300px;
}

@media(max-width: 767px) {
	.articles-full-links-links .articles-item .media-left {
		padding-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	
	.articles-full-links-links .articles-item .media-left a {
		padding-right: 0;
		border: none;
	}
	
	.articles-full-links-links .articles-item .info .link {
		margin-bottom: 3px;
		display: inline-block;
	}
	
	.articles-full-links-links .articles-item .info {
		height: auto;
		min-height: 25px;
		line-height: 23px;
	}
}

.search-full-container {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: #1eafec;
    display: none;
}

body.active #wrap {
	display: none;
}

body.active .footer-body {
	position: fixed;
	bottom: 0;
	z-index: 99999;
	width: 100%;
}

body.active .search-full-container {
	display: block;
}

.search-full-container .search-container {
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	margin-top: -30px;
	width: 500px;
	top: 50%;
}

.search-full-container .search-container input, .search-full-container .search-container button {
	height: 60px;
	border: none;
	background: none;
	font-size: 25px;
	box-shadow: none;
	color: #fff;
}

.search-full-container .search-container .input-group-btn {
	height: 60px;
	padding: 0;
}

.search-full-container .search-container button {
	padding: 0 15px 0 20px;
	height: 40px;
	max-height: 40px;
	margin: 10px 0;
	border-left: 1px solid #fff;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	outline: none;
}

.search-full-container .search-container button:active {
	outline: none;
}

.search-full-container .search-container button i {
	position: relative;
	top: -10px;
	font-size: 40px;
}

.search-full-container .search-container input::placeholder {
	color: #eee;
	font-size: 25px;
	font-style: italic;
	font-weight: 100;
}

.search-full-container .search-logo-header .search-close {
	color: #fff;
	float: right;
	margin: 14px 0;
}

.search-full-container .search-logo-header .search-close i {
	font-size: 30px;
	cursor: pointer;
}

.search-full-container .search-logo-header {
	margin: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #fff;
}

.search-full-container .search-logo-header img {
	height: 70px;
}


@media(max-width: 767px) {
	.search-full-container .search-logo-header {
		margin: 0;
		padding: 8px 15px;
	}
	
	.search-full-container .search-logo-header img {
		height: 45px;
	}
	
	.search-full-container .search-logo-header .search-close {
		margin: 10px 0;
	}
	
	.search-full-container .search-logo-header .search-close i {
		font-size: 20px;
	}
	
	.search-full-container .search-container {
		width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 35%;
		height: 40px;
		padding: 0 5px 0 15px;
	}
	
	.search-full-container .search-container input, .search-full-container .search-container button {
		height: 40px;
		font-size: 16px;
	}
	
	.search-full-container .search-container .input-group-btn {
		height: 40px;
	}
	
	.search-full-container .search-container button {
		padding: 0 15px 0 20px;
		height: 20px;
		max-height: 20px;
		margin: 10px 0;
	}
	
	.search-full-container .search-container button i {
		font-size: 20px;
		top: -5px;
	}
	
	.search-full-container .search-container input::placeholder {
		font-size: 16px;
	}
}

.index-top img.index-logo {
	height: 95px;
	display: block;
	margin: 35px auto 50px;
}

.index-top-search .split {
	display: none;
}

.index-top-search #searchType {
	display: none;
}

.index-top-search #searchTxt {
	border-left: 1px solid #1eafec;
	border-radius: 3px 0 0 3px;
	padding: 0 15px;
}

.index-top-search.index-top-search-types .split {
	display: block;
}

.index-top-search.index-top-search-types #searchType {
	display: table-cell;
}

.index-top-search.index-top-search-types #searchTxt {
	border-left: none;
	border-radius: 0;
}

@media(max-width: 767px) {
	.index-top-search .input-group, .index-top-search .btn, .index-top-search input {
		width: 100%;
	}
	.index-top-search #searchTxt {
		border-radius: 3px 3px 0 0 !important;
		padding: 0 8px;
	}
	
	.index-top-search .split {
		display: none !important;
	}
		
	.index-top-search .input-group, .index-top-search .btn, .index-top-search input {
		width: 100%;
	}
	.index-top-search.index-top-search-types #searchTxt {
		border-radius: 0 3px 0 0 !important;
	}
}

@media(min-width: 768px) and (max-width: 1599px) {
	.search-full-container .search-logo-header {
		margin: 15px;
	}
	
	.search-full-container .search-logo-header {
		padding-bottom: 15px;
	}
	
	.search-full-container .search-container input, .search-full-container .search-container button {
		height: 50px;
		font-size: 20px;
	}
	
	.search-full-container .search-container .input-group-btn {
		height: 50px;
	}
	
	.search-full-container .search-container button i {
		font-size: 30px;
	}
	
	.search-full-container .search-logo-header .search-close {
		margin: 21px 0;
	}
	
	.search-full-container .search-container button i {
		top: -2px;
	}
	
	.search-full-container .search-logo-header .search-close i {
		font-size: 24px;
	}
	
	.search-full-container .search-container input::placeholder {
		font-size: 20px;
	}
}

@media(min-width: 992px) and (max-width: 1599px) {
	.tools .tool-container#gotop {
		bottom: 33px;
	}
	
	.navbar-default .collapse .navbar-nav>li.sarch-icon {
		width: 100px;
	}
}

@media(max-height: 800px) and (min-width: 992px) {
	.index-nav-spy .index-nav-spy-item, .tools .tool-container#gotop .tool {
		height: 35px;
	}
	
	.tools .tool-container#gotop .tool {
		line-height: 35px;
	}
	
	.index-nav-spy .index-nav-spy-item i, .tools .tool-container#gotop .icon {
		display: none !important;
	}
}

/* user */
#header.header-simple {
	height: 120px;
}

#header.header-simple .navbar-default{
	top: 0;
	background: none;
	box-shadow: none;
}

.footer.footer-simple .footer-row {
	height: 40px;
	line-height: 34px;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer.footer-simple  {
	background: none;
}

.user-body {
	position: fixed;
	width: 100%;
	height: 100%;
}

.user-body .user-body-image {
	height: 100%;
	position: fixed;
	left: 50%;
	visibility: hidden;
}

.login-regist-form {
	position: relative;
	width: 420px;
	height: 450px;
	margin: 0 auto;
	border-bottom: 3px solid #1eafec;
	background: #fff;
	z-index: 1;
}

.login-regist-form h1 {
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	color: #fff;
	background: #1D98D6;
}

.login-regist-form .login-regist-form-main {
	padding: 50px 40px;
}

.login-regist-form .login-regist-form-main .input-group {
	margin-bottom: 20px;
}

.login-regist-form .login-regist-form-main .input-group-addon {
	background: #f5f5f5;
	height: 45px;
}

.login-regist-form .login-regist-form-main .form-control {
	background: #f5f5f5;
	height: 45px;
	border-left: none;
}

.login-regist-form .login-regist-form-main .btn {
	background: #1eafec;
	color: #fff;
	height: 45px;
	font-size: 16px;
	margin-top: 45px;
}

.tooltip-inner {
	background: none;
	color: #1eafec;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #1eafec;
}

@media(max-width: 767px) {
	.login-regist-form {
		position: relative;
		max-width: 420px;
		width: auto;
		height: auto;
	}
	
	.login-regist-form .login-regist-form-main {
		padding: 30px 15px 40px;
	}
	
	.login-regist-form .login-regist-form-main .btn {
		margin-top: 20px;
	}
	
	.login-regist-form h1 {
		height: 50px;
		line-height: 50px;
	}
	
	.login-regist-form .login-regist-form-main .input-group-addon {
		height: 34px;
	}
	
	.login-regist-form .login-regist-form-main .form-control {
		height: 34px;
	}
	
	.login-regist-form .login-regist-form-main .btn {
		height: 34px;
		font-size: 14px;
	}
}

#modal-container #tip .modal-header, #modal-container #tip .modal-footer,
#modal-container #loading .modal-header, #modal-container #loading .modal-footer {
	display: none;
}

#modal-container #tip .tip, #modal-container #loading .tip {
	margin-bottom: 0;
	text-align: center;
}

#modal-container #loading .modal-dialog {
	width: 40px;
	text-align: center;
}

#modal-container .btn.cancel {
	display: none;
}

.ucenter .section-body-background  .split {
	margin-top: 40px;
}

.ucenter .section-body-background .page-header {
	margin-top: 0;
	margin-bottom: 10px;
}

.ucenter .section-body-background .info.even {
	background: #f5f5f5;
}

.ucenter .section-body-background .title, .ucenter .section-body-background .value {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media(max-width: 767px) {
	.ucenter .section-body-background .info.even {
		background: none;
	}
}

#rank .article-item {
	margin-bottom: 15px;
}

#rank .article-item .meta {
	font-size: 12px;
	height: 51px;
	overflow: hidden;
}

#rank .article-item img {
	max-height: 150px;
	cursor: default;
}

#rank .article-item .title {
	height: 17px;
}

#rank .article-item .meta>div {
	max-height: 17px;
	overflow: hidden;
}

#rank .article-item .borrow {
	margin-top: 2px;
}

#rank .article-item .borrow span {
	color: #1eafec;
	font-size: 20px;
    font-style: italic;
    margin-right: 5px;
}

@media(max-width: 767px) {
	#rank .article-item img {
		height: 130px;
	}
}

.ucenter .section-body-background .form-split {
	margin-top: 15px;
}

.ucenter .section-body-background form label {
	min-width: 90px;
	text-align: right;
	padding-right: 20px;
}

.ucenter .section-body-background form input {
	min-width: 200px;
}

.ucenter .section-body-background form button {
	margin-left: 94px;
}

#content .ucenter .has-error .with-errors li {
	padding-left: 94px;
}

@media(max-width: 767px) {
	#content .ucenter .has-error .with-errors li {
		padding-left: 0;
	}
	
	.ucenter .section-body-background form button {
		margin-left: 0;
	}
	
	.ucenter .section-body-background form label {
		min-width: auto;
	}
}

.article-image .article-meta img {
	max-width: 150px;
}

.section-articles .articles-layout.articles-full-books-books .articles-item {
	border-bottom: 0;
}

.section-articles .articles-layout.articles-full-books-books .articles-item .introduction {
	white-space: pre;
}

@media(max-width: 767px) {
	.article-image .article-meta img {
		max-width: 100px;
	}
}

.article-body, .article-body p {
	line-height: 1.5;
	margin: 5px 0;
}

.article-body img {
	margin-top: 5px;
}

@media(max-width: 767px) {
	.articles-full-books-books .articles-list-media .media-object {
		margin-right: 0;
		max-width: 100px;
	}
	
	.articles-full-books-books .articles-list-media .articles-item {
		padding: 0;
	}
	
	.articles-full-books-books .articles-list-media .articles-item .title {
		font-size: 16px;
	}
}

.contact .articles-item h4 {
	font-size: 16px;
	line-height: 24px;
	background: #f4f4f4;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
}

.contact .articles-item h4 .date {
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}

.contact .articles-item .reply {
	padding: 15px;
	line-height: 20px;
	background: #eee;
	border-top: 2px solid #ccc;
}

.contact .section-articles>.articles-item {
	margin-bottom: 15px;
}

.contact .section-articles>.articles-item .Q {
	color: #1D98D6;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.contact .section-articles>.articles-item .A {
	color: #F0841C;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.recommend .preview .preview-image {
	width: 140px;
	height: 200px;
	border: 1px solid #eee;
	margin: 0 auto 10px;
}

.recommend #uploadCover, .recommend #uploadBackground {
	margin-bottom: 10px;
}

.webuploader-pick {
	padding: 7px 12px !important;
}

#searchType .dropdown-menu { z-index: 2000; }
@media(max-width: 767px) {
  .section-articles .articles-layout .articles-item .date {
  	float: none !important;
    margin-top: 10px;
    margin-left: 10px;
  }
  .article-body {
  	padding-top: 10px;
  }
  .footer .footer-row {
  	height: auto;
    font-size: 12px;
  }
  .footer .footer-row span.icp {
  	display: block;
  }
}
.article-default-table .article-body table tr td:nth-child(1) {
	padding-top: 12px ;
}
#_ideConac {
  width: 80px;
  display: block;
  margin: 0 auto;
}
#imgConac { 
  height: 60px; 
  display: block;
    margin: -25px auto 0; 
}
.footer .footer-row { height: auto; }
@media(min-width: 992px) {
  #imgConac { height: 80px; }
  #_ideConac {width: 100px; margin-bottom: -15px; }
  .articles-full-links-links .articles-item .media-left { min-width: 242px; }
  .articles-full-links-links .media-object { margin: 0 auto; }
}
@media(min-width: 1200px) {
  .navbar-default .collapse .navbar-nav>li>a {
  	font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
.navbar-default .collapse .navbar-nav>li>a {
    padding: 50px 30px;
}
}
.article-body p, .article-body p span, .article-footer {
  font-size: 16px !important;
  font-family: 微软雅黑 !important;
}
.footer-body {
	padding-top: 15px;
}
.footer-body .footer-row {
	padding: 0;
  line-height: 25px;
  font-size: 14px;
}
.footer-body a {
  font-size: 14px;
}
@media (min-width: 768px) {
	#header.header-simple .navbar-brand img {
	    height: 100px;
	    margin-top: 10px;
	}
	#footer.footer-simple {
		display: none;
	}
}

#headerNotice .title {
	line-height: 23px;
	margin: 15px 0;
	height: 25px;
	position: relative;
	width: 110px;
	border-right: 1px solid #fff;
	float: left;
}

#headerNotice .title b {
	position: absolute;
	top: 1px;
	font-weight: 500;
	left: 30px;
	font-size: 16px;
}

#headerNotice img {
	height: 25px;
}

#headerNotice ul {
	float: left;
	margin-left: 20px;
	list-style: none;
	height: 25px;
}

#headerNotice ul li {
	height: 25px;
	line-height: 25px;
}

#headerNotice ul li span {
}

#header #headerNoticeBox {
	overflow: hidden;
	height: 25px;
	margin-top: 15px;
}

#indexWidgets {
	max-width: 650px;
	margin-top: 80px;
	padding-bottom: 50px;
}

#indexWidgets .widget {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	position: relative;
	height: 108px;
}

#indexWidgets .widget .icon {
	position: absolute;
	height: 52px;
	width: 52px;
	left: 16px;
	top: 16px;
}

#indexWidgets .widget .icon img {
	width: 100%;
	border-radius: 50%;
}

#indexWidgets .widget .title {
	position: absolute;
	top: 16px;
	left: 80px;
	font-size: 16px;
}

#indexWidgets .widget .data {
	position: absolute;
	top: 40px;
	left: 80px;
	font-size: 24px;
}

.index-top .index-top-footer {
	position: absolute;
	bottom: 30px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.index-top .index-top-footer a {
	color: #fff;
}

.index-top .index-top-footer span {
	margin: 0 10px;
}
/* for old pc / ipad */
@media(max-width: 1599px) and (min-width: 992px) {
	.index-nav-spy {
		margin-bottom: -145px;
	}

	#push-wrap-top .banner-container, #push-wrap-top .push-tab-body-item {
		margin-bottom: 20px;
	}

	#push-wrap-top .banner-container, #push-wrap-top .banner-container img, #push-wrap-top .push-tab-body-item {
		height: 380px;
	}

	.push-container .push-header .page-header {
		padding: 20px 0 5px;
	}

	#push-wrap-center-top .push-sections-hierarchy .push-body .push-item {
		margin-bottom: 35px;
	}

	#push-wrap-center .push-box {
		padding: 40px 40px 20px;
	}

	#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail {
		padding-top: 23px;
		padding-bottom: 17px;
	}

	.push-container .push-header .page-header h2, .push-container .push-header .page-header h3 {
		font-size: 24px;
		line-height: 26px;
	}

	#push-wrap-center-bottom .push-tab-header-item {
		margin-bottom: 20px;
		margin-right: 20px;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
	}

	#push-wrap-center-bottom .push-box {
		padding: 20px 0 20px;
	}

	#push-wrap-center-bottom .push-thread-thumbnail .push-body .push-item .thumbnail img {
		height: 135px;
	}

	.push-default .push-header .page-header, .push-default .push-header .info .description {
		padding: 15px 25px;
	}

	#push-wrap-bottom-right .push-container .push-header .page-header {
		padding: 15px 25px;
	}

	#push-wrap-bottom-right .push-container .push-tab-header {
		top: 15px;
		line-height: 25px;
	}

	.push-default .push-header .info .description .description-body {
		height: 340px;
		max-height: 340px;
	}

	#push-wrap-bottom .push-sections .push-item a {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
}
@media(min-height: 768px) and (min-width: 1200px) and (max-width: 1599px) {
	.push-container .push-header .page-header {
		padding: 45px 0 15px;
	}
	.push-default .push-header .page-header, .push-default .push-header .info .description {
		padding: 15px 25px;
	}
}
@media(min-height: 680px) and (max-height: 767px) and (min-width: 1200px) {
	.push-wrap {
		padding: 40px 0 !important;
	}
}
@media(max-height: 679px) and (min-width: 1200px) {
	.push-wrap {
		padding: 10px 0 !important;
	}
}
@media(max-height: 660px) and (min-width: 1200px) {
	.push-wrap {
		padding: 30px 0 50px !important;
	}
	#push-wrap-center-top {
		padding-bottom: 5px !important;
	}
	.index-nav-spy {
		display: none;
	}
	.index-top-footer {
		position: fixed !important;
		height: 35px;
		line-height: 35px;
		margin: 0;
		bottom: 0 !important;
		z-index: 9999;
		background: rgba(255, 255, 255, 0.2);
	}
	#push-wrap-bottom {
		padding-bottom: 80px !important;
	}
}
/* for ipad */
@media(max-width: 1199px) and (min-width: 992px) {
	.push-sections-image .push-item a {
		height: 108px;
	}
	.push-sections-image .push-item a .title {
		top: 10px;
		left: 100px;
	}
	.push-sections-image .push-item a .alias {
		top: 46px;
		left: 100px;
	}
	#push-wrap-center-bottom .push-tab-body-item .push-item:nth-child(9),
	#push-wrap-center-bottom .push-tab-body-item .push-item:nth-child(10) {
		display: none;
	}
	.push-thread-datelist .push-body .push-item .introduction {
		display: none;
	}

	#push-wrap-top .banner-container, #push-wrap-top .banner-container img, #push-wrap-top .push-tab-body-item {
		height: 350px;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	#indexWidgets .last {
		margin-left: 25%;
		margin-top: 30px;
	}
	
	.push-sections-image .push-item a {
		height: 129px;
	}

	.push-sections-image .push-item:last-child {
		margin-left: 25%;
		margin-top: 30px;
	}

	#push-wrap-center .push-box {
		padding: 40px 40px 20px;
	}

	#push-wrap-center-bottom .push-box {
		padding: 20px 0 0;
	}

	.push-thread-thumbnail .push-body .push-item:nth-child(10) {
		display: none;
	}

	#push-wrap-bottom .push-sections {
		height: auto;
		overflow: hidden;
	}

	#push-wrap-bottom .push-sections .push-item {
		margin-bottom: 20px;
	}

	#push-wrap-top .banner-container, #push-wrap-top .banner-container img, #push-wrap-top .push-tab-body-item {
		height: 450px;
	}

	#push-wrap-top .banner-container, #push-wrap-top .push-tab-body-item {
		margin-bottom: 30px;
	}

	.push-wrap {
		padding: 30px 0 !important;
	}

	.leftnavs .list-group {
		border-top: none;
	}

	.leftnavs .list-group .list-group-item {
		height: 28px;
	}
}
/* for mobile */
@media(max-width: 767px) {
	.index-top img.index-logo {
		margin-top: 30px;
		width: 80%;
	}

	#header.header-only {
		height: 62px;
	}

	.index-top-search {
		margin-top: 30px;
	}

	#indexWidgets {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	#indexWidgets .widget {
		margin-bottom: 15px;
	}

	.index-top-footer {
		position: fixed !important;
		height: 35px;
		line-height: 35px;
		margin: 0;
		bottom: 0 !important;
		z-index: 9999;
		background: rgba(0, 0, 0, 0.7);
	}

	.index-top-footer .icp {
		display: none;
	}

	.push-wrap {
		padding: 0 0 15px !important;
	}

	#push-wrap-top .banner-container, #push-wrap-top .banner-container img, #push-wrap-top .push-tab-body-item {
		height: auto;
	}

	#push-wrap-top .banner-container, #push-wrap-top .push-tab-body-item {
		margin-bottom: 15px;
	}

	.push-sections-image .push-item a {
		background-size: cover !important;
		margin-bottom: 15px;
	}

	.push-sections-image .push-item:hover a {
		background-size: cover !important;
	}

	#push-wrap-center-top .push-sections-hierarchy .push-body .push-item {
		margin-bottom: 15px;
	}

	#push-wrap-center .push-box {
		padding: 15px 15px 0;
	}

	#push-wrap-center .push-box .push-item {
		margin-bottom: 15px;
	}

	#push-wrap-center-bottom .push-tab-header-item {
		height: 30px;
		line-height: 30px;
		padding: 0 8px;
		text-align: center;
		font-size: 14px;
	}

	#push-wrap-center-bottom .push-box {
		background: #fff;
		padding: 15px 15px 0;
	}

	#push-wrap-center, #push-wrap-center-bottom {
		padding-bottom: 30px !important;
	}

	#push-wrap-bottom .push-sections {
		height: auto;
	}

	#push-wrap-bottom .push-sections .push-item a {
		height: 40px;
		line-height: 40px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	#push-wrap-bottom {
		padding-bottom: 65px !important;
	}

	#indexWidgets .last {
		margin-left: 25%;
	}

	#indexWidgets .widget {
		height: 92px;
	}

	#indexWidgets .widget .icon {
		width: 40px;
	}

	#indexWidgets .widget .title {
		left: 65px;
		font-size: 14px;
	}

	#indexWidgets .widget .data {
		left: 65px;
		font-size: 24px;
	}


	#indexWidgets .col-xs-6:nth-child(1),
	#push-wrap-center .push-box .push-item:nth-child(odd),
	#push-wrap-center-top .push-item:nth-child(odd),
	#push-wrap-bottom .push-sections .push-item:nth-child(odd) {
		padding-right: 7.5px;
	}

	#indexWidgets .col-xs-6:nth-child(2),
	#push-wrap-center .push-box .push-item:nth-child(even),
	#push-wrap-center-top .push-item:nth-child(even),
	#push-wrap-bottom .push-sections .push-item:nth-child(even) {
		padding-left: 7.5px;
	}

	#push-wrap-center-top .push-sections-hierarchy .push-body .push-item .thumbnail .caption h4 {
		font-size: 14px;
	}

	.push-thread-datelist .push-body .push-item,
	#push-wrap-bottom-right .push-thread-list .push-item {
		overflow: hidden;
	}

	.push-tab-header-item {
		margin-right: 10px;
	}

	#push-wrap-bottom .push-box h3, #push-wrap-bottom .push-box h2 {
		font-size: 18px;
	}

	.leftnavs>.list-group {
		border-top: none;
	}

	.leftnavs .list-group .list-group-item {
		height: 28px;
	}
}

.push-container .push-body ul {
	list-style: none;
}

@media(max-width: 365px) {
	#indexWidgets .col-xs-6 {
		width: 100%;
		padding: 0 15px !important;
	}

	#indexWidgets .last {
		margin-left: 0;
	}
}

@media(max-width: 767px) and (min-width: 425px) {
	.push-sections-image .push-item {
		width: 50%;
	}

	.push-sections-image .push-item a {
		background: #3DBDB6 !important;
		height: auto;
		padding: 15px 0;
	}

	.push-sections-image .push-item a .title,
	.push-sections-image .push-item a .alias {
		position: static;
		line-height: 25px;
		font-size: 16px;
	}

	.push-sections-image .push-item a .alias {
		font-size: 12px;
		color: #fff;
	}

	.push-sections-image .push-item:nth-child(odd) 
	{
		padding-right: 7.5px;
	}

	.push-sections-image .push-item:nth-child(even) {
		padding-left: 7.5px;
	}

	.push-sections-image .push-item:nth-child(3) {
		margin-left: 25%;
	}
}

#push-wrap-top .push-thread-datelist .push-body .push-item:nth-child(even) {
	background: #C7EAFB;
}

#indexWidgets .widget{ 
    height: 85px;
}
.index-top img.index-logo {
    height: 130px;
}
#push-wrap-top .bxslider-container, #push-wrap-top .push-tab-body-item {
    border: 1px solid #E0F5FF;
}
#push-wrap-center .push-box {
    background: #E0F5FF;
}
@media(min-width: 1600px) {
    #push-wrap-center .push-box {
        padding: 80px 134px 60px;
    }
}
#push-wrap-center .push-sections-hierarchy .push-body .push-item .thumbnail {
    padding-top: 23px;
    padding-bottom: 17px;
}
#push-wrap-bottom-right .push-thread-list .push-item {
  margin: 0 !important;
  padding: 10px 25px;
}
#push-wrap-top .push-thread-datelist .push-body .push-item:nth-child(n+2) .title a,
#push-wrap-bottom-right .push-thread-list .push-item .title {
    width: calc(100% - 95px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    font-size: 16px;
}
#push-wrap-top .push-thread-datelist .push-body .push-item:nth-child(n+2) .title .date,
#push-wrap-bottom-right .push-thread-list .push-item .date {
   float: right;
   display: block;
}
#push-wrap-bottom-right .push-thread-list .push-item:nth-child(even) {
    background: #f5f5f5;
}
#push-wrap-top .push-thread-datelist .push-body .push-item,
#push-wrap-bottom-right .push-thread-list .push-item {
  overflow: hidden;
}
@media(min-width: 992px) {
#push-wrap-bottom-left {
    width: 45%;
}
#push-wrap-bottom-right {
    width: 55%;
}
}
@media(min-width: 768px) {
.push-tab-header-item {
    padding: 0 15px;
}
.push-tab-header-item.active {
   background: #1eafec;
    color: #fff;
    border-radius: 25px;
}
}
@media(min-width: 768px) and (max-width: 991px) {
  #push-wrap-center-bottom .push-tab-body-item .push-item:nth-child(n+11) {
    display: none;
  }
}

.tools {
    position: fixed;
    left: 45px;
    right: auto;
    top: calc(50% - 110px);
    color: #fff;
    width: 45px;
    z-index: 999;
}

.tools .tool-container {
	opacity: 1;
	margin-top: 10px;
}

.tools .tool-container .tool {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #1eafec;
}

.tools .tool-container .title {
	display: none;
}

.tools .tool-container .icon {
	width: 35px;
	height: 35px;
	margin: 0 5px;
	font-size: 20px;
	color: #fff;
}

.popover-content {
	color: #000;
	white-space:nowrap;
}