@charset "utf-8";
/* 你自己的样式 */
.list_lable{
  width: 500px;
  height: 360px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.list_lable>h2{
  padding: 10px 10px;
}
.page_border{
  border: 1px solid #ccc;
  height: 310px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: #f1f2f3 2px 2px 2px;
}
.list_page{
  border-bottom: 1px solid #ccc;
}
.list_page span{
  border-right: 1px solid #ccc;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  border-top: 1px solid transparent;
}
.page_border table{
  margin: 10px;
  width: 480px;
}
.list_more{
  float: right;
  margin: 8px 10px 0 0 ;
}
.list_detail th{
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f1f1f1;
  text-align: center;
}
.list_detail td{
  height: 40px;
  text-align: center;
}
/*右下角待办事项*/
.welcome_msg{
  position: fixed;
  z-index: 999;
  height: 300px;
  width: 260px;
  right: 30px;
  bottom: 0px;
  border: 1px solid #aaa;
  border-top-left-radius: 10px ;
  border-top-right-radius: 10px ;
  background-color: #f1f2f3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.msg_heder{
  padding: 0 10px ;
  font-size: 16px;
  color: #030303;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
}
.msg_button{
  position: absolute;
  right: 5px;
  top:5px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent url("../../../lib/img/up.png") no-repeat;
  background-size: 20px;
  background-position: center;
}
.msg_detail{
  padding: 0 10px;
  height: 260px;
  overflow: scroll;
  overflow-x:hidden;
}
.msg_detail li{
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.msg_detail li span{
  float: right;
  color: #fff;
  background-color: #a6b1c6;
  border-radius: 15px;
  display: block;
  height: 20px;
  text-align: center;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
}

.moreHuifold{
  line-height:32px;
  border-bottom:none;
  font-weight:normal;
  cursor: pointer;
  padding-left: 26px;
}
.moreHuifold:hover{
  line-height:32px;
  padding-left: 26px;
  border-bottom:none;
  font-weight:normal;
  cursor: pointer;
  background-color: #fafafa;
}
.morehuifold_list{
  height: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.moreHuifold i{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

