/**!
 * 首页
 * author: wangkai;
 */


/* main */

/* 图片轮播 */

.rslides-item {
    height: 408px;
    position: relative;
}

.rslides {
    position: relative;
    overflow: hidden;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rslides img {
    display: block;
    width: 100%;
    height: 408px;
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 13px 0 0 20px;
    height: 67px;
    background: url(/The19th/images/mask_bg.png) repeat;
}

.caption .caption-tt, .caption .caption-content {
    display: block;
    width: 70%;
    color: #fff;
    z-index: 1000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caption-tt {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.caption-content {
    height: 28px;
    line-height: 28px;
}


/* 自定义分页导航 */

#slider-pager {
    position: absolute;
    right: 0;
    bottom: 33px;
    z-index: 3;
    height: 14px;
}

#slider-pager li {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

#slider-pager li a {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/The19th/images/stag.png);
}

#slider-pager .rslides-cur a {
    background: url(/The19th/images/stag_cur.png);
}

/* 两侧按钮 */

.rslides-item .rslides-nav {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    text-indent: -9999px;
    margin-top: -44px;
}

.rslides-item:hover .rslides-nav {
    display: block;
}

.rslides-item .rslides-nav.prev {
    width: 31px;
    height: 51px;
    background: url(/The19th/images/prev.png) no-repeat;
}

.rslides-item .rslides-nav.next {
    right: 0;
    width: 31px;
    height: 51px;
    background: url(/The19th/images/next.png) no-repeat;
}


/*新闻*/

.ewb-news {
    height: 435px;
}

.ewb-news ul {
    padding-top: 10px;
}

.ewb-news-item {
    height: 138px;
    overflow: hidden;
    vertical-align: top;
}

.ewb-news-tt {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #c00;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-news-tt:hover {
    text-decoration: underline;
}

.ewb-news-content {
    margin-top: 8px;
    line-height: 26px;
    text-indent: 2em;
    font-size: 16px;
}


/*信息列表*/

.ewb-layer {
    margin-right: 24px;
    height: 358px;
}

.ewb-info {
    overflow: hidden;
}

.ewb-info-box {
    margin-right: -24px;
}

.ewb-info-item {
    float: left;
    width: 50%;
    vertical-align: top;
}

.ewb-cm-hd {
    height: 40px;
    line-height: 40px;
    background: url(/The19th/images/hd_bg.png) right 23px no-repeat;
}

.ewb-cm-tt {
    float: left;
    padding: 0 15px 0 25px;
    font-size: 24px;
    font-weight: bold;
    color: #cf001e;
    background: url(/The19th/images/tt_ico.jpg) left center no-repeat #fff;
}

.ewb-list {
    padding: 10px 10px 0 0;
}

.ewb-list-node {
    padding-left: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    vertical-align: top;
    background: url(/The19th/images/dian.jpg) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 75%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover {
    background: url(/The19th/images/dian_hover.jpg) left center no-repeat;
}

.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
    color: #e30021;
}


/*pad,phone 样式*/

@media (max-width: 1200px) {
    /*新闻*/
    .ewb-news-item {
        height: 134px;
    }
    .ewb-news-tt {
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }
    .ewb-news-content {
        margin-top: 0;
        line-height: 24px;
        font-size: 12px;
    }
    /*信息列表*/
    .ewb-cm-tt {
        font-size: 18px;
    }
    .ewb-list-node {
        font-size: 14px;
    }
}


/*pad 样式*/

@media (min-width: 768px) and (max-width: 1200px) {
    /*图片轮播*/
    .caption .caption-tt, .caption .caption-conten {
        width: 60%;
    }
    /*信息列表*/
    .ewb-layer {
        margin-right: 18px;
    }
    .ewb-info-box {
        margin-right: -18px;
    }
}


/*phone样式*/

@media (max-width: 767px) {
    /*图片轮播*/
    .rslides-item, .rslides img {
        height: auto;
    }
    .caption {
        padding: 5px 0 5px 10px;
        height: auto;
    }
    .caption-tt {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    .caption-content {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    #slider-pager {
        bottom: 20px;
    }
    #slider-pager li {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }
    #slider-pager li a {
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
    }
    #slider-pager .rslides-cur a {
        background-size: 10px 10px;
    }
    /*新闻*/
    .ewb-news, .ewb-news-item {
        height: auto;
        padding-bottom: 10px;
    }
    .ewb-news ul {
        padding: 0 5px;
    }
    /*信息列表*/
    .ewb-layer {
        margin-right: 0px;
        height: auto;
        padding-bottom: 10px;
    }
    .ewb-info-box {
        margin-right: -0px;
    }
    .ewb-info-item {
        width: 100%;
    }
    .ewb-list {
        padding-top: 5px;
    }
    .ewb-list-node {
        height: 34px;
        line-height: 34px;
        background: url(/The19th/images/dian.jpg) 5px center no-repeat;
    }
    .ewb-list-date {
        font-size: 12px;
    }
}
