#header{display:none;}
@media all and (max-width:360px){
	.menu_list li{height:110px;}
	.font-b {font-size:18px;}
	.font-i {font-size:12px;}
}
@media all and (min-width:360px){
	.menu_list li{height:125px;}
}
@media all and (min-width:420px){
	.menu_list li{height:145px;}
}
@media all and (min-width:480px){
	.menu_list li{height:164px;}
}
@media all and (min-width:640px){
	.menu_list li{height:220px;}
}
.menu_list,.menu_list li {box-sizing:border-box;}
.menu_list {width:100%;max-width:640px;margin:0 auto;padding-top:10px;background-color:#fff;}
.menu_list li {padding:10px;padding-top:0;}
.column_title {
  width: 33%;
  height: 100%;
  float: left;
  color: #fff;
  overflow: hidden;
  background: url("http://weixin.itokit.com/Public/Images/web/044/arrow.png") no-repeat 5% 90%;
  background-size: 25px 25px;
}
#column .list-type-0 .item{ padding: 12px;}
#column .list-type-0 .item .detail span{
	background:url(./images/arrow.png)  no-repeat right center;width: 14px; height: 18px;
	background-size:auto 10px;
}
#column .list-type-0 .item .img{
	width: 60px; height: 60px;
	margin-left:10px;
	top: 20px
}
#column .list-type-0 .item .img img{margin-left:0}
#column .list-type-0 .item .info{margin-left: 80px; left: 0;top: 12px}
#column .list-type-0 .item .detail{padding-top: 20px;}
#column .list-type-0 .item .info h1{font-weight: normal;font-size: 16px; line-height: 20px; height:auto; max-height: 40px;}
#column .list-type-0 .item .info h2{max-height: 36px;}
.column_title i {
  margin: 10px 10px 0 10px;
  display:block;
  line-height: 30px;
  font-style: normal;
  font-size:16px;overflow:hidden;width:100%;font-weight:700;
}
.column_title p {
	line-height:22px;
	margin:0 10px;
	display:block;font-size:12px;
	color:#EEE;
}
.column_img {
  width: 67%;
  height: 100%;
  float: left;
  background: url() no-repeat right center;
  background-size: cover;
  -webkit-background-size: cover;
  background-color:#000;
  position: relative;
}

.bg1 {
  background-color: #ff9899;
}
.arrow-left1 {
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 15px solid #ff9899;
	position:absolute;
	left:0;top:50%;
	margin-top:-15px;
}

.bg2 {
  background-color: #F2C15B;
}
.arrow-left2 {
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 15px solid #F2C15B;
	position:absolute;
	left:0;top:50%;
	margin-top:-15px;
}
.bg3 {
  background-color: #A1BBE0;
}
.arrow-left3 {
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 15px solid #A1BBE0;
	position:absolute;
	left:0;top:50%;
	margin-top:-15px;
}
.bg0 {
  background-color: #E0C6A1;
}
.arrow-left0 {
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 15px solid #E0C6A1;
	position:absolute;
	left:0;top:50%;
	margin-top:-15px;
}
