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

/************
Banner
********/
.banner{
  width:100%;
  height:300px;
  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;
	padding:10px;
  background-color:#f9f9f9;
}
.block{
  width:570px;
  padding:10px;
  margin:10px;
  float:left;
}
.block.bigger{
  width:1160px;
}

/************
标题样式
************/
.title{
  height:40px;
  background:url(titleS1_zong.png) no-repeat;
  position:relative;
  overflow:hidden;
}
.older .title{
	height:55px;
}
.title a.bt{
  display:block;
  color:#999;
  float:left;
  line-height:25px;
}
.title a.bt img{
  display:inline-block;
  float:left;
  width:auto;
  height:25px;
}
.older .title a.bt img{
  height:28px;
}
.title a.bt h3{
  display:inline-block;
  float:left;
  margin-left:10px;
  color:#000;
  font-size:18px;
}
.older .title a.bt h3{
  font-size:25px;
}
.title a.more{
  float:right;
  font-size:15px;
  color:#999;
}
.older .title a.more{
  font-size:18px;
}

/************
信息列表样式
************/
.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;
}

/************
图块列表导航
************/
.linkbox{
  display:flex;
  align-items:center;
  justify-content: space-between;
  flex-wrap:wrap;
}
.linkbox a{
  display:inline-block;
  width:270px;
  height:70px;
  padding:2px;
  margin:5px;
  border:solid 2px #367bf0;
  border-radius:5px;
}
.linkbox a div{
  width:100%;
  height:100%;
  background:#367bf0;
  border-radius:3px;
  text-align:center;
  line-height:62px;
  color:#fff
}
.older .linkbox a div{
  font-size:20px;
}


.iconbox{
  display:flex;
  align-items:center;
  justify-content: space-between;
  flex-wrap:wrap;
}
.iconbox a{
  display:inline-block;
  width:214px;
  padding:30px 20px;
  margin:5px;
  background:#ccc;
  border-radius:5px;
}
.iconbox a img{
  display:block;
  width:auto;
  height:50px;
  margin:auto;
}
.iconbox a div{
  width:100%;
  height:100%;
  margin-top:10px;
  border-radius:3px;
  text-align:center;
  color:#0c4f8e
}
.older .iconbox a div{
  font-size:20px;
}


@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;
    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;
  }

  .linkbox a{
    width:47%;
  }
  .iconbox a{
    width:31%;
  }
}