.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: #c40f22;
}
.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: 420px;
  width: 100%;
}
.pageImg img {
  height: 420px;
  width: 100%;
}
.section-inner {
  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: #8f000b;
}
.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: #8f000b;
}
.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: #8f000b;
}
.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: #c40f22;
}
.sp-lf li:hover i {
  color: #c40f22;
}
.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: #c40f22;
}
/*当前栏目 - sp-lf-current*/
.sp-lf .sp-lf-current {
  background-color: #fff;
}
.sp-lf .sp-lf-current a {
  color: #c40f22;
}
.sp-lf .sp-lf-current a i {
  color: #c40f22;
}
/*当前栏目 - 左侧小方块*/
.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: #c40f22;
}
/** 右 侧 内 容 ****************************************************/
.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: #8f000b;
}
.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: 20px 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: #c40f22;
}
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-style: italic;
  margin-right: 3px;
  font-family: 'Arial';
}
/** page: 资源下载 ****************************************************/
.zyxz-list {
  width: 100%;
  padding: 20px 0;
}
.zyxz_nav{
	width:100%;
	height:52px;
	background:#f5f5f5;
}
.zyxz_nav ul li{
	float:left;
	line-height:52px;
	color:#0a0a26;
	font-size:18px;
}
.zyxz_nav .mc{
	width:50%;
	text-indent:30px;
}
.zyxz_nav .lx{
	width:16.6%;
	text-align:center;
}
.zyxz_cen ul li{
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px #f1f1f1 solid;
}
.zyxz_cen{
	width:100%;
	overflow:hidden;
}
.zyxz_cen ul div{
	float:left;
}
.zyxz_cen .mc_tt{
	width:50%;
	text-indent:20px;
	font-size:16px;
	color:#333333;
	display:block; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
}
.zyxz_cen .mc_lx{
	width:16.6%;
	text-align:center;
}
.zyxz_cen .mc_sj{
	width:16.6%;
	text-align:center;
	color:#999999;
	font-size:16px;
}
.zyxz_cen .mc_xz{
	width:16.6%;
	text-align:center;
	color:#f28a08;
	font-size:16px;
}
/** 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: #c40f22;
}
.sp-content {
  color: #4c4c4c;
  line-height: 25px;
  font-size: 16px;
}
.sp-content hr {
  border: none;
  margin-bottom: 20px;
}
/************************************ page: 图 片 列 表 *************************************/
.sp-imglist-outer {
  padding: 30px 0;
}
.sp-imglist {
  width: 100%;
}
.sp-imglist > li {
  width: 260px;
  height: 260px;
}
.sp-imglist > li:not(:nth-child(3n)) {
  margin-right: 3.3333%;
}
.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 #c40f22;
}
.sp-imgitem {
  border: 3px solid #f1eacc;
}
.sp-imgitem a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 254px;
  height: 194px;
  border: 1px solid #fff;
}
.sp-imgitem img {
  width: 252px;
  height: 192px;
}

.sp-kbcx{
	width:100%; 
}
.sp-kbcx-nav {
  padding: 10px 0 30px 0;
}

.sp-xtyy{ width:100%; padding: 10px 0 30px 0;}

