﻿body.red #list .fl .more {
  background: #d22222;
}
body.red #list .fl .more:hover {
  background: #000;
}

/* Pagination styles */
#list .fl .pagination {
  margin: 20px 0;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

#list .fl .pagination .page-link {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#list .fl .pagination .page-link:hover {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

#list .fl .pagination .page-info {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 0;
  color: #666;
  font-size: 14px;
}

body.red #list .fl .pagination .page-link:hover {
  background: #d22222;
  border-color: #d22222;
}

body.night #list .fl .pagination {
  border-top-color: #444;
}

body.night #list .fl .pagination .page-link {
  background: #444;
  border-color: #555;
  color: #ccc;
}

body.night #list .fl .pagination .page-link:hover {
  background: #007bff;
  color: white;
}

body.night #list .fl .pagination .page-info {
  color: #aaa;
}
body.red #list .fl .w-asso.title-desc .arrow::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn5.svg);
}
body.red #list .fl .w-asso.title-desc:hover .arrow::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn4.svg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
body.red .CalendarWrapper {
  border: 3px #d22222 solid;
  color: #d22222;
}
body.red .CalendarWrapper .CalendarHead {
  background: #d22222;
}
body.red .CalendarWrapper .CalendarCon th.saturday,
body.red .CalendarWrapper .CalendarCon th.sunday {
  color: #d22222;
}
body.red .CalendarWrapper .CalendarCon a.today,
body.red .CalendarWrapper .CalendarCon em.today {
  background: #d22222 !important;
}
body.red .CalendarWrapper .CalendarCon a:active {
  background: #d22222;
}
body.night #list .fl .more {
  background: #555;
}
body.night #list .fl .w-asso.title {
  background-color: #303030;
}
body.night #list .fl .w-asso.title .arrow::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn4.svg);
}
body.night #list .fl .w-asso.title .arrow:hover::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn5.svg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
body.night #list .fl .w-asso.title-desc {
  background-color: #303030;
}
body.night #list .fl .w-asso.title-desc .h3 {
  color: #ccc;
}
body.night #list .fl .w-asso.title-desc .h3:hover {
  color: #fff;
}
body.night #list .fl .w-asso.title-desc .arrow::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn5.svg);
}
body.night #list .fl .w-asso.title-desc:hover .arrow::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn4.svg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
body.night .sitemap dl:nth-child(even) {
  background-color: #303030;
}
body.night .CalendarWrapper .CalendarCon div table {
  background-color: #303030;
}
body.night .CalendarWrapper .CalendarCon a,
body.night .CalendarWrapper .CalendarCon em,
body.night .CalendarWrapper .CalendarCon span {
  border: 1px solid #303030;
  background: #303030;
  color: #ccc;
}
body.night .CalendarWrapper .CalendarCon span {
  color: #777;
}
body.night .CalendarWrapper .CalendarCon td {
  border-color: #242424;
}
body.night .CalendarWrapper .CalendarHead {
  border-bottom: 1px solid #242424;
}
body.night .CalendarWrapper .CalendarHead table {
  opacity: 0.8;
}
body.domain #nav {
  padding-top: 40px;
}
body.domain #tt {
  margin-top: 106px;
}
body.domain #list .fl {
  margin-top: -40px;
}
@media screen and (max-width: 1320px) {
  body.domain #list .fl {
    margin-top: -20px;
  }
}
body.dm .domain-nav a {
  font-size: 17px;
  padding: 0 8px;
}
@media screen and (max-width: 1320px) {
  body.dm .domain-nav a {
    padding: 0 5px;
    font-size: 15px;
  }
}
#list {
  margin-top: 40px;
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 1320px) {
  #list {
    margin-top: 25px;
  }
}
#list .fl {
  width: 820px;
}
@media screen and (max-width: 1320px) {
  #list .fl {
    width: 640px;
  }
}
#list .fl .more {
  display: block;
  clear: both;
  width: 250px;
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #fff;
  background: #000;
  cursor: pointer;
  margin: 40px auto;
}
#list .fl .more:hover {
  color: #fff;
  background: #d22222;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#list .nav {
  height: 40px;
  border-bottom: 1px solid #d9dde0;
}
#list .nav .tag {
  color: #888;
  font-size: 24px;
  display: block;
  float: left;
  height: 39px;
  border-bottom: 2px solid #d22222;
  padding-left: 10px;
}
#list .nav h1 {
  margin: 0;
  height: 39px;
  border-bottom: 2px solid #d22222;
  float: left;
  padding: 0 10px;
  font-size: 24px;
}
#list .nav h1 strong {
  color: #d22222;
}
@media screen and (max-width: 1320px) {
  #list .nav h1 {
    font-size: 22px;
  }
}
#list .w-asso {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
#list .w-asso.title-desc {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  background-color: #fbf4f4;
  padding: 20px;
  height: 95px;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
