﻿@charset "utf-8";

/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}

.side{ float:right; _display:inline; overflow:hidden;}

#slides{ width:1180px; overflow:hidden; position:relative;height:440px; border-bottom:1px solid #ccc;}
.slides_container li{ width:1180px; float:left;}

.slides_container li div{ width:560px; height:376px; float:left; position:relative; }


.slides_container li div span{ display:block;bottom:0px; left:0px; height:40px;


position: absolute;
left: 0;
bottom: 0;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
background: linear-gradient(top bottom, rgba(255, 255, 255, 0) 0%, #000 100%);
width: 100%;
height: 60px;
line-height: 60px;
color: #fff; 
font-family: "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif; font-size:20px;
}



.slides_container li div span a{color:#fff; display:block; padding-left:10px; }


.slides_container li a img{ width:560px; height:376px;}








.pagination{ position:absolute; left:550px; z-index:10; top:410px;}
.pagination li{ float:left; padding-right:7px;}
.pagination a{ display:block; outline:none; background:url(http://www.hq.xinhuanet.com/zt/2018hnjs/images/pg.gif) no-repeat -1px 0; text-indent:-999em; width:14px; height:14px;}
.pagination li.current a{ background-position:-22px 0;}

.prev{ background:url(http://www.hq.xinhuanet.com/zt/2018hnjs/images/arr.png) no-repeat; width:29px; height:43px; display:block; left:400px; top:390px; position:absolute; text-indent:-999em; outline:none; z-index:11;}
.prev:hover{ }
.next{ background:url(http://www.hq.xinhuanet.com/zt/2018hnjs/images/arr.png) no-repeat -29px 0; width:29px; height:43px; display:block; right:400px; top:390px; position:absolute; text-indent:-999em;outline:none;z-index:11;}
.next:hover{}