﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    font-family: Verdana, 'Noto Sans TC','Microsoft JhengHei', sans-serif;
    font-size: 16px;
    /*text-align: center;*/
    margin: 0;
}

.wrapper {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #fff;
}
.modal a {
    color: #337ab7;
}

h3 {
    font-size: inherit;
}

.sNewsTitle {
    position: relative;
    width: 100%;
    max-width: 945px;
    height: 50px;
    background-color: #2e5a99;
    display: flex;
    align-items: center;
    text-indent: 2em;
    margin-bottom: 0.8em;
}

    .sNewsTitle:before {
        content: '';
        position: absolute;
        left: 3.5em;
        top: 100%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #2e5a99;
        z-index: 1;
    }

    .sNewsTitle:after {
        content: "";
        position: absolute;
        left: 87%;
        top: 55%;
        transform: translate(-50%,-50%);
        background: url(/images/sport/sports.png) no-repeat;
        background-size: cover;
        width: 160px;
        height: 17px;
    }

div.sTitle > h1 {
    height: auto;
    border-bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    text-align: left;
}


.topBox {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

    .topBox > div:nth-child(3) {
        flex: auto !important;
    }

    .topBox > div:nth-child(1),
    .topBox > div:nth-child(4) {
        flex: 1;
        min-width: 680px
    }

    .topBox > div:nth-child(2),
    .topBox > div:nth-child(5) {
        width: 300px;
        margin-left: 10px;
    }

/*slider*/
.sFocus_news {
    width: 100%;
    border-bottom: 8px solid #2e5a99;
    margin-bottom: 3%;
    position: relative;
}

.sportSlider {
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    overflow: hidden;
    position: relative;
}
#edm_block {
   margin-bottom: 0;
}
#edm_block .item .captionText {
    position: absolute;
    bottom: 0;
    background: rgba(252,131,83,0.9)!important;
    font-size: 30px;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
}
    #edm_block .item .captionText strong {
        line-height: 38px;
    }
.sportSlider img {
    width: 100%;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 100%;
    height: 50px;
}

    .carousel-nav .carousel-prev, .carousel-nav .carousel-next {
        position: absolute;
        color: #fff;
        font-size: 40px;
        margin: 0px;
        background: rgba(46, 90, 153, 0.8);
        display: inline-block;
        cursor: pointer;
        border-radius: 50px;
        border: none;
        width: 50px;
        height: 50px;
        line-height: 0;
    }
        .carousel-nav .carousel-prev:hover, .carousel-nav .carousel-next:hover {
            color: #fff;
            background: rgba(46, 90, 153, 0.8);
        }
        .carousel-nav .carousel-prev {
        left: 20px;
    }

    .carousel-nav .carousel-next {
        right: 20px;
    }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fc8353!important;
}
    /*slider end*/

.sHotTitle {
    text-indent: 2em;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}

.sHotNews {
    position: relative;
    background: url(/images/sport/sportsHotNews.jpg) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 50%;
    padding: 2em 0 0 0;
    margin-bottom: 1%;
}

.more {
    line-height: 2;
    text-align: center;
    background: #fc8353;
    border-radius: 0 0 0 20px;
    position: absolute;
    padding: 2px 18px;
    right: 0;
    top: 0;
    color: #fff;
}

.sHotNewsList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    font-size: 17px;
    width: 100%;
    height: 18em;
    margin: 0 auto;
    counter-reset: hot-news-counter;
}

    .sHotNewsList > div {
        color: #fff;
        width: calc(100% / 2 - 20px);
        margin: 13px auto;
        position: relative;
        padding-left: 50px;
        display: flex;
        align-items: center;
    }

        .sHotNewsList > div:before {
            content: counter(hot-news-counter);
            counter-increment: hot-news-counter;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 40px;
            font-size: 30px;
            line-height: 1;
            text-align: right;
            color: #c9c9c9;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .sHotNewsList > div:nth-child(n+0):nth-child(-n+5):before {
            color: #f9d335;
        }

        .sHotNewsList > div > * {
            white-space: nowrap;
        }
        .sHotNewsList > div > h3 {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-left: 5px;
        }

.sHotNewslabel, .projectMore {
    display: inline-block;
    border-radius: 2em;
    padding: 0 0.75em;
    border: 1px solid #fff;
    line-height: 1.6;
    white-space: nowrap;
}

