.container{
    position:relative;
    width: 1000px;
    margin: 0 auto;
}
.container *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block-line{
    height: 20px;
}
.text-more{
    color: #f00;
}
.block-bg{
    background: #fcf1de;
}
/**
 * 新闻列表
 */
.news-list li{
    display: block;
    height: 26px;
    line-height: 24px;
    overflow: hidden;
}
.news-list li a{
    color: #444;
    -webkit-transition: -webkit-transform .1s ease-in;
    transition: -webkit-transform .1s ease-in;
    -moz-transition: transform .1s ease-in, -moz-transform .1s ease-in;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in, -moz-transform .1s ease-in;
    display: inline-block;
    font-size: 14px;
}
.news-list li a:before {
    content: "▪ ";
}

.news-list li a:hover {
    color: #ec4327;
    -webkit-transform: translate(2px);
    -moz-transform: translate(2px);
    -ms-transform: translate(2px);
    transform: translate(2px);
}
/*小爱看春晚*/
.block4{
    width: 1084px;
    height: 518px;
    background: url(img2017xiaoai_bg.png) no-repeat center;
    background-size: 1084px 518px;
    background-size: cover;
    left: -42px;
}

/*我和春晚的故事*/
.block5{
    height: 580px;
}
.block5 ul{
    padding: 20px 0 0;
    overflow: hidden;
}
.block5 ul li{
    position: relative;
    padding-left: 192px;
    padding-right: 10px;
    float: left;
    width: 500px;
    height: 164px;
    margin-bottom: 26px;
    overflow: hidden;
}
.block5 ul li .b5-img{
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    width: 164px;
    height: 164px;
}
.block5 ul li .b5-img img{
    display: block;
    width: 164px;
    height: 164px;
}
.block5 ul li h5{
    font-size: 16px;
    color: #222;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
.block5 ul li p{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 22px;
    text-indent: 2em;
    text-align: justify;
}
/*秀传家宝晒好家风*/
.block6{
    padding: 20px;
    height: 372px;
    overflow: hidden;
}
.block6 .jf-list{
    width: 320px;
    float: left;
    overflow: hidden;
}
.block6 .jf-list h5,.block6 .jf-list h5 a{
    display: block;
    line-height: 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: justify;
}
.block6 .jf-list .b6-img{
    display: block;
    width: 260px;
    height: 160px;
}
.block6 .jf-list .b6-img img{
    display: block;
    width: 260px;
    height: 160px;
}
.block6 .jf-list ul{
    padding-top: 10px;
}
/*春晚到我家*/
.block7{
    display: block;
    height: 350px;
}
.b7-l{
    position: absolute;
    width: 600px;
    height: 242px;
    left: 16px;
    top: 58px;
    padding-left: 356px;
}
.b7-l .news-list li {
    height: 27px;
}
.slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 348px;
    height: 236px;
}

.slide-player {
    position: relative;
    width: 348px;
    height: 236px;
    overflow: hidden;
}

.slide-player dt a img, .slide-player dt a {
    display: block;
    width: 348px;
    height: 236px;
}

.slide-player .slide-title, .slide-player .slide-nav {
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 0;
}

.slide-player .slide-title {
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    color: #fff;
    line-height: 32px;
    padding-left: 6px;
}

.slide-player .slide-nav {
    padding-right: 5px;
    z-index: 2;
    text-align: right;
    line-height: 36px;
}

.slide-player .slide-nav span {
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slide-player .slide-nav span.on {
    background-color: #f60;
}

.b7-r{
    position: absolute;
    right: 6px;
    top: 5px;
    width: 359px;
    height: 343px;
}
.b7-r a,.b7-r img{
    display: inline-block;
    width: 359px;
    height: 343px;
}
/*block8*/
.block8{
    height: 520px;
}
.block8-l,.block8-r{
    position: absolute;
    width: 487px;
    top: 0;
}
.block8-l{
    left: 0;
}
.block8-r{
    right: 0;
}
.block8-news{
    padding-bottom: 20px;
    margin-top: 15px;
}
.block8-news .news-list{
    width: 487px;
    height: 145px;
    padding-left: 15px;
    padding-top: 15px;
}
.news-img-group{
    position: relative;
    height: 200px;
    width: 100%;
    padding: 10px 15px 0;
}
.news-img-group h4{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.news-img-group .news-img,.news-img-group .news-img img{
    display: inline-block;
    width: 238px;
    height: 160px;
}
.news-img-group p{
    display: inline-block;
    width: 220px;
    height: 160px;
    position: absolute;
    right: 6px;
    top: 46px;
    text-align: justify;
    color:#666;
    text-indent: 2em;
}
/**
 * block9
 */
.block9{
    height: 610px;
    padding-top: 68px;
    background: url(img2017weibo_bg.png) no-repeat center top;
    background-size: cover;
}
/*小爱*/
.xiaoai{
    position: absolute;
    width: 237px;
    height: 304px;
    left: -248px;
    top: 0;
}
.xiaoai a,.xiaoai a img{
    display: inline-block;
    width: 237px;
    height: 304px;
}
/*小爱看春晚*/
.block4{
    padding-top: 38px;
}
.b4-video{
    margin: 0 auto;
    width: 650px;
    height: 366px;
    background: #ccc;
}
.b4-slide{
    position: relative;
    margin: 20px auto 0;
    width: 650px;
    height: 72px;
    overflow: hidden;
}
.b4-slide:hover #prev,.b4-slide:hover #next{
    display: block;
}
.b4-slide #prev{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border: none;
    background: #000;
    background:rgba(0,0,0,.3);
    width: 30px;
    height: 72px;
    outline: none;
    z-index: 999999999;
    cursor: pointer;
    color: #fff;
    line-height: 72px;
    text-align: center;
    font-size: 18px;
}
.b4-slide #next{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    border: none;
    background: #000;
    background:rgba(0,0,0,.3);
    width: 30px;
    height: 72px;
    outline: none;
    z-index: 999999999;
    cursor: pointer;
    color: #fff;
    line-height: 72px;
    text-align: center;
    font-size: 18px;
}
.b4-slide .b4-c{
    width: 100%;
}
.b4-slide .b4-c a{
    display: block;
    margin-left: 1px;
    margin-right: 1px;
    width: 128px;
    height: 72px;
    cursor: pointer;
    opacity: .7;
}
.b4-slide .b4-c a img{
    display: block;
    width: 128px;
    height: 72px;
}
.vote-rule{
    width:1000px;
    height:555px;
    background: url(img2017vote-rule.jpg);
    border-top: 1px solid #f2d6a9;
}