* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
}

/* 头部 */
.header {
	z-index: auto;
	height: 150px;
	background: url(../img/header_bg.png) right bottom no-repeat;
	background-size: cover;
}

.header-logo {
	margin-top: 35px;
	width: 580px;
	height: 80px;
}

/* 导航 */
.menu {
	background: #0168b7;
	height: 42px;
	position: relative;
}

.menu .nav {
	width: 1170px;
	margin: 0 auto;
}
.menu .nav ul{
	list-style-type: none;
}
.menu .nav ul a{
	text-decoration: none;
}
.menu .nav ul li.navli {
	float: left;
	line-height: 42px;
	height: 42px;
	width: 146px;
	font-size: 16px;
	text-align: center;
}

.menu .nav ul li.rel {
	position: relative;
}

.menu .nav ul li.navli a {
	display: block;
	height: 42px;
	color: #fff;
}

.menu .nav ul li.navli a:hover,
.menu .nav ul li.navli a.aon {
	background: #0081dd;
	color: #fff;
}

.menu .subnav {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../img/nav_bg.png) 0 0 repeat;
	z-index: 9999;
	padding: 24px 0;
	text-align: left;
}

.menu .subbox {
	width: 1170px;
	margin: 0 auto;
}

.menu .subleft {
	width: 675px;
	height: 130px;
	float: left;
}

.menu .pic_l {
	width: 279px;
	height: 130px;
	float: left;
}

.menu .sub_r {
	width: 360px;
	float: right;
}

.menu .nav ul li.navli .sub_r .tit {
	font-size: 30px;
	color: #0168b7;
	height: 50px;
	line-height: 50px;
}

.menu .nav ul li.navli .sub_r .tit a {
	color: #0168b7;
	display: inline;
}

.menu .nav ul li.navli .sub_r .tit a:hover {
	background: none;
}

.menu .sub_r .info {
	line-height: 24px;
	font-size: 12px;
	word-break: break-all;
	white-space: normal;
	word-break: break-all;
	width: 352px;
}

.menu .subright {
	width: 280px;
	float: right;
}

.menu .nav ul li.navli .subright ul li {
	float: left;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	margin: 0 0 8px 8px;
	background: #fff;
}

.menu .nav ul li.navli .subright ul li a {
	display: block;
	height: 36px;
	color: #333;
}

.menu .nav ul li.navli .subright ul li a:hover {
	color: #fff;
	background: #ff7e0e;
	
}

.menu .nav ul li.rel .subnav {
	padding: 10px 5px;
}

.menu .subnav02 {
	width: 146px;
}

.menu .nav ul li.navli .submenu ul li {
	float: none;
	width: 136px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	margin: 0 0 8px 0;
	background: #fff;
}

.menu .nav ul li.navli .submenu ul li a {
	color: #333;
}
.menu .nav ul li.navli .submenu ul li a:hover {
	height: 42px;
	color: #fff;
	background-color: #0081dd;
}

.mainbox {
	width: 1170px;
	margin: 0 auto;
	clear: both;
}

.bot10 {
	margin-bottom: 10px;
}
/* 审计新闻*/
.page-title {
	margin-top: 25px;
	height: 43px;
	line-height: 43px;
	position: relative;
	background: #0168b7;
	display: flex;
	justify-content: space-between;
}

.nbox .page-title .tit1 {
	background: url(../img/ico01.png) 15px center no-repeat;
}

.page-title .title {
	float: left;
	margin: 0;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
	padding-left: 50px;
}

.page-title .more {
	padding-right: 15px;
}

.nbox .more a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.sjxw{
	margin: 20px 0;
}

.sjxw .swiper-container {
	height: 285px;
}

