
.mod_focus_show {
    width: 765px;
    height: 310px;
    position: relative;
    overflow: hidden;
    margin: 40px auto;
}
.mod_focus_show .mod_focus_pic {
    display: block;
    width: 320px;
    height: 310px;
    float: left;
}
.mod_focus_show .mod_focus_pic li, .mod_focus_show .mod_focus_pic a, .mod_focus_show .mod_focus_pic img {
    display: block;
    width: 320px;
    height: 310px;
    border: 1px solid #a7a7a7;
}
.mod_focus_show .mod_focus_pic li {
    position: absolute;
    left: 0;
    top: 0;
}
.mod_focus_show .mod_focus_title {
    position: absolute;
    z-index: 1;
    left: 340px;
    top: 80px;
    overflow: hidden;
    zoom: 1;
    width: 380px;
}
:root .mod_focus_title {
    filter: none;
}
.mod_focus_show .mod_focus_title li {
    width: 590px;
    padding: 0 0 0 20px;
    overflow: hidden;
    word-break: keep-all;
    word-wrap: keep-all;
    white-space: nowrap;
    table-layout: fixed;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mod_focus_show .mod_focus_title li h3 {
    font-size: 18px;
    font-weight: bold;
}
.mod_focus_show .mod_focus_title li h3 a {
    color: #0093a9;
}
.focus_switch {
    width: 380px;
    height: 29px;
    position: absolute;
    z-index: 9;
    left: 340px;
    bottom: 30px;
}
.focus_switch a {
    float: left;
    width: 9px;
    height: 23px;
    cursor: pointer;
}
.focus_switch .icon_prev {
  background: url("../images/pev.png") center no-repeat;
}

.focus_switch .icon_next {
    background: url("../images/next.png") center no-repeat;
    float: right;
}

.mod_focus_show .mod_focus_list {
    overflow: hidden;
    height: 107px;
    width: 350px;
    position: absolute;
    left: 360px;
    bottom: 0px;
    z-index: 10;
}
.mod_focus_show .mod_focus_list li {
    width: 107px;
    height: 107px;
    float: left;
    margin: 0 4px 0 5px;
    position: relative;
    *display: inline;
}
.mod_focus_show .mod_focus_list li.current img{
    border: 1px solid #0093a9;
}
.mod_focus_show .mod_focus_list li a {
    display: block;
    width: 105px;
    height: 105px;
}
.mod_focus_show .mod_focus_list li img {
    display: block;
    width: 105px;
    height: 105px;
    border: 1px solid #a7a7a7;
}
