﻿.title-01 {
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 5px;
    text-align: center;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}
    .title-01:after {
        content: "";
        display: block;
        position: absolute;
        width: 90px;
        height: 3px;
        left: 50%;
        bottom: 0;
        background-color: #F8B62B;
        margin-left: -45px;
    }
/* home-news */
.home-news {
    margin-bottom: 80px;
}

    .home-news .nav-tabs {
        display: flex;
        justify-content: center;
    }

        .home-news .nav-tabs li {
            flex: 1 0 auto;
            text-align: center;
            margin-right: 3px;
        }

            .home-news .nav-tabs li:last-child {
                padding-right: 0;
            }

            .home-news .nav-tabs li a {
                position: relative;
                background-color: #E6E6E6;
                border-radius: 0;
                font-size: 1.3rem;
                padding-top: 12px;
                padding-bottom: 12px;
                white-space: nowrap;
                color: #233B5D;
            }

                .home-news .nav-tabs li a.active {
                    border-color: #233B5D;
                    background-color: #233B5D;
                    color: #fff;
                }

                    .home-news .nav-tabs li a.active:after {
                        content: "";
                        display: block;
                        width: 0;
                        height: 0;
                        border-top: 10px solid #233B5D;
                        border-left: 12px solid transparent;
                        border-right: 12px solid transparent;
                        position: absolute;
                        left: 50%;
                        bottom: -10px;
                        margin-left: -12px;
                        z-index: 50;
                    }

    .home-news .home-news-innerframe {
        background-color: #fff;
        padding: 5px 7%;
    }

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news-list li {
        border-bottom: 1px solid #e6e6e6;
    }

        .news-list li:last-child {
            border-bottom: 0;
        }

        .news-list li a {
            display: flex;
            padding: 15px 15px;
        }

            .news-list li a .news-date {
                color: #777777;
                padding-right: 20px;
                font-size: .9rem;
                padding-top: 4px;
            }

            .news-list li a .news-title {
                font-size: 1.3rem;
                font-weight:700;
                color: #000;
                transition: all ease-in-out .2s;
            }

            .news-list li a:hover .news-title {
                color: #233B5D;
            }

.home-news .know-more {
    background-color: #fff;
    text-align: center;
    display: block;
    padding: 12px 15px;
    margin-top: 15px;
    font-size: 1rem;
    color: #000;
}

    .home-news .know-more:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid #233B5D;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        margin-left: 10px;
        position: relative;
        top: -3px;
        transition: all ease-in-out .3s;
    }

    .home-news .know-more:hover {
        background-color: #233B5D;
        color: #fff;
    }

        .home-news .know-more:hover:after {
            content: "";
            border-left: 5px solid #fff;
        }


a {
    transition: all ease-in-out .3s;
    color: #036EB8;
}
    a:hover {
        color: #94B5D6;
        text-decoration: none;
    }
h3.tittle span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.35em;
    color: #233B5D;
    letter-spacing: 4px;
}
h3.tittle {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26);
    font-size: 2.5em;
    color: #2b2b2b;
    font-weight: 800;
    text-transform: uppercase;
}



