@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	background: url(../images/htmlBg.jpg) repeat;
	font:normal 14px/22px 微软雅黑;
	width:100%;
	
}

img{
	border:0;
}
a{
	text-decoration:none;
	color:#333;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main a:hover{
	color:#1974A1;
	text-decoration:none
}

.main .newsItem a:hover{
	color:#ffffff;
	text-decoration: underline;
}

ul,li{
	padding:0px;
	margin: 0px;
}
.clear{
	clear:both;
}


@media only screen and (max-width:640px) {
.w-zsy{ width:95%}
}
@media only screen and (min-width:640px) and (max-width:1024px) {
.w-zsy{ width:98%}
}
@media only screen and (min-width:1025px) and (max-width:1199px) {
.w-zsy{ width:100%}
}
@media only screen and (min-width:1200px) and (max-width:1366px) {
.w-zsy{ width:1200px}
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
.w-zsy{ width:1200px}
}
@media only screen and (min-width:1441px) and (max-width:1920px) {
.w-zsy{ width:1200px}
}
@media only screen and (min-width:1920px)  {
.w-zsy{ width:1200px}
}
@media only screen and (max-width:1024px) {
.pc{ display:none}
.phone{ display:block;}
}
@media only screen and (min-width:1025px)  {
.pc{ display:block}
.phone{ display:none}
}
@media screen and (max-width: 640px) {
  .top {display:none;}
}

.top{
background-color: #004388;
    height: 40px;
    width: 100%;
    z-index: 999;
}
.top .welcome {
    width: 300px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #fff;
    float: left;
    text-align: left;
}
.topright{ width:400px; height:40px; float:right}

.cl{ clear:both}




/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



.bg {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    width: 100%;
}
.page {
    margin: 0;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
.page {
    margin: 10px auto 0;
    padding: 10px 0;
}
}

.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1200px;
	margin-top:300px;
}

