.sectionA ul li a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 50px 0; border-bottom: 1px dashed #cecece; }

.sectionA ul li a:hover .img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.sectionA ul li a .img { overflow: hidden; }

.sectionA ul li a .img img { -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }

.sectionA ul li a:hover .text .title { color: #3154ad; }

.sectionA ul li a .img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.sectionA ul li a .text { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-left: 25px; }

.sectionA ul li a .text .title { font-size: 18px; color: #282828; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }

.sectionA ul li a .text .desc { font-size: 16px; color: #9b9b9b; margin: 10px 0; height: 52px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.sectionA ul li a .text .other { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; font-size: 14px; color: #a2a2a2; }

.sectionA ul li a .text .other .link { color: #5e5e5e; }
.sectionA ul li a .img{width:204px;height:146px;}
.sectionA ul li a .img img{height:100%;}

@media (max-width: 575px) { .sectionA ul li a .text .other .link { display: none; }
  .sectionA ul li a .text { margin-left: 10px; }
  .sectionA ul li a .text .title { font-size: 16px; }
  .sectionA ul li a .text .desc { height: auto; margin: 10px 0; font-size: 14px; }
  .sectionA ul li a .text .other { font-size: 12px; }
  .sectionA ul li a { padding: 10px 0; } }

