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

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

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

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

.sectionA .con ul li a:hover .text .title { color: #0f78b2; }

.sectionA .con ul li a .img { width: 200px; height: 135px; border-radius: 5px; }

.sectionA .con ul li a .text { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; margin-left: 25px; }

.sectionA .con ul li a .text .title { font-size: 20px; color: #1e1e1e; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }

.sectionA .con ul li a .text .desc { font-size: 16px; line-height: 2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 64px; color: #9c9c9c; }

.sectionA .con ul li a .text .other { 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: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: 10px; }

.sectionA .con ul li a .text .other .date { font-size: 16px; color: #9c9c9c; }

.sectionA .con ul li a .text .other .link { font-size: 14px; color: #5e5e5e; }

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

