@charset "utf-8";

body {
	margin: 0;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	font: 17px/1.2 "Microsoft YaHei";
	color: #333;
	line-height: 1.2;
}

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

li {
	list-style: none;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333333;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}
	.hidden-mobile {
		display: block;
	}
	.container {
		width: 1200px;
		margin: 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 1.5%;
	}
	.container-title {
		font-size: 22px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #000000;
		margin-right: 10px;
	}
	.title-eng {
		font-size: 20px;
		font-family: Source Han Sans CN-Medium, Source Han Sans CN;
		font-weight: 500;
		color: #7c797c;
	}
	.sjly-content {
		display: flex;
		justify-content: space-between;
		margin-top: 3%;
	}
	.sjfb-content {
		display: flex;
		margin-top: 1.5%;
	}
	.tb-title li {
		cursor: pointer;
		width: 207px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		color: #000000;
		background: rgb(237, 241, 244);
		box-shadow: 0px 2px 4px 0px #E8E8E8;
		border-radius: 2px 2px 2px 2px;
		margin-bottom: 15px;
	}
	.tb-title .on {
		background: #0064C0;
		color: white;
	}
	.sj-container {
		display: flex;
		margin-top: 5%;
		justify-content: space-around;
	}
	.tjsj-top, .jjfz-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.more {
		color: #7c797c;
	}
	.more a:hover {
		cursor: pointer;
		color: #0064C0;
	}
	.tjsj-content {
		margin-top: 5%;
	}
	.n_l_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #eee;
	}
	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 14px;
		font: bold 16px/33px 宋体;
		color: #333333;
		background: #EEEEEE;
	}
	.n_l_nav span.on {
		color: #FFF;
		background: #258BCB;
		font: bold 16px/33px 宋体;
	}
	.cont ul {
		width: 100%;
		padding: 10px 0;
	}
	.cont ul li {
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		color: #666666;
	}
	.cont ul li:hover {
		color: #0064C0;
	}
	.sjzs-content {
		display: flex;
		margin-top: 1.5%;
		justify-content: space-between;
	}
	.year-date {
		color: white;
		height: 44px;
		line-height: 44px;
		background: linear-gradient(90deg, #FC9A45 0%, #FFFFFF 100%);
		font-size: 30px;
		font-family: Source Han Sans CN-ExtraLight, Source Han Sans CN;
		padding-left: 5%;
	}
	.sj-content {
		margin-top: 1%;
		background: url(https://www.sipac.gov.cn/szgyyq/xhtml/sjzs.png) no-repeat center;
		background-size: 100% 98%;
	}
	.common-title {
		font-weight: bold;
		font-size: 20px;
	}
	.common-sj {
		color: #EA4740;
		font-size: 33px;
	}
	.common-content {
		display: flex;
		margin-top: 3%;
	}
	.tb-content div img {
		width: 59.375rem;
	}
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
	.hidden-pc {
		display: block;
	}
	.hidden-mobile {
		display: none;
	}
	.hide {
		display: none;
	}
	.menu-button {
		position: relative;
	}
	.menu-button {
		background: #f2f2f2;
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}
	.back-home {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 15px;
	}
	.menu {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		height: calc(100vh - 40px);
		background-image: url(https://www.sipac.gov.cn/szgyyq/xhtml/images/mobile-menu-bg.png);
		background-size: 100% 100%;
		overflow: hidden;
		z-index: 2;
	}
	.menu-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 40px;
	}
	.hnew-navbar-center-list-item {
		background: #fff;
		width: 120px;
		display: inline-block;
		margin: 10px 0;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		border-radius: 4px;
		color: #1d71b7;
		text-align: center;
		font-size: 14px;
	}
	.menu-button::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}
	.menu-button::after {
		content: '';
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}
	.img-mobile {
		width: 50px;
		margin: 20px auto 0;
	}
	.img-title {
		width: 90%;
		margin: 15px auto;
	}
	.header-img {
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.search {
		width: calc(100vw - 80px);
		margin: 40px 0 30px 40px;
	}
	.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: 33px;
		background-color: transparent;
		border: none;
	}
	.search dl dd input[type="text"] {
		padding: 0;
		height: 33px;
		line-height: 33px;
		width: 100%;
		font-size: 14px;
		color: #999;
		background: none;
		border: 0;
		vertical-align: top;
	}
	.search dl dt.button {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 33px;
		border-left: 1px solid #b5b5b5;
	}
	.search dl dt input.searchBtn {
		width: 100%;
		height: 33px;
		color: #fff;
		background:
			url(https://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
			no-repeat center;
		-webkit-appearance: none;
		border: none;
		vertical-align: top;
		cursor: pointer;
	}
	.title-news-center {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 150px;
		background-size: 100% 100%;
		color: #fff;
		font-size: 18px;
		background-image: url(https://www.sipac.gov.cn/szgyyq/xhtml/images/news-center-bg.png);
	}
	.container {
		/* width: 100%;
		margin: 0 auto; */
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 1.5%;
	}
	.container-title {
		font-size: 22px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #000000;
		margin-right: 3%;
		margin-left: 3%;
	}
	.title-eng {
		font-size: 20px;
		font-family: Source Han Sans CN-Medium, Source Han Sans CN;
		font-weight: 500;
		color: #7c797c;
	}
	.sjly-content {
		display: flex;
		justify-content: space-between;
		margin-top: 3%;
	}
	.sjfb-content {
		margin-top: 1.5%;
	}
	.tb-title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px;
	}
	.sjzs-title {
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}
	.tb-title li, .sjzs-title li {
		cursor: pointer;
		width: 30%;
		height: 43px;
		line-height: 43px;
		text-align: center;
		color: #1D6CE3;
		background: rgba(250, 250, 250, 0.39);
		opacity: 0.93;
		margin-bottom: 15px;
	}
	.tb-title .on, .sjzs-title .on {
		background: #1D6CE3;
		color: white;
	}
	.cont {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 18px;
		color: #666666;
		padding: 6px;
	}
	.cont a {
		width: 250px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}