h3.sNewsListTitle {
    line-height: 1.6;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

    h3.sNewsListTitle a:hover, .sNewsText h3 a:hover, .spFirstText a:hover, .projectMore a:hover, .sIcon a:hover, .more a:hover,
    .sHotNewslabel a:hover {
        color: #fff;
    }
    .projectMore {
        margin: 3% auto 0 auto;
    }

.sNews_vi {
    display: inline-grid;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 0 0 2px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-left: 2px;
}

.sNewsVideo_vi {
    color: #fff;
    font-size: 30px;
    width: 65px;
    height: 40px;
    border-radius: 10px;
    margin-left: 2px;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(252,131,83,0.7);
    line-height: 40px;
    cursor: pointer;
}

.ctr_vi {
    color: #404142;
    border: 1px solid #404142;
}

.sNewsArea {
    width: 100%;
    margin-bottom: 1%;
}

.sTagArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}

.sTag {
    background-color: #fc8353;
    font-size: 22px;
    line-height: 1.8;
    border-radius: 0 30px 30px 0;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding: 0 24px;
}

.sMore {
    color: #2e5a99;
    border-bottom: 5px solid #2e5a99;
    line-height: 1.6;
    display: inline-block;
    padding: 0 10px;
}

    .sMore a {
        color: #2e5a99;
    }

.sTag:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #2e5a99;
    position: absolute;
    left: 0;
}

.sNewsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sNews {
    position: relative;
    width: calc(100% / 4 - 20px);
    margin: 0 0 2% 0;
}

.sIcon {
    line-height: 2;
    text-align: center;
    background: #fc8353;
    border-radius: 0 0 0 20px;
    position: absolute;
    padding: 0px 16px;
    right: 0;
    top: 0;
    z-index: 1;
}

.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #d4d4d4;
    position: relative;
}

    .image-container img {
        width: 100%;
    }

.sNewsText {
    position: relative;
    padding: 10px 12px;
    bottom: 0px;
    width: 100%;
    height: 5.4em;
    text-align: left;
    background-color: #2e5a99;
    border-radius: 0 0 30px 0;
}
    .sNewsText > h3 {
        font-size: 17px;
        margin: 0;
        line-height: 1.4;
        letter-spacing: 1px;
    }
.sNewsText > time {
    font-size: 14px;
    color: #fff;
}

.image-container a {
    display: block;
}

    .image-container a .sHover {
        display: none;
    }

    .image-container a:hover .sHover {
        display: flex;
        background: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 18px;
        text-align: left;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        padding: 20px;
        transform: translate(-50%, -50%);
        line-height: 1.4;
        align-items: center;
    }

.ctrArea {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5%;
}

.ctrBox {
    width: 48%;
}

.ctrTitle {
    width: 100%;
    height: auto;
    background: url(/images/sport/ctr_week.png) no-repeat;
    background-position: 50% 0;
    background-size: contain;
    font-size: 30px;
    font-weight: 800;
    line-height: 2;
    color: #fff;
    text-align: center;
}


.crtListBox {
    color: #404142;
    border: 3px solid #3db8fc;
    background-color: #d9f9f8;
    border-radius: 0 0 20px 20px;
    counter-reset: week-news-counter;
}


.ctrBox_month .ctrTitle {
    background: url(/images/sport/ctr_month.png) no-repeat;
    background-position: 50% 0;
    background-size: contain;
}

.ctrBox_month .crtListBox {
    border: 3px solid #8b6dfc;
    background-color: #e6edfc;
}

.crtList {
    padding: 10px 5px 10px 45px;
    position: relative;
    display: flex;
    align-items: center;
}

    .crtList:before {
        content: counter(week-news-counter);
        counter-increment: week-news-counter;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        font-size: 26px;
        line-height: 1;
        text-align: right;
        color: #2e5a99;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .crtList a, .crtList h3.sNewsListTitle a:hover {
        color: #404142;
    }

    .crtList .sHotNewslabel {
        border: 1px solid #404142;
    }

    .crtList:nth-child(even) {
        background: #fff;
    }

    .crtList:last-child {
        border-radius: 0 0 20px 20px;
    }

/*video slider*/
.sVideoArea {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
}

.sVideoSlider {
    display: flex;
    justify-content: space-between;
}

