.mgt10 {
	margin-top: 10px;
}

.mgt20 {
	margin-top: 20px;
}

.navbar-top {
	/*    background: #0d6a9e; */
	background: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-top a {
	color: #ffffff !important;
}

.icon-search {
	background: url(../images/icon-search.png) center no-repeat;
	width: 18px;
	display: block;
	height: 20px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-header {
	background-color: #238e57;
	/* 	    background-color: #3089c1; */
}

.navbar-menu {
	border: 0 none !important;
}

.logo {
	margin-top: 20px;
	display: block;
}

.navbar-default {
	background-color: #238e57;
	border-color: #238e57;
}


.nav>li:after {
	content: "";
	width: 0;
	height: 5px;
	background: #84c225;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.nav>li:hover:after {
	width: 100%;
}

.dropdown-menu.multi-dropdown {
	position: absolute;
	left: -100% !important;
}

#navbar-collapse a {
	font-size: 16px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px 15px 0px 15px;
}

#navbar-collapse {
	text-align: center;
}

.navbar-nav {
	display: inline-block;
	float: none;
	text-align: center;
}

.navbar-nav li {
	display: block;
}

.navbar-nav li:hover {
	display: block;
	background-color: #3aaa70;
}

.nav>li:hover .dropdown-menu {
	display: block;

}

hr {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0;
	border-top: 2px solid #eee;
}




.h3_title {
	color: #255F81;
	padding-bottom: 2px;
	line-height: 50px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.carousel-caption {
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.list-news>li {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.panel-success {
	border-top: 2px solid #2f8ac1;
	border-radius: 0;
}

.media-heading {
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.media-body {
	width: auto;
	display: block;
	overflow: hidden;
}

.notice_item {
	padding: 0 10px;
	background-color: #f4f4f4;
	margin-bottom: 10px;
}

.notice_time {
	font-size: 15px;
	font-weight: bold;
	color: #2f8ac1;
}

.notice_place {
	color: #999;
}

.notice_title {
	font-size: 16px;
}

.list>li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
}

.list>li a {
	color: #333;
}

.list>li :before {
	content: url('../images/arr_1.png');
	margin-right: 10px;
}

.list-link li {
	float: left;
	font-size: 16px;
	width: 100px;
	height: 45px;
}

.list-link2 li {
	float: left;
	font-size: 16px;
	width: 100px;
	height: 45px;
	color: #FFF;
}

.list-link2 li a {
	color: #FFF;
}

.sitemap {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #666;
	color: #0a689d;
	font-size: 16px;
	margin-top: 30px;
}

.sitemap a {
	color: #0a689d;
	font-size: 16px;
}

@media (min-width: 1200px) {
	.zhtt {
		float: left;
		height: 132px;
		width: 89px;
		background-color: #3089c1;
		text-align: center;
		padding-top: 30px;
		margin-right: 10px;
	}

	.zhmore {
		float: right;
		height: 132px;
		width: 89px;
		background-color: #f7f7f7;
		text-align: center;
		padding-top: 40px;
		margin-left: 10px;
	}

	.navbar-main {
		background: #ffffff;
		border-radius: 0;
		height: 135px;
		position: relative;
	}

	.navbar-top {
		display: block;
	}

	#container-footer {
		width: auto;
	}

  .navbar-nav {
    float: left;
    margin: 0;
	height: 3.125rem;
  }

}

@media (max-width: 769px) {
	.zhtt {
		display: none;
	}

	.zhmore {
		display: none;
	}

	.navbar-main {
		background-color: #ffffff;
		border-radius: 0;
		height: auto;
		position: relative;
	}

	.navbar-top {
		display: none;
	}
}

.footer {
	height: 180px;
	margin-top: 10px;
	padding-top: 50px;
	background: #238e57 url(../images/footlogo.jpg) no-repeat center bottom;
	width: auto;
}

.copyrights {
	background-color: #024562;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
}

.list-media li {
	width: 75px;
	float: left;
}



/*分页新增样式20190412*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
input,
button,
textarea,
p,
th,
td {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}

ul,
li {
	list-style-type: none;
}

.pt10 {
	padding-top: 6px;
}

.article_content {
	font-size: 16px;
	line-height: 180%;
}

.leftpath {
	margin-top: 30px;
}

.leftpath dl dt {
	border-bottom: 1px solid #000;
	height: 40px;
}

.leftpath dl dt h3 {
	color: #046097;
	font-size: 24px;
}

.leftpath .col-menu ul li {
	line-height: 40px;
	font-size: 18px;
	padding-left: 10px;
}
.leftpath ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 设置 li 的样式 */
.leftpath li {
	box-sizing: border-box;

	background-color: #F5F6FA;
	color: #666666;
	padding: 10px;
	margin-bottom: 5px;
	transition: background-color 0.5s ease, color 0.5s ease;
	height: 50px;
	line-height: 30px;
	text-align: center;
}
/* 设置 li 的 hover 样式 */
.leftpath li:hover{
	background-color: #238E57;
	cursor: pointer;
}


.leftpath li a{
	font: 16px "微软雅黑";
	color: #666666;
	transition: background-color 0.5s ease, color 0.5s ease;
}


.leftpath li:hover a{
	color: #FFFFFF;
	cursor: pointer;
	text-decoration:none
}

.menuselected {
	background: #f8f8f8;
	border-bottom: 2px solid #3089c1;
	line-height: 40px;
	font-size: 18px;
	padding-left: 10px;
}

.contentMain {
	background: url("../images/hang.png") 90% 20px no-repeat;
	padding-bottom: 40px;
}

.list-1 li {
	width: 730px;
	height: 40px;
	overflow: hidden;
	background: url(../images/icon_dot.png) no-repeat center left;
	padding-left: 20px;
	line-height: 40px;
}

.list-1 li a {
	color: #333;
}

.fr {
	float: right;
}

.list-2 li {
	overflow: hidden;
	background: url(../images/icon_dot.png) no-repeat left 10px;
	padding-left: 12px;
	margin-top: 10px;
}

.list-2 li a {
	font-size: 16px;
}

#hidden-pic :before {
	content: '';
	margin-right: 10px;
}

#hidden-pic2 :before {
	content: '';
	margin-right: 10px;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

/* #logocenter {
	height:190px;
/* 	margin-top: 50px; */
/* 	padding-top: 50px;
} */ */