@import url(common.jpg.css);




.content-body-list {




  padding-left: 0;}




.content-body ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
  float: left;
  width: 100%;
  }




.content-body ul li {
  width: 23%;
  /* max-width: 300px; */
  margin-bottom: 50px;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  }




.content-body ul li:nth-of-type(4) {}









.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-title {




  background: rgb(57, 122, 191, 0.75);}




.content-body ul li a:hover .name,




.content-body ul li a:hover .title {




  color: #FFFFFF;}









.content-body ul li a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  }









.content-body ul li a .name {




  font-size: 22px;




  color: #397ABF;}









.content-body ul li a .title {




  font-size: 18px;




  color: #222222;




  margin-top: 10px;}




.content-body .name-title {




  text-align: center;




  padding: 30px 0;}









.card-items {




  background: #FFFFFF;




  box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.13);




  margin-bottom: 30px;}




.card-header {




  height: 62px;




  line-height: 62px;




  background: #E0EFFF;




  color: #397ABF;




  font-size: 24px;




  padding-left: 20px;}




.card-content {




  display: flex;




  flex-wrap: wrap;




  padding: 50px 0 20px;}




.card-content p {




  width: 60px;




  font-size: 20px;




  color: #222222;




  text-align: justify;




  text-align-last: justify;




  text-justify: distribute-all-lines;




  margin-bottom: 30px;




  padding: 0 31.5px;}




.card-content p a {




  cursor: pointer;




  color: #222222;}




.card-content p a:hover {




  text-decoration: none;




  color: #397ABF;}




.detail-base p a {




  color: #397ABF;}




.detail-base {




  display: flex;}




.detail-base img {




  width: 244px;




  height: 325px;




  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: #397ABF;




  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: #397ABF;




  position: relative;}




.base-item .header::before {




  content: '';




  width: 4px;




  height: 30px;




  background: #397ABF;




  position: absolute;




  top: 0;




  left: 0;




  bottom: 0;}




.base-item .content {




  padding: 30px 20px;




  line-height: 30px;




  font-size: 20px;}









.base-item .content p {




  padding-left: 15px;




  color: #222222;




  font-size: 20px;




  position: relative;




  margin-bottom: 10px;}









.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;}


@media (max-width:1700px){
.content-body ul li a img{height:280px;}
}

@media (max-width:1200px){
.content-body ul li a img{height:220px;}
}
@media (max-width:991px){
.content-body ul li a img{height:216px;}
}
@media (max-width:960px){
.content-body ul li a img{height:auto;}
}