@charset "utf-8";
#main {
	padding-top: 15px;
}
.sliderbar {
	position: relative;
	z-index: 1;
}
.sliderbar .am-nav-tabs {
	background-image:url(../images/public2025/sidebar_tt_bg.png); background-repeat: no-repeat; background-size: 100% 100%; border-bottom: none;
}
.sliderbar .am-nav-tabs li {
	font-size: 24px; font-weight: bold;	padding: 27px 0 27px 30px; color: #fff;
}
.sliderbar .am-nav-tabs li:hover a {
	background: transparent;
	border-color: transparent;
	color: #000;
}
.sliderbar .am-tabs-bd {border: none;}
.sliderbar .am-tabs-bd .am-tab-panel {
	padding: 0 0 0 15px; background-image:url(../images/public2025/sidebar_tt_bg_icon.png); background-repeat: no-repeat; background-position: left top;
}
.sliderbar .am-tabs-bd .am-list {
	background: #F5F9FF;
}
.sliderbar .am-tabs-bd .am-list li {
	border:none; border-bottom: #DEEBFF solid 1px; background: none;
}
.sliderbar .am-tabs-bd .am-list li a {
	display: block;
	padding: 15px 5px 15px 18px !important;
	color: #5d5959;
	margin: 0 18px; font-size: 18px;
}
.sliderbar .am-tabs-bd .am-list li:hover,.sliderbar .am-tabs-bd .am-list li.cur{  background-color: #fff; }
.sliderbar .am-tabs-bd .am-list li:hover a,.sliderbar .am-tabs-bd .am-list li.cur a{background-image:url(../images/public2025/sidebar_icon.png);background-repeat: no-repeat; background-position: right center; color: #2156B1; font-weight: bold;}

.slidercon .am-nav-tabs {
	margin-bottom: 10px;
	border-bottom: #ddd solid 1px;
}
.slidercon .am-nav-tabs > li {
	border-bottom: #015193 solid 5px;
	display: block;
	position: relative;
	top: 1px;
}
.slidercon .am-nav-tabs li a {
	color: #383838; font-size: 28px;
	font-weight: bold;
	padding:0 30px 0 0;
}
.slidercon .am-nav-tabs li:hover a {
	background: transparent;
	border-color: transparent;
}
.slidercon .am-nav-tabs a.am-btn {
}
.am-offcanvas-content {
	padding: 0px;
}
.am-offcanvas-content ul li {
	background: transparent;
	padding-left: 2rem;
}
.am-offcanvas-content ul li:hover {
	background: #015193;
}
/*gk*/
#gk_list_table {
	background: #fff;
	table-layout: fixed;
	display: none;
}
#gk_list_table tr td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*table*/
.slidercon .am-table tr td {
	font-size: 14px;
	vertical-align: middle;
}
.slidercon .am-table tr.thead td,
.slidercon .am-table tr.thead:hover td {
	font-weight: 600;
	background: #e6e6e6;
}
/*serch*/
.search-list {
	margin: 0px;
	padding: 0px;
}
.search-list li {
	list-style: none;
	margin-bottom: 1rem;
	background: #f5f5f5;
	padding: 0.5rem;
}
.search-list li a {
	color: #015193;
	font-size: 16px;
}
.search-list li p {
	margin: 0.5rem 0px;
	font-size: 14px;
}
.search-list li p i {
	color: #0e90d2;
}
.search-list li p.url {
	color: #4f962c;
}
/* #searchform {
	padding: 0.5rem;
}
#searchform em {
	font-style: normal;
}
#searchform input[type='text'] {
	min-width: 500px;
} */
#form_role {
	background: #f2f2f2;
	border: none;
	margin: 0.5rem;
	padding: 0.5em;
	line-height: 2rem;
	font-size: 1.6rem;
}
#form_role * {
	display: inline-block;
	color: #747474;
}
#form_role label a {
	color: #aaa;
	cursor: pointer;
	margin: 0px 3px;
}
#form_role label.bord a {
	color: #1c87e0;
	font-weight: 600;
}
#pagenum {
	font-style: normal;
}
#Gjsearchform .am-form-group label {
	white-space: nowrap;
	padding-right: 0px;
	font-size: 15px;
}
#Gjsearchform .am-form-group .am-u-sm-8 {
	float: left;
}
#Gjsearchform .am-ucheck-icons {
	top: 0.7rem;
}
/*pic-list*/
#pic-list li img {
	height: 140px;
	margin-bottom: 5px;
}
#pic-list li p {
	margin-top: 0px;
	color: #333333;
}
#ztzl-list li img {}
#ztzl-list li p {
    margin: 0;
    padding: 0;
    color: #333;
}
/*node-items*/
#node-items a {
	width: 150px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 5px;
}
/*自定义ztree插件的树样式*/
.tree li a {
	line-height: 24px;
}
.tree li button {
	position: relative;
	top: -2px;
}
.tree li a span {
	padding-left: 3px;
	line-height: 24px;
	font-size: 14px;
	color: #747474;
}
.gk-table-list {
	border: 1px solid #c2c2c2;
	padding: 10px;
}

/* 重写样式 S*/
.news-tab .am-tabs-bd{border: none;}
.news-tab .am-tabs-bd .page_num{padding-bottom: 50px;}
.news-tab .am-tab-panel .news-list > li:before{    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: #417EBA;
    transition: .3s all;}
.news-list > li{border: none;}
.news-list > li:nth-child(5n){border-bottom: dashed 1px #CCC; padding-bottom: 20px; margin-bottom: 20px;}
.news-list > li > a {
	padding: 10px 89px 10px 10px;color: #333; font-size: 18px;
}
.news-list > li > span{ font-size: 18px;}
/* 重写样式 E*/
@media only screen and (max-width: 640px) {
}

.info-list{
    padding-left: 0px;
}
#node-items a{
    width:auto;
    min-width:100px;
}
.node-items-active {
	background-color:#5eb95e
}
  	.more {
    position: static;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.more a {
    background: #f7f7f7;
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
/*归档*/
#file_box{display:none;position: absolute;width: 240px;height: 135px;top: 547px;right: 670px;background: url(../images/guidang.png) center center no-repeat;/* transform: rotate(35deg); */color: #ff0000;text-align: center;z-index: 9999;}
#file_box span{font-size: 16px;font-weight: bold;bottom: 12px;position: absolute;left: 0;right: 0;padding: 20px 0}
#file_box span i{font-style: normal;}