.box1{
  width:100%;
  color:#FFFFFF;
  padding:0 0 20px 0;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-around;
}

.box2{
	width:100%;
	color:#FFFFFF;
	background:url(../img/sen2.jpg) repeat-x left bottom;
	padding:20px 0 50px 0;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
}

.box3{
  width:100%;
  color:#FFFFFF;
  padding:0 0 20px 0;
      flex-flow: row wrap;
    display: flex;
    justify-content: space-around;
}

.box1:after,
.box2:after,
.box3:after{
  display:block;
  clear:both;
  height:0;
  line-height:0;
  visibility:hidden;
  content:".";
  font-size:0.1em;
}

#mybox_right .header 
#mybox_left .header {
  text-align:center;
  background:url(../img/box_header.gif) no-repeat;
}

#mybox_right .body,
#mybox_left .body {
    padding: 0 20px;
}

#mybox_right{
	padding-bottom:25px;
	width: 31%;
    background: #666666;
}
#mybox_left{
	padding-bottom:25px;
	width: 31%;
    background: #666666;
}
.box2 #mybox_left {
	margin: 0 25px 0px;
}
.icon{
    min-height: 60px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.icon i {
	line-height: 59px;
    height: 59px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    width: 45px;
    text-align: center;
    position: absolute;
}
.icon span{
  display:block;
  color:#FFFFFF;
  padding:20px 0 20px 40px;
  font-size: 14px;
}

.body_text{
  position:relative;
  top:8px;
}
.button img {
	width: auto;
}
.btnStyle {
    padding: 14px 20px;
    border-radius: 2px;
    background: #29abe2;
    color: #fff!important;
    font-size: 14px;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    height: 45px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 233px;
}
#side_link li{
  width:204px;
}

#side_link li a img{
  width:204px;
  border:1px solid #F00;
}