@media only screen and (max-width:1024px) {
.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1200px;
	margin-top:48px;
}
}
.listpage {
    width: 1158px;
    margin: 4px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background-color: rgba(255,255,255,0.88);
    padding-bottom: 20px;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.listpage {
    width: 100%;
    margin: 0;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background: #Fff;
    filter: alpha(opacity=88);
    -moz-opacity: 0.88;
    -khtml-opacity: 0.88;
    opacity: 0.88;
    padding-bottom: 20px;
    overflow: hidden;
}
}
.listside {
    float: left;
    width: 250px;
    padding-right: 20px;
}
.list-pag{ margin:20px;}
.list-pag i{ padding:0 5px; color:#003399}
.listsider {
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 20px;
}
.listsider .title{
    line-height: 74px;
	margin-bottom: 5px;
    height: 74px;
    padding-bottom: 6px;
    font-size: 18px;
    color: #2560b0;
	background:url(../images/listsiderbg.jpg) no-repeat;
}
.listsider .title a{
    display: block;
    line-height: 74px;
    border: none;
    padding-left: 85px;
    text-align: left;
    font-size: 12px;
    color: #fff;
}
.listlm{
}
.listlm ul{
    list-style: none;
	overflow:hidden;
	margin:0;
	padding:0;
}
.listlm ul li a {
    margin-top: 2px;
    display: block;
    line-height: 50px;
    padding-left: 4px;
    background: #e9ecef;
    color: #555;
    font-size: 16px;
    text-align: center;
}
.listlm ul li a:hover{
    margin-top: 2px;
    display: block;
    line-height: 50px;
    padding-left: 4px;
	background-color:#cfd4d9;    
	color: #555;
    font-size: 16px;
    text-align: center;
}
.listdh{ 
    margin-bottom: 20px;
	margin-top:20px;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 5px;
}
.listdh .title{
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
	height:40px;
	background:#f8f8f8;
}
.listdhtb{
    width:238px;
	height:274px;
	margin:0;
	padding:0;
    overflow:hidden;
}
.listdhtb ul{ height:274px; width:240px; margin:0 ; padding:0; overflow:hidden}
.listdhtb li{position:relative;float:left;height:88px;text-align:center;overflow:hidden;}
.listdhtb li .iconBtn{display:block;padding:0 15px 10px;width:85px;color:#555;transition: all 300ms ease 0s;}
.listdhtb li i{display:inline-block;*display:inline;zoom:1;width:60px;height:55px;line-height:200px;background:url("../images/pageIconQuick.png") no-repeat ;overflow:hidden;}
.listdhtb li span{line-height:18px;display:block;}
.listdhtb .a21 .iconBtn i{background-position:-60px 0;}
.listdhtb .a22 .iconBtn i{background-position:-120px 0;}
.listdhtb .a17 .iconBtn i{background-position:-180px 0;}
.listdhtb .a23 .iconBtn i{background-position:-240px 0;}
.listdhtb .a19 .iconBtn i{background-position:-300px 0;}
.listdhtb .a31 .iconBtn i{background-position:-360px 0;}
.listdhtb .a32 .iconBtn i{background-position:-420px 0;}
.listdhtb li .rotate{width:85px;padding:0 15px 10px;transition: all 500ms ease 0s;}
.listdhtb li .rotate i{display:inline-block;*display:inline;zoom:1;width:60px;height:55px;line-height:200px;background:url("../images/pageIconQuick.png") no-repeat 0 -60px;overflow:hidden;}
.listdhtb li .a20 .rotate{color:#c70019;}
.listdhtb li .a21 .rotate{color:#c70019;}
.listdhtb li .a21 .rotate i{background-position:-60px -60px;}
.listdhtb li .a22 .rotate{color:#c70019;}
.listdhtb li .a22 .rotate i{background-position:-120px -60px;}
.listdhtb li .a17 .rotate{color:#c70019;}
.listdhtb li .a17 .rotate i{background-position:-180px -60px;}
.listdhtb li .a23 .rotate{color:#c70019;}
.listdhtb li .a23 .rotate i{background-position:-240px -60px;}
.listdhtb li .a19 .rotate{color:#c70019;}
.listdhtb li .a19 .rotate i{background-position:-300px -60px;}
.listdhtb li .a31 .rotate{color:#c70019;}
.listdhtb li .a31 .rotate i{background-position:-360px -60px;}
.listdhtb li .a32 .rotate{color:#c70019;}
.listdhtb li .a32 .rotate i{background-position:-420px -60px;}
.listdhtb li a:hover .iconBtn{margin-top:-88px;}



.listdh .title a{
    display: inline-block;
    zoom: 1;
    padding: 0 15px;
    line-height: 44px;
    font-size: 18px;
    color: #db0100;
    border-bottom: 2px solid #db0100;
}
.listnr {
    padding-left: 20px;
    overflow: hidden;
}
@media only screen and (max-width:1024px) {
.listnr {
    padding-left: 0;
    overflow: hidden;
}
}
.listnewslist{
    padding-left: 20px;
    overflow: hidden;
}
@media only screen and (max-width:1024px) {
.listnewslist{
    padding-left: 0;
    overflow: hidden;
}
}
@media screen and (max-width: 640px) {
.listnewslist .list{
    margin-bottom: 10px;
    overflow: hidden;
	width:96%;
	min-height:300px;}
}
@media screen and (min-width:641px) {
.listnewslist .list{
    margin-bottom: 10px;
    overflow: hidden;
	width:96%;
	min-height:400px;
}}

.listnewslist .list .title{
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.listlmtitle a{
    float:left;
    display: inline-block;
    zoom: 1;
    padding: 0 15px;
    line-height: 50px;
    font-size: 24px;
    color: #555;
    border-bottom: 2px solid #264c68;
}
.path {
    float: right;
    margin-top: 5px;
}
.path em{
    padding-left: 20px;
	padding-bottom:5px;
	height:40px;
	font-weight: normal;
    font-style: normal;
}
.path em img{ padding-top:5px; padding-bottom:0}
.path a {
    padding: 0 5px;
    color: #222;
    text-decoration: none;}

.listnewslist .list span a{}
.path{line-height: 40px;
    font-size: 12px;}
.path a{padding: 0 5px;color: #222;
    text-decoration: none;
    outline: none;line-height: 40px;
    font-size: 12px;
}
@media screen and (max-width: 640px) {
  .listnewslist .list .lb {}
}
@media screen and (min-width:641px) {
  .listnewslist .list .lb {clear: both;padding: 0;overflow: hidden;}
}	

@media screen and (max-width: 640px) {
.listnewslist .list .lb ul {list-style: none;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0;}
}
@media screen and (min-width:641px) {
.listnewslist .list .lb ul{
    margin:0;
	padding:0;}	
}	
.listnewslist .list .lb ul li{
    padding: 15px;    
    margin: 0;
	border-bottom: 1px dotted #ddd;
	overflow:hidden;
}

@media screen and (max-width: 640px) {
.listnewslist .list .lb ul li a{color:#333333; display:block}
}
@media screen and (min-width:641px) {
.listnewslist .list .lb ul li a{ color:#333333;}
}
.listnewslist .list .lb ul li:hover{
    padding: 15px;
    margin: 0;
	border-bottom: 1px dotted #ddd;
	background:#f9f9f9;
}
.p15{ padding-left:15px}
.listpic{ float:left;}
.listpic a{ width:120px; height:90px; overflow:hidden}
.listpic a img{border-color:1px #f90;margin-right: 10px;max-width:120px;max-height:90px; min-width: 120px;}
.newsbt{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
	padding: 0 0 5px;
    line-height: 1.8em;
}
.newsbt:hover{ text-decoration:underline}
.jianjie{	display:inline;}
.jianjie a{ text-indent: 2em;
    color: #999;
    line-height: 1.6em;
    font-size: 12px;
	display:inline;}
.jianjie a:hover{
     color: #999;
     text-decoration:none}

.newslist_more{     
    margin-left: 10px;
    color: #f50;
    font-size: 12px;
    display:inline-block
}
.newslist_more a{ 
    margin-left: 10px;
    color: #f50;
    font-size: 12px;
    display:inline-block
}
.newslist_more a:hover{ 
    display:inline-block;
	color:#de080a;
}
.listnewslist .list .lb ul li .ltitle {
    padding: 0 0 5px;
    line-height: 1.8em;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    outline: none;
}
.listnewslist .list .lb ul li .ltitle:hover {
    padding: 0 0 5px;
    line-height: 1.8em;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #de080a;
    outline: none;
}
.listnewslist .list .lb ul li:first-child{animation-delay: 0.1s;}
.listnewslist .list .lb ul li:nth-child(2){animation-delay: 0.2s;}
.listnewslist .list .lb ul li:nth-child(3){animation-delay: 0.3s;}
.listnewslist .list .lb ul li:nth-child(4){animation-delay: 0.4s;}
.listnewslist .list .lb ul li:nth-child(5){animation-delay: 0.5s;}
.listnewslist .list .lb ul li:nth-child(6){animation-delay: 0.6s;}
.listnewslist .list .lb ul li:nth-child(7){animation-delay: 0.7s;}
.listnewslist .list .lb ul li:nth-child(8){animation-delay: 0.8s;}
.listnewslist .list .lb ul li:nth-child(9){animation-delay: 0.9s;}
.listnewslist .list .lb ul li:nth-child(10){animation-delay: 1s;}
.listnewslist .list .lb ul li:nth-child(11){animation-delay: 1.1s;}
.listnewslist .list .lb ul li:nth-child(12){animation-delay: 1.2s;}
.listnewslist .list .lb ul li:nth-child(13){animation-delay: 1.3s;}
.listnewslist .list .lb ul li:nth-child(14){animation-delay: 1.4s;}
.listnewslist .list .lb ul li:nth-child(15){animation-delay: 1.5s;}

.article{
    padding: 10px 20px 0;
}
.article .atitle{
    padding: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.5em;
    font-family: "Î¢ï¿½ï¿½ï¿½Åºï¿½","ï¿½ï¿½ï¿½ï¿½";
    color: #000;
    text-align: center;
}
.article .apro{
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.article .atxt{
    color: #333;
    font-size: 16px;
    line-height: 1.75em;
    padding: 15px 0 10px 0;
    width: 100%;
    overflow: hidden;
	text-indent:2em;
}
/*图片列表*/
.list-center { padding:20px 0 50px; width:100%; overflow:hidden;}
.list-imglb1 {
    padding-top: 20px;
}
.list-imglb1 .am-thumbnails { margin-left: -1.5rem;margin-right: -1.5rem;}
.list-imglb1 .am-thumbnails > li {padding: 0 1.5rem 3rem 1.5rem; margin:20px 0 ; padding:0;} 
.list-imglb1 ul {position:relative; padding-bottom:20px;}
.list-imglb1 li a{ padding:20px; border:1px #cccccc solid; display:block;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-imglb1 li a img {-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s; min-height:214px; max-height:215px; width:322px;}
.list-imglb1 li h3 { font-size:18px; color:#333; text-align:center; margin:1rem 0; padding:10px 0; position:relative}
.list-imglb1 li p { font-size:12px; color:#666; text-indent:2em; height:72px; line-height:24px; margin-bottom:0; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.list-imglb1 li a:hover img,.list-imglb1 li a:focus img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.list-imglb1 li a:hover,.list-imglb1 li a:focus {border:1px #17509d solid;}
.list-imglb1 li h3:after {content:" ";-webkit-transition:all .2s linear;transition: all .2s linear;position: absolute;left: 33%;margin-left:-30px;bottom:0;width:50%;border-bottom:2px #17509d solid;}
.list-imglb1 li a:hover h3:after,.list-imglb1 li a:focus h3:after {width:60%;margin-left:-40px;}
.list-more { text-align:center; margin-left:-105px; position:absolute; bottom:0; left:50%;}
.list-more a{border-radius: 4px;padding:0; line-height:60px; height:60px; overflow:hidden;width:210px; font-size:18px; border:none;}



/*分页列表*/
 .shpa{ 
    height:30px;
	margin-top:40px;
    float:right; 
} 
.shpa b{ 
	float:left;
	line-height:25px;
	height:25px;
	margin-left:5px;
	font-size:12px;
	border:1px solid #E9E9E9;
	padding:0px 10px;
	width:auto;
    background-color: #003399;
    color: #FFF;} 
.shpa a{ color:#1c64c4;
	float:left;
	line-height:25px;
	height:25px;
	margin-left:5px;
	font-size:12px;
	border:1px solid #E9E9E9;
	padding:0px 10px;
	width:auto;
	
} 
.shpa a:hover{ 
	color:#003399;
	text-decoration:none;
        border: 1px solid #E9E9E9;
} 

.add{ height:40px; margin:5px auto}
.addpic{ width:15px; height:40px; display:block; float:left;}
.addpic img{ margin:12px 0;}
.address{ height:40px; display:block; float:left; line-height:40px;}
.address a{ line-height:40px;color: #0060a9;font-family:Î¢ï¿½ï¿½ï¿½Åºï¿½;
    font-size: 13px;}


.artcontent {
    margin: 0 auto;
    width: 96%;
}
.title_w {
    text-align: center;
    padding: 20px 0;
    
    font-size: 26px;font-family: 微软雅黑;font-weight: bold;
    line-height: 150%;
}
.title_f{
	text-align: center;
    padding: 5px 0;
	font-size: 20px;font-family: 微软雅黑;
	text-indent:3.6em;
	height: 2.6em;
	border-bottom: 2px solid #343434;
}

.apro {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.bt_content_w {
    font-size: 15px;
    font-family: Î¢ï¿½ï¿½ï¿½Åºï¿½;
    color: rgb(61, 61, 61);
    line-height: 26px;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
  .bt_content_w {font-size: 15px;font-family: "Î¢ï¿½ï¿½ï¿½Åºï¿½";color: rgb(61, 61, 61);line-height: 26px;text-decoration: none;}
}
@media screen and (min-width:641px) {
  .bt_content_w {min-height: 242px;font-size: 15px;font-family: "Î¢ï¿½ï¿½ï¿½Åºï¿½";color: rgb(61, 61, 61);line-height: 26px;text-decoration: none;}
}
.bt_content_w table {border: 1px solid #000000;}
.bt_content_w table tr,td{border: 1px solid #000000;}
.bt_content_w p img{ max-width:800px;border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
@media only screen and (max-width:640px) {
.bt_content_w p img{ max-width:95%;height: inherit;border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
}
.zihao{margin-right: 2em; text-align: right;}


#video{ height:400px;}
@media only screen and (max-width:1024px) {
#video{ min-height:150px;}
}


.printclose {
    text-align: right;
    padding: 10px 0 20px;
	display:block;
	
}
.printclose a{font-size:14px;  color:#3D3D3D;    padding: 0 1.5em;}
.printclose a:hover{ color:#0060a9}
.back {
    display: block;
    background: #17509d;
    text-align: center;
    color: #fff;
    clear: both;border: none;padding: 8px 12px;float: right;
}
.back:hover {
    display: block;
    background: #013c89;
    text-align: center;
    color: #fff;
    clear: both;border: none;padding: 8px 12px;float: right;
}
/*ï¿½ï¿½ï¿½ï¿½ï¿½Ï¢*/
.xgxx{width:90%; margin:0 auto;overflow:hidden;}
.xgxx .listnext p{ margin:0;}
.xgxx .listnext p a{ color:#000000;}
.xgxx_tit{color:#2d89e8; font-size:16px; font-weight:bold; line-height:40px;}
.xgxx_lb{width:100%; overflow:hidden;}
.xgxx_lb li{border-bottom:1px dashed #e8e8e8;height:36px;line-height:36px;width:100%;margin:0 auto;background:url(jt_11.gif) no-repeat left;}
.xgxx_lb li a{float:left; width:86%; padding-left:15px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block; float:left;}
.xgxx_lb .bt_time{ display:block; width:11%; float:right; font-size:14px;}


@media screen and (max-width: 640px){
.listpage {
    width: 100%;
    overflow: hidden;
}
}
.listnewslist .list span{ 
    __color:#003399;
    __margin-top: 5px;
	__line-height:24px;
	__padding-left: 30px;
}
@media screen and (max-width: 640px){
.listnewslist .list .lb {
}
}

@media screen and (max-width: 640px){
.listnewslist .list .lb ul {
    list-style: none;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0;
}
}
@media screen and (max-width: 640px){
.listnewslist .list .lb ul li a {
    color: #333333;
    display: block;
}
}

.am-g {
    margin: 0 auto;
    width: 100%;
}

.am-g:before, .am-g:after {
    content: " ";
    display: table;
}
.list-news-nr span, .list-news li a:focus .list-news-nr span {
    color: #17509d;
}
.list-news-nr span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-bottom: 8px;
    webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.list-news-time span {
    font-size: 14px;
    font-weight: bold;
    display: table-row-group;
    line-height: 16px;
}
.am-g-collapse [class*="am-u-"] {
    padding-left: 0;
    padding-right: 0;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
    float: right;
}
[class*="am-u-"] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    position: relative;
}
.am-u-sm-2 {
    width: 16.66666667%;
}
.am-u-sm-10 {
    width: 83.33333333%;
}
.list-news-nr { padding-left:4%; position:relative;border-left: 1px solid #ccc;
    box-sizing: border-box;}
.list-news-nr div a{ padding-left:2em; font-size:16px; font-weight:bold;}
.list-news-nr span { font-size:18px; font-weight:bold; color:#333;line-height:20px; padding-bottom:8px;webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-news-nr p { font-size:14px; color:#666;line-height:26px; margin:20px 0 0; text-indent:2em;padding-left: 1em;}
.list-news-time {text-align:left;color:#c1c1c1;font-family: Arial;webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;position: relative;z-index:2;}
.list-news-time span { font-size:14px; padding-left:0;  font-weight:bold; display:table-row-group; line-height:16px}
.list-news-nr:after,.list-news li a:focus .list-news-nr:after {background-color:#c1c1c1;}
.list-news-time,.list-news li a:focus .list-news-time {color:#17509d;}
.list-news-nr span,.list-news li a:focus .list-news-nr span{color:#17509d;}
.date{float: right;}
#FootArea {

    margin-top: 0;
}