* {
	margin: 0;
	padding: 0;
}

#wrapper {
        width: 1010px;
    margin: 0 auto;
	position:relative;
	}
#wrapper .buliubai{
	
	position:absolute;
	top:0;
	width:274px;height:21px;background:rgb(15,31,64);
}
#wrapper .blbleft{
	left:0;
}
#wrapper .blbright{
	right:0;
}

#intro {
    padding-bottom: 10px;
}

#slider {
       width: 1010px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 1010px;
    margin: 0 auto;    padding-top: 18px;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    width: 274px;
	height: 460px;
}

.inside {
}

.inside img {    display: block; width: 100%;
    height: 187px;
}

.inside h2 {
	font-weight: normal;
	    line-height: 70px;padding-left:34px;
}
.inside h2 a{    color: #333;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 243px;
    float: left;}
  .inside h2  .kanmore{  display: block;
    float: right;
    width: 114px;
    height: 34px;
    background: #4b4b4b;
    line-height: 34px;
    color: #fff;
    font-size: 14px;text-align:center;margin-top:19px;display:none;
  border-radius: 11px;}
.liaomore{    width: 75px;
    display: block;
    height: 20px;
    background: #ea1b35;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-left: 34px;
    margin-top: 48px;}
	.liaomore a{display:block;width:100%;height:100%;color:#fff;}
.inside p {    font-size: 11px;
    color: #333;
    line-height: 26px;display:none;
    height: 104px;
    overflow: hidden;
}
.xian{
	    background: url(../images/xian_10.jpg) no-repeat 34px top;  height: 2px;
}

.scrollButtons {
  position: absolute;    font-size: 20px;
    top: 170px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    font-family: cursive;
    line-height: 34px;
    text-align: center;background:#fff;
    font-weight: bold;color:#132952;
}
.scrollButtons:hover{background:#494949;color:#fff; border: 1px solid #494949;}

.scrollButtons.left {
        left: 114px;
    z-index: 50;
}

.scrollButtons.right {
        right: 114px;
    z-index: 50;
}

.hide {
    display: none;
}