body {
	font-family: "Helvetica Neue","Open Sans","Microsoft YaHei","微软雅黑","Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
	background-color: #E8E8E8;
	line-height: 1.6em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #333;
	/*padding-top: 100px;*/
}

.container {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 20px 20px rgba(214,214,214,0.53);
	-moz-box-shadow: 0px 0px 20px 20px rgba(214,214,214,0.53);
	box-shadow: 0px 0px 20px 20px rgba(214,214,214,0.53);
}

strong, b, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

li {
	line-height: 1.6em;
}

a {
	color: #515151;
}

a:hover {
	color: #d24d57;
	text-decoration: none;
}

h1 {
  font-size: 25px;
  color: #556145;
  font-weight: bold;
  margin-bottom: 40px;
}

h2, h3, h4 {
	font-size: 20px;
}

.text-center {
	text-align: center;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}

.text-decoration-none {
    text-decoration: none!important;
}

.menu_bar {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
}

li.news_archive a {
	text-decoration:none;
}

.bodycopysmall {
    FONT: 11px/12px Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 13px;
}

.shadow-box {
	width: 100%;
	padding: 20px;
	background-color: #FFF;
	box-shadow: 0 1px 3px #D1D1D1;
	-moz-box-shadow: 0 1px 3px #D1D1D1;
	-webkit-box-shadow: 0 1px 3px #D1D1D1;
}
.footer {
	margin-top: 20px;
	background-color: #515151;
	padding: 6em 0;
	color: #FFF;
	font-size: 1em;
	color: #AAA;
	margin-left: -15px;
	margin-right: -15px;
}

.bodycopysmall a {
	color: #999;
	text-decoration:none;
}

h1.page-title {
	text-align: center;
	margin-bottom: 40px !important;
}

/*********************** Bootstrap Overwrite *****************************/
.my-navbar {
	background-color: #FFF;
	border: none;
	border-radius: 0;
	background-image: none !important;
	box-shadow: none !important;
/*	border-bottom: 1px solid #EDEDED;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.09);*/
}

.my-navbar .navbar-header {
	height: 110px;
}

.navbar-default .navbar-nav>li>a {
	/*color: #FFF !important;*/
}

.navbar-default .navbar-nav>li>a:hover {
	color: #d24d57 !important;
}

.my-navbar .navbar-toggle {
	margin-top: 20px;
}
.my-navbar .navbar-brand img {
	max-height: 85px;
	width: auto;
	margin-left: 10px;
}
.my-navbar .navbar-nav {
	margin-top: 34px;
	font-weight: 600;
	font-size: 1.1em;
}
.navbar-brand, .navbar-nav>li>a {
	text-shadow: none !important;
}

.navbar-default .navbar-nav>li>a span.header-icon {
	color: #cf0f3f;
	font-size: 1.1em;
}

.footer a {
	color: #EDEDED;
}

.footer-section {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.left-column {
	margin-left: 20px;
}

.right-column {
	margin-right: 20px;
}

.text-content {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 1.85em;
}

.header-bottom-line {
	margin-top: -10px;
	padding-left: 20px;
	padding-right: 20px
}

.header-bottom-line hr {
	border-top: 2px solid #EDEDED;
}

img {
	max-width: 100%;
	height: auto;
}

/* ------------------------ begin site ---------------------------- */
div.side-nav {
	background-color: #FFF;
	padding: 20px 15px 15px 15px;
	border: 1px solid #ECECEC;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.side-nav-title {
	/*background-color: #fda0a7;*/
	color: #de6a73;
	padding: 4px 0px 8px 0px;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: -5px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #e6a7aa;
}
div.side-nav img {
	max-width: 100%;
	height: auto;
}
div.side-nav-title a {
	color: #de6a73;
}
h2.link-section-title {
	border-bottom: 2px solid #fda0a7;
	padding-bottom: 10px;
}
div.link {
	font-size: 16px;
	display: inline-block;
	margin-right: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.news-item {
	border-bottom: 1px solid #FFF;
	padding: 4px 0px;
	margin: 4px 0px;
}
div.banner-728 {
	text-align: center;
	padding: 8px;
  padding: 15px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #ECECEC;
}
div.banner-728 img {
	max-width: 100%;
	height: auto;
}


/* ------------------------ end site  --------------------------- */

/* --------------------- begin news table --------------------- */
.news-section {
	padding: 14px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: 0px 2px 4px 4px rgba(214,214,214,0.6);
	-moz-box-shadow: 0px 2px 4px 4px rgba(214,214,214,0.6);
	box-shadow: 0px 2px 4px 4px rgba(214,214,214,0.6);
}

.news-section-title, .news-section-title a {
	padding: 8px;
	background-color: #757575;
	color: #FFF;
	font-weight: bold;
}

.news-section-content {
	padding-top: 8px;
	padding-bottom: 8px;
}

.news-section-content table,
.archive-content table {
	width: 100%;
}

.news-section-content table td,
.archive-list table td,
.archive-content table td {
	border: 1px solid #CCC;
	padding: 5px;
}

.top-link-icon {
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
}
.table-header-icon {
  padding-left: 4px;
  margin-bottom: -2px;
}
a.table-header-more {
  font-size: 12px;
  padding-right: 3px;
  color: #FFF;
  text-decoration: none;
}

.clickable {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
  color:#57653F;
}

.rss_title, a.rss_title {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#333333;
	font-size: 14px;
	line-height: 1.5em;
	text-align:left;

}
.rss_site, a.rss_site {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#999999;
	font-size: 13px;
	line-height: 1.4em;
  padding-left: 3px;
  padding-right: 3px;
}
.rss_date, a.rss_date {
	color:#CA042C;
	font-size:12px;
  padding-left: 3px;
  padding-right: 3px;
}
.archive_title, a.archive_title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size: 24px;
  font-weight:bold;
  line-height:1.4em;
  color:#C81602;
}
.archive_month, a.archive_month {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	font-size: 16px;
	line-height: 24px;
}
.archive_date, a.archive_date {
	color:#CA042C;
	font-size:12px;
}
.archive_article, a.archive_article {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#333333;
	font-size: 14px;
	line-height: 1.5em
}
.archive_page_link, a.archive_page_link {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#666;
	font-size: 13px;
	line-height: 20px;
}

.archive-list {
	width: 220px;
	margin: 20px auto;
}

.archive-content {
	padding-left: 40px;
	padding-right: 40px;
}

/* --------------------- end news table ------------------------ */

/********************* End Footer ***********************/

.info_box {
	padding: 25px !important;
	background: #EDEDED;
	margin: 10px;
}

.no_bg {
	background: none !important;
}

/********************* Begin Small Screen ***********************/
@media (max-width: 480px) {
	body {
		background: #FFF;
	}
	#contact, #footer, .main_section {
		background: none !important
	}
	.main_section {
		margin-top: 0px;
	}
	#footer .copyright, #footer .footer-links {
		text-align: center
	}
	.my-navbar .navbar-brand img {
		max-height: none;
		max-width: 190px;
		height: auto;
		margin-left: 0px;
	}
	.cover-banner {
		height: 300px;
	}
	.news-section {
		margin-left: 0;
		margin-right: 0;
	}
	.left-column {
		margin-left: 0;
	}
	.right-column {
		margin-right: 0;
	}
	.header-bottom-line {
		padding-left: 0px;
		padding-right: 0px
	}
	.archive-content {
		padding-left: 0;
		padding-right: 0;
	}
}
/********************* End Small Screen ***********************/
