*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
input {
  margin: 0;
  padding: 0;
  outline: none;
}
input:focus {
  outline: none;
} /*控制聚焦时不出现蓝色边框;seclect用line-height不兼容ie8，只能用padding撑开*/
input {
  -webkit-appearance: none;
} /*去除在手机端自带的按钮样式*/
li {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif, 思源黑体 CN;
}
body,
html {
  height: auto;
}
.position {
  margin: 0;
  /*padding: 13px 0;*/
}
.main {
  min-height: 680px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 当前位置 */
.position {
  width: 100%;
  margin: 13px 0;
}
.position-txt {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  font-weight: 400;
}
.position-txt span {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
  font-weight: 400;
}
.position-txt a {
  color: #999999;
  display: inline-block;
}
.position-txt a:last-child {
  color: #333333;
}

/* 年份查询样式 */
.year-search {
  height: 80px;
  background: #f7f7f7;
  display: none;
  align-items: center;
}
.nfTitle {
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.year-nr {
  display: flex;
  align-items: center;
}
.yearList span {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  background: #ffffff;
}
.yearList span:hover,
.yearList span.current {
  background: #1677ff;
  color: #ffffff;
}

/* 主体内容开始 */
.main {
  width: 100%;
}
.main > .content {
  margin-top: 33px;
  margin-bottom: 40px;
}
.main-tit {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-list {
  width: 1200px;
  margin-top: 16px;
}
.main-list a {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.2);
  min-height: 275px;
  width: 277px;
  float: left;
  margin: 10px 30px 20px 0;
}
.main-list a:nth-child(4n) {
  margin-right: 0;
}
.main-list a .pic {
  width: 277px;
  height: 200px;
  overflow: hidden;
}
.main-list a .pic img {
  width: 277px;
  height: 200px;
  transition: all 0.7s;
  object-fit: cover;
}
.main-list a .list-con {
  padding: 0 5px 0 26px;
}
.main-list a .list-con .title {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  display: block;
  line-height: 22px;
  margin: 26px 0 10px 0;
}
.main-list a .list-con p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
.main-list a .list-con p .time {
  display: inline-block;
  margin-right: 10px;
}
.main-list a:hover .list-con .title {
  color: #1890ff;
}
.main-list a:hover .pic img {
  transform: scale(1.2);
}

.popular-title {
  width: 100%;
  height: 30px;
}
.more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.more a {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}
.more a:hover {
  color: #1890ff;
}
.hd-liebiao {
  display: inline-block;
}