/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-download-search {
  margin-bottom: 30px;
  height: 45px;
  font-size: 0;
  line-height: 45px;
  text-align: left;
  padding-left: 10px;
}
.e-download-search .e-download-search__input {
  display: inline-block;
  position: relative;
  width: 450px;
  height: 44px;
  line-height: 44px;
  font-size: 0;
  border: 1px solid #dcdfe6;
}
.e-download-search .e-download-search__input::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("../assets/images/icons/icon_search.png") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}
.e-download-search .e-download-search__input input {
  display: inline-block;
  padding: 0 10px 0 52px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  border:0;
}
.e-download-search .e-download-search__input:hover{
  border: 1px solid #296CA6;
}
.e-download-search .e-download-search__input:active{
  border: 1px solid #005096;
}
.e-download-search .e-download-search__input input::placeholder {
  color: #7a7a7a;
}

.e-download-search button {
  padding-left: 40px;
  padding-right: 40px;
  height: 45px;
  color: #000000;
  font-size: 15px;
}
.e-download-search button:hover, .e-download-search button:focus, .e-download-search button:active {
  background-color: #ffc819;
  border-color: #ffc819;
  color: #000000;
  opacity: 0.8;
}

.e-download-menu {
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-align: left;
  list-style: none;
  outline: none;
}
.e-download-menu.is-float {
  position: fixed;
  z-index: 99;
}

.e-download-menu .e-download-menu__item {
  position: relative;
  margin-top: 5px;
  padding: 0 calc(35rem / 14) 0 calc(26rem / 14);
  height: calc(56rem / 14);
  color: #333333;
  font-size: 16px;
  line-height: calc(56rem / 14);
  background: #fff;
  cursor: pointer;
}
.e-download-menu .e-download-menu__item:first-child {
  margin-top: 0;
}
.e-download-menu .e-download-menu__item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 7px;
  height: 12px;
  background: url("../assets/images/icons/icon_angle_right.png") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}
.e-download-menu .e-download-menu__item > a {
  color: #333333;
  font-size: 16px;
}
.e-download-menu .e-download-menu__item:hover, .e-download-menu .e-download-menu__item.is-active {
  color: #ffffff;
  background-image: linear-gradient(to right, #005096, #1884bc);
}
.e-download-menu .e-download-menu__item:hover::after, .e-download-menu .e-download-menu__item.is-active::after {
  background: url("../assets/images/icons/icon_angle_right_active.png") center no-repeat;
}
.e-download-menu .e-download-menu__item:hover > a, .e-download-menu .e-download-menu__item.is-active > a {
  color: #ffffff;
}

.e-download-menu .e-download-menu__content, .e-download-menu .e-download-menu__title {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.e-download {
  padding: 20px 0 50px;
}
.e-download .e-pagination {
  margin-top: 40px;
  text-align: right;
}
.e-download .e-pagination .e-pagination-size-options {
  float: left;
}
.e-download .e-download__form {
  padding: 20px 0;
}

.e-download-item {
  position: relative;
  border-bottom: 1px solid #dcdfe6;
  transition: 0.2s;padding: 20px 0px 20px 10px;
}
.e-download-item::before,
.e-download-item::after {
  display: table;
  content: "";
}

.e-download-item::after {
  clear: both;
}

.e-download-item:hover {
  background: #f8fafd;
}
.e-download-item .e-download-item__left {
  position: relative;
}
.e-download-item .e-download-item__left h2 {
  margin-bottom: 10px;
  padding: 0 20px;
  color: #929292;
  font-size: 14px;text-align:right;
}
.e-download-item .e-download-item__left p {
  position: relative;
  max-width: 80%;
  padding: 0 20px;
  color: #4d4d4d;
  font-size: 18px;
  max-height: 50px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  padding-left: 0px;
}
.e-download-item .e-download-item__left p .topFlag{
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../assets/images/icons/topflag.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left:0;
}
/*.e-download-item .e-download-item__left p::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background: #24bbe1;
  transform: translateY(-50%);
  content: "";
}*/

.e-download-item .e-download-item__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.e-download-item .e-download-item__right > a {
  color: #000000;
  white-space: nowrap;
}
.e-download-item .e-download-item__right > a, .e-download-item .e-download-item__right > a:hover {
  text-decoration: none;
}
