.documentList .item:not(.head) .linkIcon a, .documentList .item, .documentList .documentItemTitle::after {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.bread {
  background-color: #333;
  border-bottom: 1px solid #444;
}

.mainArea {
  position: relative;
  background-color: #333;
  padding-top: 49px;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/deco/news-bg.png");
  opacity: 0.06;
  pointer-events: none;
}
.mainArea .classBox {
  margin-top: 80px;
  z-index: 6;
}
@media (max-width: 1400px) {
  .mainArea .classBox {
    margin-top: 60px;
  }
}
@media (max-width: 1180px) {
  .mainArea .classBox {
    margin: 40px 0;
  }
}
@media (min-width: 1181px) {
  .mainArea .classLink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mainArea .classLink li a,
  .mainArea .classLink li span {
    border-color: #fff;
    color: #fff;
  }
}

.documentTop {
  border-bottom: 1px solid #666666;
  padding-bottom: 34px;
}
.documentTop .title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
}
.documentTop .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #aaa;
}
@media (max-width: 1180px) {
  .documentTop .title {
    font-size: 42px;
  }
  .documentTop .text {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .documentTop .title {
    font-size: 36px;
  }
  .documentTop .text {
    font-size: 14px;
  }
}

.documentBox {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
}
@media (max-width: 1400px) {
  .documentBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding-top: 0;
  }
}

.documentListBox {
  width: 100%;
  max-height: 920px;
}
@media (min-width: 1181px) {
  .documentListBox {
    padding-right: 20px;
    overflow: auto;
  }
  .documentListBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .documentListBox::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #fff;
  }
  .documentListBox::-webkit-scrollbar-thumb {
    background: #c42b05;
  }
}
@media (max-width: 1400px) {
  .documentListBox {
    max-height: 767px;
  }
}
@media (max-width: 1180px) {
  .documentListBox {
    max-height: unset;
  }
}

@media (max-width: 420px) {
  .documentList .documentItem {
    cursor: -webkit-grab;
    cursor: grab;
    overflow-x: scroll;
  }
  .documentList .documentItem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .documentList .documentItem::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #fff;
  }
  .documentList .documentItem::-webkit-scrollbar-thumb {
    background: #c42b05;
  }
}
.documentList .documentItem:not(:last-child) {
  margin-bottom: 104px;
}
@media (max-width: 1400px) {
  .documentList .documentItem:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .documentList .documentItem:not(:last-child) {
    margin-bottom: 60px;
  }
}
.documentList .documentItemTitle {
  position: relative;
  text-transform: uppercase;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
}
.documentList .documentItemTitle::before, .documentList .documentItemTitle::after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #555;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.documentList .documentItemTitle::after {
  width: 8px;
  background-color: #c42b05;
}
@media (max-width: 1180px) {
  .documentList .documentItemTitle {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media (max-width: 540px) {
  .documentList .documentItemTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (max-width: 420px) {
  .documentList .documentItemTitle {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .documentList .itemList {
    min-width: 450px;
  }
}
.documentList .item {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.75;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .documentList .item {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .documentList .item {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .documentList .item {
    font-size: 13px;
  }
}
.documentList .item.head {
  border-top: 1px solid #444;
  padding: 14px 0 14px 16px;
}
.documentList .item.head .itemTitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #aaa;
}
@media (max-width: 1280px) {
  .documentList .item.head .itemTitle {
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .documentList .item.head .itemTitle {
    font-size: 14px;
    text-align: center;
  }
}
.documentList .item.head .itemTitle + .itemTitle::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #444;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1400px) {
  .documentList .item.head {
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .documentList .item.head {
    padding: 8px 0 8px 10px;
  }
}
.documentList .item:not(.head) {
  color: #fff;
  padding: 16px 0 16px 16px;
}
.documentList .item:not(.head):nth-child(even) {
  background-color: #2b2b2b;
}
.documentList .item:not(.head):nth-child(odd) {
  background-color: #222222;
}
.documentList .item:not(.head) .linkIcon a {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .documentList .item:not(.head) .linkIcon a {
    width: 30px;
    height: 30px;
  }
}
.documentList .item:not(.head) .linkIcon a::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url("../images/deco/cursoe-download.png") no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .documentList .item:not(.head) .linkIcon a::after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1201px) {
  .documentList .item:not(.head) .linkIcon a:hover {
    border-color: #c42b05;
    background-color: #c42b05;
  }
}
@media (max-width: 1400px) {
  .documentList .item:not(.head) {
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .documentList .item:not(.head) {
    padding: 8px 0 8px 10px;
  }
}
.documentList .item .itemTitle {
  padding: 0 20px;
}
@media (max-width: 1366px) {
  .documentList .item .itemTitle {
    padding: 0 14px;
  }
}
@media (max-width: 768px) {
  .documentList .item .itemTitle {
    padding: 0 10px;
  }
}
.documentList .item .date {
  width: 27%;
}
@media (max-width: 840px) {
  .documentList .item .date {
    width: 25%;
  }
}
.documentList .item .title {
  width: 37.5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 840px) {
  .documentList .item .title {
    width: 35%;
  }
}
.documentList .item .text {
  width: 16.5%;
}
@media (max-width: 840px) {
  .documentList .item .text {
    width: 20%;
  }
}
.documentList .item .linkIcon {
  width: 19%;
}
@media (max-width: 840px) {
  .documentList .item .linkIcon {
    width: 20%;
  }
}

.documentImg {
  width: 460px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.documentImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .documentImg {
    width: 380px;
  }
}
@media (max-width: 1180px) {
  .documentImg {
    display: none;
  }
}
/*# sourceMappingURL=document.css.map */