/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.col-16 {
		width: 100%;
		margin-top: 20px;
	}

	.col-12 {
		background-color: #FFFFFF;
	}

	.cont {
		height: 500px;
		padding-top: 20px;
		background-color: #FFFFFF;
	}

	.cont:hover {
		box-shadow: #2E60AC 0px 4px;
	}

	.cont ul {
		margin-top: 20px;
	}

	.cont ul li {
		background-color: #FFFFFF;
	}

	.cont ul a {
		width: 70%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		float: left;
	}

	.cont ul span {
		float: right;
		background-color: #FFFFFF;
	}

	.more {
		display: block;
		text-align: center;
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
		text-decoration: none;
		width: 80px;
		margin-left: 235px;
		border: solid 1px #000000;
		background-color: #FFFFFF;
	}

}

/* 手机端样式 */
@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(/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 40px 30px 0;
	}

	.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(http://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: 59px;
		background-size: 100% 100%;
		color: #fff;
		font-size: 18px;
		background-image: url(../images/news-center-bg.png);
	}

	/* 人才政策、人事任免 */
	.n_listBox,
	.n_listBox1 {
		width: calc(100% - 20px);
		margin-left: 10px;
	}

	.n_l_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #eee;
	}

	.n_l_nav a {
		color: #235399;
		font-size: 14px;
	}

	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		font: bold 16px/33px 宋体;
		color: #333333;
		background: #EEEEEE;
	}

	a {
		color: #434343;
		text-decoration: none;
	}

	.n_l_nav span.on {
		color: #FFF;
		background: #258BCB;
		font: bold 16px/33px 宋体;
	}

	.n_listBox ul,
	.n_listBox1 ul {
		width: 100%;
		padding: 10px 0;
	}

	.n_listBox ul li,
	.n_listBox1 ul li {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}

	.n_listBox ul li a,
	.n_listBox1 ul li a {
		font-size: 15px;
	}

	.n_listBox .cont .date,
	.n_listBox1 .cont .date {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		color: #666666;
		margin-top: 6px;
	}

	/* 人才培训，公务员招考 */
	.systemBox {
		display: flex;
		justify-content: space-between;
		margin: 10px 10px 20px;
		width: calc(100vw - 20px);
	}

	.systemBox a {
		display: flex;
		align-items: center;
		width: 48%;
		height: 60px;
		background: #F2F2F2;
		text-decoration: none;
		overflow: hidden;
	}

	.systemBox a span {
		font: 14px/20px "å¾®è½¯é›…é»‘";
		text-align: center;
		text-decoration: none;
		display: block;
	}

	.systemBox em {
		font-size: 48px;
		background: #F1616B;
		line-height: 60px;
		margin: 0 5px 0 0;
		color: #FFF;
		width: 60px;
		text-align: center;
		display: inline-block;
	}

	.systemBox a:first-child em {
		background: #838BDF;
	}

	.systemBox em.icon-sipac11 {
		background: #51C5C5;
	}
}