.sp-kbcx-nav ul{ margin:0 -20px 0 0; zoom:1;}
.sp-kbcx-nav ul li{ width:590px; height:160px; float:left; padding:20px 20px 0 20px; box-shadow: 0px 0px 5px 0px #dedddd; margin-right:20px; margin-top:15px;}
.sp-kbcx-nav ul li .date_nav{ width:70px; height:160px; float:left; margin-right:24px;}
.sp-kbcx-nav ul li .date{ width:70px; height:70px; background:#c2c2c2;}
.sp-kbcx-nav ul li .date h4{ text-align:center; color:#fff; padding-top:2px; font-size:26px; font-weight:bold;}
.sp-kbcx-nav ul li .date h6{ text-align:center; color:#fff; font-size:14px;}
.sp-kbcx-nav ul li a{ font-size:18px; color:#333333; display:block; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; font-weight:bold;}
.sp-kbcx-nav ul li p{ font-size:14px; color:#333333; display:block; padding-top:10px;}
.sp-kbcx-nav ul li:hover .date{ background:#fab349;}
.sp-kbcx-nav ul li:hover a{ color:#8f000b;}

.sp-zxjs{ width:100%;}
.sp-zxjs ul{ margin:0 -20px 0 0; zoom:1;}
.sp-zxjs ul li{ width:405px; float:left; padding:35px 30px 0 25px; border-top:10px #8f000b solid; box-shadow: 0px 5px 5px 0px #dedddd; padding-bottom:35px; margin-right:20px; margin-bottom:20px;}
.sp-zxjs ul li .zx_img{ width:120px; height:150px; float:left; margin-right:22px; overflow:hidden;}
.sp-zxjs ul li .zx_img img{ width:100%; height:100%; transition: all 1s ease-out;}
.sp-zxjs ul li .zx_img img:hover{ transform: scale(1.3);}
.sp-zxjs ul li h4{ display:block; padding-top:13px; overflow:hidden;}
.sp-zxjs ul li h4 a{ color:#333333; font-size:18px; display:block;}
.sp-zxjs ul li p{ display:block; font-size:14px; line-height:24px; color:#999999; padding-top:15px;}


.ph_dh{ width:100%; overflow:hidden;}
.ph_dh_cen{ width:100%; overflow:hidden;}
.ph_dh_cen span{ float:left; ffont-size:14px; color:#666666; overflow:hidden; margin-top:10px;}
.ph_dh_cen ul li{ float:left; border:1px #e0e0e0 solid; border-radius:20px; margin-right:8px;}
.ph_dh_cen ul li a{ display:block; padding:7px 20px; font-size:14px; color:#666666;}
.ph_dh_cen ul .on{ background:#f0ad1d;}
.ph_dh_cen ul .on a{ color:#FFF;}


.xt_left{ width:320px; float:left; overflow:hidden;}
.xt_left span{ display:block; color:#333333; font-size:18px; font-weight:bold; padding-bottom:35px;}
.xt_left p{ background:#f6f6f6; padding:15px; font-size:14px; line-height:28px;}
.xt_right{ width:667px; float:right; overflow:hidden;}
.xt_right h4{ display:block; font-size:24px; color:#333333; font-weight:bold;}
.gustbook{ width:100%; padding-top:40px;}
.gustbook ul{ margin:0 -30px 0 0; zoom:1;}
.gustbook ul li{ float:left; width:318px; overflow:hidden; margin-right:30px; margin-bottom:25px;}
.gustbook ul li span{ display:block; color:#666666; font-size:14px; padding-bottom:5px;}
.gustbook ul li .g_text{ width:100%; height:42px; border:1px #edefef solid; border-radius:5px;}
.gustbook ul .textarea{ width:95%;}
.gustbook ul .textarea textarea{ width:100%; border:1px #edefef solid; border-radius:5px;}
.gustbook ul li .button{ width:120px; height:36px; background:#8f000b; color:#FFF; border:none; cursor:pointer;}


.sp_xtyy_nav{
	width:100%;
	overflow:hidden;
}
.sp_xtyy_nav ul li{
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	border-bottom:1px #e3e3e3 solid;
	margin-top:30px;
}
.sp_xtyy_nav .sp_img{
	float:left;
	width:222px;
	height:148px;
	margin-right:20px;
	overflow:hidden;
}
.sp_xtyy_nav .sp_img img{
	width:100%;
	height:100%;
	transition: all 1s ease-out;
	border-radius:3px;
}
.sp_xtyy_nav .sp_img img:hover{
	transform: scale(1.3);
}
.sp_xtyy_nav .sp_nav .sp_tit{
	display:block;
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
.sp_xtyy_nav .sp_nav .sp_tit:hover{ color:#8f000b;}
.sp_xtyy_nav .sp_nav p{
	display:block;
	color:#656565;
	padding-top:18px;
	font-size:14px;
	padding-bottom:20px;
	line-height:24px;
}
.sp_null{
	overflow:hidden;
}
.sp_null a{
	width:72px;
	height:28px;
	display:block;
	float:left;
	margin-right:10px;
	line-height:28px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	border-radius:2px;
}
.sp_null .jj{
	background:#0cc787;
}
.sp_null .yy{
	background:#1c9bf0;
}
.sp_null .kb{
	background:#f0ad1d;
}