@charset "utf-8";
*{ padding:0; margin:0;}

/**轮播图**/
.focus{width:544px;height:325px;position: relative;overflow: hidden;}
.focus ul{width:544px;height:325px;position: absolute;left:0;top:0;}
.focus ul li{width: 544px;height:325px;float: left;position: relative;}
.focus ul li .photo-bt{position: absolute;bottom:0px;z-index: 10;width:544px;height:40px;padding-left: 10px;line-height: 40px;}
.focus ul li .photo-bt a{color: white;}
.focus ul li img{width: 544px;height:325px;}
.btnBg{width:544px;height:40px;background: url("lbt-bg.png");position: absolute;z-index: 2;bottom:0px;}
.btn{position: absolute;height:9px;z-index: 99;right:20px;bottom:15px;}
.btn span{float: left;width:20px;height: 10px;background: url("news_index_icon.png") no-repeat -136px 3px;margin-left: 10px;}
.btn .on{background-position:-161px 1px;}
.prev{width:22px;height:34px; background: url("star.png") -34px -68px no-repeat;position:absolute;left:5px;top:120px;z-index: 100;cursor: pointer;}
.prev:hover{background-position:-34px -24px;}
.next{width:22px;height:34px; background: url("star.png") -62px -68px no-repeat;position:absolute;right:10px;top:120px;z-index: 100;cursor: pointer;}
.next:hover{background-position:-62px -24px;}



