﻿.list_left{
  width: 28%;
  height: 100%;
  display: inline-block;
  border-top-left-radius:  .13rem;
  background-color: #EAF4FE;
  border-bottom-left-radius: .13rem;
}
.content_list{
  display: inline-block;
  width: 72%;
  vertical-align: top;
}
.list_left .list_left_top{
  background: #4C7FCC;
  color: #fff;
  font-size: .26rem;
  border-top-left-radius:  .13rem;
  text-align: center;
  padding: .2rem;
  font-weight: 600;
}
.list_left .list_left_bottom{
  padding-top: .2rem;
}
.list_left .list_left_bottom .list_left_bottom_item{
  height: .9rem;
  line-height: .9rem;
  margin-bottom: .2rem;
}
.list_left .list_left_bottom .list_left_bottom_item a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .16rem;
  height: 100%;
  font-weight: 600;
  color:  #4C7FCC;
  text-decoration: none;
}
.list_left .list_left_bottom .list_left_bottom_item a img {
  margin: 0 auto;
  height: 100%;
  width: 85%;
}

.list_last .mid_top .load{
  height: .3rem;
  float: right;
  line-height: .3rem;
  padding-left: .2rem;
  font-size: .15rem;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color:#aaa;
  margin-top: .01rem;
  margin-bottom: -.1rem;
}
.list_last .mid_top .load a{
	
  color:#aaa;
  display: block;
  text-decoration: none;
}	
.content_list .list_last .mid_top{
  padding-top: .1rem;
}