/* 图片间歇性横向滚动 */
.blk {
width: 820px;/*修改总宽度*/
font-size: 12px; overflow: hidden; zoom: 1;}
.blk .pcont {
width: 750px;/*修改图片区域宽度*/
float: left; overflow: hidden;
margin:0 5px;
}
.blk .ScrCont {
width: 32766px; zoom: 1;
}
.blk #List1 {
float: left;
}
.blk #List2 {
float: left;
}
.blk .LeftBotton {
background: url(../images/MarqueeBtn.gif) no-repeat; float: left; margin: 10px 0px; width: 25px; height: 135px
}
.blk .RightBotton {
background: url(../images/MarqueeBtn.gif) no-repeat; float: left; margin: 10px 1px; width: 25px; height: 135px
}
.blk .LeftBotton {
background-position: 0px 0px; margin-left: 5px
}
.blk .RightBotton {
background-position: 0px -185px; margin-left: -1px
}
.blk .LeftBotton:hover {
background-position: -32px 0px
}
.blk .RightBotton:hover {
background-position: -32px -185px
}
.blk .pl img {
display: block; margin: 6px auto 1px; cursor: pointer; border:0px;
}
.blk .pl {
margin:10px auto;
border: #f3f3f3 1px solid;  float: left;  width: 132px; line-hight: 24px; text-align: center; text-decoration: underline;
}
.blk a.pl:hover {
border: #ff9900 1px solid;background: #fff;COLOR: #ff9900;
}
.commu_cont3 {
margin: 9px 7px 7px; line-hight: 150%
}
.commu_cont3 ul {
width: 188px
}

