* {
  margin: 0;
  padding: 0;
}

body {
  /* background-color: #f5f5f5; */
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  .page-leadership-info {
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
  }

  .current-tab-leader-info {
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
    padding: 16px 0 10px 21px;
    display: flex;
    align-items: center;
  }

  .current-tab-leader-info .icon-tab {
    width: 18px;
    height: 20px;
  }

  .current-tab-leader-info .current-location {
    margin-left: 8px;
    color: #333333;
    font-size: 14px;
  }

  .current-tab-leader-info .current-location>i {
    font-style: normal;
    color: #317AC9;
  }

  .page-leadership-info .leader-info-top-wrapper {
    width: 100%;
    height: 300px;
    margin-top: 35px;
    display: flex;
    overflow: hidden;
  }

  .page-leadership-info .leader-info-top-wrapper .leader-info-left-content {
    width: 49%;
    overflow: hidden;
  }

  .page-leadership-info .leader-info-top-wrapper .leader-info-right-content {
    width: 49%;
    margin-left: 2%;
    overflow: hidden;
  }

  .meeting-minutes {
    height: 200px;
    background-color: #ffffff;
    padding: 0 0 20px 0;
  }

  .top-title-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #cccccc; */
    background-color: #F2F5F9;
  }

  .top-title {
    flex: 3;
    height: 50px;
  }

  .summary {
    width: 140px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #317AC9;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .meeting-title {
    width: 98%;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    list-style-position: inside;
    background: url(../img/icon.png) no-repeat left;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meeting-time {
    width: 13%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #999999;
    list-style-position: inside;
    float: right;
  }

  .meeting-miutes-list {
    padding-top: 10px;
  }

  .meeting-miutes-list:last-child {
    margin-bottom: none;
  }

  .page-leadership-info .leader-info-next-wrapper {
    width: 100%;
    height: 300px;
    margin-top: 35px;
    display: flex;
    overflow: hidden;
  }


  .page-leadership-info .leader-info-next-wrapper .leader-info-max-content {
    width: 70%;
    height: 300px;
    overflow: hidden;
  }

  .page-leadership-info .leader-info-next-wrapper .leader-info-min-content {
    width: 30%;
    height: 300px;
    padding-left: 3%;
    overflow: hidden;
  }

  .next-title-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
  }

  .next-summary {
    width: 140px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #317AC9;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #317AC9;
  }



}

/* 手机端样式 */
@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;
	}
}