@charset "utf-8";

.block-title {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
	border-left: 4px solid #226aba;
	text-align: left;
	line-height: 32px;
}

.block-title h1 {
	position: relative;
	padding-left: 14px;
	color: #333;
	font-weight: 600;
	font-size: 28px;
}

.block-title h1 span {
	color: #999;
	font-size: 18px;
}

.block-title.white {
	border-left-color: #fff;
}

.block-title.white h1 {
	color: #fff;
}

.block-title.white h1 span {
	color: rgba(255, 255, 255, .5);
}

.block-more {
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	width: 100px;
	height: 40px;
	border-radius: 20px;
	background-color: #226aba;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.block-more:hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	color: #226aba;
}

/*

* Homepage

*/
/* Home Banner */
.banner-carousel {
	display: block;
	width: 100%;
	height: 600px;
	background-color: #333;
}

.banner-carousel .swiper-slide {
	position: relative;
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
}

.banner-carousel .swiper-slide-active {
	opacity: 1;
}

.banner-pagination.swiper-pagination {
	bottom: 20px;
}

.banner-pagination.swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 1;
}

.banner-pagination.swiper-pagination .swiper-pagination-bullet-active {
	background: #226aba;
}

.banner-button-prev.swiper-button-prev,
.banner-button-next.swiper-button-next {
	margin-top: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .4);
	background-size: auto 16px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.banner-button-prev.swiper-button-prev {
	background-image: url(../images/icon_banner_left_arrow_white.png);
}

.banner-button-next.swiper-button-next {
	background-image: url(../images/icon_banner_right_arrow_white.png);
}

.banner-button-prev.swiper-button-prev:hover,
.banner-button-next.swiper-button-next:hover {
	background-color: #226aba;
}

/* Home News */
.home-news {
	padding: 60px 0 60px;
	background-color: #fff;
}

.home-news .dt-con {
width:100%;
}

.home-news .tz-con {
width:100%;
}

.home-news .tz-con .tlist {
	width: 100%;
	height: 415px;
	overflow: hidden;
	position: relative;
}

.home-news .tz-con .tlist li {
	width: 100%;
	height: 86px;
	display: block;
	margin: 0px 0px 22px;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
}

.home-news .tz-con .tlist .date {
	width: 94px;
	height: 86px;
	float: left;
	padding: 5px 0px 0px;
	margin: 0px 15px 0px 0px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #e0e0e0;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 21px;
}

.home-news .tz-con .tlist .date h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}

.home-news .tz-con .tlist .tname {
	height: 66px;
	display: block;
	padding: 10px 0px 0px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	position: relative;
	top: 5px;
}

.news-carousel {
	overflow: hidden;
	width: 100%;
	height: 415px;
}

.news-carousel .swiper-slide {
	position: relative;
	background-color: #999;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.news-carousel-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 0 130px 0 30px;
	height: 84px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 84px;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	transition: .2s all ease;
}

.news-carousel-title span {
	margin: 0 12px;
	font-size: 14px;
}

.news-carousel:hover .news-carousel-title {
	background-color: rgba(0, 0, 0, .8);
}

.news-pagination.swiper-pagination {
	right: 20px;
	bottom: 30px;
	left: auto;
	width: auto;
}

.news-pagination.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.news-pagination.swiper-pagination .swiper-pagination-bullet-active {
	background: #e9a646;
}

.home-news .news-list {
	min-height: 415px;
}

.home-news .act-item {
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}

.home-news .act-item .zlist {
	position: relative;
}

.home-news .act-item .zlist li {
	width:100%;
	height: auto;
	padding: 5px 0px;
	margin: 0px;
	float: left;
	font-size: 16px;
	border-bottom: 1px solid #e7e7e7;
}

.home-news .act-item .zlist .atit {
	width: 65%;
	height: 30px;
	margin: auto;
	float: left;
	overflow: hidden;
	color: #444444;
	line-height: 30px;
}

.home-news .act-item .zlist .adate {
	color: #999999;
	text-align: right;
	line-height: 25px;
}

.home-news .act-item .zlist li a:hover .atit {
	color: #226aba;
}

.team_item {
	min-height: 308px;
	margin-top: 35px;
	position: relative;
}

