﻿@charset "UTF-8";
/**
* 列表信息
* date:2022-10-19
* author: fxyue;
 */
.com {
  padding: 30px 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
          box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
}

.list-width {
  float: left;
  height: 63px;
  line-height: 63px;
  padding: 0 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-width:nth-child(1) {
  width: 10%;
}

.list-width:nth-child(2) {
  width: 47%;
}

.list-width:nth-child(3) {
  width: 13%;
}

.list-width:nth-child(4) {
  width: 10%;
}

.list-width:nth-child(5) {
  width: 20%;
}

.list-hd {
  text-align: center;
  background: #ebf5fd;
  height: 63px;
  font-size: 18px;
}

.list-bd .list-width {
  font-size: 16px;
}

.list-item {
  border: 1px solid #fff;
  border-top: 1px dashed #e6e8f0;
}

.list-item:first-child {
  border-top: 1px solid #fff;
}

.list-item:hover {
  border: 1px solid #308ad2;
  -webkit-box-shadow: -2px 1px 16px 0px rgba(8, 117, 177, 0.2);
          box-shadow: -2px 1px 16px 0px rgba(8, 117, 177, 0.2);
  color: #308ad2;
}

.list-item:hover .list-infor {
  color: #308ad2;
}

.list-item:hover .list-look {
  color: #fff;
  background: #308ad2;
}

.list-infor {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-look {
  width: 68px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  display: block;
  margin: 16px auto;
  color: #45a8fb;
  border: 1px solid #45a8fb;
}

.list-look:hover {
  color: #fff;
  background: #308ad2;
}
