﻿
/*焦点图*/
#focus {
	background: none repeat scroll 0 0 #ccc;
    padding:15px 15px;
    position: relative;
    width: 538px;
    z-index: 0;
    height:240px;
}
#slide {width:550px; height:255px; overflow:hidden; position:absolute; left:35px; top:5px; background:#fff; }
#slide a {text-decoration:none; display:block; width:538px; height:240px; position:absolute; left:560px;}
#slide a img {display:block; border:0;width:558px;height:255px;}
#title {width:131px; height:132px; background:url(../imgs/star.png); position:absolute; left:5px; top:-30px;}
#previous b {display:none;}
#previous {width:23px; height:27px; background:url(../img/arrow-prev.png); position:absolute; left:5px; top:130px; cursor:pointer;}
* html #previous {background:none;}
#next b {display:none;}
#next {width:23px; height:27px; background:url(../img/arrow-next.png); position:absolute; right:6px; top:130px; cursor:pointer; z-index:999;}
* html #next {background:none; }
#buttons {position:absolute; right:40px; bottom:20px;cursor:pointer;}
#buttons div {width:15px; height:14px; background:url(../img/pagination.png); background-position: -2px 0;float:left; margin-right:5px; display:inline;}
#buttons div b {display:block; width:20px; height:20px; line-height:19px; font-family:arial, sans-serif; font-size:11px; color:#16a;text-align:center; cursor:pointer;}
img#loading {position:absolute; left:240px; top:170px;}
.focus_txt{
	background:#000;
    border-top: 1px solid #000000;
    color: #FFFFFF;
    height: 50px;
    line-height: 1.33;
    position: absolute;
    left:0px;
    bottom: -25px;
    text-shadow: none;
    width: 538px;
}
.focus_txt p{padding-left:20px; font-size:20px; width:538px; line-height:27px;}
.clearfix:after{content:"\0020";display:block;clear:both;height:0;}
.clearfix{_zoom:1}
*+html .clearfix{overflow:hidden}
.fl {float:left;}
.p1{padding:1px;}.p2{padding:2px;}.p5{padding:5px;}.p10{padding:10px;}.p20{padding:20px;}

/*other*/
a:hover {
	color:red;
	text-decoration:underline;
}
.none{ display:none;}
.underline{ text-decoration:underline;}




