/*rpn*/

#rpn_news1 {
    background-color: rgba(255, 255, 255, 0.3);
    height: auto;
    width: 100%;
}

#featured {
    width: auto;
    height: auto;
}

#featured img {
    width: inherit;
    height: inherit;
}

.carousel-caption {
    /*background-color: rgba(0,102,51,.9);*/
    word-break: break-all;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    padding-top: 8px;
}

.carousel-caption h3 {
    margin: 6px auto;
}

.carousel-caption a {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'microsoft yahei';
}

.carousel-indicators {
    display: none;
}

.carousel-bullets li.active {
    background-color: #66FF66;
}

#rpn_news1 .carousel-control {
    margin-top: 20%;
    width: 29px;
}

#rpn_news1 .carousel-control.left {
    background-image: url(../img/leftarrw.png);
}

#rpn_news1 .carousel-control.right {
    background-image: url(../img/rightarrw.png);
}

#csbysf_info {
    color: #fff;
}

#csbysf_info .wp_article_list .list_item {
    height: 28px;
    margin-top: 6px;
}

a.more-link {
    text-decoration: none;
}

.wp_article_list .list_item .Article_PublishDate{
	color:#fff;
}

#csbysf_info .Article_Index {
	display:none;
}

#csbysf_info .Article_Title a {
	color:#fff;
}

@media (max-width: 1200px) {
    span.Article_Title {
        width: 15em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    span.Article_Index {
        display: none !important;
    }
}

@media (max-width: 990px) {
    span.Article_Title {
        width: 32em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    span.Article_Index {
        display: none !important;
    }
    .carousel-caption h3 {
        font-size: 18px;
        margin: 5px auto;
    }
}

@media (max-width: 768px) {
    #rpn_news1 .carousel-control {
        margin-top: 16%;
        width: 29px;
    }
    span.Article_Title {
        width: 28em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    .carousel-caption h3 {
        font-size: 16px;
        line-height: 1.0;
        margin: 4px auto;
    }
}

@media (max-width: 400px) {
    span.Article_Title {
        width: 16em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    .carousel-caption h3 {
        font-size: 14px;
        line-height: 0.9;
        margin: 0 auto;
    }
}

@media (max-width: 340px) {
    span.Article_Title {
        width: 14em;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    .carousel-caption h3 {
        font-size: 12px;
        line-height: 0.8;
        margin: 0 auto;
    }
}