.sItem {
    width: calc(100% / 3 - 10px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

    .sItem img {
        width: 100%;
    }

.sVideoCaption h2 {
    height: 6em;
    position: relative;
    background-color: #2e5a99;
    border-radius: 0 0 20px 0;
    font-size: 17px;
    text-align: left;
    line-height: 1.4;
    padding: 10px;
    font-weight: 100;
    letter-spacing: 1px;
    text-overflow: initial;
    white-space: normal;
}
.sVideoCaption h2:hover {
    background-color: #2e5a99;
}

    .sVideoCaption h2:after {
        content: "";
        position: absolute;
        transform: translate(-50%,-50%);
        background: url(../images/sport/sports.png) no-repeat;
        background-size: cover;
        width: 160px;
        height: 17px;
        bottom: 8%;
        left: 63%;
    }
.sVideoCaption .player-icon {
    background: url(../images/sport/video-player_sport.png) no-repeat center;
    background-size: 20%;
    top: -17%
}
/*video slider*/
.sProjectArea {
    width: 100%;
    margin-bottom: 3%;
}

.sProjectBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sProject {
    width: 48%;
    margin: 0 auto 2% auto;
}

.sProjectTitle {
    display: inline-block;
    background-color: #fc8353;
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    line-height: 1.2;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
    padding: 10px 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

    .sProjectTitle:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
        background-color: #2e5a99;
        width: 70px;
        height: 6px;
    }

.sProjectCon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.spTop {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #6b7d8e;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.sProjectFirst {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.spImg {
    width: 100%;
    margin: 0 auto;
}

    .spImg img, .spFirstText {
        width: 100%;
        display: block;
    }

.spBottom {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #2e5a99;
    border-radius: 0 0 10px 10px;
    padding: 0 20px 20px 20px;
}

    .spBottom .projectList {
        text-align:center;
    }
    .spBottom .projectList > div.spInfo {
        display: flex;
        flex-wrap: nowrap;
    }


.spFirstText, .spInfo {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    padding: 1em 0;
    margin: 0;
}

@media (max-width: 1200px) {
    .sHotNewsList {
        text-align: left;
        padding-left: 1em;
    }

        .sHotNewsList > div {
            white-space: initial;
        }

    /*    .crtList .sHotNewslabel, .sHotNewslabel {
        display: block;
        width: 4em;
        text-align: center;
    }*/

    h3.sNewsListTitle {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .topBox > div:nth-child(2),
    .topBox > div:nth-child(5) {
        width: 50%;
        margin-left: 0;
        order: 1;
    }

    .topBox > div.sHotNews {
    }

    .topBox > div.FbFancy {
        width: 49%;
        margin-left: 1%;
    }
}
@media (max-width: 992px) {
    .sHotNewsList {
        min-height: 34em;
        height: auto;
    }

        .sHotNews, .sNewsArea, .ctrArea, .sProjectArea {
            width: 50%;
        }

        .sNewsArea, .sNewsText h3, .ctrArea,
        .sProjectBox {
            display: block;
        }

            .sNews, .ctrBox, .sProject, .ctrArea, .sProjectArea, .sNewsArea {
                width: 100%;
            }

        .ctrBox, .sProject, .sNews {
            margin-bottom: 5%;
        }

        .sHotNews, .sHotNewsList > div {
            height: auto;
        }

        .crtList {
            padding: 8px 0 8px 50px;
            text-align: left;
        }

        .spFirstText, .spInfo {
            text-align: left;
        }

    .projectMore {
        max-width: 4.5em;
        justify-self:flex-end;
    }

        .sHotTitle {
            text-indent: 1em;
        }


        .sProjectTitle {
            width: 70%;
        }

        .sHotNews {
            padding: 2em 0;
            margin: 16px 0;
        }

    .sHotNewsList > div {
        padding-left: 35px;
        width: calc(100% - 20px);
        align-items: flex-start;
    }

            .sHotNewsList > div:before {
                width: 25px;
                font-size: 22px;
                align-items: flex-start;
            }
                
        .sNews {
            width:49%;
        }
    }
@media (max-width: 768px) {

    h3.sNewsListTitle {
        overflow: hidden;
        text-overflow: initial;
        white-space: normal;
    }
        .ctrArea {
        width: 100%;
    }


    .sNewsTitle:after {
        left: 80%;
    }
}

@media (max-width: 680px) {

    .topBox > div:nth-child(odd), .topBox > div:nth-child(even) {
        min-width: 100%;
        margin-bottom: 8px;
    }
}

.newsimg-area-text {
    background-color: #fc8f64;
}

.newsimg-area-item a:hover {
    color: #000000;
}