#PreviewArea .area-title {
  background: #f1f1f1;
}
#PreviewArea .area-title h2 {
  background: url('../images/area-tit-bg.png') no-repeat;
  font-size: 30px;
  text-align: center;
  background-position: center;
  padding: 12px 0;
}
#PreviewArea .area-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 0 8px 0;
}
#PreviewArea .area-box .area-item {
  width: 48%;
  margin: 10px;
}
#PreviewArea .area-box .area-item .area-thead h3 {
  font-size: 23px;
  background: #F5FCFE;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  padding: 6px;
  display: flex;
  align-items: center;
}
#PreviewArea .area-box .area-item .area-thead h3 span {
  width:580px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#PreviewArea .area-item a {
  transition: all 1s ease 0s;
  display: block;
}
#PreviewArea .area-item a:hover {
  color: #333;
  background: #ffffff;
  filter: drop-shadow(8px 8px 6px #666);
}
#PreviewArea .area-tbody {
  border: 1px solid;
}
#PreviewArea .area-tbody ul li {
  display: flex;
}
#PreviewArea .area-tbody ul li:nth-of-type(1) span:nth-of-type(2) {
  width: 80%;
  border-right: none;
  justify-content: space-between;
}
#PreviewArea .area-tbody ul li:nth-of-type(1) span:nth-of-type(2) em {
  width: 400px;
  display: block;
  font-style: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#PreviewArea .area-tbody ul li:nth-of-type(1) span:nth-of-type(2) i {
  background: url(../images/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  background-position: left center;
  color: #FF0000 ;
}
#PreviewArea .area-tbody ul li:nth-of-type(4) span:nth-of-type(2) {
  width: 80%;
  border-right: none;
}
#PreviewArea .area-tbody ul li:nth-of-type(5) span:nth-of-type(2) {
  width: 80%;
  border-right: none;
  height: 80px;
}
#PreviewArea .area-tbody ul li:nth-of-type(5) span:nth-of-type(2) em {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 500px;
  font-style: inherit;
}
#PreviewArea .area-tbody ul li:nth-of-type(6) span:nth-of-type(2) {
  width: 80%;
  border-right: none;
  height: 80px;
}
#PreviewArea .area-tbody ul li:nth-of-type(6) span:nth-of-type(2) em {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 500px;
  font-style: inherit;
}
#PreviewArea .area-tbody ul li:nth-of-type(7) span {
  border-bottom: none;
  height: 100px;
}
#PreviewArea .area-tbody ul li:nth-of-type(7) span:nth-of-type(2) {
  width: 80%;
  border-right: none;
}
#PreviewArea .area-tbody ul li:nth-of-type(7) span:nth-of-type(2) em {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 500px;
  font-style: inherit;
}
#PreviewArea .area-tbody ul li span {
  border-right: 1px solid;
  border-bottom: 1px solid;
  display: block;
  padding: 5px 6px;
  min-height: 40px;
}
#PreviewArea .area-tbody ul li span:nth-of-type(1) {
  width: 20%;
  display: flex;
  align-items: center;
}
#PreviewArea .area-tbody ul li span:nth-of-type(2) {
  width: 30%;
  display: flex;
  align-items: center;
}
#PreviewArea .area-tbody ul li span:nth-of-type(3) {
  width: 20%;
  display: flex;
  align-items: center;
}
#PreviewArea .area-tbody ul li span:nth-of-type(4) {
  border-right: none;
  width: 30%;
  display: flex;
  align-items: center;
}
#PreviewArea .area-more {
  text-align: right;
  padding: 0 20px 20px;
}
#PreviewArea .area-more a {
  width: 130px;
  height: 40px;
  display: inline-block;
  background: #009688;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
}
