body {
  background: #f6f7f8;
  font: 14px Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.block {
  display: block;
}
.padding-10 {
  padding: 10px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-white {
  background: #fff;
  padding: 15px;
}
* {
  box-sizing: border-box;
}
.header {
  background: #fff url(../image/header-bg.jpg) center bottom no-repeat;
}
.header .header-logo {
  height: 110px;
}
.header .header-logo .logo {
  line-height: 110px;
  float: left;
}
.header .header-logo .logo .text-logo {
  padding-top:10px;
  font-size: 28px;
  color: #609918;
  line-height: 40px;
  font-weight: 800;
  margin-right: 60px;
  text-align: center;
}
.banner {
  width: 100%;
  height: 400px;
  background: url('../image/banner.jpg') no-repeat center center;
  background-size: 100% auto;
}
.search {
  margin-top: 30px;
  float: right;
  display: inline;
}
.search .search-input,
.search .search-select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 8px;
  outline: none;
  box-sizing: border-box;
}
.search .search-input {
  width: 260px;
}
.search .search-btn {
  background: #c71e01;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
  outline: none;
}
/* 导航菜单样式 */
#menu {
  background-color: #c71e01;
}
#menu .mobile-bar {
  width: 30px;
  background: #efefef;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 101;
}
#menu .mobile-bar span {
  height: 3px;
  background-color: #333;
  display: block;
  margin: 4px;
}
#menu .mobile-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 900;
}
#menu .layui-nav {
  background-color: #c71e01;
  color: #fff !important;
  padding: 0;
}
#menu .layui-nav > .layui-nav-item {
  line-height: 50px;
  width: 14.2857%;
  text-align: center;
}
#menu .layui-nav > .layui-nav-item > a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
#menu .layui-nav .layui-this:after,
#menu .layui-nav-bar {
  background-color: #9a1100;
  height: 49px;
  z-index: 9;
}
#menu .layui-nav > .layui-nav-item > .layui-nav-child {
  top: 50px;
}
.page_body {
  padding: 15px 10px;
}
/* 首页第一屏 图片幻灯 && 新闻选项卡*/
.news-flash,
.news-tabs {
  height: 400px;
  font-size: 16px;
}
.news-flash img {
  width: 100%;
  height: 100%;
}
.news-flash .layui-carousel-ind {
  text-align: right;
  display: inline-block;
}
.news-flash .layui-carousel-ind ul {
  background: transparent;
}
.news-flash span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* 新闻Tab风格 */
.news-tabs3 {
  margin: 0;
  height: 400px;
}
.news-tabs3 .layui-tab-title {
  height: 38px;
  border: 0;
  font-weight: 600;
}
.news-tabs3 .layui-tab-title li {
  margin-right: 15px;
  line-height: 38px;
  padding: 0 20px;
  background: #f2f2f2;
  border-radius: 5px;
}
.news-tabs3 .layui-tab-title .layui-this {
  background-color: #d41701;
  color: #fff;
}
.news-tabs3 .layui-tab-title .layui-this a {
  color: #fff;
}
.news-tabs3 .layui-tab-title .layui-this:after {
  display: none;
}
.news-tabs3 .layui-tab-title .layui-tab-bar {
  display: none;
}
.news-tabs3 .layui-tab-content {
  background: #fff;
  padding: 15px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
.news-tabs3 .layui-tab-content .more {
  margin-top: 15px;
  padding: 7px 15px;
  background: #efefef;
  border: 1px solid #ddd;
  border-radius: 5px;
}
/* Tab风格4 垂直风格 */
.news-tabs4 {
  margin: 0;
  position: relative;
}
.news-tabs4 .layui-tab-title {
  border: 0;
  width: 150px;
  position: absolute;
}
.news-tabs4 .layui-tab-title li {
  margin: 7px 0;
  line-height: 38px;
  padding: 0 20px;
  background: #fef1eb;
  border-radius: 5px;
  display: block;
  color: #d41701;
}
.news-tabs4 .layui-tab-title li a {
  color: #d41701;
}
.news-tabs4 .layui-tab-title .layui-this {
  background-color: #d41701;
  color: #fff;
  font-weight: 600;
}
.news-tabs4 .layui-tab-title .layui-this a {
  color: #fff;
}
.news-tabs4 .layui-tab-title .layui-this:after {
  display: none;
}
.news-tabs4 .layui-tab-title .layui-tab-bar {
  display: none;
}
.news-tabs4 .layui-tab-content {
  background: #fff;
  padding: 0px 0px 15px 160px;
  overflow: hidden;
}
/*!自定义卡片面板 样式修改*/
.panel .panel-title {
  height: 23px;
  line-height: 23px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.panel .panel-title h3 {
  font-weight: bold;
  font-size: 20px;
  color: #d41701;
  line-height: 23px;
  background: #fff;
  float: left;
  padding-right: 15px;
}
.panel .panel-title h3:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url('../image/icon_t.gif');
  margin-right: 10px;
  display: inline-block;
  position: relative;
  bottom: 0px;
}
.panel .panel-title .btline {
  position: relative;
  float: left;
  height: 5px;
  background: #d41701;
  width: 40%;
  max-width: 240px;
  top: 19.5px;
}
.panel .panel-body {
  padding: 10px 0;
}
/* 新闻列表 */
.news-list {
  overflow: hidden;
}
.news-list li {
  padding: 8px 0;
  font-size: 16px;
}
.news-list li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 8px;
  background: url('../image/dian.png') -6px 3px no-repeat;
}
.news-list li span {
  float: right;
  margin-right: 5px;
  display: inline-block;
}
/* 图片滚动样式 */
.picScroll-left {
  overflow: hidden;
  position: relative;
  background-color: #e9e9e9;
  padding: 15px 45px;
}
.picScroll-left .hd {
  position: absolute;
  height: 20px;
  left: 0;
  right: 0;
  padding: 0 10px;
  top: 50%;
  margin-top: -10px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 20px;
  line-height: 20px;
  border-radius: 15px;
  background-color: #d4d4d4;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.picScroll-left .hd .next {
  float: right;
}
.picScroll-left .bd {
  box-sizing: border-box;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
  height: 140px;
}
.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  padding: 0 -7px;
}
.picScroll-left .bd ul li .pic {
  margin: 0 7px;
  text-align: center;
  padding: 5px;
  background: #fff;
}
.picScroll-left .bd ul li .pic img {
  width: 180px;
  height: 130px;
  display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-left .bd ul li .title {
  line-height: 24px;
}
/*文章分页列表*/
.pageslist {
  overflow: hidden;
  min-height: 650px;
}
.pageslist li {
  display: block;
  padding: 10px 5px;
}
.pageslist li.line {
  border-bottom: 1px #ddd dashed;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.pageslist li.line:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.pageslist li span {
  float: right;
}
.pageslist li a {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 100px;
  position: relative;
  padding-left: 10px;
}
.pageslist li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #d41701;
  position: absolute;
  top: 8px;
  left: 2px;
}
/*图片分页列表*/
.pageslist_imgs {
  overflow: hidden;
  margin: 0px -10px;
}
.pageslist_imgs li {
  width: 25%;
  float: left;
}
.pageslist_imgs li .pic {
  margin: 10px;
  height: 160px;
  overflow: hidden;
  border: 2px solid #efefef;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
}
.pageslist_imgs li .pic a {
  border: 2px solid #fff;
  display: block;
  overflow: hidden;
  height: 156px;
  border-radius: 5px;
}
.pageslist_imgs li .pic img {
  width: 100%;
  min-height: 156px;
  display: block;
  border-radius: 5px;
}
.pageslist_imgs li .pic:hover {
  border-color: #1196db;
}
.pageslist_imgs li .title {
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*翻页样式*/
.page_list {
  padding: 10px;
  text-align: center;
  line-height: 30px;
}
.page_list a,
.page_list span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  height: 30px;
  background: #f0f0f0;
  color: #333333;
  font-size: 14px;
  margin: 0 4px;
}
.page_list .pagination {
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
.page_list .pagination li {
  float: left;
  display: inline-block;
}
.page_list .pagination .active span {
  background: #d41701;
  color: #fff;
}
/*位置导航*/
.m-location {
  color: #666;
  overflow: hidden;
  padding: 15px;
  background: #efefef;
  margin-bottom: 15px;
}
.m-location span {
  margin-right: 10px;
  color: #ccc;
}
.m-location i {
  margin: 0 10px;
  color: #ccc;
  font-size: 12px;
}
.m-location a {
  color: #666;
  font-size: 14px;
}
.m-location a:hover {
  color: #d41701;
}
/*侧栏导航*/
.page_side {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.sideLmBox {
  overflow: hidden;
  background: #fff;
}
.sideLmBox .side-header {
  background: #d41701;
  color: #fff;
  font-size: 16px;
  border-bottom: 0;
  height: 52px;
  line-height: 52px;
}
.sideLmBox .side-header h3 {
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
}
.sideLmBox .side-body {
  padding: 0;
}
.sideLmBox .side-body .catelist {
  overflow: hidden;
}
.sideLmBox .side-body .catelist li {
  margin-top: 2px;
  font-size: 16px;
  background: #efefef;
  text-align: center;
}
.sideLmBox .side-body .catelist li.on a,
.sideLmBox .side-body .catelist li:hover a {
  background: #fef1eb;
  color: #d41701;
}
.sideLmBox .side-body .catelist a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*热点文章列表*/
.hotlist {
  list-style: none;
  border: 1px solid #eee;
}
.hotlist li {
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px #ddd dotted;
}
.hotlist li:last-child {
  border-bottom: 0;
}
.hotlist li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.hotlist li a em {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eee;
  text-align: center;
  line-height: 20px;
  color: #999;
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.hotlist li:nth-child(1) em,
.hotlist li:nth-child(2) em,
.hotlist li:nth-child(3) em {
  background-color: #de1f0e;
  color: #fff;
}
.picLinks {
  padding: 15px;
}
.picLinks ul {
  overflow: hidden;
  margin: -2px;
}
.picLinks ul li {
  width: 25%;
  padding: 2px;
  float: left;
}
.picLinks ul li img {
  border: 1px solid #ddd;
  padding: 1px;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 3px;
}
/* 页面底部 */
.footer {
  background: #d41701;
  color: #fff;
  line-height: 25px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: -15px;
}
.footer .copy {
  padding-top: 10px;
}
.footer a {
  color: #fff;
}
.footer .footer-ul-list {
  margin: 10px -5px;
  overflow: hidden;
}
.footer .footer-ul-list li {
  padding: 5px;
  width: 20%;
  float: left;
}
.footer .footer-ul-list li a {
  height: 70px;
  display: block;
  text-align: center;
}
.footer .footer-ul-list li a .my-icon {
  color: #FFF;
  font-size: 36px;
  line-height: 45px;
  display: block;
  font-weight: bold;
}
.footer .footer-ul-list li a span {
  font-size: 14px;
  line-height: 25px;
}
/*内容详情页*/
.page_info {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 15px 0;
}
.page_info:hover {
  box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
}
.info-panel {
  background: #fff;
  padding: 15px 30px;
}
.info-panel .info-panel-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
.info-panel .info-panel-desc {
  font-size: 13px;
  color: #888;
  background: #efefef;
  text-align: center;
  line-height: 40px;
  margin: 15px 0;
  padding: 0 15px;
}
.info-panel .info-panel-desc span {
  margin: 0 15px;
}
.info-panel .info-panel-desc .info-zoom {
  float: right;
}
.info-panel .info-panel-desc .info-zoom a {
  margin-right: 10px;
  color: #333;
}
.info-panel .info-panel-content {
  line-height: 30px;
  color: #333;
  font-size: 16px;
  padding: 15px 30px;
}
.info-panel .info-panel-content p,
.info-panel .info-panel-content div {
  padding: 2px 0;
  text-indent: 2em;
  margin: 10px 0;
}
.info-panel .info-panel-content table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.info-panel .info-panel-content table p {
  text-indent: 0;
}
.info-panel .info-panel-content img,
.info-panel .info-panel-content video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.info-panel .info-panel-content .downlist,
.info-panel .info-panel-content .relation_list {
  padding: 10px;
  margin: 15px 0;
}
.info-panel .info-panel-content .downlist h1,
.info-panel .info-panel-content .relation_list h1 {
  font-size: 16px;
}
.info-panel .info-panel-content .downlist li,
.info-panel .info-panel-content .relation_list li {
  line-height: 30px;
  font-size: 14px;
}
.info-panel .info-panel-footer {
  padding: 15px;
}
.info-panel .info-panel-footer .content-tips {
  line-height: 30px;
  padding: 20px;
  display: block;
  border-top: 1px #888 dotted;
}
.info-panel .info-panel-footer .content-tips a {
  display: inline-block;
  padding-left: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.info-panel .info-panel-footer .content-tips a:hover {
  color: #d41701;
}
.pageconent {
    padding: 15px;
    border: 0;
    font-size: 16px;
    line-height:30px;
  }
  .pageconent p{text-indent:2em;margin:5px 0;}
  .pageconent img{display: block;margin:0 auto;}
/* 超小屏幕(手机) */
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  .banner {
    height: 150px;
  }
  .header .header-logo {
    background: #fff;
    border-bottom: 2px solid #d41701;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
  }
  .header .header-logo .logo {
    padding: 0px;
  }
  .header .header-logo .logo .text-logo {
    font-size: 22px;
    line-height: 40px;
  }
  .news-flash,
  .news-tabs {
    height: 200px;
  }
  #menu .layui-nav > .layui-nav-item {
    width: 100%;
  }
  .m-location {
    display: none;
  }
  .page_info {
    padding: 10px;
    margin: 0;
  }
  .sideLmBox .side-header {
    padding: 0 15px;
  }
  .sideLmBox .side-header h3 {
    display: inline-block;
  }
  .picScroll-left {
    padding: 10px 30px;
  }
  .picScroll-left .bd ul {
    height: 100px;
  }
  .picScroll-left .bd ul li .pic img {
    width: 127px;
    height: 90px;
    display: block;
  }
  .news-list li {
    padding: 8px 0;
    font-size: 14px;
  }
  .news-list li a {
    width: 100%;
    display: block;
  }
  .news-list li span {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .pageslist li {
    padding: 8px 0;
  }
  .pageslist li a {
    margin-right: 0;
  }
  /*图片列表*/
  .pageslist_imgs {
    overflow: hidden;
    margin: 0px -10px;
  }
  .pageslist_imgs li {
    width: 50%;
    float: left;
  }
  .pageconent {
    padding: 5px;
    border: 0;
  }
  .info-panel {
    padding: 0px;
    border: 0;
  }
  .info-panel .info-panel-title {
    font-size: 24px;
    text-align: left;
  }
  .info-panel .info-panel-desc {
    text-align: left;
  }
  .info-panel .info-panel-content {
    padding: 0;
  }
}
/* 小型屏幕(平板) */
@media screen and (min-width: 768px) {
  .banner {
    height: 200px;
  }
}
/* 中型屏幕(桌面) */
@media screen and (min-width: 992px) {
  .banner {
    height: 300px;
  }
}
/* 大型屏幕(桌面) 默认样式*/
.page-text{
  font-size: 16px;line-height: 36px;text-indent:2em;
}
.page-text a{
  display: block;text-align: center;padding-top:15px;
}