@charset "utf-8";
#main {
	padding-top: 15px;
}
#main >div {
    zoom: 120%;
}

.sliderbar {
	position: relative;
	z-index: 1;
	border: solid 1px #fff;
}

.sliderbar .am-nav-tabs {
	background: #015193;
	border-bottom: solid 1px #015193;
}

.sliderbar .am-nav-tabs li {
	font-size: 16px;
	padding-left: 25px;
}

.sliderbar .am-nav-tabs li a {
	line-height: 42px;
	height: 42px;
	color: #fff;
}

.sliderbar .am-nav-tabs li:hover a {
	background: transparent;
	border-color: transparent;
	color: #000;
}

.sliderbar .am-tabs-bd {
	background: #f7f7f7;
}

.sliderbar .am-tabs-bd .am-tab-panel {
	padding: 0px;
}

.sliderbar .am-tabs-bd .am-list {
	padding: 15px;
	background: #fff;
	border: #e6e6e6 solid 1px;
}

.sliderbar .am-tabs-bd .am-list li {
	border: none;
	margin: 0rem auto 10px auto;
	height: 36px;
	line-height: 36px;
	background: #e6e6e6;
	border: #e8e4e4 solid 1px;
	border-radius: 2px;
        overflow: hidden;
}

.sliderbar .am-tabs-bd .am-list li a {
	display: inline;
	padding: 5px 5px 5px 15px !important;
	color: #5d5959;
}

.sliderbar .am-tabs-bd .am-list li.cur a {
	color: #015193;
}

.slidercon .am-nav-tabs {
	position: relative;
	margin-bottom: 10px;
	border-bottom: #ddd solid 1px;
}

.slidercon .am-nav-tabs>li {
	border-bottom: #015193 solid 2px;
	display: block;
	position: relative;
	top: 1px;
}

.slidercon .am-nav-tabs li a {
	color: #015193;
	font-weight: 400;
	padding: 0px 10px;
}

.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: .5rem;
}

.search-list li a {
	color: #015193;
	font-size: 16px;
}

.search-list li p {
	margin: .5rem 0px;
	font-size: 14px;
}

.search-list li p i {
	color: #0e90d2;
}

.search-list li p.url {
	color: #4f962c;
}

/* #searchform {
	padding: .5rem;
} */

#searchform em{
	font-style: normal;
}

#searchform input[type=text] {
	min-width: 500px;
}

#form_role {
	background: #f2f2f2;
	border: none;
	margin: .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: .7rem;
}

/*pic-list*/

#pic-list li img {
	height: 140px;
	margin-bottom: 5px;
}

#pic-list li p {
	margin-top: 0px;
}


/*node-items*/

#node-items a {
	min-width: 100px;
	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;
}


.gajs{
    font-size: 1.6rem;
    text-align:  center;
    color: #3894ea;
}

.node-items-active {
	background-color:#5eb95e
}

    .zdly_img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .zdly_logo {
        width: 1000px;
        height: 110px;
        margin: 20px auto;
        background: url(../images/zdly/zdly_logo.jpg) no-repeat 0 0;
        line-height: 110px;
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }

    .zdly_dqlm_top {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 2px solid #1b379c;
        font-size: 19px;
        font-weight: 800;
        color: #1b379c;
        background-color: #f7f7f7;
        padding-left: 23px;
    }

.zdly-new-gk {
    float: left;
    text-align: center;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    width: 16%;
    margin-left: 7px;
}

.zdly-new-gk.xl-act {
    background: #1492ff;
}
.zdly-new-gk:nth-child(6n+1) {
    margin-left: 0;
}

.zdly_nr {
    /* overflow: hidden; */
    padding: 3%;
    padding-top: 1%;
}

.zdly-new-gk>ul {
    /* background: #f5faff; */
    display: block;
    /* border: 1px #ebebeb solid; */
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(52, 98, 178, .06); */
    height: 100px;
    padding-top: 15px;
}

.zdly-new-gk ul a {
    margin: 0 12px;
    display: inline-block;
    font-size: 14px;
}

.zdly-new-gk>ul a {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
    color: #1b379c;
    display: block;
    font-size: 14px;
    line-height: 34px;
    white-space: inherit;
}

.zdly-new-gk.xl-act>ul a {
    color: #fff;
}

.zdly-new-gk ul a img {
    height: 30px;
    color: #1661ab;
    display: block;
    /* margin-bottom: 18px; */
    line-height: 34px;
    margin: 0px auto;
    margin-bottom: 8px;
}
.zdly-new-gk.xl-act ul a img {
	filter: brightness(0) invert(1);
}
.zdly-new-gk ul a i {
    display: block;
    height: 8px;
    background: url(../images/zdly/down.png) no-repeat center;
    margin-top: 5px;
}


.zdly-xl {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px #e8e8e8 solid;
    z-index: 10;
    background: #fff;
    top: 61px;
    padding: 5px 0;
    display: none;
}
.zdly-xl2 {
    width: 400px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    left: 80%;
    margin-left: -250px;
    top: 100px;
    padding: 15px 0;
    border-top: 0;
}
#links {
    padding-top: 4.5rem;
}


.zdly-new-gk.xl-act .zdly-xl2 {
    display: block;
}

@media only screen and (max-width: 640px) {
	.zdly_logo {
    width: auto;
    font-size: 30px;
}

.zdly-new-gk {
    width: 48%;
}
	.zdly-new-gk:nth-child(2n+1) {
		margin-left: 0px
	}
	.zdly-xl2 {
    width: 150px;
    left: 176%;
}
}
a {color: #333333;}
/* 加虚线，调整行距 */
.news-tab .am-tab-panel ul.am-list>li>a {
    padding: 5px 80px 5px 10px;
}
.news-tab .am-tab-panel .am-list-date {
    position: static;
    float: right;
    font-size: 13.33px;
    color: #999999;
}
.news-tab .am-tab-panel .news-list>li:nth-of-type(5n+5) {border-bottom: 1px dotted #c2c2c2;padding-bottom: 13px;}
.news-tab .am-tab-panel .news-list>li:nth-of-type(5n+6) {
    padding-top: 13px;
}
.news-tab .am-tab-panel .news-list>li:nth-last-of-type(1) {border-bottom: 1px dotted #c2c2c2;padding-bottom: 13px;}
.page_num {
    margin-top: 32px;
    float: left;
    width: 100%;
}
.more {position: absolute;right: 0;font-size: 14px;}
