@font-face {
    font-family: 'iconfont';  /* project id 313968 */
    src: url('https://at.alicdn.com/t/font_ly12yy1nf622zkt9.eot');
    src: url('https://at.alicdn.com/t/font_ly12yy1nf622zkt9.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_ly12yy1nf622zkt9.woff') format('woff'),
    url('https://at.alicdn.com/t/font_ly12yy1nf622zkt9.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_ly12yy1nf622zkt9.svg#iconfont') format('svg');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
}

.sildeContent{
    width: 200px;
    height:230px;
    float: left;
    margin-right: 30px;
}
.pic{
    position:relative;
    width:200px;
    height:230px;
    overflow:hidden;
}
.pic .sildebar{
    width:100%;
    position:absolute;
    top:0;
    /*height:220px;*/
}
.pic .sildebar li{
    float:left;
    width:200px;
    overflow:hidden;
    height:100%;
    text-align: center;
}
.pic .sildebar li a{
    display: block;
    width: 200px;
    /*max-height: 230px;*/
}
.pic .sildebar img{
    vertical-align: top;
    width: 178px;
    height:auto;
}
.slide-word{
    height:40px;
}
.slide-word h4{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}
.slide-word p{
    margin: 0 12px;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    color: #4F545A;
}
.btn-focus{
    position:absolute;
    display:block;
    width:32px;
    height:32px;
    background-color:#000;
    opacity:0;
    filter:alpha(opacity=0);
    text-align: center;
    line-height:30px;
    text-decoration:none;
}
.prev{
    left:2px;
    top:45%;
    background: url("images/banner-prev.png");
    background-size: cover;
}
.next{
    right:2px;
    top:45%;
    background: url("images/banner-next.png");
    background-size: cover;
}
.container{
    width: 972px;
	height:240px;
    margin: 0 auto;
}
.top-center{
    width: 474px;
    float: left;
}
.top-center strong,.top-right strong{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.top-right{
    width: 240px;
    float: right;
}