/************
常规布局
********/
.wrap1200{
	width:1200px;
  height:100%;
	margin:auto;
  position:relative;
}
p.cb{
	clear:both;
}

/************
Banner
********/
.banner{
  width:100%;
  height:400px;
  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;
}

.banner .gogogo{
  display:block;
  width:318px;
  height:69px;
  position:absolute;
  bottom:120px;
  left:50%;
  margin-left:-159px;
}
.banner .gogogo img{
  width:100%;
  margin:0;
}

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

/************
标题样式
************/
.title{
  height:52px;
  margin-bottom:5px;
  position:relative;
  overflow:visible;
  background:url(bt.png) no-repeat center;
}
.older .title{
  height:60px;
}
.title a{
  height:25px;
  display:block;
  color:#999;
  text-align:center;
}
.title a h3{
  font-size:23px;
  color:#0c4f8e;
  text-shadow: 1px 1px 0px #fff; /* 水平偏移 2px，垂直偏移 2px，模糊半径 0px，颜色 #000 */
}

.title a.btlm{
  height:32px;
  display:block;
  color:#000;
  border-bottom:solid 1px #367bf0;
}

/************
信息列表样式
************/
.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: #0c4f8e;
}
.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:#f66b42;
}
  /*L1Logo黄*/
.l_yellow li:before{
  background-color:#e86939;
}
  /*L1政务蓝*/
.l_blue li:before{
  background-color:#0c4f8e;
}
  /*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 #0c4f8e;
  border-radius:5px;
}
.linkbox a div{
  width:100%;
  height:100%;
  background:#0c4f8e;
  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:208px;
  height:150px;
  padding:20px;
  margin:10px;
  background:#fff;
  border-radius:5px;
  border:solid 2px #0c4f8e;
  box-shadow: 2px 2px 10px #666
}
.iconbox a p{
  width:70px;
  height:70px;
  margin:auto;
  background:#f0f0f0;
  border-radius:50%;
}
.iconbox a p img{
  width:auto;
  height:42px;
  margin:14px;
}
.iconbox a div{
  width:100%;
  height:100%;
  margin-top:10px;
  border-radius:3px;
  text-align:center;
  color:#000;
  line-height:25px;
}
.older .iconbox a div{
  font-size:20px;
}

.piclink{
  display:block;
}
.piclink img{
  width:100%;
}

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

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

  .banner .gogogo{
    display:block;
    width:50%;
    height:69px;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-25%;
  }

  /************
  区块
  ************/
  .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%;
  }
}