#menu-l-list {
  padding: 10px 0;
  margin-bottom: 0;
  list-style: none;
  border-top: 1px solid #fff;
  background-color: #ecedef }
  #menu-l-list > li {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    #menu-l-list > li > a {
      text-align: left;
      background-color: #ecedef;
      display: block;
      padding: 10px 30px;
      padding-left: 60px;
      text-decoration: none !important;
      color: #333;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      font-size: 16px;
      line-height: 24px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
      #menu-l-list > li > a i {
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        color: #333; }
      /* #menu-l-list > li > a:hover, #menu-l-list > li > a[aria-expanded="true"] {
        padding-left: 35px; } */
      #menu-l-list > li > a:hover {
        color: #af0003; }
        #menu-l-list > li > a:hover > i{
          color: #af0003; }  
      #menu-l-list > li > a[data-toggle="collapse"] {
        position: relative; }
        #menu-l-list > li > a[data-toggle="collapse"] i {
          position: absolute;
          top: 50%;
          right: 20px;
          line-height: 1;
          margin-top: -8px;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
      #menu-l-list > li > a[aria-expanded="true"] i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      #menu-l-list .submenu-l li {
        text-align: center; }
      #menu-l-list .submenu-l a {
        display: block;
        padding: 15px;
        color: #333; }
      #menu-l-list .submenu-l a:hover {
        color: #af0003; }

.download-page-content p {
  display: block;
  margin-top: 25px;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.download-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px 20px;
  border-top: 1px solid #e5e5e5
}
.download-item-img {
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.download-item .content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 40px;
  padding-right: 140px;
  position: relative;
}
.download-item .content h4 {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.download-item .content .detail {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
}

.download-item .download-link {
  display: block;
  width: 126px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  background-color: #e5e5e5;
  color: #888888;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.download-item .download-link:hover {
  background-color: #af0003;
  color: #fff;
}
@media (max-width: 991px) {
  .download-item-img {
    width: 100px;
    height: 100px; }
  .download-item .content {
    padding-left: 20px;
    padding-right: 125px; } 
  .download-item .download-link {
    font-size: 14px;
    width: 115px;; } }
@media (max-width: 767px) {
  #menu-l-list > li > a {
    padding-left: 30px; }
    #menu-l-list > li > a:hover, #menu-l-list > li > a[aria-expanded="true"] {
      padding-left: 15px; }
  .download-page-content p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #444444; }
  .download-item .content {
    padding: 0 15px; }
  .download-item .download-link {
    position: static;
    transform: translateY(0);} }