@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*[hidefocus], input, textarea, a {
  outline: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

fieldset, img, html, body, iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

caption, th {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

a, button {
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto;
}

a {
  color: #666666;
  text-decoration: none;
}

a, img, button, input, textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

pre {
  white-space: pre-wrap;
}

body, textarea, select, input {
  font-family: "HanHei SC", "PingFang SC", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, "Lantinghei SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-size: 0.333333rem;
  color: #000;
}

body {
  background: #efeff0;
  -webkit-text-size-adjust: none;
  line-height: 0.5rem;
}

.small {
  -webkit-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
}

/*
 *dec:配置背景
 * */
body {
  background-color: #fff;
  overflow-x: hidden;
}

.header {
  position: relative;
  left: 50%;
  margin-left: -800px;
  width: 1600px;
  height: 162px;
  background-color: #1d0f0b;
  z-index: 9;
}

.header .content {
  width: 1200px;
  margin: 0 auto;
}

.header .content:before, .header .content:after {
  content: " ";
  display: table;
}

.header .content:after {
  clear: both;
}

.header .m-logo {
  position: relative;
  float: left;
  top: 53px;
  width: 238px;
  height: 56px;
  font-size: 0px;
  text-indent: -999px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("../images/i-logo.png") 1x, url("../images/i-logo@2x.png") 2x);
  background-image: url("../images/i-logo.png");
}

.header .m-menu {
  float: left;
  margin-left: 60px;
}

.header .m-menu li.item {
  float: left;
  position: relative;
  width: 225px;
  height: 162px;
  line-height: 162px;
  vertical-align: middle;
  text-align: center;
  border-top: 3px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .m-menu li.item.ative, .header .m-menu li.item:hover {
  cursor: pointer;
  background-color: #160700;
  border-top: 3px solid #b6a492;
}

.header .m-menu li.item.ative .list-pop, .header .m-menu li.item:hover .list-pop {
  display: block;
  -webkit-animation: list_pop_menu 0.5s ease  forwards;
  animation: list_pop_menu 0.5s ease  forwards;
}

.header .m-menu .text {
  display: inline-block;
  vertical-align: middle;
}

.header .m-menu .text h3 {
  margin-top: -5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
}

.header .m-menu .text .dec {
  padding-top: 27px;
  color: #b2a392;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
}

.header .m-menu .list-pop {
  display: none;
  position: absolute;
  left: 0px;
  top: 159px;
  width: 100%;
  opacity: 0;
}

.header .m-menu .list-pop li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(182, 164, 146, 0.8);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .m-menu .list-pop li h3 {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.header .m-menu .list-pop li:hover, .header .m-menu .list-pop li.active {
  background-color: rgba(197, 182, 168, 0.8);
}


@-webkit-keyframes list_pop_menu {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes list_pop_menu {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}



.yuangong-bg .title {
  padding-top: 341px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  opacity:0;
  visibility:hidden;
  transition:all 1500ms;
}

.yuangong-bg .dec {
  padding-top: 82px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
    opacity:0;
  visibility:hidden;
  transition:all 1500ms;
}

.yuangong-bg {
  position: relative;
  margin-top: -162px;
  height: 439px;
  z-index: 8;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-image: url("../images/newslist_bg_202202_v2.jpg");
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.list-box-l {
  float: left;
  width: 580px;
  height: auto;
  border-radius: 2px;
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 28px;
  margin-bottom: 48px;
  border-top: 2px solid #af8f66;
  padding: 21px 48px 24px 24px;
}

.list-box-r {
  float: right;
  width: 580px;
  height: auto;
  border-radius: 2px;
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 28px;
  margin-bottom: 48px;
  border-top: 2px solid #af8f66;
  padding: 21px 48px 24px 24px;
}


.neirong-box {
  width: 100%;
  height: auto;
  border-radius: 2px;
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 48px;
  border-top: 2px solid #af8f66;
  padding: 21px 18px 24px 24px;
}


.news-heading {
  float: left;
  font: bold 20px/20px "苹方 常规";
  color: #af8f66;
  width: 100%;
  letter-spacing: 0.6px;
}

.news-list {
  float: left;
  width: 100%;
  height: 414px;
  margin-top: 8px;
  overflow-y: auto;
  padding-right: 12px;
}

.news-list li {
  height: auto;
}

.time {
  margin-top: 16px;
  font: bold 15px/15px "苹方 常规";
  color: #888;
}

.news-content {
  font: bold 16px/18px "苹方 常规";
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}  

.news-content a {
  color: #83631a; 
}