.documentList li, .documentList h3 i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.contentBox .leftBox {
  float: left;
  width: 64%; }

.contentBox .rightBox {
  float: right;
  width: 30%; }

.note {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f1f1f1; }
  .note a {
    font-size: 18px;
    color: #09f; }
    .note a:hover {
      text-decoration: underline; }

.documentList {
  margin-top: 30px; }
  .documentList li {
    padding: 15px 5px;
    border-bottom: 1px solid #ccc; }
    .documentList li:hover {
      padding: 15px;
      background-color: #fff; }
      .documentList li:hover h3 a,
      .documentList li:hover h3 i {
        color: #ACC614; }
  .documentList h3 a {
    position: relative;
    display: block;
    padding: 5px 5px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    cursor: pointer; }
  .documentList h3 i {
    color: #000; }
  .documentList p {
    font-size: 13px;
    line-height: 1.8;
    color: #474747; }

@media (max-width: 640px) {
  .contentBox .leftBox,
  .contentBox .rightBox {
    float: none;
    width: 100%; }
  .contentBox .rightBox {
    margin-top: 30px; } }
