﻿/*样式重置*/
a {
	color:#333;
}
a:hover,a:focus {
	color:#699f00;
}
.am-header-default,.am-navbar-default .am-navbar-nav {
	background-color:#333;
}
.am-navbar-default a:hover,.am-navbar-default a:focus {
	color:#E6E6E6;
}
.am-article-bd img {
	max-width:100%;
	margin:5px auto;
	border:1px solid #eee;
	padding:2px;
}
.am-article-hd .am-article-title {
	margin-bottom:0.5rem;
}
.am-article-hd .am-article-meta {
	margin-top:0.5rem;
}
ul,ol {
	list-style:none
}
.hide {
	display:none!important
}
/*修正输入框组高*/
.btn-height {
	padding:.7em 1em;
}
/*自定义*/
body {
	padding-bottom:49px;
}
.titleselect select {
	margin:10px auto;
	display:block;
	width:90%;
	padding:6px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #00AA98;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-yellow {
	color:#fff;
	background-color:#699f00;
	border-color:#699f00;
}
.btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active,.btn-yellow.am-active,.am-active .btn-yellow.am-dropdown-toggle {
	color:#ffffff;
	border-color:#0E9040;
}
.btn-yellow:hover,.btn-yellow:focus {
	background-color:#0E9040;
}
.btn-yellow:active,.btn-yellow.am-active,.am-active .btn-yellow.am-dropdown-toggle {
	background-image:none;
	background-color:#0E9040;
}
.mt10 {
	margin-top:1rem;
}
.content {
	margin-top:1.6rem;
	margin-left:10px;
	margin-right:10px;
}
.content-main img {
	height:auto;
}
.relevant {
	margin:0 10px;
	padding:1.2rem;
}
.am-badge-green,.btn-search {
	background-color:#699f00;
}
.tags a {
	border-radius:2px;
	background-color:#00AA98;
	font-size:1.6rem;
	display:inline-block;
	min-width:10px;
	padding:.25em .625em;
	font-weight:700;
	color:#fff;
	line-height:1;
	vertical-align:baseline;
	white-space:nowrap;
	text-align:center;
}
.am-input-group-primary .search-input,.btn-search,.am-input-group-primary .am-input-group-btn>.am-btn {
	border-color:#699f00;
}
.btn-search {
	color:#fff;
}
.btn-search:hover {
	background-color:#00887A;
}
.hot-words {
	margin:auto;
}
.hot-words a {
	margin:2px 0px;
	background-color:#F5F5F5;
	font-size:1.6rem;
	display:inline-block;
	padding:.6em 2em;
	color:#333;
	line-height:1;
	vertical-align:baseline;
	white-space:nowrap;
	text-align:center;
}
.pages {
	text-align:center;
}
.pages select {
	margin-left:5px;
	vertical-align:baseline;
}
/*表格+按钮*/
.tablelist table {
	width:100%;
	margin-bottom:1.6rem;
	border-collapse:separate;
	border-spacing:0;
	border:1px solid #ddd;
	max-width:100%;
	background-color:transparent;
	empty-cells:show;
	white-space:nowrap;
}
.tablelist table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:1px solid #ddd;
	padding:.7rem;
	line-height:1.6;
}
.tablelist table>tbody>tr>td:first-child,.tablelist table>tbody>tr>th:first-child,.tablelist table>tfoot>tr>td:first-child,.tablelist tabletfoot>tr>th:first-child,.tablelist table>thead>tr>td:first-child,.tablelist table>thead>tr>th:first-child,.am-table-radius>tbody>tr>td:first-child,.am-table-radius>tbody>tr>th:first-child {
	border-left:none;
}
.tablelist table>tbody>tr>td,.tablelist table>tbody>tr>th,.tablelist table>tfoot>tr>td,.tablelist table>tfoot>tr>th,.tablelist table>thead>tr>td,.tablelist table>thead>tr>th {
	border-left:1px solid #ddd;
}
.tablelist table>tbody>tr>td {
	padding:.7rem;
	line-height:1.6;
	vertical-align:top;
	border-top:1px solid #ddd;
}
.tablelist button {
	margin-bottom:0px;
	color:#fff;
	background-color:#f37b1d;
	border-color:#f37b1d;
	-webkit-user-select:none;
	display:inline-block;
	padding:.625em 1em;
	font-size:1.4rem;
	font-weight:400;
	line-height:1.2;
	text-align:center;
	white-space:nowrap;
	background-image:none;
	border:1px solid transparent;
	cursor:pointer;
	outline:0;
	-webkit-appearance:none;
	vertical-align:middle;
}
.mark_read {
	font-size:16px;
	font-weight:bold;
	height:35px;
	color:#444;
	line-height:35px;
	background-color:#f9f9f9;
	padding:0 10px;
	margin-top:10px;
	border-top:1px solid #dcdcdc;
}
.other_link {
	background:url(img/home_x.png) no-repeat;
	width:18px;
	display:inline-block;
	height:5px;
	line-height:5px;
}
.other_link_time {
	display:inline-block;
	float:right;
	padding-left:8px;
	color:#666;
}
.mark_title {
	height:auto;
	max-height:40px;
	color:#2f2f2f;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	overflow:hidden;
}
.mark_time {
	color:#888;
	font-size:10px;
	height:17px;
	line-height:22px;
	margin-top:2px;
}
.content-main {
	margin-bottom:10px;
}
.content-main b {
	color:#6db22e;
}
.content-main span {
	word-break:break-all;
}
/* 分页样式*/
.pagelink {
	margin:15px 10px 15px 0;
}
.pagelink a,.list_page a {
	padding:3px 6px;
	border:1px solid #d3d3d3;
	color:#666;
	margin-right:5px;
	border-radius:1px;
	font:12px/1.5 tahoma,Arial;
	white-space:nowrap;
}
.pagelink b,.list_page b {
	color:#fff;
	border:1px solid #699f00;
	background:#699f00;
	padding:3px 6px;
	margin-right:5px;
	border-radius:1px;
	font:12px/1.5 tahoma,Arial;
}
.pagelink a:hover,.list_page a:hover {
	text-decoration:none;
	border-color:#5eb122;
	color:#5eb122;
}
.pagelink a:active {
	color:#638425;
	background:#f1ffd6;
	border:1px solid #85bd1e;
}
.pagelink span.current {
	font-weight:bold;
	color:#fff;
	background:#6DA72E;
	padding:4px 5px 1px 6px;
	border:1px solid #6DA72E;
}
.pagelink span.disabled {
	color:#999;
	margin-right:7px;
	border:1px solid #999;
	padding:4px 4px 1px;
}
/* 首页多栏目*/
.news_module {
	clear:both;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:7px;
	position:relative;
}
.news_tab {
	clear:both;
	border-bottom:1px solid #dfdfdf;
	color:#333;
	padding:0 12px;
	font-size:17px;
	height:41px;
	line-height:41px;
	background:#f5f5f5;
	background:-moz-linear-gradient(top,rgba(249,249,249,.98),rgba(245,245,245,.98) 100%);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(249,249,249,.98)),to(rgba(245,245,245,.98)));
}
.news_tab_nav.on {
	color:#699f00;
	border-bottom:2px solid #699f00;
	line-height:40px;
}
.news_tab_nav {
	float:left;
	text-align:center;
	white-space:nowrap;
	text-align:center;
	padding:0 9px;
	min-width:55px;
}
.j_newsModule {
	clear:both;
	margin:0 12px;
}
.news_items_module_wrap {
	overflow:hidden;
	width:100%;
}
.news_items_module {
	clear:both;
	overflow:hidden;
	background:#fff;
	width:100%;
}
.news_items {
	clear:both;
	overflow:hidden;
	padding:0;
}
.news_items li {
	clear:both;
	overflow:hidden;
	height:34px;
	line-height:34px;
}
.news_items li a {
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.news_more_tips {
	clear:both;
	border-top:1px solid #dfdfdf;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:15px;
}
.news_more_tips a {
	display:block;
	color:#333;
}
.news_more_tips span {
	position:relative
}
.news_more_tips a:active  {
	color:#00AA98;
}
.footer_nav {
    clear: both;
    line-height: .5;
	color: #969696;
	font-size: 1.4rem;
}
.j_imgSlide {
    padding: 15px 12px 0;
	text-align: center;
}
.tag {
	padding-top:10px;
	height:50px;
	border-top:dashed 1px gainsboro;
}
.tag span {
	color:#fff;
	background-color:#000;
	float:left;
	font-size:14px;
	margin-right:5px;
	padding:5px 10px;
	font-family:simsun;
}
.tag a {
	display:block;
	float:left;
	margin-right:5px;
	font-size:14px;
	color:#fff;
	text-align:center;
	font-family:simsun;
}
.tag a:hover {
	text-decoration:underline;
}
.tag a:nth-child(odd) {
	padding:5px 10px;
	background-color:#24c16e;
}
.tag a:nth-child(even) {
	padding:5px 10px;
	background-color:#0dafea;
}
.tag_index {
	margin:10px 0 0 10px;
	height:126px;
}
.tag_index a {
	float:left;
	margin-right:5px;
	font-size:14px;
	color:#fff;
	text-align:center;
	font-family:simsun;
	padding: 5px 10px;
	margin-bottom: 5px;
	background-color: #24c16e;
}
.tag_index a:hover {
	text-decoration:underline;
}
.tag_index a:nth-child(odd) {
	padding:5px 10px;
	margin-bottom:5px;
	background-color:#24c16e;
}
.tag_index a:nth-child(even) {
	padding:5px 10px;
	margin-bottom:5px;
	background-color:#0dafea;
}