.main-colum {width:800px;height:400px;border-right:0px dotted green;float:left; margin-top:2px;}
.index_focus .lft_pic{width:800px;height:400px;overflow:hidden;float:left;border-radius: 0px 0px 5px 5px;}
.index_focus .pannel-image{width:800px;height:350px;}
.index_focus_bot{height:36px;background:url(../images/index_focus_bg.jpg) no-repeat;}
.titBg{background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;z-index:100; height:50px;}

/* slider-carousel */
.slider-carousel{position:relative;width:800px;height:400px;overflow:hidden;}
.slider-carousel .item{width:800px;height:400px}
.slider-carousel .slidesjs-navigation{width:42px;height:69px;display:block;position:absolute;text-indent:-9999em;top:156px;z-index:100;}
.slidesjs-previous{background:url(../images/index_btn03.png) no-repeat;left:0px}
.slidesjs-next{background:url(../images/index_btn04.png) no-repeat;right:0px}

.slidesjs-previous:hover{background:url(../images/index_btn01.png) no-repeat;}
.slidesjs-next:hover{background:url(../images/index_btn02.png) no-repeat;}

*html .slidesjs-previous{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/index_btn03.png", sizingMethod="crop");}
*html .slidesjs-next{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/index_btn04.png", sizingMethod="crop");}

*html .slidesjs-previous:hover{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/index_btn01.png", sizingMethod="crop");}
*html .slidesjs-next:hover{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/index_btn02.png", sizingMethod="crop");}

.slidesjs-pagination{overflow:hidden;zoom:1;position:absolute;right:0;top:375px;width:120px;height:10px;z-index:10;overflow:hidden;border:0px solid red;}
.slidesjs-pagination-item{float:left;width:16px;height:16px;}
.slidesjs-pagination-item a{float:left;display:block;width:9px;height:9px;text-indent:-9999em;margin:0 2px 0 0;background:url(../images/index140516-02.png) no-repeat;}
.slidesjs-pagination-item a.active{background:url(../images/index140516-01.png) no-repeat;}

*html .slidesjs-pagination-item a{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gov.cn/2014xinban/static/images/index140516-02.png", sizingMethod="crop");}
*html .slidesjs-pagination-item a.active{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gov.cn/2014xinban/static/images/index140516-01.png", sizingMethod="crop");}

.slider-carousel .titBg{position:absolute;width:100%;height:40px;left:0px;bottom:0px;z-index:1}
.slider-carousel .subtitle{position:absolute;width:800px;height:40px;left:20px;bottom:0px;z-index:200; }
.slider-carousel .subtitle h6{color:#ffffff;font-size:16px;font-weight:bold;height:40px;line-height:40px;overflow:hidden;float :left; word-spacing:8px; letter-spacing:2px;}
.slider-carousel .subtitle h6 a{color:#ffffff;}

/* ²à±ßÀ¸ */
.side-nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /*background: rgba(0, 0, 0, 0.7);*/
    border-radius: 10px 0 0 10px;
    padding: 10px;
    z-index: 1000;
     border:1px solid #cccccc;
}

.side-nav-item {
    text-align: center;
    color: blue;
    padding: 6px;
    margin: 5px 0;
    cursor: pointer;
    background: #eeeeee;
    border-radius: 5px;
    /*transition: background-color 0.3s, color 0.3s;*/
    border:1px solid #cccccc;
}

.side-nav-item:hover {
    background: #cccccc;
    color: #fff;
}