﻿@charset "UTF-8";
/* 全局设定 */

body {
	font-family: PingFang SC, Microsoft Yahei, Aria, "sans-serif";
}
a {
	color: #1d1d1d;
	transition: color 0.5s;
	text-decoration: none;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
a:hover {
	color: #ad2722;
	text-decoration: none;
}
ul li {
	list-style: none;
}
.background-default {
	background: url(../images/background_default.png);
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #ffffff
}
.img-responsive {
	width: 100%!important;
}
/* 页眉样式 */

#site-header {
	padding: 20px 10px 0px;
}
.site-logo {
	height: 82px;
	width: auto;
	display: block;
	background: url("../images/logo.png");
	background-repeat: no-repeat;
}
.language-switcher {
	float: right;
	margin-top: 40px;
	color: #ffffff;
        font-family: Phetsarath OT!important;
}
/* 导航栏样式 */

#navbar {
	height: 44px;
	width: 100%;
	line-height: 44px;
	background: #870702;
	position: relative;
}
.navbar {
	padding: 0px!important;
}
#navbar > ul > li {
	width: 12.5%;
	list-style: none;
	position: relative;
}
#navbar > ul > li > a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.dropdown-menu {
	background: rgba(0,0,0,0.3)
}
.homepage-slider-item > span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 8px 30px;
	background: rgba(173, 39, 34, 0.6);
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	max-width: 600px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}
.homepage-slider-item > span:hover {
	background: rgba(173, 39, 34, 1);
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-o-transition: background 0.4s;
}
.homepage-slider-item > span > a {
	color: #ffffff;
}
.homepage-slider {
	height: 450px;
	width: 100%;
}
.homepage-slider > div > .swiper-pagination {
	bottom: 0px;
	right: 0px;
}
.homepage-slider > div > div > .swiper-pagination-bullet {
	width: 15px!important;
	height: 15px!important;
	margin: 10px;
}
.homepage-slider > div > div > .swiper-pagination-bullet-active {
	background: #a72c25
}
.homepage-slider-item {
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.posts-list {
	padding-top: 25px;
}
.list-box {
	max-height: 280px;
}
.list-box-header {
	padding: 10px;
	line-height: 33px;
	background: #ad2722;
	color: #FFFFFF;
	margin: auto 0px!important;
}
.list-box-bottom {
	position: absolute;
	bottom: 0px;
	padding: 4px 0px;
	line-height: 33px;
	background: rgba(173, 39, 34, .75) !important;
	color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}
.list-box-bottom > div > a {
	font-size: 15px;
	color: #ffffff;
}
.list-box-bottom > div > a:hover {
	font-size: 15px;
	color: #f1f1f1;
}
.list-title {
	font-size: 20px;
}
.list-more {
	float: right;
	margin-top: -21px;
	height: 10px;
	width: 20px;
	background: url(../images/arrow.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.list-box-content {
	padding: 10px 15px;
	background: #f8f8f8;
	height: 230px;
}
.list-box-content-single {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0px;
}
.list-box-content-single > span {
	float: right;
	font-size: 12px;
	color: #333333;
}
.img-news-preview {
	height: 280px;
	width: 100%;
}
.img-news-item {
	display: block;
	background-size: cover!important;
	background-position: center!important;
	backgruond-repeat: no-repeat;
}
.img-news-button {
	height: 20px!important;
	width: 30px!important;
	margin-top: -8px!important
}
.img-carousel-item {
	width: 270px!important;
	background-size: cover!important
}
.image-carousel {
	margin: 40px 0px!important;
	width: 100%;
	height: 200px;
}
/* 页脚 */

#site-footer {
	padding: 0px 0px!important
}
.link-box {
	padding-top: 10px;
	background: #ad2722;
	font-size: 18px;
	color: #FFFFFF
}
.link-box-title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.link-box-item {
	font-size: 16px;
	color: #ffffff!important;
}
.link-box-item a {
	margin-bottom: 20px;
	display: block;
	color: #ffffff;
}
.link-box-item a:hover {
	color: #fbfbfb
}
.link-icon {
	display: none;
}
.info-box {
	padding: 40px 0px 50px 0px;
}
.contact-us-box {
	padding-top: 15px
}
.contact-us-box-title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
.contact-us-box-item {
	font-size: 16px;
	padding-top: 10px;
	line-height: 29px;
}
/* 文章页样式 */

.post-detail {
	background: #f8f8f8;
	padding: 20px 0px;
	min-height: 400px;
}
.post-detail-box {
	margin: auto;
	max-width: 1024px;
}
.post-heading {
	font-size: 32px;
	font-weight: bold;
	color: #ad2722;
	text-align: center;
}
.post-info-box {
	font-size: 14px;
	color: #484848;
	text-align: center;
}
.post-info-box > span {
	padding: 0px 10px;
}
.post-content {
	padding: 20px;
	font-size: 15px;
}
.share-box {
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	margin: 0px auto;
}
.share-box-title {
	font-size: 14px;
	padding-top: 8px;
	padding-right: 10px;
	color: #909090;
	float: left;
}
/* 列表页设置 */

.column-box {
	margin: 20px 0px;
	background: #f8f8f8;
	padding: 20px 0px 50px;
	min-height: 500px;
}
.left-nav {
	list-style: none;
	padding-left: 0px!important;
}
.left-nav-title {
	font-size: 22px;
	line-height: 60px;
	height: 60px;
	display: block;
	text-align: center;
	background: #ad2722;
	color: #FFFFFF;
	font-weight: bold
}
.left-nav-item {
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	display: block;
	text-align: center;
	border-bottom: #ad2722 solid 1px;
	color: #1d1d1d;
}
.left-nav-item:hover {
	background: #f1f1f1
}
.bread-crumb {
	float: right;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px
}
.column-list {
	padding-left: 0!important;
}
.column-list-item {
	font-size: 14px;
	padding: 5px 0px!important;
}
.column-list-item > a > span {
	float: right;
	padding-right: 20px;
}
.row-gapless {
	margin: 0px!important;
}

/* 响应式设定 */

@media only screen and (max-width: 480px) {
.container {
	width: 100%!important;
}
#site-content {
	padding: 0px 0px!important;
}
.footer-logo {
	text-align: center!important;
}
.link-icon {
	display: block;
	height: 30px;
	margin: 0px auto;
}
.link-box {
	padding: 40px 0px;
}
.link-box-item {
	font-size: 12px;
}
	#site-nav {
		display: inline-table
	}
}

