/*焦点图*/
.hot-bar {
      
position: absolute;
   
right: 0;
   
z-index: 11;
   
bottom: 10px;
   
margin-right: 30px;
}

.hot-pics {
    height: 338px;
    overflow: hidden;
	width:728px;
    position: relative;
}
.hot-pics li {
    float: left;
	width:728px;
	    height: 100%;
		position:relative;
}

.hot-pics ul {
    width: 7700px;
	position: absolute;
	z-index: 10;
	height: 100%;
}

.hot-bar li {
	background: url(../htmlRes/style_res/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
	float: left;
margin: 0 5px;
}

.hot-bar li:hover,.hot-bar li.current {
background-position: 0 0;
}
.next_pic {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0px;
	    cursor: pointer;
    background: #000;
    opacity: 0.8;
	    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
	    top: 50%;
		    z-index: 11;
    margin-top: -25px;
}
.hot {
    position: relative;
	    width: 728px;
		margin-top: 0px !important;
}
.pre_pic {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0px;
	    z-index: 11;
	    top: 50%;
		    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
    margin-top: -25px;
    background: #000;
    opacity: 0.8;
	cursor: pointer;
}
.hot-pics li img {
    margin: 0 auto;
    display: block;
    height: 100%;
	width: auto;
	max-width: 728px;
}

.pic_bg img {
    width: 100%;
    height: 100%;
}
.pic_bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(30px);
    z-index: 2;
	opacity: 0.7;
}
.hot-pics .focus-title-bar{width: 300px !important}
#wp_news_w178 .fields.pr_fields {display:none;}