.lf {
  float: left;
}
.rig {
  float: right;
}
.li-inlineblock,
.div-inlineblock,
.select-input,
.sicbg {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input,
.sicbg > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
/*行数*/
/*a元素样式*/
/*字体相关*/
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
/** 全 局 配 置 ****************************************************/
.section a:hover {
  color: #FF9900;
}
.section-inner a,
.sp-lf li,
.sp-a-head,
.sp-rig,
.sp-title,
.sp-list,
.sp-imgitem a,
.sp-lf h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageImg {
  overflow: hidden;
  height: 480px;
  width: 100%;
}
.pageImg img {
  height: 480px;
  width: 100%;
}
.section-inner {
min-height: 500px;
  margin: 0 auto;
  width: 1200px;
  padding: 30px 0;
}
/** 左 侧 栏 ****************************************************/
.sp-lf {
  width: 22.5%;
  margin-right: 1.583%;
}
.sp-lf a {
  display: inline-block;
  width: 100%;
}
.sp-lf h1 {
  width: 100%;
  background-color: #04287e;
}
.sp-lf h1,
.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 74px;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
}
.sp-lf h1 {
  padding-left: 45px;
}
.sp-lf ul {
  width: 100%;
  position: relative;
}
/*左侧栏目下方块状装饰*/
.sp-lf ul:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 18px;
  background-color: #ebe8db;
}
.sp-lf li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 6px;
  height: 60px;
  background-color: #f7f7f7;
}
.sp-lf li:before {
  content: '';
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  background-color: #04287e;
}
.sp-lf li i {
  float: right;
  font-style: normal;
  margin-right: 19px;
  color: #aaaaaa;
}
.sp-lf li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #444444;
  padding-left: 42px;
  border-right: 1px solid #ebe8db;
}
.sp-lf li,
.sp-lf li:before,
.sp-lf li i,
.sp-lf li a {
  transition: all .1s linear;
}
.sp-lf h1 a:hover {
  color: #ffffff;
}
.sp-lf li:not(:last-child) a {
  border-bottom: 1px solid #ebe8db;
}
.sp-lf li:hover {
  background-color: #fff;
}
.sp-lf li:hover a {
  color: #FF9900;
}
.sp-lf li:hover i {
  color: #FF9900;
}
.sp-lf li:hover:before {
  background-color: #f0ad4e;
}
.sp-lf li:hover:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #FF9900;
}
/*当前栏目 - sp-lf-current*/
.sp-lf .sp-lf-current {
  background-color: #fff;
}
.sp-lf .sp-lf-current a {
  color: #FF9900;
}
.sp-lf .sp-lf-current a i {
  color: #FF9900;
}
/*当前栏目 - 左侧小方块*/
.sp-lf .sp-lf-current:before {
  background-color: #f0ad4e;
}
.sp-lf .sp-lf-current:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #FF9900;
}
/** 右 侧 内 容 ****************************************************/
.sp-rig {
  position: relative;
  background-color: #fff;
  padding: 0 3%;
  width: 75.7166%;
}
/*标题和位置导航*/
.sp-title {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e3e3e3;
}
.sp-title-lf h1 {
  position: relative;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
  color: #444;
}
.sp-title-lf h1:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #04287e;
}
.sp-title-rig {
  line-height: 74px;
}
/*当前位置小图标*/
.sp-title-rig i {
  padding: 10px 15px;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-title-rig > div {
  display: inline-block;
  vertical-align: top;
}
/*最后一个栏目特殊样式*/
.sp-title-rig > div > span:last-child > a {
  color: #f0ad4e;
}
/*图标或箭头*/
.sp-title-rig > div > span:nth-child(1n) {
  color: #c0c0c0;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
/** page: 链 接 列 表 ****************************************************/
.sp-list {
  width: 100%;
  padding: 30px 0;
}
.sp-list li {
  position: relative;
  transform: all .5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px;
}
.sp-list li:before,
.sp-list li:after {
  position: absolute;
  content: '';
  z-index: 2;
  width: 7px;
  height: 7px;
  top: 50%;
}
.sp-list li:before {
  left: 5px;
  margin-top: -3.5px;
  background-color: #e1c668;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-list li:after {
  z-index: 1;
  left: 7px;
  margin-top: -1px;
  background-color: #f5ebca;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  width: 88%;
  line-height: 39px;
}
.sp-list li a:hover {
  color: #FF9900;
}
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-style: italic;
  margin-right: 3px;
  font-family: 'Arial';
}
/** page: 单 页 文 章 ****************************************************/
.sp-article {
  padding: 10px 0 30px 0;
}
.spa-head {
  width: 100%;
  padding: 16px 0;
}
/*描述性内容，一般是时间/栏目/作者/浏览人数*/
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding: 7px 0;
  font-size: 26px;
  color: #FF9900;
}
.sp-content {
  color: #4c4c4c;
  line-height: 30px;
  font-size: 16px;
}
.sp-content hr {
  border: none;
  margin-bottom: 20px;
}
/************************************ page: 图 片 列 表 *************************************/
.sp-imglist-outer {
  padding: 30px 0;
}
.sp-imglist {
	margin:30px -5.5% 0 0;
	zoom:1;
	overflow:hidden;
}
.sp-imglist > li {
     width: calc(18% - 6px);
    height: 270px;
    margin-right: 2%;
}

