.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
body,
td,
th {
  font-family: "微软雅黑";
}
* {
  box-sizing: border-box;
}
.g-hd {
  height: 400px;
  background: url(../img/hdbg.jpg) no-repeat center top;
}
.g-hd.low {
  height: 260px;
  background: url(../img/hdbg2.jpg) no-repeat center top;
}
.hd-topbar {
  height: 74px;
  background: rgba(29, 36, 44, 0.8);
}
.hd-topbar .m-wrap {
  padding-top: 18px;
}
.hd-topbar .hd-logo {
  width: 256px;
  padding-right: 10px;
  border-right: solid 1px #7d8287;
}
.hd-logo {
  display: inline-block;
  width: 246px;
  height: 37px;
  background: url(../img/logo.png) no-repeat;
}
.hd-txt {
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
}
.hd-txt * {
  line-height: 1;
}
.hd-txt p {
  letter-spacing: 2px;
}
.hd-txt span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-family: cursive;
}
.hd-txt img {
  margin-top: 1px;
}
.m-wrap {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.newswrap {
  display: block;
  padding: 30px 30px 10px 30px;
  background: url(../img/newswrap-bg.png) no-repeat left top;
  border: solid 1px #f0f4f7;
}
.newswrap .hd {
  font-size: 18px;
  color: #232528;
}
.newswrap .hd:before,
.newswrap .hd:after {
  content: " ";
  display: table;
}
.newswrap .hd:after {
  clear: both;
}
.newswrap .hd ul li {
  display: inline-block;
  font-weight: bold;
  opacity: 0.7;
  margin-right: 40px;
  padding-bottom: 10px;
  cursor: pointer;
}
.newswrap .hd ul li.on {
  opacity: 1;
  background: url(../img/ongbg.png) no-repeat center bottom;
}
.newswrap .more {
  font-size: 14px;
  color: #232528;
  opacity: 0.6;
}
.newswrap .more:hover {
  opacity: 0.5;
}
.newslist li {
  padding: 15px 0;
  border-bottom: dashed 1px #eef1f3;
  font-size: 14px;
  color: #232528;
}
.newslist li a {
  color: #232528;
}
.newslist li a:hover {
  opacity: 0.8;
}
.newslist li:last-child {
  border-bottom: 0;
}
.newslist .datetime {
  display: inline-block;
  width: 72px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #f5d6a1;
  font-size: 12px;
  color: #fff;
  margin-right: 15px;
}
.newslist.style2 .datetime {
  margin-right: 0;
}
.newslist.style2 li {
  padding: 15px 0 15px 20px;
  position: relative;
}
.newslist.style2 li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #c8983a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.newslist .slice {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e8eb;
}
#sec2 {
  background: url(../img/bg2.jpg) no-repeat center top;
}
.tit1 {
  font-size: 18px;
  color: #232528;
  font-weight: bold;
}
.cardslide {
  position: relative;
  padding-bottom: 40px;
}
.cardslide .hd > ul {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cardslide .hd > ul li {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #9aa1a9;
  margin: 0 5px;
  overflow: hidden;
  color: #9aa1a9;
  cursor: pointer;
}
.cardslide .hd > ul li.on {
  background: #233448;
  color: #233448;
}
.cardslide .arrow .next,
.cardslide .arrow .prev {
  display: inline-block;
  width: 39px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border: solid 1px #e3e8eb;
  font-size: 15px;
  color: #232528;
  background: #fff;
}
.cardslide .arrow .prevStop,
.cardslide .arrow .nextStop {
  color: #e3e8eb;
}
.cardblock {
  display: block;
  height: 118px;
  border: solid 1px #e3e8eb;
  position: relative;
  background: #fff;
}
.cardblock img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cardblock-txt {
  font-size: 14px;
  color: #232528;
  margin-top: 10px;
  text-align: center;
}
.g-ft {
  height: 120px;
  background: #f3f3f3;
  padding-top: 20px;
}
.g-ft p {
  line-height: 2;
  font-size: 12px;
  color: #666;
}
.g-ft p img,
.g-ft p span {
  vertical-align: middle;
}
.list-nav li a {
  display: block;
  height: 59px;
  line-height: 59px;
  padding-left: 35px;
  border-left: 4px solid #f3f3f3;
  background: #f3f3f3;
  font-size: 16px;
  color: #232528;
  border-bottom: dashed 1px #FFFFFF;
}
.list-nav li a:hover {
  opacity: 0.8;
}
.list-nav li .active {
  color: #c8983a;
  border-left: 4px solid #c8983a;
  background: #fef3e1;
}
.newswrap.nobordered {
  border: 0;
  padding: 30px 0;
}
.pagination {
  font-size: 14px;
  color: #868e98;
  vertical-align: middle;
}
.pagination span {
  letter-spacing: 1px;
}
.pagination .iptbox {
  display: inline-block;
  width: 67px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #dfe4ea;
}
.pagination .btn-page {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  color: #c8983a;
  background-color: #fef3e1;
  margin: 0 5px;
}
.pagination a:hover {
  opacity: 0.8;
}
.btn-default {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  background-color: #c8983a;
  font-size: 14px;
  color: #fff;
}
.btn-default:active {
  opacity: 0.8;
}
.selectstyle1 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #f3f3f3;
  padding: 0 20px;
  font-size: 14px;
  color: #868e98;
  border: none;
  cursor: pointer;
}
.iptstyle1 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #232528;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #e3e8eb;
}
