html {
  background-color: #fef8f8;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}
* {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
ul li {
  text-decoration: none;
  list-style: none;
}
@font-face {
  font-family: 'FZQingKeBenYueSongS-R-GB';
  src: url('../fonts/方正清刻本悦宋简体.TTF');
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ebf0fa;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 1920px;
  height: auto;
  background-color: #fff;
  min-width: 1200px;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .h5 {
  width: 100%;
  height: 5px;
  clear: both;
}
body .h15 {
  width: 100%;
  height: 15px;
  clear: both;
}
body .h20 {
  width: 100%;
  height: 20px;
  clear: both;
}
body .h25 {
  width: 100%;
  height: 25px;
  clear: both;
}
body .h30 {
  width: 100%;
  height: 30px;
  clear: both;
}
body .h40 {
  width: 100%;
  height: 40px;
  clear: both;
}
body .clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
body .one-row-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .two-row-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .three-row-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .header-container {
  width: 100%;
  height: 130px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
}
body .header-container .main-container {
  width: 100%;
  height: 100px;
}
body .header-container .main-container .main {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  color: #333;
  background-repeat: no-repeat;
  background-position: top left;
}
body .header-container .main-container .main .header_nr {
  width: 1200px;
  margin: 0 auto;
}
body .header-container .main-container .main .header_nr .logo {
  float: left;
  width: 191px;
  height: 80px;
  background-image: url('../images/logo.png');
  background-size: 100% 100%;
  margin-top: 15px;
}
body .header-container .main-container .main .header_nr #date {
  width: 162px;
  height: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
  float: left;
  margin-left: 290px;
  margin-top: 33px;
}
body .header-container .main-container .main .header_nr .weather-container {
  width: 280px;
  height: 40px;
  float: left;
  margin-top: 26px;
  margin-left: 25px;
}
body .header-container .main-container .main .header_nr .weather-container .weather {
  width: 280px;
  margin: 0 auto;
}
body .header-container .main-container .main .header_nr .search {
  float: left;
  display: block;
  font-size: 0;
  height: 35px;
  position: relative;
  margin-top: 26px;
  margin-left: 25px;
}
body .header-container .main-container .main .header_nr .search .search-text {
  width: 222px;
  height: 100%;
  border: 1px solid #edf1f9;
  background-color: #F9F9F9;
  border-radius: 18px;
  padding-left: 20px;
  color: #999999;
}
body .header-container .main-container .main .header_nr .search .search-text:focus {
  outline: none;
}
body .header-container .main-container .main .header_nr .search button {
  width: 59px;
  height: 100%;
  font-size: 13px;
  border-radius: 18px;
  background-color: #0056A3;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 0;
}
body .header-container .main-container .main .header_nr .search input,
body .header-container .main-container .main .header_nr .search button {
  display: inline-block;
  vertical-align: middle;
}
body .header-container .main-container .main .header_nr .img-link {
  width: 35px;
  height: 35px;
  background-image: url("../images/icon-1.png");
  background-repeat: no-repeat;
  border-radius: 50%;
  float: right;
  margin-top: 26px;
}
body .header-container .main-container .main .header_nr .nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
body .header-container .main-container .main .header_nr .nav li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
body .header-container .main-container .main .header_nr .nav li .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: 5px;
}
body .header-container .main-container .main .header_nr .nav li span {
  display: block;
}
body .header-container .nav-container {
  width: 100%;
  height: 50px;
  background-color: #0056A3;
  text-align: center;
  /* 动画效果 */
  /* 创建一个等腰三角形 */
}
body .header-container .nav-container .nav {
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  background-color: #0056A3;
  position: relative;
  z-index: 1;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
body .header-container .nav-container .nav a {
  color: #fff;
  font-size: 15px;
}
body .header-container .nav-container .nav .nLi {
  float: left;
  position: relative;
  display: inline;
  height: 50px;
  line-height: 50px;
  /* 创建一个向下的箭头 */
}
body .header-container .nav-container .nav .nLi .nLi-arrow {
  content: '';
  position: absolute;
  top: 23px;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
body .header-container .nav-container .nLi:hover .sub {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
  max-height: 1000px;
  /* 设置一个足够大的值以容纳子菜单 */
  opacity: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .header-container .nav-container .nav .nLi a {
  display: block;
  padding: 0 23px;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
}
body .header-container .nav-container .nav .sub {
  display: none;
  min-width: 76px;
  width: 106px;
  left: 0%;
  top: 45px;
  position: absolute;
  color: #333;
  line-height: 26px;
  padding: 5px 0;
  border-top: 0px solid #fff;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  background-color: #81BBEF;
}
body .header-container .nav-container .nav .sub::before {
  content: '';
  position: absolute;
  top: -8px;
  /* 三角形的高度 */
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #81BBEF;
  /* 三角形的颜色与div背景色相同 */
}
body .header-container .nav-container .nav .sub li {
  zoom: 1;
  padding: 0 23px;
}
body .header-container .nav-container .nav .sub a {
  color: #333;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 15px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}
body .header-container .nav-container .nav .sub li:last-child a {
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}
body .header-container .nav-container .nav .on a {
  background-color: #c1080b;
  color: #fff;
  text-align: center;
}
body .content-container {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
}
body .content-container .content {
  width: 1200px;
  height: auto;
  clear: both;
  min-height: 600px;
  display: block;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
body .content-container .content .crumbs {
  width: 1200px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin: 0 auto;
  padding: 15px 0;
}
body .content-container .content .crumbs a {
  color: #000;
  display: inline-block;
  height: 15px;
  line-height: 15px;
}
body .content-container .content .crumbs span {
  margin: 0px;
}
body .content-container .content .crumbs .icon {
  background-image: url('../images/home-color.png');
  background-size: 20px 20px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}
body .footer .footer_nav {
  height: 40px;
  background: #0e57a0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
body .footer .footer_nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
}
body .footer .footer_pt {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #E2F0F5;
}
body .footer .footer_pt .container {
  display: block;
  content: '';
  clear: both;
}
body .footer .footer_pt a.down {
  background: url(../images/icon_footer.jpg) no-repeat left center;
  padding-left: 40px;
}
body .footer .footer_pt a.end {
  margin-left: 80px;
}
body .footer .footer_pt span {
  margin: 0 80px;
}
body .footer .footer_txt {
  text-align: center;
  padding: 20px 0 30px 0;
}
body .footer .footer_txt p {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
/*分页 start*/
.list_cont_1:nth-child(5n) {
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}
.pages {
  width: 100%;
  font-size: 0;
  padding: 15px 5px;
  text-align: center;
  display: inline-block;
}
.pages li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  width: auto;
  background: #fff;
  height: auto;
}
.page-active {
  background-color: #1bb8fa !important;
  color: #fff !important;
}
.page-active a {
  color: #fff !important;
  cursor: default;
  font-size: 13px;
}
.pages a {
  font-size: 13px;
  display: block;
  padding: 7px 12px;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  margin: 0;
}
.pages a:hover {
  background-color: #1bb8fa;
  border-color: #1bb8fa;
  color: #fff;
}
/*分页 end*/