@media only screen and (max-width: 1200px) {
.homepage-slider {
	height: 400px;
}
		#site-nav {
		display: inline-table
	}
}

@media only screen and (max-width: 992px) {
.homepage-slider {
	height: 300px;
}
.footer-logo {
	text-align: center!important;
}
		#site-nav {
		display: inline-table
	}
}

@media only screen and (max-width: 768px) {
.homepage-slider {
	height: 160px;
}
.footer-logo {
	text-align: center!important;
}
#site-nav {
		display: inline-table
	}
.contact-us-box-item {
	text-align: center;
	padding-top: 10px;
}
}
 @media only screen and (max-width: 401px) {
.homepage-slider {
	height: 160px;
}
.homepage-slider-item > span {
	bottom: 0;
	left: 0;
	font-size: 18px;
	width: 100%;
	max-width: 100%;
}
	 	#site-nav {
		display: inline-table
	}
}
/* 导航栏样式 */

#site-nav {
	background: #a72c25;
	height: 45px;
	margin: 0 auto;
}
#site-nav ul li {
	font-size: 14px;
	float: left;
	position: relative;
	color: #ffffff;
}
#site-nav ul li .mya {
	font-size: 16px;
	padding: 11px 30px;
	line-height: 45px;
	color: #f1f1f1;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}
#site-nav ul li:hover .mya {
	font-size: 16px;
	background: #D32F2F;
	color: #fff;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-o-transition: background 0.4s;
}
#site-nav ul li:hover .er {
	font-size: 13px;
	color: #ffffff;
	padding: 8px 0px;
	display: block;
	z-index: 1000;
}
#site-nav ul li .er {
	font-size: 13px;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0);
	display: none;
}
#site-nav ul li .er a {
	color: #eeeeee;
	padding-left: 0px;
	font-size: 13px;
	display: block;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}
#site-nav ul li .er a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background: #a13028;
	transition: color 0.5s, background 0.4s;
	-moz-transition: color 0.5s, background 0.4s;
	-webkit-transition: color 0.5s, background 0.4s;
	-o-transition: color 0.5s, background 0.4s;
}
.subject-name {
	font-size: 30px
}