#list .w-asso.title-desc:hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#list .w-asso.title-desc:hover .arrow::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn5.svg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#list .w-asso.title-desc img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#list .w-asso.title-desc > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  height: 100%;
}
#list .w-asso.title-desc > .content h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  height: 26px;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  #list .w-asso.title-desc > .content h3 {
    font-size: 16px;
    height: 24px;
    width: 600px;
  }
}
#list .w-asso.title-desc > .content div {
  font-size: 14px;
  color: #888;
  max-height: 60px;
  width: 100%;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  #list .w-asso.title-desc > .content div {
    font-size: 12px;
    width: 600px;
  }
}
#list .w-asso.title-desc .arrow {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
#list .w-asso.title-desc .arrow::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(https://img.ithome.com/images/svg/down_btn4.svg) no-repeat
    center center;
  background-size: 23px 23px;
}
#list .w-asso.title {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fbf4f4;
  padding: 20px;
}
#list .w-asso.title .s-title {
  display: flex;
  font-size: 16px;
  align-items: center;
  line-height: 22px;
  justify-content: flex-start;
}
#list .w-asso.title .s-title::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(https://img.ithome.com/images/svg/down_btn4.svg) no-repeat
    center center;
  background-size: 23px 23px;
  margin-left: 15px;
}
#list .w-asso.title .s-title:hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#list .w-asso.title .s-title:hover::after {
  background-image: url(https://img.ithome.com/images/svg/down_btn5.svg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
ul.datel {
  margin: 40px 0 0 0;
  padding: 0;
  font-size: 14px;
}
ul.datel.dt li:before {
  content: "";
  height: 3px;
  width: 3px;
  background: #d22222;
  display: inline-block;
  margin: 8px;
}
ul.datel.dt li a.c {
  display: none;
}
ul.datel.dt li a.t {
  width: 630px;
}
@media screen and (max-width: 1320px) {
  ul.datel.dt li a.t {
    width: 470px;
  }
}
ul.datel li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
ul.datel li:nth-child(10n) {
  margin-bottom: 38px;
}
ul.datel li a.c {
  color: #d22222;
  width: 100px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  ul.datel li a.c {
    width: 95px;
  }
}
ul.datel li a.t {
  width: 550px;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
@media screen and (max-width: 1320px) {
  ul.datel li a.t {
    width: 390px;
  }
}
ul.datel li i {
  font-style: normal;
  float: right;
  color: #a2a7aa;
}
.sitemap h1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .sitemap h1 {
    margin-bottom: 30px;
  }
}
.sitemap dl {
  margin: 0;
  padding: 0;
  font-size: 16px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  .sitemap dl {
    font-size: 14px;
  }
}
.sitemap dl:nth-child(even) {
  background-color: #fafafa;
}
.sitemap dl dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 120px;
  padding-left: 20px;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 1320px) {
  .sitemap dl dt {
    width: 100px;
    height: 44px;
    line-height: 44px;
  }
}
.sitemap dl dt a {
  color: #d22222;
}
.sitemap dl dd {
  margin: 0;
  float: left;
  overflow: hidden;
  padding: 7px 0;
  width: 1050px;
}
@media screen and (max-width: 1320px) {
  .sitemap dl dd {
    width: 840px;
    padding: 5px 0;
  }
}
.sitemap dl dd a {
  display: block;
  float: left;
  padding: 0 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  border-right: 1px solid #d9dde0;
}
@media screen and (max-width: 1320px) {
  .sitemap dl dd a {
    padding: 0 15px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.sitemap dl dd a:last-child {
  border-right: 0;
}
.CalendarWrapper {
  overflow: hidden;
  margin: 0 auto;
  width: 334px;
  border: 3px #d22222 solid;
  color: #d22222;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .CalendarWrapper {
    width: 294px;
  }
}
.CalendarWrapper a {
  color: #3c3c3c;
  text-decoration: none;
}
.CalendarWrapper a:hover {
  color: #c00;
  text-decoration: none;
}
.CalendarWrapper .CalendarHead {
  overflow: hidden;
  margin: 0 auto;
  padding: 7px 0 10px;
  height: 19px;
  border-bottom: 1px solid #e8e8e8;
  background: #d22222;
  color: #fff;
  line-height: 21px;
}
.CalendarWrapper .CalendarHead h3 {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.CalendarWrapper .CalendarHead .btn {
  display: block;
  overflow: hidden;
  padding-top: 2px;
  width: 19px;
  height: 17px;
  color: #f9f0f0;
  text-align: center;
  line-height: 17px;
  font-weight: bold;
}
.CalendarWrapper .CalendarHead .btn:hover {
  color: #fff;
}
.CalendarWrapper .CalendarHead .btn:active {
  color: #bbb;
}
.CalendarWrapper .CalendarCon table {
  border-collapse: collapse;
  width: 100%;
}
.CalendarWrapper .CalendarCon div table {
  border-collapse: collapse;
  background-color: #f7f7f7;
}
.CalendarWrapper .CalendarCon th {
  width: 36px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.CalendarWrapper .CalendarCon td {
  overflow: hidden;
  width: 41px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 400;
}
.CalendarWrapper .CalendarCon th.saturday,
.CalendarWrapper .CalendarCon th.sunday {
  color: #d22222;
}
.CalendarWrapper .CalendarCon a,
.CalendarWrapper .CalendarCon em,
.CalendarWrapper .CalendarCon span {
  display: block;
  overflow: hidden;
  height: 29px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  color: #3c3c3c;
  line-height: 29px;
}
.CalendarWrapper .CalendarCon span {
  color: #c3c3c3;
}
.CalendarWrapper .CalendarCon em {
  background: #1189bd;
  font-style: normal;
}
.CalendarWrapper .CalendarCon a.today,
.CalendarWrapper .CalendarCon em.today {
  background: #d22222 !important;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.CalendarWrapper .CalendarCon a:hover {
  border: 1px solid #fff;
  background: #ccc;
  color: #3c3c3c;
  text-decoration: none;
}
.CalendarWrapper .CalendarCon a:active {
  background: #d22222;
  color: #fff;
}
h1.st {
  font-size: 38px;
  margin: 0;
  line-height: 66px;
}
ul.bl {
  padding: 0;
  min-height: 1000px;
}
ul.bl li {
  margin-top: 40px;
  overflow: hidden;
}
ul.bl li.no-search-result {
  margin-top: 100px;
  font-size: 18px;
}
@media screen and (max-width: 1320px) {
  ul.bl li {
    margin-top: 25px;
  }
}
ul.bl li .img {
  display: block;
  float: left;
  width: 180px;
  height: 135px;
}
@media screen and (max-width: 1320px) {
  ul.bl li .img {
    width: 160px;
    height: 120px;
  }
}
ul.bl li .img img {
  width: 180px;
  height: 135px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1320px) {
  ul.bl li .img img {
    width: 160px;
    height: 120px;
  }
}
ul.bl li .c {
  float: right;
  width: 620px;
}
@media screen and (max-width: 1320px) {
  ul.bl li .c {
    width: 460px;
  }
}
ul.bl li .c h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.4em;
  height: 2.8em;
  font-weight: 600;
  overflow: hidden;
  width: 620px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
ul.bl li .c h2.t {
  background: url(https://img.ithome.com/images/v2.1/top_icon.svg) no-repeat;
  background-position: left 2px;
  background-size: 22px 22px;
  padding-left: 28px;
}
@media screen and (max-width: 1320px) {
  ul.bl li .c h2.t {
    background-size: 18px 18px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1320px) {
  ul.bl li .c h2 {
    width: 460px;
    font-size: 16px;
  }
}
ul.bl li .c .m {
  font-size: 14px;
  color: #888;
  height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  ul.bl li .c .m {
    font-size: 12px;
  }
}
ul.bl li .c .o {
  height: 29px;
  line-height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 1320px) {
  ul.bl li .c .o {
    font-size: 12px;
    line-height: 35px;
  }
}
ul.bl li .c .o .tags {
  display: block;
  float: left;
  width: 500px;
  height: 30px;
  overflow: hidden;
}
ul.bl li .c .o .tags a {
  word-break: keep-all;
}
@media screen and (max-width: 1320px) {
  ul.bl li .c .o .tags {
    width: 360px;
  }
}
ul.bl li .c .o .tags strong {
  font-weight: normal;
}
ul.bl li .c .o .d {
  float: right;
  text-align: right;
  height: 30px;
}
ul.bl li .c .o .d .tody {
  color: #d22222;
}

#ht {
  margin-bottom: 20px;
  width: 340px;
}
@media screen and (max-width: 1320px) {
  #ht {
    width: 300px;
  }
}
#ht .c {
  padding: 15px;
}
#ht .c a {
  display: block;
  float: left;
  text-align: center;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  width: 50%;
}
.domain-nav {
  height: 35px;
  border-bottom: 1px solid #d9dde0;
  margin-top: 40px;
}
.domain-nav a {
  display: block;
  height: 34px;
  float: left;
  padding: 0 15px;
  font-size: 18px;
}
.domain-nav a.sel {
  color: #d22222;
  border-bottom: 2px solid #d22222;
}
@media screen and (max-width: 1320px) {
  .domain-nav a {
    padding: 0 12px;
    font-size: 16px;
  }
}
.pic-top {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1320px) {
  .pic-top {
    margin-top: 5px;
  }
}
.pic-top li {
  width: 340px;
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 1320px) {
  .pic-top li {
    width: 300px;
  }
}
.pic-top li a {
  display: block;
  font-size: 0;
}
.pic-top li a img {
  width: 340px;
}
@media screen and (max-width: 1320px) {
  .pic-top li a img {
    width: 300px;
  }
}
@media screen and (max-width: 1320px) {
  .bb {
    width: 970px;
  }
}
@media screen and (max-width: 1350px) {
  #side_func {
    margin-right: auto;
    right: 5px;
  }
}
@media screen and (max-width: 1115px) {
  #side_func {
    display: none;
  }
}
#down {
  margin-top: 20px;
  width: 310px;
}
@media screen and (max-width: 1320px) {
  #down {
    width: 270px;
  }
}