.sp-imglist h3 {
  text-align: center;
  width: 100%;
}
.sp-imglist a {
  font-size: 16px;
  line-height: 40px;
  color: #555;
}
.sp-imgitem {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sp-imglist > li:hover .sp-imgitem {
  border: 3px solid #FBB123;
}
.sp-imgitem {
  border: 3px solid #f1eacc;
}
.sp-imgitem a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  height: 215px;
  border: 1px solid #fff;
}
.sp-imgitem img {
  width: 100%;
  height:100%;
}

.sp-ldlist {
  width: 100%;
}
.sp-ldlist > li {
  width: 23%;
  overflow:hidden;
  padding-top:30px;
}

.sp-ldlist > li:not(:nth-child(4n)) {
  margin-right: 2.65%;
}

.sp-ldlist h3{
  text-align: center;
  width: 100%;
  max-height:65px;
  overflow:hidden;
}
.sp-ldlist a{
  font-size: 16px;
  line-height: 35px;
  color: #555;
}
.sp-ldlist > li:hover .sp-imgitem {
    border: 3px solid #FF9900;
}
/***********************		响应式		**********************/
/*G电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pageImg {
    width: 100%;
    height: 200px;
  }
  .pageImg img {
    height:  100%;
    width: 100%;
  }
  .section-inner {
    width: 100%;
	padding:20px 0;
word-wrap: break-word;
  }
  .sp-lf,
  .sp-title-rig {
    display: none !important;
  }
  .sp-title-lf h1,
  .sp-article h1 {
    font-size: 23px;
  }
  .sp-article h1 {
    white-space: normal;
    line-height: 30px;
    margin: 10px 0;
  }
  .sp-article img {
    width: 100%;
  }
  .sp-rig {
    width: 100% !important;
    padding: 0 5%;
  }
  .sp-list {
    padding: 20px 0 0 0;
  }
  .sp-list li a {
    width: 70%;
  }
  .sp-imglist {
    text-align: center;
  }
  .sp-imglist > li {
    display: inline-block;
  }
  
  .sp_list .sp_img {
	width: 30%;
	height: auto;
}
.sp_list .sp_nav a {
	font-size: 14px;
	padding-bottom: 10px;
}
.sp_list .sp_nav p {
    display: none;
}

.sp-jsfc ul li{
	width:48%;
	margin-left:0;
	margin-right:0;
}
.sp-jsfc ul > li:not(:nth-child(2n)) {
    margin-right: 4%;
}

.sp-jsfc ul li span{
	font-size:14px;
}

.sp-jsfc .js_img{
	height:auto;
}
}