@import url(common.jpg.css);
.content-body-list {
  padding-left: 0;}
.content-body ul {
  display: flex;
  flex-wrap: wrap;}
.content-body ul li {
  width: 386px;
  height: 300px;
  margin-bottom: 40px;
  margin-right: 40px;
  border: 1px solid #DFDFDF;}
.content-body ul li:nth-of-type(3n) {
  margin-right: 0;}

.content-body ul li a {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.13);
  text-decoration: none;}
.content-body ul li a:hover .name,
.content-body ul li a:hover .title {
  color: #FFFFFF;}

.content-body ul li a img {
  width: 388px;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;}
.content-body .img-box {
  overflow: hidden;
  height: 220px;}
.content-body ul li a:hover img {
  transform: scale(1.1);
  transition: 0.4s;}

.content-body ul li a .name {
  font-size: 22px;
  color: #357946;}

.content-body ul li a .title {
  font-size: 18px;
  color: #222222;
  margin-top: 10px;}
.content-body .name-title {
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  color: #222222;
  overflow:hidden;}

.detail-base p a {
  color: #357946;}
.detail-base {
  display: flex;}
.detail-base img {
  width: 266px;
  height: 312px;
  background: #E0EFFF;
  margin-right: 20px;
  object-fit: cover;}

.detail-base p {
  margin-bottom: 24px;}
.detail-base p span {
  font-size: 20px;
  color: #222222;}
.detail-base p .name {
  color: #357946;
  font-size: 30px;
  margin-right: 20px;}

.base-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.13);
  padding-top: 30px;
  margin-top: 20px;}
.base-item .header {
  padding-left: 20px;
  font-size: 24px;
  color: #357946;
  position: relative;}
.base-item .header::before {
  content: '';
  width: 4px;
  height: 30px;
  background: #357946;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;}
.base-item .content {
  padding: 30px 20px;
  line-height: 30px;
  font-size: 20px;}
.base-item .content .content-item {
  padding-left: 15px;
  color: #222222;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;}
.base-item .content .content-item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D1D1D1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;}
.base-item .content .content-item:last-child {
  margin-bottom: 0;}