/************
常规布局
********/
body{
    background: #f0f0f0
}
.wrap1200{
    width:1200px;
    margin:auto;
}
p.fg{
    padding:10px;
}
p.cb{
    clear:both;
}

/************
Banner
********/
.banner{
  width:100%;
  height:450px;
  background-image:url(banner.jpg);
  background-size:cover;
  background-position:center
}
.banner .logoLink{
    display:inline-block;
    width:226px;
}
.banner img{
    width:100%;
    margin:15px;
}
.banner .bbox{
    float:right;
    width:150px;
    margin-top:20px;
}
.older .banner .bbox{
    width:200px;
}
.banner .bbox a, .banner .bbox div{
    width: 150px;
    display: inline-block;
    margin-bottom:10px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background-color: #e86939;
}
.older .banner .bbox a, .older .banner .bbox div{
    width:200px;
    height:50px;
    line-height:50px;
    font-size:24px;
}

/************
导航
********/

/*普通专题导航*/
.menu{
    width:100%;
}
.menu .mbox{
    height:55px;
}
.menu .mbox li{
    display:inline-block;
    line-height:55px;
    margin-right:25px;
}
.menu .mbox li a{
    color:#fff;
    font-size:18px;
}
.older .menu .mbox li a{
    font-size:26px;
}

/*悬浮于banner的专题导航*/
.menuUp{
    width:100%;
    height:55px;
    margin-top:-55px;
    position:relative;
    opacity:0.6;
}
.menuUp .mbox{
    position:relative;
    height:55px;
}
.menuUp .mbox li{
    display:inline-block;
    line-height:55px;
    margin-right:25px;
}
.menuUp .mbox li a{
    color:#fff;
    font-size:18px;
}
.older .menuUp .mbox li a{
    font-size:26px;
}

/************
区块
************/
.main{
    width:1200px;
    margin:20px auto;
}
.block{
  width:570px;
  padding:20px;
  margin:10px;
  float:left;
  background:#fff
}
.block.bigger{
  width:1160px;
}

/************
标题样式
************/
.title{
  margin-bottom:15px;
}
.title h2{
    font-size:20px;
    text-align:center;
    color:#0c4f8e;
}
.older .title h2{
    font-size:25px;
}
.title a.btlm{
  height:32px;
  display:block;
  color:#0c4f8e;
  border-bottom:solid 2px #0c4f8e;
}
.older .title a.btlm{
    height:40px;
    font-size:23px;
}

.block .more{
    display:block;
    width:90px;
    height:30px;
    margin:10px auto;
    border-radius:20px;
    font-size:14px;
    text-align:center;
    line-height:30px;
    color:#fff;
    background:#0c4f8e;
}

/************
信息列表样式
************/
.list{
  padding:10px;
}
.list li{
  height:45px;
  line-height:45px;
  padding:0 0 0 20px;
  border-bottom:1px solid #f0f0f0;
  font-size:16px;
  position:relative;
}
.older .list li{
    font-size:20px;
}
.list li:before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #cbb486;
}
.list li a{
    color:#333;
  height:40px;
  float:left;
  overflow:hidden;
}
.list li span{
  float:right;
  color:#999;
}

  /*L1棕色*/
.l_zong li:before{
  background-color:#be9a70;
}
  /*L1Logo黄*/
.l_yellow li:before{
  background-color:#e86939;
}
  /*L1政务蓝*/
.l_blue li:before{
  background-color:#367bf0;
}
  /*L1政务红*/
.l_red li:before{
  background-color:#b52413;
}

  /*小标圆形*/
.l_circle li:before{
  border-radius:50%;
}
  /*小标圆角矩形*/
.l_tang li:before{
  width: 8px;
  height: 8px;
  border-radius:2px;
  top: 20px;
}
  /*小标圆三角形*/
.l_sanj li:before{
  width: 10px;
  height: 10px;
  border-left:8px solid #be9a70;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  top: 20px;
  background:none;
}


.zdlist{
  display:flex;
  align-items:center;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.zdlist a{
  display:inline-block;
  width:350px;
  height:270px;
  margin:10px;
  border:solid 1px #ccc;
  border-radius:5px;
  overflow:hidden
}
.zdlist a:hover{
    background:#f0f0f0;
}
.zdlist a .fm{
  background-size:100% 100%;
  background-position:center;
  width:100%;
  height:200px;
  margin:auto;
}
.zdlist a p{
  padding:10px 20px;
  font-size:15px;
  line-height:25px;
}
.older .zdlist a p{
  font-size:18px;
}


.jglist{
    display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.jglist a{
  display:inline-block;
  width:525px;
  margin:15px;
  padding:10px;
  border-radius:5px;
  overflow:hidden
}
.jglist a:hover{
    background:#f0f0f0;
}
.jglist a .fm{
  background-size:100% 100%;
  background-position:center;
  width:160px;
  height:100px;
  float:left;
  border-radius:5px;
}
.jglist a p{
  float:right;
  width:345px;
  padding:0 15px;
  font-size:15px;
  line-height:25px;
}
.older .jglist a p{
  font-size:18px;
}


@media all and (orientation: portrait) {
  body {
      overflow-x: hidden;
  }
  .wrap1200{
     width:100%;
  }

  /************
  Banner
  ********/
  .banner{
     height:200px;
  }
  .banner .logoLink{
     width:120px;
  }
  .banner .bbox{
     display:none;
  }

  /************
  区块
  ************/
  .main{
    width:100%;
    margin:auto;
    padding:10px;
  }
  .block{
    width:100%;
    margin:0 0 20px 0;
    padding:20px 5px;
    float:none;
  }
  .block.bigger{
    width:100%;
  }

  /************
  信息列表样式
  ************/
  .list li{
    height:65px;
  }
  .list li a{
    display:block;
    width:100%;
    height:35px;
    overflow:hidden;
  }
  .list li span{
    display:block;
    line-height:20px;
  }

  .zdlist a{
    width:46%;
    margin:2%;
  }
  .zdlist a .fm{
    height:120px;
  }

  .jglist a{
    width:100%;
    padding:0;
    display:flex;
    flex-wrap: nowrap;
  }
  .jglist a p{
    width:auto;
  }
}