.logo{
    background: transparent url(../images/logo.jpg) no-repeat top center;
    width: 100%;
    height: 780px;
}
body{
    line-height: 2;
}
a:active, a:hover{
    color: #f74353!important;
    text-decoration: none!important;
}
.ning{
    float: left;
    background-color: #E50112;
    color: white;
    font-size: 42px;
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    margin-right: 10px;
}
.block-news{
    position: relative;
}
.corner-left{
    position: absolute;
    top: 0;
    left: 0;
}
.corner-right{
    position: absolute;
    bottom: 0;
    right: 0;
}
.lists {
    padding: 50px 50px 0 50px;
}
.news {
    display: block;
}
.news .m-center {
    border-bottom: #ddd dashed 1px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.news .m-center h3{
    font-size: 24px;
}
.news .m-center h3 a{
    color: #E50317;
}
.news .m-center p{
    color: #666;
}

/* 幻灯 */
.slider-body{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.slider-body a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.slider-body a img{
    width: 100%;
    height: 550px;
}
.slider-body a p{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.8)));
    _background: #666;
    line-height: 3em;
    font-size: 18px;
    color: #fff;
}
.slider-foot{
    position: relative;
}
.slider-foot a{
    position: absolute;
    top: 0;
    width: 240px;
    height: 132px;
    opacity: .7;
    border: #ddd solid 1px;
}
.slider-foot a img{
    width: 240px;
    height: 132px;
    cursor: pointer;
}
.slider-foot .active{
    border: #E50317 solid 1px;
    opacity: 1;
}