* {
  margin: 0;
  padding: 0;
}

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

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

  .hidden-mobile {
    display: block;
  }

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

  .advantage-info {
    background: url(../img/1211.png) no-repeat;
    background-position: 100% 100%;
    height: 420px;
  }

  .advantage-title {
    font-size: 31px;
    font-weight: bold;
    margin-top: 40px;
  }

  .info-content {
    margin-top: 44px;
    display: inline-block;
    padding: 0 0 50px 0;
  }

  .advantage-left {
    width: 46%;
    float: left;
  }

  .left-title {
    font-size: 25px;
    font-weight: bold;
    color: #006EC1;
  }

  .left-content {
    width: 54%;
    float: left;
  }

  .left-content p {
    font-size: 20px;
    line-height: 33px;
  }

  .advantage-right {
    font-size: 31px;
    font-weight: bold;
    margin-top: 40px;
  }

  .summary-info {
    background-color: #F6F9FF;
  }

  .summary-title {
    font-size: 31px;
    font-weight: bold;
    height: 60px;
    display: block;
    line-height: 100px;
  }

  .news-info {
    width: 50%;
    float: left;
  }

  .news-list {
    padding-top: 30px;
  }

  .news-title {
    width: 100%;
    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;
  }

  .line-center {
    float: left;
    width: 1px;
    border-right: 1px;
    padding-bottom: 450px;
    margin-bottom: -450px;
    background-color: #E3E3E3;
    margin-left: 13px;
  }

  .more-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
    text-decoration: none;
    width: 80px;
    height: 30px;
    border: solid 1px #E3E3E3;
    color: #000000;
    margin-left: 230px;
  }

  .more-btn:hover {
    color: white;
    background-color: #13468F;
  }

  a:hover {
    color: #000000;
  }


}

/* 手机端样式 */
@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(/szgyyq/xhtml/images/news-center-bg.png);
  }

  .advantage-title {
    height: 45px;
    font-size: 25px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #2E60AC;
    line-height: 24px;
    margin-top: 3%;
    padding-left: 2%;
    display: inline-block;
  }

  .advantage .advantag-title {
    font-size: 17px;
    text-align: center;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #2F78C5;

  }

  .advantage .advantag-content {
    font-size: smaller;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #444444;
    line-height: 30px;
    padding: 20px;
    text-indent: 0.8cm
  }

  /* 政策法规、绿色发展 */
  .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;
  }

  .cyfzBtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin-bottom: 15px;
  }

  .cyfzBtnDiv {
    width: 48%;
    display: flex;
    align-items: center;
    /* width: 150px;
    height: 60px;
    line-height: 60px; */
    /* text-align: center; */
    font-size: 16px;
    /* background: rgb(49, 122, 201); */
    background: #58DCC1;
    /* opacity: 0.5; */
  }

  .cyfzBtnDiv a {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
}