/*焦点图*/
.hot-bar {
      
position: absolute;
   
right: 0;
   
z-index: 11;
   
bottom: 28px;
   
margin-right: 30px;
}

.hot-pics {
    height: 380px;
    overflow: hidden;
	width:1100px;
    position: relative;
}
.hot-pics li {
    float: left;
	width:1100px;
	    height: 100%;
		position:relative;
}

.hot-pics ul {
    width: 7700px;
	position: absolute;
	z-index: 10;
	height: 100%;
}

.hot-bar li {
	display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 12.5px;
    background-color: #fffdfc;
    color: #ed321c;
    margin-right: 6px;
    cursor: pointer;
}

.hot-bar li:hover,.hot-bar li.current {
    background-color: #bf102c;
    color: #fff;
}
.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: 1100px;
}
.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: 1100px;
}

.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}