.news-list-item {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.news-list-item .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.news-list-item:hover .bg-overlay {
	background-color: rgba(0, 0, 0, .4);
}

.news-list-item:hover .more i {
	background-image: url(../images/icon_news_more_active.png);
}

.news-list-item .date-addition {
	position: relative;
	z-index: 2;
	color: #333;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.news-list-item h3 {
	position: relative;
	z-index: 2;
	margin-top: 12px;
	margin-bottom: 0;
	height: 48px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.news-list-item p {
	position: relative;
	z-index: 2;
	margin-top: 12px;
	margin-bottom: 0;
	height: 96px;
	color: #999;
	line-height: 24px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.news-list-item:hover .date-addition,
.news-list-item:hover h3 {
	color: #fff;
}

.news-list-item:hover p {
	color: rgba(255, 255, 255, .5);
}

/* News dqList */
.home-dqnews {
	padding: 60px 0 30px;
	background-color: #f3f3f3;
}

/* News List */
.home-list {
	padding: 70px 0 50px;
	background: #1f61aa url(../images/home_announcement_bg.png) no-repeat center;
}

.home-xxlist {
	padding: 70px 0 50px;
	background: #fff;
}

.news-date-list {
	min-height: 388px;
}

.news-date-item {
	position: relative;
	margin-bottom: 22px;
	min-height: 60px;
}

.news-date-item .date {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 80px;
	height: 60px;
	border-radius: 4px;
	background: #226aba;
}

.news-date-item .date span,
.news-date-item .date b {
	display: block;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-style: normal;
}

.news-date-item .date span {
	padding-top: 6px;
	font-size: 18px;
}

.news-date-item h3 {
	margin-bottom: 8px;
	padding-top: 4px;
	padding-left: 120px;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.news-date-item p {
	padding-left: 120px;
	color: #999;
	font-size: 14px;
}

.news-date-item:hover h3 {
	color: #226aba;
}

.notice-carousel {
	height: 386px;
}

.notice-carousel-item {
	margin-bottom: 20px;
	padding: 30px 30px 26px 30px;
	border: 1px solid #e0e0e0;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.notice-carousel-item::after {
	position: absolute;
	top: 76px;
	width: 30px;
	border-bottom: 2px solid #226aba;
	content: "";
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.notice-carousel-item .date-addition {
	position: relative;
	color: #333;
}

.notice-carousel-item h3 {
	margin-top: 18px;
	min-height: 48px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.notice-carousel-item:hover {
	border-color: #e8a646;
	background-color: #e8a646;
}

.notice-carousel-item:hover::after {
	border-bottom-color: #fff;
}

.swiper-pagination.notice-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #fff;
	opacity: 1;
}

.swiper-pagination.notice-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #e8a646;
}

.teaching-list-list {
	min-height: 390px;
}

.teaching-list-item {
	position: relative;
	margin-bottom: 30px;
	padding-top: 4px;
	width: 100%;
	height: 80px;
}

.teaching-list-item .date {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 80px;
	height: 80px;
	border: 1px solid #efefef;
	background: #f3f3f3;
}

.teaching-list-item .date span,
.teaching-list-item .date b {
	display: block;
	height: 40px;
	color: #666;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
}

.teaching-list-item .date b {
	background-color: #e3e3e3;
	color: #666;
	font-size: 14px;
}

.teaching-list-item .date span {
	color: #333;
	font-size: 18px;
}

.teaching-list-item .text {
	padding-left: 100px;
}

.teaching-list-item h3 {
	margin-bottom: 8px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.teaching-list-item p {
	margin: 0;
	min-height: 48px;
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 24px;
}

.teaching-list-item:hover h3 {
	color: #e8a646;
}

/*xxhd*/
/* Event */
.home-event {
	padding: 50px 0;
	background-color: #f0f0f0;
}

.party-list li {
	margin-bottom: 28px;
}

.party-list-item {
	padding: 18px 20px 10px;
	border: 1px solid #e3e3e3;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.party-list-item h3 {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.party-list-item h3 span {
	padding-left: 28px;
	background: url(../images/icon_time_black.png) no-repeat center left;
}

.party-list-item p {
	margin-top: 8px;
	min-height: 48px;
	color: #999;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.party-list-item:hover {
	border-color: #e8a646;
	background-color: #e8a646;
}

.party-list-item:hover h3,
.party-list-item:hover p {
	color: #fff;
}

.party-list-item:hover h3 span {
	background-image: url(../images/icon_time_white.png);
}

.event-carousel {
	height: 220px;
}

.event-carousel .swiper-slide {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.event-carousel-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	font-size: 16px;
	line-height: 60px;
}

.event-carousel-title p {
	padding: 0 30px;
	color: #fff;
}

.swiper-button-prev.event-button-prev,
.swiper-button-next.event-button-next {
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	background-size: 10px auto;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.swiper-button-prev.event-button-prev {
	background-image: url(../images/icon_left_arrow_blue.png);
}

.swiper-button-next.event-button-next {
	background-image: url(../images/icon_right_arrow_blue.png);
}

.swiper-button-prev.event-button-prev:hover {
	background-color: #226aba;
	background-image: url(../images/icon_left_arrow_white.png);
}

.swiper-button-next.event-button-next:hover {
	background-color: #226aba;
	background-image: url(../images/icon_right_arrow_white.png);
}

.date-addition span {
	font-size: 24px;
}

.date-addition i {
	font-style: normal;
	font-size: 14px;
}

.event-carousel-thumbs ul {
	display: flex;
}

.active .event-carousel-thumbs-item {
	border: 2px solid #226aba;
}

.event-carousel-thumbs li {
	margin: 30px 0;
	width: 33.33%;
}

.event-carousel-thumbs-item {
	margin: 70px auto 0;
	width: 100%;
	height: 220px;
	max-width: 362px;
	background-color: #999;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

/* link Carousel */
.home-link {
	padding: 0;
	height: 176px;
	margin: 0px auto;
	background: url(../images/zx_14.jpg) no-repeat top center;
	background-color: #f3f3f3;
	overflow: hidden;
}

.home-link .tit-list {
	width: 270px;
	height: 26px;
	margin: 26px 0px 0px;
	clear: both;
	position: relative;
	left: 0;
}

.home-link .tit_1 {
	width: 100%;
	height: 26px;
	float: left;
}

.home-link .tit_1 h3 {
	width: 100%;
	height: 26px;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
	cursor: pointer;
}

.home-link .tit_1 h3 a {
	color: #000000;
}

.home-link h3.selected {
	color: #226aba;
}

.home-link h3.selected a {
	color: #226aba;
}

.home-link .kmenu_con {
	width: 96%;
	height: 128px;
	margin: auto;
	overflow: hidden;
}

.home-link .kmenu_con .nlist {
	width: 100%;
	height: 86px;
	overflow: hidden;
	position: relative;
	top: 22px;
}

.home-link .kmenu_con .nlist li {
	width: 220px;
	height: 40px;
	float: left;
	overflow: hidden;
}

.home-link .kmenu_con .nlist li a {
	width: 195px;
	height: 40px;
	margin: 0px 10px;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-link .kmenu_con .nlist li a:hover {
	color: #226aba;
}

.link-carousel-item {
	display: block;
	margin: 14px auto;
	padding: 30px 0;
	width: 100%;
	height: 100px;
	background: #f8f8f8 url(../images/home_link_bg.png) no-repeat center;
	color: #fff;
	text-align: center;
	font-size: 28px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.link-carousel-item .link {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	max-width: 320px;
	border-radius: 4px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	line-height: 100px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.link-carousel-item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.swiper-pagination.link-pagination {
	bottom: 0;
}

.swiper-pagination.link-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #226aba;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
}

.swiper-pagination.link-pagination .swiper-pagination-bullet-active {
	background: #226aba;
}

/*

 * Column Style

 */
.column-banner {
	background-color: #f0f0f0;
}

.column-img {
	margin: 0 auto;
	width: 100%;
	height: 380px;
	max-width: 1920px;
	background-color: #999;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.column {
	min-height: calc(100vh - 500px);
	background-color: #f7f7f7;
}

.column-sidebar,
.column-content {
	position: relative;
	margin-top: 40px;
	background: #fff;
}

.column-sidebar {
	margin-bottom: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.column-content {
	margin-bottom: 50px;
	min-height: 500px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.column-name {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
	border-left: 8px solid #226aba;
	color: #226aba;
	font-weight: 600;
	font-size: 24px;
}

.column-name .navbar-toggle {
	margin-top: -10px;
	margin-right: 0;
	color: #333;
}

.column-collapse {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.col-list {
	background: #fff;
}

.col-list>ul {
	position: relative;
	margin-top: 12px;
	padding: 0;
	border-left: 4px solid #226aba;
	font-size: 16px;
}

.col-list>ul>li>a {
	display: block;
	padding: 12px 20px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.col-list>ul>li>a:hover {
	background-color: #ededed;
	color: #226aba;
}

.col-list>ul>li.selected>a {
	background: #ddd;
	color: #226aba;
	font-weight: 600;
}

.col-sublist>ul>li>a {
	display: block;
	display: block;
	padding: 10px 28px;
	color: #666;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.col-sublist>ul>li span {
	position: relative;
	top: 3px;
	float: right;
	font-size: 12px;
}

.col-sublist>ul>li>a:hover {
	background-color: #226aba;
	color: #fff;
}

.col-breadcrumbs {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

.wp_listalbumn {
	margin-top: 20px;
}

/* Column Right */
.column-title {
	padding: 18px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #226aba;
	font-weight: 600;
	font-size: 24px;
}

.column-breadcrumb {
	margin-top: 5px;
	color: #666;
	font-weight: 400;
	font-size: 14px;
}

.column-breadcrumb a {
	color: #999;
}

.column-breadcrumb a:hover {
	color: #333;
}

.column-breadcrumb i {
	margin-right: 12px;
}

.column-info-list {
	padding-top: 0;
}

.column-info-list li {
	padding: 10px 20px;
}

.column-info-list li p {
	margin: 0;
}

.column-info-list li:last-child {
	border-bottom: none;
}

.column-date-list {
	padding: 20px 25px;
}

.column-date-list .date-item {
	margin-bottom: 28px;
}

.info-list ul {
	padding-top: 0;
	min-height: 380px;
}

.info-list li {
	padding: 14px 0 8px;
	border-bottom: 1px dashed #e0e0e0;
}

.info-list li h4 {
	padding-bottom: 6px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.info-list li:hover h4 {
	color: #226aba;
}

.info-list li p {
	color: #999;
	font-size: 14px;
}

.column-img-list {
	padding: 20px 25px;
}

.column-img-item {
	overflow: hidden;
	padding: 5px 0 25px;
	width: 100%;
}

.column-img-item .photo {
	padding-bottom: 75%;
	width: 100%;
	border-radius: 0;
	background-color: #999;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.column-img-item .title {
	position: relative;
	margin: 0 auto;
	margin-top: -60px;
	padding: 12px 15px;
	width: 92%;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	text-align: center;
	font-size: 16px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.column-img-item .title p {
	margin: 0;
}

.column-img-item:hover .title {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	color: #226aba;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	-ms-transform: translateY(-8px);
}

.column-teacher-list {
	padding: 20px 25px;
}

.column-teacher-item {
	position: relative;
	padding: 20px;
	min-height: 220px;
	border: none;
	background: #fff;
	text-align: center;
}

.column-teacher-item .photo {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: #ccc;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.column-teacher-item:hover .photo {
	box-shadow: 0 0 10px rgba(34, 106, 186, .4);
}

.column-teacher-item .title {
	display: block;
	padding-top: 20px;
	color: #666;
	font-size: 14px;
}

.column-teacher-item h3 {
	padding-bottom: 4px;
	color: #333;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.column-teacher-item:hover h3 {
	color: #226aba;
}

.column-teacher-item h5 {
	padding: 4px 0;
	height: 30px;
	line-height: 30px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.column-teacher-item:hover h5 {
	color: #999;
}

/*

* Post

*/
.post {
	background-color: #fff;
}

.post-breadcrumb {
	padding: 12px 0;
	background-color: #fff;
	box-shadow: 0 0 30px rgb(0, 0, 0, .1);
	color: #226aba;
}

.post-breadcrumb a {
	color: #333;
	opacity: .8;
}

.post-breadcrumb a:hover {
	color: #333;
	opacity: 1;
}

.post-content {
	margin: 40px 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

.post-title {
	padding-bottom: 10px;
	color: #226aba;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.post-attr {
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border-bottom: 1px solid #efefef;
	color: #666;
	text-align: center;
}

.post-attr>span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 8px;
	background-color: #f7f7f7;
	cursor: pointer;
}

.read-content {
	margin: 0 auto;
	padding: 10px 20px 40px;
	width: 100%;
	min-height: 400px;
	line-height: 2;
}

.read-content img {
	margin: 10px 0;
	height: auto;
	max-width: 100% !important;
}

.breadcrumb {
	border-radius: 0;
	background: #5fcbd2;
	color: #fff;
	text-align: left;
}

.breadcrumb .possplit {
	display: none;
}

.breadcrumb a {
	margin: 0 5px;
	color: #fff;
	opacity: .8;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.breadcrumb a:hover {
	opacity: 1;
}

.wp_articlecontent>table {
	width: 100% !important;
}

.wp_listcolumn_searchbartree {
	margin: 10px 0;
}

.wp_listcolumn_searchbartree .wp_listcolumn_treeKeyword {
	width: 100%;
	height: 36px;
}

.wp_listcolumn_searchbttree {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -29px;
	margin-right: 4px;
}

.ztree {
	background-color: #f7f7f7;
}

.ztree * {
	font-size: 14px;
}

.ztree li {
	padding: 10px 0;
}

@media screen and (max-width:1199px) {

	/* Header */
	.header-logo img,
	.footer-logo img {
		width: 100%;
		height: auto;
		max-height: none;
	}

	.header-search {
		margin-top: 22px;
		width: 100%;
	}

	/* Home */
	.banner-carousel {
		height: 400px;
	}

	.link-carousel .swiper-slide {
		width: 33.33%;
	}

	.link-carousel-item .link {
		max-width: 230px;
	}

	/* Column */
	.column-banner .img {
		height: 300px;
	}

	.column-img-item .link {
		height: 150px;
	}
}

@media screen and (max-width: 991px) {

	/* Header */
	.header {
		padding: 20px 0;
	}

	.header-logo {
		text-align: center;
	}

	.header-logo img {
		width: 100%;
		height: auto;
		max-width: 768px;
	}

	.header-right {
		float: none;
	}

	.header-link {
		display: none;
		margin-top: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.header-search {
		float: none;
		display: block;
		margin: 0 auto;
		width: 250px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	/* Footer */
	.footer {
		padding: 30px 0;
	}

	.footer-logo {
		padding: 0;
		text-align: center;
	}

	.footer-logo img {
		width: 100%;
		height: auto;
		max-width: 768px;
	}

	.footer-info {
		padding-bottom: 15px;
		text-align: center;
		line-height: 1.3;
		opacity: .8;
	}

	.footer-info h3 {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.footer-info p {
		display: inline-block;
		margin: 0 4px;
	}

	.footer-copyright {
		text-align: center;
	}

	.footer-link {
		margin: 10px auto 20px;
	}

	/* Nav */
	.header-nav .inner {
		width: 100%;
	}

	.site-nav li a {
		padding: 15px 0;
		font-size: 15px;
	}

	/* Home */
	.home-news {
		padding: 30px 0;
		background-repeat: repeat;
	}

	.home-news .dt-con {
		width: 100%;
	}
	.home-news .tz-con {
		width: 100%;
	}
	.home-list,
	.home-link {
		padding: 30px 0;
	}

	.link-carousel .swiper-slide {
		width: 33.33%;
	}

	.banner-button-prev,
	.banner-button-next {
		width: 30px;
		height: 30px;
		background-size: 12px auto;
	}

	.block-item {
		margin: 30px 0;
	}

	.notice-carousel {
		padding-bottom: 30px;
		height: auto;
	}

	/* Column */
	.column-img-item .link {
		height: 220px;
	}
}

@media screen and (max-width: 767px) {

	/* Header */
	.header-logo img {
		width: 100%;
		height: auto;
	}

	/* Nav */
	.header-nav .container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px !important;
	}

	.site-nav,
	.navbar-nav {
		margin: 0 !important;
		padding: 0 !important;
	}

	.site-nav li {
		width: 100%;
	}

	.site-nav li a {
		padding: 10px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.site-nav li:last-child a {
		border-bottom: none;
	}

	/* Footer */
	.footer-logo {
		width: 100%;
		text-align: center;
	}

	.footer-logo img {
		width: 100%;
		height: auto;
	}

	.footer-info {
		padding: 10px 0;
	}

	.footer-info p {
		margin: 0;
		padding-left: 10px;
		font-size: 12px;
		line-height: 2;
		opacity: .9;
	}

	.footer-copyright {
		font-size: 12px;
		opacity: .8;
	}

	/* Home */
	.block-item {
		margin: 10px 0;
		padding: 10px 0;
	}

	.block-title h1 {
		font-weight: bold;
		font-size: 20px;
	}

	.banner-carousel {
		height: 40vw;
	}

	.home-news {
		padding: 20px 0;
	}

	.news-block-item h4 {
		font-size: 14px;
	}

	.date-item .content h3 {
		font-size: 16px;
	}

	.event-carousel {
		height: 30vw;
	}

	.event-carousel-thumbs-item {
		margin: 0 auto;
		height: 100%;
	}

	.home-link {
		background: #fff;
		margin: 0 auto;
		padding: 0;
		min-width: 100%;
		height: auto;
	}

	.home-link .tit-list {
		margin: 0px 20px;
	}

	.home-link .kmenu_con {
		height: 100%;
	}

	.home-link .kmenu_con .nlist {
		height: 100%;
		padding-bottom: 20px;
	}

	.home-link .kmenu_con .nlist li {
		width: 160px;
		float: left;
		margin: 0px 15px 0px 0px;
	}

	.home-link .kmenu_conn .nlist li a {
		width: 100%;
	}

	.news-carousel {
		height: 70vw;
	}

	.news-carousel-title {
		padding: 0 130px 0 10px;
	}

	.news-block-item {
		margin-bottom: 12px;
		max-width: 100%;
	}

	.news-list-item {
		margin-bottom: 12px;
	}

	.link-carousel .swiper-slide {
		width: 50%;
	}

	.event-carousel-title p {
		padding: 0 10px;
	}

	.link-carousel-item {
		font-size: 18px;
	}

	.banner-button-prev.swiper-button-prev,
	.banner-button-next.swiper-button-next,
	.swiper-button-prev.event-button-prev,
	.swiper-button-next.event-button-next {
		margin-top: -20px;
		width: 40px;
		height: 40px;
	}

	/* Column */
	.column-name {
		padding: 15px 20px;
		font-size: 20px;
	}

	.column-right {
		margin-top: 10px;
		padding: 0;
	}

	.column-title {
		padding: 15px 20px;
		font-size: 22px;
	}

	.column-img {
		height: 40vw;
	}

	.column-img-item {
		margin: 0 auto;
		max-width: 420px;
	}

	.column-img-item .link {
		height: 180px;
	}

	.column-img-item .title p {
		font-size: 14px;
	}

	.column-content {
		margin-top: 20px;
	}

	/* Post */
	.read-content {
		padding: 10px 20px;
	}

	.read-content img {
		height: auto !important;
	}

	.post-title {
		font-size: 20px;
	}

	.post-attr {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {

	/* Header */
	.header-search {
		margin: 8px auto 16px;
	}

	/* Footer */
	.footer-copyright {
		font-size: 12px;
	}

	.column-position {
		float: none;
		display: block;
	}

	.column-img-item .link {
		height: 62vw;
	}

	/* Home */
	.block-more {
		top: -8px;
		bottom: 0;
		font-size: 12px;
		line-height: 40px;
	}

	.banner-carousel {
		height: 52vw;
	}

	.event-carousel {
		height: 30vw;
	}

	.event-carousel-thumbs-item {
		margin: 0 auto;
		height: 100%;
	}

	.home-link {
		margin: 0;
		padding: 30px 0;
	}

	.link-carousel .swiper-slide {
		width: 100%;
	}

	.date-list {
		margin-top: 15px;
		min-height: auto;
	}

	.date-item {
		margin-bottom: 28px;
	}

	.news-date-item h3 {
		padding-left: 100px;
	}

	.news-date-item p {
		padding-left: 100px;
	}

	.img-item .img {
		width: 105px;
	}

	.img-item .content {
		padding-left: 115px;
	}

	/* Column */
	.info-list li h4 {
		font-size: 14px;
	}

	/* Post */
	.read-content {
		padding: 0;
	}
}