.dir-back{
	position: relative;
	overflow: hidden;
}
.dir-info{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5) url("../images/jt.png") no-repeat 90% 95%;
	/*background: rgba(0,0,0,.5);*/
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 2;
}
.dir-info:after{
	display: none;
	content: '';
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 3;
}
.dir-info .dir-con{
	width: 90%;
	line-height: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 5;
	text-align: left;
}
.dir-info .dir-con a{
	color: #fff;
	text-align: center;
	position: relative;
}
.dir-info .dir-con a:before{
	content: url(/template/pc/skin/images/more.png);
	width: 40px;
	height: 40px;
	line-height: 42px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 auto 10px;
	display: none;
}
.dir-info span{
	position: absolute;
	font-size:16px;
    top: 20px;
    left: 5%;
    color: #fff;
}
.dir-info b{
	position: absolute;
	font-size:30px;
    top: 65px;
    left: 5%;
    color: #fff;
    font-weight: 900;
    font-family: '微软雅黑';
}
.dir-info span:after{
	content: '';
	width: 30%;
	height: 3px;
	position: absolute;
	left: 2%;
	top: 30px;
	z-index: 6;
	background: #d03625;
}
.index .sec06 .title{
	text-align: center;
}
.index .sec06 .text{
	text-align: center;
	margin-bottom:0;
}
.index .sec06 .ckgd{
	text-align: right;
	margin-right: -3px;
	font-size:15px;
}
.index .sec06 .ckgd:after{
	content: url(/template/pc/skin/img/yjt.png);
	width: 40px;
	height: 20px;
	line-height: 42px;
	/*border: 2px solid #fff;*/
	border-radius: 50%;
	padding-left: 8px;
}
.news-mian{
	text-align: left;
	padding: 20px 20px 25px 20px;
	font-family: "微软雅黑";
}
.news-mian span{
	display: block;
	text-align: left;
	font-size:18px;
	color: #d13d2c;
}
.news-mian span b{
	font-size:22px;
	font-style:italic;
}
.news-mian p{
	font-size:15px;
}
.index .sec06 .title-news{
	font-size:19px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #333 !important;
}
.glow:hover{
   background: #fff;
   top:-4px;
  -webkit-box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
