﻿/*--- newslist Start --*/

.news-focus {
}

    .news-focus h2 {
        color: #000000;
        font-size: 1.4em;
        line-height: 1.2em;
        margin: 1.4em 0 1.4em 0;
    }

        .news-focus h2 a {
            color: #000000;
        }

    .news-focus p {
        color: #333333;
        font-size: 1em;
        line-height: 1.2em;
        margin: 0em 0 2em 0;
    }

        .news-focus p a {
            color: #333333;
        }


.newslist {
    margin-bottom: 6em;
}

.news-item {
    margin-bottom: 1em;
}

    .news-item .text {
        height: 90px;
    }
.homevideo .text {
    height: auto;
}

.player {
    height:600px;
}
.homevideo .pic img {
    max-width: 100%;
    cursor:pointer;
}



        .news-item .text h2 {
            color: #000000;
            font-size: 1.1em;
            line-height: 1em;
            margin: 0.8em 0 0.8em 0;
        }

            .news-item .text h2 a {
                color: #000000;
            }

        .news-item .text h4 {
            color: #000000;
            font-size: 1.1em;
            line-height: 1em;
            margin: 0.8em 0 0.8em 0;
        }

            .news-item .text h4 a {
                color: #000000;
            }

        .news-item .text p {
            color: #999;
            font-size: 1em;
            line-height: 1.2em;
            margin: 0em 0 0em 0;
        }

    .news-item p a {
        color: #666;
    }

.news-detail {
    margin-bottom: 10em;
}

    .news-detail h1 {
        text-align: center;
        font-size: 3em;
        margin: 1em 0 2em 0;
    }

    .news-detail h2 {
        font-size: 1.6em;
        text-align: center;
        margin: 1em 0;
    }

    .news-detail p {
        font-size: 1.2em;
        color: #333333;
        text-align: left;
        line-height: 2em;
        margin-bottom: 3em;
    }

    .news-detail img {
        max-width: 100%;
    }

/*--- News Start --*/

.news-header {
    text-align: left;
    margin: 0 auto;
    border-top: 1px solid #004183;
    padding: 1em 0 2em 0;
}

    .news-header h4 {
        font-size: 2em;
        font-weight: 400;
        color: #004183;
    }

    .news-header span {
        font-size: 14px;
        color: #004183;
        float: right;
    }

    .news-header p {
        font-size: 1.2em;
        font-weight: 600;
        color: #555;
        line-height: 1.8em;
        padding: 1em 0 0;
    }


/*--- News End --*/

@media(max-width:1024px) {

    .news-header {
    }

        .news-header h4 {
            font-size: 2.3em;
        }

        .news-header p {
            font-size: 1.1em;
        }

    .homevideo {
        width: 33%;
        float: left;
    }

    .player {
        height: 600px;
    }
}

@media (max-width: 768px) {

    .news {
        padding: 3em 0;
    }

    .news-header h4 {
        font-size: 1.7em;
    }

    .news-header p {
        font-size: 1em;
        padding: 0.6em 0;
    }
    .homevideo {
        width: 33%;
        float: left;
    }

    .player {
        height: 400px;
    }

}

@media (max-width: 640px) {

    .news-header {
    }

    .news {
        padding: 3em 0;
    }

    .news-header h4 {
        font-size: 1.5em;
    }

    .news-header p {
        padding: 0.6em 0;
        font-size: 0.96em;
    }

    .text h4 {
        font-size: 0.8em;
        padding: 0.2em 0;
    }
    .homevideo {
        width: 33%;
        float: left;
    }

    .player {
        height: 400px;
    }

}

@media (max-width: 480px) {
    .news-detail {
        margin-bottom: 4em;
    }

        .news-detail h1 {
            font-size: 1.4em;
            margin: 1em 0 2em 0;
        }

        .news-detail h2 {
            font-size: 1.2em;
            margin: 1em 0;
        }

        .news-detail p {
            font-size: 1.0em;
            line-height: 1.6em;
            margin-bottom: 1.2em;
        }

    .news-header {
        margin: 0;
    }

    .news {
        padding: 2em 0;
    }

    .news-header {
    }

        .news-header h4 {
            font-size: 1.3em;
        }


    .text {
        margin-top: 0.5em;
    }

        .text h4 {
            font-size: 1em;
        }

    .homevideo {
        width:33%;
        float:left;
    }

    .player {
        height: 300px;
    }
}

@media (max-width: 320px) {

    .news {
        padding: 1em 0;
    }

    .news-header h4 {
        font-size: 1.4em;
    }


    .text h4 {
        font-size: 1.2em;
    }
    .homevideo {
        width: 33%;
        float: left;
    }

    .player {
        height: 300px;
    }

}
