﻿/*内容样式*/
body {
  background-color: #fafafa;
}
.con {
  width: 100%;
  margin-bottom: 1.75rem;
}
.con .title {
  font-size: 0.35rem;
  line-height: 2.05rem;
}
.con ul li {
  width: 100%;
  margin-top: 0.625rem;
  background-color: #fff;
}
.con ul li a {
  display: inline-block;
  width: 100%;
}
.con ul li a div:nth-child(1) {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0.625rem;
}
.con ul li a div:nth-child(1) img {
  width: 7rem;
  height: 8.375rem;
}
.con ul li a div {
  margin-left: 2.3rem;
  float: left;
  font-size: 0.45rem;
  display: inline-block;
}
.con ul li a div p:nth-child(1) {
  font-size: 0.55rem;
  line-height: 2.75rem;
  font-weight: bolder;
  color: black;
  width: 17.35rem;
  margin-top: 0.5rem;
}
.con ul li a div p {
  width: 17.35rem;
  color: #a1a1a1;
}
.con ul li a div span {
  margin-top: 2rem;
  display: inline-block;
  color: #000;
  text-align: center;
  border: 1px solid #89C899;
  width: 5rem;
  height: 1rem;
  line-height: 1rem;
}
.con ul li:hover {
  box-shadow: 0 2px 10px #ccc;
}
