.sectionA .con { margin-bottom: 100px; margin-top: 30px; }

.sectionA .con .title { font-size: 28px; color: #0f78b2; text-align: center; }

.sectionA .con .other { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-top: 15px; margin-bottom: 30px; }

.sectionA .con .other span { font-size: 14px; color: #6a6a6a; margin: 0 10px; }

.sectionA .con .article { font-size: 16px; color: #696969; line-height: 2; }

.sectionA .con .article p { text-indent: 2em; }

.sectionA .con .article img {  margin: 30px auto; }

.sectionA .con .btnlist { margin-top: 60px; }

.sectionA .con .btnlist a { display: block; margin-top: 20px; color: #333; font-size: 16px; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }

.sectionA .con .btnlist a:hover { color: #0f78b2; }

@media (max-width: 575px) { .sectionA .con { margin-bottom: 30px; }
  .sectionA .con .title { font-size: 18px; }
  .sectionA .con .other { margin-top: 20px; margin-bottom: 20px; }
  .sectionA .con .btnlist { margin-top: 30px; }
  .sectionA .con .btnlist a { font-size: 14px; } }

