﻿.list_left{
  width: 15%;
  height: 100%;
  display: inline-block;
  border-top-left-radius:  .13rem;
  background-color: #EAF4FE;
  border-bottom-left-radius: .13rem;
}
.content_list{
  display: inline-block;
  width: 85%;
  vertical-align: top;
  height: 100%;
}
.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: .45rem;
  line-height: .45rem;
}
.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:hover{
  background-color: #D3E5FD;
  border-left: .04rem solid  #4C7FCC;
  cursor: pointer;
}

.list_last .mid_top .load{
  height: .3rem;
  float: right;
  line-height: .3rem;
  padding-left: .2rem;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 20;
  color:#999999;
  margin-top: .01rem;
  margin-bottom: -.1rem;
}
.list_last .mid_top .load a {
  text-decoration: none;
  font-weight: 500;
  color:#999999;
}
.content_list .list_last .mid_top{
  padding-top: .3rem;
}
.content_list .list_last{
  height: 100%;
  position: relative;
}
.content_list .list_last .mid_top{
  margin-top: 0;
}
.page{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);;
  margin-left: -1rem;

/*   width: 2rem; */
}