.swiper-container a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container a {
	background-size: cover;
}
.nlist{
	margin: 10px 0;
}
.nlist_ul li {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}
.nlist_ul li:after {
    width: 4px;
    height: 4px;
    display: block;
    content: "";
    background: #3d607a;
    position: absolute;
    top: 14px;
    left: 0;
}
.nlist_ul li a {
	text-decoration: none;
    width: 70%;
    display: inline-block;
    color: #292929;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nlist_ul li .datatime {
    max-width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #454545;
}
/* 内容块一*/
.nbox .page-title .tit2 {
	background: url(../img/ico02.png) 15px center no-repeat;
}
.nbox .page-title .tit3 {
	background: url(../img/ico03.png) 10px center no-repeat;
}
.nbox .page-title .tit4 {
	background: url(../img/ico04.png) 10px center no-repeat;
}
.nbox .page-title .tit5 {
	background: url(../img/ico05.png) 10px center no-repeat;
}
.nlist2{
	margin: 15px 0;
}
.nlist_ul2 li {
	display: flex;
    height: 28px;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.nlist_ul2 li .nlist_a{
	
}
.nlist_ul2 li .nlist_span{
	text-align: center;
	width: 100px;
	margin-right: 15px;
	display: flex;
}
.nlist_ul2 li .mouth{
	color: #566f83;
	width: 50px;
	background: #f5f5f5;
}
.nlist_ul2 li .datatime {
	width: 50px;
	background-color: #0168b7;
	color: #fff;
}
.nlist_ul2 li a {
	text-decoration: none;	
	color: #404040;
    width: 50%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nlist_ul2 li a:hover{
	color: #0168b7;
}
/* 友情链接 */
.link{
	padding: 20px 0;
	background-color: #f3f2f2;
}
.linkborder {
	height: 66px;
	display: flex;
}

.linkborder-h5 {
	width: 75px;
	height: 66px;
	padding: 6px;
	border: 2px solid #0168b7;
}

.linkborder-h5 h5 {
	height: 50px;
	text-align: center;
	background-color: #0168b7;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "新宋体" !important;
}


.ladyScroll {
	width: 1020px;
	height: 66px;
	padding: 8px 8px 0;
	position: relative;
}

.ladyScroll .scrollWrap {
	width: 1020px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -490px;
}

.ladyScroll .scrollWrap ul {
	width: 1020px;
}

.ladyScroll .scrollWrap ul li {
	float: left;
	width: 187px;
	position: relative;
	margin-right: 17px;
	list-style: none;
}

.ladyScroll .scrollWrap ul li a {
	width: 187px;
	height: 66px;
	overflow: hidden;
	display: block;
}

.ladyScroll img {
	display: block;
	width: 187px;
	height: 66px;
	background: #fff;
}



/* 页脚 */
.footer {
	height: 120px;
	background-color: #0168b7;
}

.footer-p {
	margin-top: 25px;
	text-align: center;
	color: #fff;
}
/* 列表页 */
/*  左列表 */
.list-left {
	margin: 25px 0;
	height: 800px;
	text-align: center;
}

.list-left-h5 {
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	margin-bottom: 0;
	background: url(../img/header_bg2.png) right bottom no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.list-left-ul {
	height: auto;
	border: 1px solid #d3d3d3;
}

.list-left-ul li {
	height: 60px;
	line-height: 60px;
	list-style: none;
	border-bottom: 1px solid #d3d3d3;
}
.list-left-ul li:hover {
	background: url(../img/cur.png) center bottom no-repeat;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.list-left-ul li a {
	font-size: 16px;
	display: block;
	color: #333;
	text-decoration: none;
}
.list-left-ul li:hover a{
	color: #015696;
}

/*  右列表 */
.list-right {
	height: 800px;
	margin: 25px 0;
}
.list_h5{
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #d3d3d3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_h5 h5{
	margin: 0;
	color: #015696;
}
.list-right-h5{
	background: url(../img/home.png) 5px 7px no-repeat;
	padding-left: 22px;
}
.list-right-h5 a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 10px 5px;
}

.list-right2-ul {
	margin-top: 15px;
}

.list-right2-ul li {
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}
.list-right2-ul li:after {
    width: 4px;
    height: 4px;
    display: block;
    content: "";
    background: #3d607a;
    position: absolute;
    top: 16px;
    left: 0;
}

.list-right2-ul li a {
	height: 35px;
	line-height: 35px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.list-right2-ul li a:hover {
	color: #015696;
}

.list-right2-ul li span {
	font-size: 14px;
	color: #000;
	float: right;
}
/* 列表2 */
.list-content{
	padding: 15px 0;
	margin-top: 15px;
	margin-left: 15px;
	border-bottom: 1px solid #d3d3d3;
}
.list-content > a{
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.list-content > .list-content-a{
	margin-top: 8px;
	font-size: 14px;
	float: right;
}
.list-content-ul {
	margin: 10px 0;
}

.list-content-ul li {
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}
.list-content-ul li:after {
    width: 4px;
    height: 4px;
    display: block;
    content: "";
    background: #3d607a;
    position: absolute;
    top: 15px;
    left: 0;
}


.list-content-ul li a {
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

.list-content-ul li a:hover {
	color: #015696;
}

.list-content-ul li span {
	font-size: 14px;
	color: #333;
	float: right;
}
/*分页*/
.pagenav {
	clear: both;
	margin: 5px 0;
	padding: 2px 0;
	line-height: 24px;
}

.pagenav a {
	border: 1px solid #d9d9d9;
	color: #666;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	padding: 0 8px;
	text-decoration: none;
}

.pagenav a:hover {
	background: #015696;
	border: 1px solid #015696;
	color: #fff;
}

.pagenav a.active {
	border: 1px solid #015696;
	color: #fff;
}

.pagenav a.current,
.pagenav a.current:hover {
	background: #015696;
	border: 1px solid #015696;
	color: #fff;
}

.pagenav a.disabled,
.pagenav a.disabled:hover {
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	color: #666;
	cursor: default;
}

.pagenav a.text,
.pagenav a.text:hover {
	color: #fff;
	margin-right: 0px;
	background: #015696;
	border: 1px solid #015696;
	cursor: text;
}

.pagenav a.pagemore,
.pagenav a.pagemore:hover {
	color: #666;
	background: #fff;
	border: #fff 1px solid;
	cursor: text;
	padding: 0 5px;
}

.pagenav #page {
	float: left;
}

.pagenav #page input {
	float: left;
	width: 25px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #d9d9d9;
	padding: 0 3px;
	margin: 3px 3px 3px 6px;
	color: #666;
}

.pagenav .goto {
	float: left;
	display: block;
	width: 36px;
	height: 26px;
	line-height: 26px;
	background: #015696;
	border: 1px solid #015696;
	color: #fff;
	margin: 3px;
	text-align: center;
	cursor: pointer;
}
/* 详情页 */

/* 内容 */
.details {
	border: 1px solid #ededed;
	margin: 25px 0;
}
.details_ti{
	background-color: #015696;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.details-h5{
	height: 45px;
	line-height: 45px;
	background: url(../img/home2.png) 10px 14px no-repeat;
	padding-left: 22px;
}
.details-h5 >a{
	color: #fff;
	margin-left: 15px;
}
.details-bottom {
	padding: 25px 50px 15px;
}

.details-bottom h5 {
	padding: 20px 0 15px;
	text-align: center;
	font-size: 28px;
	height: 70px;
	line-height: 45px;
}

.details-p {
	text-align: center;
	border-bottom: 1px solid #dbdee1;
}

.details-p span {
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	font-size: 13px;

}
.wzcon{
	padding: 25px 0;
	border-bottom: 1px solid #dbdee1;
}
.fxd_close a{
	float: right;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
}
.wzbot a{
	color: #000;
	text-decoration: none;
}
.print_btn {
	background: url(../img/print.gif) 0 5px no-repeat;
    padding-left: 22px;
}

.close_btn {
	background: url(../img/close1.gif) 0 5px no-repeat;
    padding-left: 22px;
}