.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%; 
    overflow: hidden;
}

.wrapper.igoods {
    height: 350px;
}

.wrapper.auto {
    height: auto;
}

.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main-left {
    position: relative;
    float: left;
    margin: 0px 0px 0 0;
    width: 459px;
    margin-right: -459px;
    height: 340px;
    overflow: hidden;
}

.main-right {
     
    margin-left: 478px;
    overflow: hidden;
}

/*幻灯片样式*/
.focusbox {
     
    border: 2px solid #f7f7f7;
    overflow: hidden;
    position: relative;
}

.focusbox .slides {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    zoom: 1;
    overflow: hidden;
}

.focusbox .slides:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.focusbox .slides li.news {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.focusbox .slides li img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 340px;
}

.focusbox .slides li .note-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    background: url(http://cs.whu.edu.cn/images/pic-bg.png) 0 bottom repeat-x;
    _height: 50px;
    _background: url(http://cs.whu.edu.cn/none) 0 0 repeat #000;
}

.focusbox .slides li .note-txt {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 0;
    display: block;
    padding: 10px 80px 10px 10px; 
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.focusbox .slick-dots{width: auto;right:5px;bottom:20px}#f90
 
.focusbox .flex-control-nav {
    position: absolute;
    right: 5px;
    bottom: 18px;
    display: block;
    z-index: 4;
}

.focusbox .flex-control-nav li {
    margin: 0 5px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.focusbox .slick-dots li { 
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    border: 1px solid #999;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    background: none;
}

.focusbox .flex-control-paging li a:hover {
    background: #333;
}

.focusbox .slick-dots li.slick-active {
    background: #f90;
    border-color: #f90;
    cursor: default;
}

/*文字列表*/
.txt-list {
    position: relative;
   padding-left:10px
}

.txt-list li {
    display: block;
    font-size: 16px;
    height: 39px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.txt-list li.tit {
    margin-bottom: 10px;
}

.txt-list li.tit a {
    color: #3b8dd1;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.txt-list li b {
    display: inline-block;
    padding-right: 8px;
    color: #999;
    font-weight: normal;
}

.txt-list li span {
    margin-right: 5px;
    color: #999;
}

.txt-list li a {
    color: #666;
}

.txt-list li a:hover {
    color: #0089cd;
}

