@charset "UTF-8";
html,
body,
ol,
ul,
li,
i,
a,
p,
em,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

input[type=text],
input[type=search] {
  outline: none; /* 取消获取焦点后的边框 */
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  background: #f6f7fb;
}

main {
  width: 100%;
  min-width: 1260px;
}
main .container-data {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.message-box {
  width: 1260px;
  display: inline-block;
  margin-bottom: 20px;
}
.message-box .breadcrumb {
  padding: 20px 0 4px;
  color: #ccc;
  font-size: 14px;
}
.message-box .breadcrumb a:hover {
  color: #007bff;
}
.message-box .breadcrumb span {
  color: #0c0c0c;
}
.message-box .breadcrumb-pd {
  padding: 20px 0 24px !important;
}
.message-box .breadcrumb-1 {
  padding: 20px 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.message-box .breadcrumb-1 span {
  font-weight: bold;
  font-size: 18px;
  color: #1ca472;
}
.message-box .temp-mg {
  margin-top: 58px;
}
.message-box .relevant-box .title {
  font-size: 20px;
  padding-bottom: 24px;
  font-weight: bold;
}
.message-box .relevant-box .content {
  background: #fff;
  padding: 12px 10px 18px;
  border-radius: 10px;
  min-height: 364px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
  margin-bottom: 20px;
}
.message-box .relevant-box .content .container-ul {
  position: relative;
  top: 0;
  z-index: 2;
  margin-top: 6px;
}
.message-box .relevant-box .content .container-ul li {
  padding: 0 10px;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.message-box .relevant-box .content .container-ul li:last-child {
  margin-bottom: 0;
}
.message-box .relevant-box .content .container-ul .new-down-li {
  display: flex;
}
.message-box .relevant-box .content .container-ul .new-down-li i {
  float: left;
  display: block;
  width: 21px;
  height: 25px;
  margin: 4px 8px 0 0;
  background-image: url(../images/format.png);
}
.message-box .relevant-box .content .container-ul .new-down-li .new-li-a {
  float: right;
  flex: 1;
  color: #505050;
  font-size: 14px;
  line-height: 29px;
}
.message-box .relevant-box .content .container-ul .new-down-li .new-li-a:hover {
  color: #007bff;
}
.message-box .relevant-box .content .container-ul .theme-li {
  margin: 0 !important;
  font-size: 14px;
  line-height: 28px;
}
.message-box .relevant-box .content .container-ul .theme-li a {
  display: block;
  color: #505050;
}
.message-box .relevant-box .content .container-ul .theme-li a:hover {
  color: #007bff;
}
.message-box .relevant-box .content-floating {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 99;
  margin-left: 320px;
  width: 310px;
  background: #fff;
  padding: 12px 10px 18px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
  margin-bottom: 20px;
}
.message-box .relevant-box .content-floating .hd-scollor {
  display: block;
}
.message-box .relevant-box .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 364px;
  background: linear-gradient(to bottom, #ecfaed, #ffffff);
}
.message-box .cont-pagination {
  background: #fff;
  padding: 12px 10px 18px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
  margin-bottom: 20px;
}
.message-box .cont-pagination .pagination-box {
  padding: 20px 0 10px;
  width: 100%;
}
.message-box .cont-pagination .pagination-box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.message-box .cont-pagination .pagination-box .pagination li {
  margin-right: 5px;
}
.message-box .cont-pagination .pagination-box .pagination li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}
.message-box .cont-pagination .pagination-box .pagination li a:hover {
  background-color: #1ca472;
  color: #fff;
}
.message-box .cont-pagination .pagination-box .pagination .active a {
  background-color: #1ca472;
  color: #fff;
}

.cont-container {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
}
.cont-container .template {
  padding: 20px 10px;
  display: flex;
}
.cont-container .template .tp-lf {
  float: left;
  width: 94px;
  height: 126px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  margin-right: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.cont-container .template .tp-lf a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cont-container .template .tp-lf a img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.cont-container .template .tp-lf a img:hover {
  transform: scale(1.4);
}
.cont-container .template .tp-rg {
  flex: 1;
  height: 126px;
  display: flex;
  overflow: hidden;
}
.cont-container .template .tp-rg .tp-icon {
  float: left;
  width: 21px;
  height: 25px;
  margin-right: 8px;
}
.cont-container .template .tp-rg .tp-info {
  flex: 1;
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cont-container .template .tp-rg .tp-info a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 16px;
}
.cont-container .template .tp-rg .tp-info a:hover {
  color: #007bff;
}
.cont-container .template .tp-rg .tp-info p {
  color: #999999;
  font-size: 16px;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont-container .template .tp-rg .tp-info .tp-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #999;
}

.cont-template {
  width: 100%;
  display: inline-block;
  margin: 20px auto 20px;
}
.cont-template .content {
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  min-height: 314px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.cont-template .content .cont-box {
  padding: 10px 20px 0;
}
.cont-template .content .cont-box ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.cont-template .content .cont-box ul li {
  width: 25%;
  display: flex;
  align-items: center;
  height: auto;
  padding: 16px 10px;
}
.cont-template .content .cont-box ul li i {
  float: left;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
}
.cont-template .content .cont-box ul li span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cont-template .content .cont-box ul li span a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 15px;
}
.cont-template .content .cont-box ul li span a:hover {
  color: #007bff;
}
.cont-template .content .container-ul {
  margin-top: 6px;
  list-style: inside;
}
.cont-template .content .container-ul li {
  padding: 0 10px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}
.cont-template .content .container-ul li::marker {
  color: #1ca472;
  font-size: 12px;
}
.cont-template .content .container-ul li a {
  width: 100%;
  color: #505050;
}
.cont-template .content .container-ul li a:hover {
  color: #007bff;
}

.theme-list {
  width: 100%;
  margin-bottom: 20px;
}
.theme-list .theme-pd {
  background: #fff;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
  min-height: 364px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.theme-list .theme-pd .container ul {
  margin: 20px 0;
  width: 100%;
  list-style: inside;
  display: inline-block;
}
.theme-list .theme-pd .container ul li {
  float: left;
  padding: 0 20px 16px 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  width: 25%;
}
.theme-list .theme-pd .container ul li::marker {
  color: #1ca472;
  font-size: 12px;
}
.theme-list .theme-pd .container ul li a {
  color: #505050;
}
.theme-list .theme-pd .container ul li a:hover {
  color: #007bff;
}

.ul-doc {
  width: 100%;
  color: #505050;
}
.ul-doc i {
  display: block;
  width: 21px;
  height: 25px;
  margin: 4px 8px 0 0;
  background-image: url(../images/format.png);
}
.ul-doc .ul-doc-a {
  font-size: 14px;
  line-height: 22px;
}
.ul-doc .ul-doc-a:hover {
  color: #007bff;
}
.ul-doc .cont-rg {
  flex: 1;
  font-size: 12px;
}
.ul-doc .cont-rg .bottom {
  overflow: hidden;
  margin-top: 4px;
}
.ul-doc .cont-rg .bottom .left {
  float: left;
  width: 100%;
}
.ul-doc .cont-rg .bottom .left .star {
  float: left;
  width: 84px;
  height: 16px;
  background: url(../images/star-lev.png) no-repeat 0 0;
  vertical-align: middle;
}
.ul-doc .cont-rg .bottom .left .star-1 {
  background-position: 0 -14px;
}
.ul-doc .cont-rg .bottom .left .star-2 {
  background-position: 0 -30px;
}
.ul-doc .cont-rg .bottom .left .star-3 {
  background-position: 0 -48px;
}
.ul-doc .cont-rg .bottom .left .star-4 {
  background-position: 0 -62px;
}
.ul-doc .cont-rg .bottom .left .star-5 {
  background-position: 0 -78px;
}
.ul-doc .cont-rg .bottom .left em {
  float: right;
  line-height: 16px;
  padding-left: 4px;
}
.ul-doc .cont-rg .bottom .right {
  float: right;
}
.ul-doc .cont-rg .bottom .right i {
  float: right;
  width: 1px;
  height: 10px;
  background: #dbdbdb;
  margin: 2px 4px 0 4px;
}
.ul-doc .cont-rg .bottom .right small {
  float: right;
  font-size: 12px;
  color: #888;
}
.ul-doc .cont-span {
  font-size: 14px;
}

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