.m-index {
  width: 100%;
  height: auto;
}
.m-index .commom-width {
  width: 1204px;
}
.m-index .index-header {
  width: 100%;
  height: 168px;
  left: 0;
  z-index: 999;
}
.m-index .index-header .common-width {
  display: flex;
}
.m-index .index-header .header-left {
  width: 1200px;
  padding-top: 30px;
}
.m-index .index-header .header-left .left-top {
  display: flex;
}
.m-index .index-header .header-left .left-top .logo {
  width: 104px;
  height: 64px;
  margin-right: 46px;
}
.m-index .index-header .header-left .left-top .search {
  margin-right: 35px;
  padding-top: 34px;
}
.m-index .index-header .header-left .left-top .search input {
  background: #fff;
  padding-left: 24px;
  line-height: 32px;
  width: 224px;
  height: 30px;
  border: 0;
  border-radius: 4px;
  float: left;
  border: 1px solid #000;
}
.m-index .index-header .header-left .left-top .search .span {
  color: #000;
  float: left;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/search.png) no-repeat center;
  background-size: 20px 20px;
  border: none;
}
.m-index .index-header .header-left .left-top p {
  color: #000;
  padding-top: 34px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
}
.m-index .index-header .header-left .left-bottom ul {
  display: flex;
  padding-top: 25px;
}
.m-index .index-header .header-left .left-bottom ul li {
  position: relative;
  margin-right: 80px;
  padding: 10px 0 20px;
}
.m-index .index-header .header-left .left-bottom ul li:last-child {
  margin-right: 0px;
}
.m-index .index-header .header-left .left-bottom ul li .title {
  color: #000;
}
.m-index .index-header .header-left .left-bottom ul li .subList {
  position: absolute;
  width: 164px;
  height: auto;
  padding: 15px 0;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  z-index: 9999;
  border: 1px solid #eee;
  border-radius: 4px;
}
.m-index .index-header .header-left .left-bottom ul li .subList .topImg {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.m-index .index-header .header-left .left-bottom ul li .subList .subList-li {
  display: block;
  height: 58px;
  padding: 12px 0;
  padding-bottom: 24px;
  text-align: center;
}
.m-index .index-header .header-left .left-bottom ul li .subList .subList-li:hover {
  background: #eee;
}
.m-index .index-header .header-left .left-bottom ul li .subList .subList-li span {
  color: #595959;
  font-size: 14px;
  margin-bottom: 6px;
}
.m-index .index-header .header-left .left-bottom ul li .subList .subList-li p {
  color: #888;
  font-size: 10px;
}
.m-index .index-header .header-right {
  width: 300px;
}
.m-index .index-header .header-right ul {
  display: flex;
  padding-top: 103px;
}
.m-index .index-header .header-right ul li {
  width: 100px;
  height: 45px;
  border-right: 1px solid #000;
  text-align: center;
  position: relative;
}
.m-index .index-header .header-right ul li:last-child {
  border: 0;
}
.m-index .index-header .header-right ul li .code {
  position: absolute;
  top: 70px;
  display: none;
  z-index: 9999;
}
.m-index .index-header .header-right ul li img {
  margin: 0 auto;
  position: relative;
  top: -5px;
}
.m-index .index-header .header-right ul li p {
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
  font-size: 12px;
  color: #000;
  padding-bottom: 20px;
}
.m-index .index-footer {
  width: 100%;
  height: 314px;
}
.m-index .index-footer .footer-top {
  background: #4a2306;
  height: 246px;
  padding-top: 50px;
}
.m-index .index-footer .footer-top .footer-box {
  padding-left: 143px;
  display: flex;
}
.m-index .index-footer .footer-top .footer-box .footer-li {
  margin-right: 150px;
  width: 175px;
}
.m-index .index-footer .footer-top .footer-box .footer-li .title {
  color: #fff;
  font-size: 16px;
}
.m-index .index-footer .footer-top .footer-box .footer-li .des {
  margin-top: 32px;
  font-size: 14px;
  color: #bba89b;
}
.m-index .index-footer .footer-top .footer-box .footer-li .des p {
  margin-top: 8px;
}
.m-index .index-footer .footer-top .footer-box .footer-li img {
  margin-top: 32px;
  width: 106px;
  height: 106px;
}
.m-index .index-footer .footer-top .footer-box .li4 {
  width: 106px;
  margin-right: 0;
}
.m-index .index-footer .footer-top .footer-box .li4 .title {
  text-align: center;
}
.m-index .index-footer .footer-bottom {
  height: 68px;
  background: #421d01;
  line-height: 68px;
}
.m-index .index-footer .footer-bottom p {
  padding-left: 76px;
  font-size: 13px;
  color: #bba89b;
}
.details-info {
  background: #fff;
  padding: 20px;
}
.details-info .con {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
.details-info .con .ny_bt {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 60px;
}
.details-info .con .ny_bt h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #080300;
  line-height: 24px;
}
.details-info .con .ny_bt p {
  font-size: 22px;
  color: #080300;
  font-weight: 400;
  line-height: 22px;
}
.details-info .con .ny_bt span {
  width: 30px;
  height: 1px;
  border-bottom: 3px solid #C8932D;
  margin: 16px auto;
  display: block;
}
.details-info .con .news {
  margin: 30px auto 0;
}
.details-info .con .news ul li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px;
}
.details-info .con .news ul li i {
  display: block;
  width: 236px;
  height: 150px;
  float: left;
}
.details-info .con .news ul li .dtzi {
  float: right;
  width: 920px;
  position: relative;
}
.details-info .con .news ul li .dtzi h3 a {
  display: block;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
}
.details-info .con .news ul li .dtzi p {
  border-top: 1px solid #000;
  padding-top: 10px;
  display: block;
  height: auto;
  width: 860px;
  margin-bottom: 10px;
  color: #1E1E1E;
  line-height: 24px;
  font-size: 13px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*行数*/
  -webkit-box-orient: vertical;
}
.details-info .con .news ul li .dtzi .dtzi-time {
  font-size: 14px;
  color: #B2B2B2;
  margin-bottom: 14px;
}
.details-info .con .news ul li .dtzi .line {
  width: 860px;
  position: relative;
  display: block;
}
.details-info .con .news ul li .dtzi .line i {
  position: absolute;
  top: -2px;
  width: 31px;
  height: 6px;
  background: #C8932D;
}
.details-info .con .news .fenye {
  height: 40px;
  width: 500px;
  font-size: 12px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #C8932D;
}
.layui-laypage a,
.layui-laypage span {
  border-color: #C8932D;
}
/*# sourceMappingURL=./news.css.map */