@charset "UTF-8";
main {
  background-attachment: fixed;
  background-image: url("/static/my_web/img/exam/exam_bg.png");
}

.el-message--success {
  top: 20px !important;
}

.el-message-box {
  width: 10%;
}

.el-message__icon {
  font-size: 1.1rem;
}

.content {
  width: 55%;
  min-width: 800px;
  border-radius: 5px;
  min-height: 608px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.content .all_article {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: #b9b9b9 0 0 6px 4px;
  min-height: 608px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-top: 60px;
}
.content .all_article .title {
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.content .all_article .title .grade-test-category-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  justify-content: center;
  padding-top: 20px;
}
.content .all_article .title .grade-test-category-title-box .grade-test-category-line {
  width: 61px;
  height: 28px;
}
.content .all_article .title .grade-test-category-title-box .grade-test-category-title-dark {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-left: 38px;
}
.content .all_article .title .grade-test-category-title-box .title-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
}
.content .all_article .title .grade-test-category-title-box .grade-test-category-title-blue {
  font-size: 35px;
  font-weight: 600;
  color: #2e8ae5;
  margin-right: 38px;
}
.content .all_article .title .input-group {
  display: flex;
  justify-content: center;
}
.content .all_article .title .input-group input {
  height: 30px;
  border-radius: 5px;
  max-width: 400px;
  width: 400px;
  padding-left: 10px;
  border: 1px solid #cccccc;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: 0 0 3px #cccccc inset;
  color: #ccc;
}
.content .all_article .title .input-group input:focus {
  -webkit-box-shadow: 0 0 10px #ccc; /*点击input 外阴影*/
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  outline: 0; /*去掉默认谷歌点击input边框显示蓝色  */
  background: #fff; /*input内背景为白色*/
  border: 1px solid #66afe9;
}
.content .all_article .title .input-group input::placeholder {
  color: #999999;
  opacity: 1;
  font-size: 14px;
}
.content .all_article .title .input-group button {
  border: none;
  background-color: #f2f9ff;
}
.content .all_article .title .input-group button:hover {
  cursor: pointer;
}
.content .all_article .title .input-group button img {
  width: 23px;
  border: none;
}
.content .all_article .title .key-words {
  margin-top: 15px;
  padding: 0 100px;
}
.content .all_article .title .key-words span {
  padding: 0 10px;
  font-family: "宋体"; /*使用字体*/
  color: #4e5969;
}
.content .all_article .title .key-words span:hover {
  cursor: pointer;
  color: #66afe9;
  text-shadow: 0px 0px 1px #fff, 0px 0px 8px #91bb8d, 0px 0px 16px #91bb8d, 0px 0px 32px #91bb8d, 0px 0px 64px;
  filter: brightness(1);
}
.content .all_article .line {
  margin: auto;
  width: 97%;
  height: 1px;
  background: #ccc;
  margin-top: 16px;
}
.content .all_article .article_body {
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
}
.content .all_article .article_body > ul {
  width: 97%;
  margin: auto;
}
.content .all_article .article_body > ul > li {
  width: 100%;
  display: flex;
  border-radius: 5px 5px 0 0;
}
.content .all_article .article_body > ul > li:first-child .left {
  width: 23%;
  padding: 0 10px 10px 10px;
}
.content .all_article .article_body > ul > li:first-child .right {
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #ccc;
}
.content .all_article .article_body > ul > li .left {
  width: 23%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
}
.content .all_article .article_body > ul > li .left > div {
  width: 100%;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
}
.content .all_article .article_body > ul > li .left img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s;
}
.content .all_article .article_body > ul > li .left img:hover {
  transform: scale(1.2);
}
.content .all_article .article_body > ul > li .right {
  width: 76%;
  padding: 10px 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.content .all_article .article_body > ul > li .right h2 a {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.2s;
}
.content .all_article .article_body > ul > li .right h2 a:hover {
  color: #2e8ae5;
  transform: scale(1.2);
}
.content .all_article .article_body > ul > li .right p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .all_article .article_body > ul > li .right .article_info {
  font-size: 14px;
  color: #555;
}
.content .all_article .article_body > ul > li .right .article_info > span {
  margin-right: 20px;
}
.content .all_article .article_body > ul > li .right .article_info > span i {
  margin-right: 5px;
}

.footer {
  margin-top: 20px;
}

.pager {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.pager > li {
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #e3e5e7;
  transition: all 0.3s;
  margin-right: 10px;
  padding: 0 10px;
}
.pager > li:last-child {
  margin-right: 0;
}
.pager > li a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.pager > li:hover {
  background-color: #e3e5e7;
}
.pager > li:hover a {
  color: #18191c;
}
.pager > li.active {
  background-color: #2e8ae5;
}
.pager > li.active a {
  color: white;
}

/*# sourceMappingURL=article_list.css.map */
