/* CSS Document */
*{word-break:break-all;font-family:"宋体";}  /* 解决数字、英文自动换行问题*/
body{color:#626262;font-size:12px; background:#FFFFFF; margin:0 auto;}
div,th,td,ul,li,p,h1,dl,dt,dd,form,input{margin:0px;padding:0px;}

*,li{list-style-type:none;}
img{border-width:0px;padding:0px;}

a{text-decoration:none;}
a{outline:none;hide-focus:expression(this.hideFocus=true);}   /*取消所有链接虚框*/
a:link,a:visited{color:#626262;}
a:hover,a:active{color:#FF0000;}

a.tp:link,a.tp:visited,a.tp:active{ font-size:12px;color:#707070;}
a.tp:hover{ color:#FF0000;}

.cc ul li{ background:url(../images/newsico.jpg) 3px 10px no-repeat; padding-left:15px; border-bottom:1px dotted #E0E0E0; height:21px; vertical-align:bottom; padding-top:7px; display:block;}
.cc ul li span{ float:right;}

.cc1 ul li{ background:url(../images/newsico.jpg) 3px 10px no-repeat; padding-left:15px; height:20px; vertical-align:bottom; padding-top:7px; display:block;}


 /* 左侧竖导航 */
.ft12{background:url(../images/subdhbg.jpg) center top no-repeat; padding:7px 0px 0px 30px; height:28px; text-align:left;}
.ft12b{background:url(../images/subdhcurrent.jpg) center top no-repeat; padding:7px 0px 0px 30px; height:28px; text-align:left;}
.ft12b a{color:#ffffff;}
 
.ft122{background:url(images/subdhico.jpg) 66px 6px no-repeat; padding-left:78px;}
.ft122b{background:url(images/subdhico.jpg) 66px 6px no-repeat; padding-left:78px;}
.ft122b a{color:#0792CB;}

.without{ color:#ff0000;}

.list1{ line-height:220%; border-bottom:1px solid #ECECEC; width:200px; margin-left:5px;}

.logo{
	position: relative;
}
.logo .light{
	/* outline: 1px dashed red; */
	width: 155px;
	height: 50px;
	position: absolute;
	top: 18px;
	left: 88px;
	overflow: hidden;
}
.light:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,transparent 85%,rgba(255,255,255,.1) 89%,rgba(255,255,255,.3) 91%,rgba(255,255,255,.4) 92%,rgba(255,255,255,.6) 95%,rgba(255,255,255,.3) 98%,transparent 100%);
	animation: move 8s infinite linear;
	transform:skew(-25deg);
	/* outline: 1px dashed red; */
	position: absolute;
	top: 0px;
	left: -164px;
}
@keyframes move{
	0%{
		left: -164px;
		opacity: 1;
	}	
	50%{
		left: 15px;
		opacity: 1;
	}
	100%{
		left: -164px;
		opacity: 1;
	}
}