* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-width: 1000px;
  font-size: 14px;
  color: #181818;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
  list-style: none;
}
em,
i,
s {
  font-style: normal;
}
a:hover {
  color: #5397df !important;
}
a,
a:hover,
input,
input:focus,
textarea,
textarea:focus {
  -moz-transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.container {
  width: 1000px;
  height: 100%;
  min-width: 1000px;
  margin: 0 auto;
}
main {
  display: block;
}
header {
  width: 100%;
  height: 40px;
  background: #f3f5f9;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container a {
  color: #181818;
}
nav {
  width: 100%;
  height: 55px;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .container a {
  font-size: 16px;
  color: #4a4a4a;
}
nav .container a.active {
  font-weight: bold;
  font-size: 18px;
  color: #e24939;
}
nav .container a.logo,
nav .container a.logo img {
  display: block;
  width: 104px;
  height: 29px;
}
.m_h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px;
}
.m_h2 .til {
  display: flex;
  align-items: center;
}
.m_h2 .til strong {
  margin-left: 8px;
  font-size: 16px;
  color: #69390d;
}
.m_h2 .til .links {
  display: flex;
  align-items: center;
}
.m_h2 .til .links a {
  font-size: 12px;
  color: #181818;
  margin-left: 16px;
}
.m_h2 .more {
  display: flex;
  align-items: center;
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
  background: url(/images/more.png) no-repeat right center / 7px 11px;
}
.m_h2 .more:hover {
  color: #999999 !important;
}
.m_h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.m_h1 .til {
  display: flex;
  align-items: center;
}
.m_h1 .til span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 100px 100px 0px 0px;
}
.m_h1 .til span img {
  width: 28px;
  height: 28px;
}
.m_h1 .til strong {
  font-size: 16px;
  margin-left: 12px;
  color: #69390d;
}
.m_h1 .right {
  display: flex;
  align-items: center;
}
.m_h1 .right .links {
  display: flex;
  align-items: center;
}
.m_h1 .right .links a {
  font-size: 12px;
  color: #4a4a4a;
}
.m_h1 .right .links a:not(:last-of-type) {
  margin-right: 16px;
}
.m_h1 .right .more {
  display: flex;
  align-items: center;
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  margin-left: 16px;
}
.m_title {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #181818;
  padding-left: 20px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(/images/point_h.png) no-repeat 5px center / 4px 4px;
}
.m_title:hover {
  text-decoration: underline;
}
.m_title.spoty {
  background: url(/images/point_y.png) no-repeat 5px center / 4px 4px;
}
.m_title.jing {
  background: url(/images/jing.gif) no-repeat left center / 14px 14px;
}
.m_title.top {
  background: url(/images/top.png) no-repeat left center / 14px 14px;
}
.m_title.hot {
  background: url(/images/hot.png) no-repeat left center / 14px 14px;
}
.m_title.blue {
  color: #70b2f9;
}
.m_title:visited {
  color: #999999;
}
.jc_article {
  width: 100%;
  display: block;
  padding: 12px 0;
}
.jc_article .title {
  color: #181818;
  line-height: 20px;
  word-break: break-all;
}
.jc_article .middle {
  width: 100%;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 6px;
  margin: 8px 0;
  background: #f6f6f6;
  border-radius: 4px;
}
.jc_article .middle .type {
  display: flex;
  align-items: center;
  height: 16px;
  padding: 0 4px;
  font-size: 11px;
  color: #70b2f9;
  margin-right: 6px;
  background: #e8f3ff;
  border-radius: 2px;
  border: 1px solid #beddff;
}
.jc_article .middle .text {
  flex: 1;
  height: 16px;
  font-size: 12px;
  color: #999999;
  word-break: break-all;
  overflow: hidden;
}
.jc_article .middle.zhong {
  position: relative;
}
.jc_article .middle.zhong::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  background: url(/images/zhong.png) no-repeat right center / 100%;
}
.jc_article .middle.fail {
  position: relative;
}
.jc_article .middle.fail::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  background: url(/images/fail.png) no-repeat right center / 100%;
}
.jc_article .desc {
  display: flex;
  align-items: center;
}
.jc_article .desc span {
  font-size: 12px;
  color: #999999;
  margin-right: 12px;
}
.jc_article .desc span.more {
  color: #4a4a4a;
  margin-left: auto;
}
.jc_article .person {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.jc_article .person img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.jc_article .person .name {
  font-size: 13px;
  color: #4a4a4a;
  margin: 0 8px 0 10px;
}
.jc_article .person .mz {
  height: 17px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fabf61;
  border-radius: 0px 100px 100px 100px;
  border: 1px solid #ff9d00;
}
.jc_article:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.loaction {
  margin-top: 4px;
  color: #999999;
}
.loaction a {
  font-weight: bold;
  color: #999999;
}
.pager {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.pager a {
  display: block;
  height: 22px;
  padding: 0 8px;
  margin: 0 4px;
  color: #4a4a4a;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}
.pager a.active {
  color: #1f75cc;
  border-color: #1f75cc;
  background: #e9f6ff;
}
.hotlink {
  display: flex;
  margin-top: 16px;
}
.hotlink .title {
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  font-weight: bold;
  font-size: 15px;
  color: #3d8bde;
  background: #e9f6ff;
}
.hotlink .links {
  flex: 1;
  display: flex;
  padding: 8px 0;
  border: 1px solid #dddddd;
}
.hotlink .links ul {
  padding: 0px 19px;
}
.hotlink .links ul li {
  height: 30px;
  line-height: 30px;
}
.hotlink .links ul li a {
  font-size: 12px;
  color: #4a4a4a;
}
.hotlink .links ul li a:hover {
  text-decoration: underline;
}
.hotlink .links ul:not(:last-of-type) {
  border-right: 1px solid #f0f0f0;
}
.blogroll {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 12px;
}
.blogroll a {
  color: #4a4a4a;
  padding-right: 12px;
  position: relative;
}
.blogroll a::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blogroll a:not(:first-of-type) {
  padding-left: 12px;
}
.blogroll a:hover {
  text-decoration: underline;
}
.hotspot {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  margin-top: 12px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.hotspot a {
  color: #4a4a4a;
}
.hotspot a:not(:last-of-type) {
  margin-right: 12px;
}
.hotspot a.special {
  color: #ff9d00;
}
.hotspot a:hover {
  text-decoration: underline;
}
.hotspot span {
  font-weight: bold;
  color: #181818;
}
footer {
  font-size: 12px;
  color: #999999;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
footer #copy a {
  color: #999999;
}
footer #copy span {
  margin-left: 12px;
}
footer #footer {
  display: flex;
  align-items: center;
  height: 29px;
  margin-top: 12px;
}
footer #footer .about {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  background: #ffeccd;
}
footer #footer .about span {
  font-weight: bold;
  color: #999999;
}
footer #footer .right {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  background: #7ac2b1;
}
footer #footer .right a {
  color: #ffffff;
}
.sempty {
  text-align: center;
  margin: 30px 0;
}
.sempty img {
  display: block;
  width: 382px;
  height: 334px;
  margin: 0 auto;
}
.sempty p {
  font-size: 16px;
  color: #999999;
}
