.main{
	width:1200px;
	margin:20px auto;
	background-color:#f9f9f9;
}

.menu{
  background-color:#d7ba88;
}

.tap{
  display:block;
  width:397px;
  height:80px;
  margin-top:40px;
}
.tap img{
  width:100%;
}

.listL1{
  margin-bottom:30px;
}

.piclink{
  display:block;
  float:left;
  width:370px;
  height:150px;
  margin-bottom:25px;
  margin-right:25px;
}
.piclink img{
  width:100%;
}
.last{
  margin-right:0;
}

@media all and (orientation: portrait) {
  .piclink{
    height:auto;
  }
}

.colTitle{
	border-left:solid 5px #d7ba88;
	padding-left:10px;
	margin-bottom:20px;
}

.stitle{
  width:100%;
  height:50px;
  padding-left:20px;
  line-height:50px;
  overflow: hidden;
  background-image:url('titleS4.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.stitle .hhh, .stitle p {
  color: #fff;
  font-size:20px;
  font-weight:bold;
}

.stitle .more{
  float:right;
  color:#999;
}