@charset "utf-8";

ul,
li,
dl,
dd,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	border: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

/*顶部*/
.header {
	width: 100%;
	/*height: 52px;*/
	height: auto;
	min-width: 1200px;
	border-bottom: none;
	position: relative;
}

.header .header_img {
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.header_img_mobile {
	display: none;
}

.header .header_div {
	background-color: #245396;
	color: #FFFFFF;
	line-height: 52px;
	height: 52px;
	border-bottom: 1px solid #245396;
}

.header .header_div .container {
	width: 1200px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

.header .header_div .container span {
	font-size: 16px;
}

.header .header_div .container .shuxian {
	border-right: solid 1px #E5E5E5;
	margin-right: 16px;
	margin-left: 16px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/*搜索框*/
.search {
	float: right;
	width: 270px;
	/* margin-top: 8px; */
}

.search dl {
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 30px;
	overflow: hidden;
}

.search dl dd {
	margin-right: 70px;
	padding-left: 10px;
	height: 30px;
	background-color: transparent;
	border: none;
}

.search dl dd input[type="text"] {
	padding: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	color: #999;
	background: none;
	border: 0;
	vertical-align: top;
	outline: none;
}

.search dl dt.button {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 30px;
}

.search dl dt input.searchBtn {
	width: 100%;
	height: 30px;
	color: #fff;
	outline: none;
	background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/2021/search_img.png) no-repeat center;
	-webkit-appearance: none;
	border: none;
	vertical-align: top;
	cursor: pointer;
}

/*手机搜索框*/
.search_mobile {
	display: none;
}

/*下拉菜单*/
.dropbtn {
	border: none;
	cursor: pointer;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
	position: relative;
	display: inline-block;
	font-size: 16px;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
	display: none;
	position: absolute;
	left: -30px;
	background-color: #FFFFFF;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.dropdown-content_li {
	display: flex;
	align-items: center;
}

.dropdown-content_li_div {
	width: 5px;
	height: 5px;
	background-color: #13468F;
	margin: 0 10px;
}

/* 下拉菜单的链接 */
.dropdown-content a {
	color: #333333;
	text-decoration: none;
	display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content li:hover {
	background-color: #f1f1f1
}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
	display: block;
}

.defaultabq {
	text-decoration: none;
	color: #333333;
}

.defaultabq:hover {
	color: #13468F;
}

.defaultabq_list {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.defaultabq_list:hover {
	color: #13468F;
}

.default_date {
	float: right;
	color: #666666;
	font-size: 16px;
}

/*导航栏*/
.nav {
	width: 1200px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	position: relative;
}

.nav .logo {
	width: 100%;
	height: 120px;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}

.nav .navnew {
	width: 1200px;
	background-color: none;
	border-top: none;
}

.nav .navnew ul {}

.nav .navnew li {
	float: left;
	list-style: none;
	margin-left: 40px;
	cursor: pointer;
	height: 40px;
}

.nav .navnew ul li a {
	text-decoration: none;
	color: #333333;
}

.navnew ul .shuxian {
	display: none;
}

/*.nav .navnew ul li a:hover{color:#900;}*/
/*导航菜单*/
.sy_tc {
	border-bottom: 2px solid #13468F;
}

.yqgk_tc {
	border-bottom: 2px solid transparent;
	position: relative;
}

.tzyq_tc {
	border-bottom: 2px solid transparent;
}

.zwgk_tc {
	border-bottom: 2px solid transparent;
	position: relative;
}

.ryb_tc {
	border-bottom: 2px solid transparent;
}

.xwzx_tc {
	border-bottom: 2px solid transparent;
	position: relative;
}

.rdzx_tc {
	border-bottom: 2px solid transparent;
	position: relative;
}

.sy_tc_on {
	border-bottom: 2px solid #13468F;
}

.sy_tc_off {
	border-bottom: 2px solid transparent;
}

.yqgk_tc_on {
	border-bottom: 2px solid #13468F;
	position: relative;
}

.tzyq_tc_on {
	border-bottom: 2px solid #13468F;
}

.zwgk_tc_on {
	border-bottom: 2px solid #13468F;
	position: relative;
}

.ryb_tc_on {
	border-bottom: 2px solid #13468F;
}

.xwzx_tc_on {
	border-bottom: 2px solid #13468F;
	position: relative;
}

.rdzx_tc_on {
	border-bottom: 2px solid #13468F;
}


/*分割线*/
.divider {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
}

/*正文*/
.mainbody {
	width: 1200px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.mainbody .mainbody_title {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 24px;
}

.mainbody .mainbody_span {
	font-size: 18px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mainbody .mainbody_detail {
	font-size: 18px;
	color: #245397;
	cursor: pointer;
}

/*div*/
.n_imgsBox {
	width: 720px;
	height: 423px;
	float: left;
	position: relative;
	overflow: hidden;
}

.n_imgsBox .callbacks li {
	width: 720px;
	height: 423px;
}

.n_imgsBox .callbacks li a {
	display: block;
	position: relative;
}

.n_imgsBox .callbacks li a:hover {
	text-decoration: none;
}

.n_imgsBox li img {
	width: 720px;
	height: 423px;
	display: block;
}

.n_imgsBox .callbacks li span {
	width: 720px;
	text-align: left;
	font: 19px/50px Arial;
	display: block;
	text-indent: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FFF;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	filter: alpha(opacity=60);
}

.n_imgsBox .callbacks_tabs {
	position: absolute;
	height: 20px;
	bottom: 8px;
	right: 10px;
	z-index: 9;
}

.n_imgsBox .callbacks_tabs li {
	float: left;
}

.n_imgsBox .callbacks_tabs a {
	display: block;
	float: left;
	overflow: hidden;
	width: 12px;
	line-height: 12px;
	border-radius: 50%;
	margin: 0 12px 12px 0;
	cursor: pointer;
	background: #FFFFFF;
	text-indent: -999px;
}

.n_imgsBox .callbacks_tabs .callbacks_here a {
	background: #13468F;
}

/*按钮*/
.buttondiv {
	width: 1200px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

.buttondiv_layout {
	display: flex;
	justify-content: space-between;
}

.button_div {
	border: solid 1px #DCDCDC;
	width: 20%;
	height: 53px;
	margin-right: 10px;
	text-align: center;
	line-height: 53px;
	cursor: pointer;
}

.button_div a {
	text-decoration: none;
	border-bottom: none;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.button_div img {
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-top: 0;
}

.button_div span {
	font-size: 16px;
}

/*右侧*/
/*
.open{position: fixed; top: 20%; right: 0px; z-index: 9;display: none;}
.opendiv {width: 26px; height: 78px; background-color: #245397; color: #FFFFFF; text-align: center; line-height: 39px;font-size: 16px; cursor: pointer;}
.close{position: fixed; top: 20%; right: 0px; z-index: 9;}
.closediv{background-color: #245397; text-align: center; color: #FFFFFF; margin-top: -3px; cursor: pointer;}
.closediv_div{background-color: #EEEEEE;width: 70px;height: 80px;display: table-cell;vertical-align: middle;text-align: center;}
*/
.index_right_open {
	position: fixed;
	top: 20%;
	right: 0px;
	z-index: 9;
	display: none;
}

.opendiv {
	width: 26px;
	height: 78px;
	background-color: #245397;
	color: #FFFFFF;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	cursor: pointer;
}

.index_right_close {
	position: fixed;
	top: 20%;
	right: 0px;
	z-index: 9;
}

.closediv {
	background-color: #245397;
	text-align: center;
	color: #FFFFFF;
	margin-top: -3px;
	cursor: pointer;
}

.closediv_div {
	background-color: #EEEEEE;
	width: 70px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*底部*/
.footer {
	background-color: #2e60ac;
	width: 100%;
	height: 300px;
	min-width: 1200px;
}

.footer .zhengsheng {
	float: left;
	margin-left: 100px;
}

.footer .banquan {
	width: 624px;
	height: 149px;
	float: left;
	line-height: 2;
	text-align: left;
	margin-top: 15px;
	font-size: 15px;
	margin-left: 55px;
}

.footer_right {
	width: 210px;
	height: 139px;
	float: left;
	margin: 5px 0px 0px 5px;
}

.footer .biaozhi {
	position: absolute;
	width: 120px;
	top: 50%;
	left: 8px;
	margin-top: -40px;
	text-align: center;
}

.footer .jiucuo {
	position: absolute;
	width: 25%;
	top: 50%;
	right: 0;
	margin-top: -36px;
	text-align: center;
}

.footer .jiucuo img {
	margin: 0 10px;
}

.footer .bottomfont {
	color: #FFFFFF;
	font-size: 16px;
}

.footer .bottomfont p {
	height: 36px;
	line-height: 36px;
}

/*底部下拉框*/
/* tab */
#tab {
	width: 100%;
	font-size: 18px;
}

#tab .tab_menu {
	width: 100%;
	float: left;
	z-index: 1;
	margin-top: 40px;
}

#tab .tab_menu li {
	float: left;
	width: 29%;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px;
	/*cursor:pointer;*/
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	margin-right: 20px;
	padding-left: 20px;
}

/*#tab .tab_box{width:100%;height:auto;clear:both;top:45px;position:relative;border:1px solid #990000;background-color:#ffffff;}*/
#tab .tab_menu .selected {
	background-color: #ffffff;
	cursor: pointer;
	color: #245397;
}

.wei-select {}

.hide {
	display: none;
}

.bmztc_title {
	position: relative;
}

.bmztc_box {
	width: 1200px;
	height: 130px;
	position: absolute;
	top: 45px;
	left: -1px;
	border: solid 1px #990000;
	background-color: #ffffff;
}

.wszf_title {
	position: relative;
	float: left;
	width: 318px;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px;
	text-align: left;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	margin-right: 60px;
	padding-left: 40px;
}

.wszf_title td {
	text-align: center;
	line-height: 33px;
}

.wszf_title a {
	text-decoration: none;
	border-bottom: none;
	font-size: 16px;
	color: #13468F;
}

.wszf_box {
	width: 1200px;
	position: absolute;
	top: 60px;
	left: -2px;
	border: solid 1px #245397;
	background-color: #ffffff;
	z-index: 1;
}

.wszf_box ul li {
	width: 16.6%;
	height: 42px;
	float: left;
	font-size: 18px;
}

.gnq_title {
	position: relative;
	float: left;
	width: 318px;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px;
	text-align: left;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	margin-right: 60px;
	padding-left: 40px;
}

.gnq_title td {
	text-align: center;
	line-height: 33px;
}

.gnq_title a {
	text-decoration: none;
	border-bottom: none;
	font-size: 16px;
	color: #13468F;
}

.gnq_box {
	width: 1200px;
	position: absolute;
	top: 60px;
	left: -422px;
	border: solid 1px #245397;
	background-color: #ffffff;
	z-index: 1;
}

.jdsgw_title {
	position: relative;
	float: left;
	width: 318px;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px;
	text-align: left;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	padding-left: 40px;
}

.jdsgw_title td {
	text-align: center;
	line-height: 33px;
}

.jdsgw_title a {
	text-decoration: none;
	border-bottom: none;
	font-size: 16px;
	color: #13468F;
}

.jdsgw_box {
	width: 1200px;
	position: absolute;
	top: 60px;
	left: -842px;
	border: solid 1px #245397;
	background-color: #ffffff;
	z-index: 1;
}

.defaultdiv {
	width: 1200px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

.footdiv {
	width: 1200px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	position: relative;
}

.footdiv_left div {
	display: flex;
	flex-direction: column;
}

.footdiv_left {
	width: 166px;
	height: 134px;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 20px 20px 0 0;
	text-align: center;
	cursor: pointer;
}

.footdiv_left a {
	text-decoration: none;
	border-bottom: none;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footdiv_left img {
	width: 40px;
	height: 40px;
	margin-top: 25px;
}

.special_column {
	line-height: 60px;
	height: 60px;
	width: 100px;
	border-bottom: solid 2px #13468F;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color: #333333;
}

.special_column_div {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}

.special_column_div_mobile {
	display: none;
}


/*表格*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

td,
th {
	padding: 0;
	font-weight: normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.pure-table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 20px;
	width: 100%;
}

.pure-table caption {
	color: #000;
	font: italic 85%/1 arial, sans-serif;
	padding: 1em 0;
	text-align: center;
}

.pure-table td {
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 0;
}

.pure-table th {
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 0;
}

.pure-table thead {
	background-color: #317AC9;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.pure-table td {
	background-color: transparent;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.pure-table-odd td {
	background-color: #F5FAFF;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.icon_img {
	position: absolute;
	right: 0;
	top: 20px;
}