﻿
/*
=======================================
    news CSS
=======================================
------------------*/

#news {
    width: 100%;
    background: url(../image/bg_m.jpg) top center no-repeat;
    background-size: contain;
    text-align: center;
    position: relative;
    padding-top: 20px;
}

#news ul {
    margin-left: 0px;
}

.newsContainer li {
    position: relative;
    width: 84%;
    padding: 0px 0px 0px 10%;
    border: 1px;
    border-bottom-style: dotted;
    border-color: #747070;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    margin-left: 3%;
    color: #fff;
}

.newsContainer li a {
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
}

.newsContainer li a:hover {
    color: #F60;
}

.newsContainer li p {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
}

.newsContainer li p img {
    vertical-align: bottom;
}

.newsContainer li span {
    position: absolute;
    bottom: -3px;
    right: 5px;
    color: #fff;
    line-height: 20px;
}

/*=======攻略專區 手機版========*/
.newsContainer2 {
    position: relative;
    margin-top: 5%;
}

.newsContainer2 li {
    position: relative;
    width: 96%;
    padding: 0px 0px 0px 0%;
    border: 1px;
    border-bottom-style: dotted;
    border-color: #747070;
    white-space: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    margin-left: 1%;
}

.newsContainer2 li a {
    text-decoration: none;
    /*color: #333;*/
    margin-left: 0px;
}

.newsContainer2 li a:hover {
    color: #F60;
}

.newsContainer2 li p {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
}

.newsContainer2 li p img {
    vertical-align: bottom;
}

.newsContainer2 li span {
    position: absolute;
    bottom: -3px;
    right: 5px;
    color: #740800;
    line-height: 20px;
}

.raiderLeft {
    float: left;
    width: 45%;
    padding: 1% .5% .5% .5%;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    margin: 1%;
    background-color: #f1f1f1;
}

.raiderRight {
    float: left;
    width: 48%;
    padding: 1%
}

/*=======攻略專區END========*/


/*最新消息內頁END*/
.more {
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 120px;
    float: right;
    margin-top: 45px;
    margin-bottom: 45px;
    border-radius: 5px;
}

.more a {
    color: #fff;
    text-decoration: none;
}

.more a:hover {
    color: #F60;
}

.newsTitle {
    width: 60%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 20px;
}

.newspage {
    width: 92%;
    margin: auto;
    padding: 10px 10px;
}

.sequenceNews {
    width: 315px;
    margin: 50px auto 50px auto;
}

.newsPre {
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    font-size: 1em;
    border-radius: 5px;
    margin: 2px;
    float: left;
}

.newsPre a {
    width: 80px;
    display: block;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.newsPre a:hover {
    width: 80px;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #F60;
    background-color: #640116;
}

.newsNext {
    /*width: 100px;*/
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    /*padding: 10px 10px 12px 10px;*/
    font-size: 1em;
    border-radius: 5px;
    margin: 2px;
    float: left;
}

.newsNext a {
    width: 80px;
    display: block;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.newsNext a:hover {
    width: 80px;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #F60;
    background-color: #640116;
}

.newsBack {
    /*width: 100px;*/
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    /*padding: 10px 10px 12px 10px;*/
    font-size: 1em;
    border-radius: 5px;
    margin: 2px;
    float: left;
}

.newsBack a {
    width: 80px;
    display: block;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.newsBack a:hover {
    width: 80px;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #F60;
    background-color: #640116;
}

#bannerArea {
    background: url("../image/slidebg.png")center center no-repeat;
    padding: 1%;
    /*position: absolute;
    bottom: 0%;
    left: 1%;*/
    /*width: 96%;
    height: 109px;*/
    width: 9rem;
    height: 3.27rem;
    margin: auto;
}

.campaign_border {
    position: absolute;
    bottom: 11.5%;
    left: 2%;
    width: 96%;
    z-index: 999;
}

.newsbg {
    position: absolute;
    background: url(../image/newsbg_m.png) top center no-repeat;
    background-size: contain;
    width: 92%;
    /*height: 720px;*/
    left: 3%;
    top: 25%;
    padding: 2% 1% 0px 1%;
}

.newsbg2 {
    background: url(../image/newsbg2.jpg) top center repeat-y;
    background-size: contain;
    width: 92%;
    padding: 0px;
    margin: auto;
}
.newsbg2_top{
    display: none;
}
.newsbg2_bottom {
    display: none;
    width: 94%;
    margin: auto;
    margin-top: -10px;
}

.newsbg2m_bottom {
    display: none;
    width: 94%;
    margin: auto;
    margin-top: -10px;
}

/*最新消息*/
#formArea5 {
    width: 100%;
    position: relative;
    margin: 0px auto 0px auto;
}

#newsArea {
    position: relative;
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto 50px auto;
    padding: 3%;
    text-align: left;
    border: 1px;
    border-color: #d5ba87;
    border-style: solid;
    border-radius: 2px;
    z-index: 996;
    background-color: #fff;
    /* background: url(../img/formatbg.jpg) center top no-repeat; */
    background-size: cover;
    font-size: 1vw;
}

.newsAreaTitle {
    width: 80%;
    margin: 10px auto 10px auto;
}

.primary {
    text-align: center;
    font-size: 5vw;
    padding: 1%;
}

.newsDay {
    text-align: right;
    font-size: 1vw;
    padding: 1%;
}

.newsContent {
    font-size: 3vw;
    color: #4c4c4c;
}

.newBackArea {
    padding: 15% 0px 1% 0px;
    width: 90%;
    margin: auto;
}

.newsBackBtn {
    width: 30%;
    float: right;
}

.iconType1 {
    text-align: center;
    width: 30px;
    position: absolute;
    bottom: 15%;
    left: 0px;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    line-height: 16px;
    background-color: #ffa100;
}

.iconType2 {
    text-align: center;
    width: 30px;
    position: absolute;
    bottom: 15%;
    left: 0px;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    line-height: 16px;
    background-color: #fb4f3b;

}

.iconType3 {
    text-align: center;
    width: 30px;
    position: absolute;
    bottom: 15%;
    left: 0px;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    line-height: 16px;
    background-color: #0a89ad;

}

.iconType4 {
    text-align: center;
    width: 30px;
    position: absolute;
    bottom: 15%;
    left: 0px;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    line-height: 16px;
    background-color: #a18d00;
}

#news2 {
    width: 100%;
    background-size: cover;
    font-weight: bold;
    padding: 17% 0 5% 0;
    background: url(../image/bg_m.jpg) top center no-repeat;
    */ background-size: cover;
}

.raiderRightText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /*第四行截字*/
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.articleTitle {
    overflow: hidden;
    /*white-space: nowrap;/*禁止斷行*/
    text-overflow: ellipsis;
    /*溢出時，顯示省略符號*/
    font-size: 3.5vw;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10%;
}

.articleTitle a {
    color: #2b2f30;
    ;
}

@media screen and (min-width: 640px) {
    #bannerArea {
        background: url(../image/slidebg.png)center center no-repeat;
        /* position: absolute; */
        /* left: 36%; */
        /* top: 0%; */
        width: 520px;
        z-index: 997;
        padding: .5%;
        height: 489px;
        max-height: 200px;
        background-size: cover;
        margin: 0px auto 0px auto;
    }

    .campaign_border {
        position: absolute;
        left: 20.5%;
        top: 100%;
        width: 59%;
        z-index: 999;
    }

    .newBackArea {
        padding: 5% 0px 1% 0px;
        width: 70%;
        max-width: 960px;
        margin: auto;
    }

    .newsBackBtn {
        width: 20%;
        float: right;
    }

    .newsContent {
        font-size: 1.2vw;
        color: #4c4c4c;
    }

    .newsAreaTitle {
        width: 50.9%;
        margin: 10px auto 10px auto;
    }

    .primary {
        text-align: center;
        font-size: 3vw;
        padding: 1%;
    }

    .newsDay {
        text-align: right;
        font-size: 1.2vw;
        padding: 1%;
    }

    #newsArea {
        font-size: 1vw;
        position: relative;
        text-align: left;
        border: 1px;
        border-color: rgba(0, 0, 0, 0.3);
        border-style: solid;
        border-radius: 10px;
        width: 70%;
        max-width: 960px;
        padding: 2%;
        margin: 0px auto 0px auto;
        background-size: cover;
    }

    .newsbg {
        position: absolute;
        background: url(../image/newsbg.jpg) top center no-repeat;
        background-size: contain;
        width: 57%;
        /*height: 720px;*/
        left: 21.5%;
        top: 35%;
        padding: 0% 1% 0px 1%;
        z-index: 99;
    }


    .newsbg2 {
        background: url(../image/newsbg2.jpg) top center repeat-y;
        background-size: contain;
        width: 50%;
        /* height: 61vw; */
        padding: 0%;
        z-index: 99;
        background-color: #fff;
        margin: auto;
    }

    .newsbg2_top {
        display: none;
        width: 100%;
        margin: auto;
    }

    .newsbg2m_top {
        display: none;
        width: 94%;
        margin: auto;
        margin-top: -10px;
    }

    .newsbg2_bottom {
        display: none;
        width: 100%;
        margin: auto;
    }

    .newsbg2m_bottom {
        display: none;
        width: 94%;
        margin: auto;
        margin-top: -10px;
    }

    #news {
        width: 100%;
        position: relative;
        font-weight: bold;
        background: url(../image/bg.jpg) top center no-repeat;
        background-size: contain;
    }

    #news2 {
        position: relative;
        width: 100%;
        font-weight: bold;
        padding: 5% 0 5% 0;
        background: url(../image/bg.jpg) top center no-repeat;
        background-size: cover;
    }

    .newsContainer {
        position: relative;
        margin-top: 1%;
    }

    .newsContainer li {
position: relative;
    width: 68%;
    padding: 0px 10% 0px 7%;
    border: 1px;
    border-bottom-style: dotted;
    border-color: #747070;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 7%;
    color: #fff;
    }

    .newsContainer li a {
        text-decoration: none;
        color: #fff;
        margin-left: 5px;
    }

    .newsContainer li a:hover {
        color: #ebe2cc;
    }

    .newsContainer li p {
        width: 88%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0px;
    }

    .newsContainer li p img {
        vertical-align: bottom;
    }

    .newsContainer li span {
        position: absolute;
        bottom: 15%;
        right: 0px;
        color: #fff;
        line-height: 20px;
    }


    /*============攻略專區START==============*/
    .newsContainer2 {
        position: relative;
        margin-top: 5%;
    }

    .newsContainer2 li {
        position: relative;
        width: 96%;
        padding: 1% 0% 1% 0%;
        border: 1px;
        border-bottom-style: dotted;
        border-color: #747070;
        white-space: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 2%;
    }

    .raiderLeft {
        float: left;
        width: 27%;
        padding: 1%
    }

    .raiderRight {
        float: left;
        width: 66%;
        padding: 1%;

    }

    .articleTitle {
        overflow: hidden;
        /*white-space: nowrap;/*禁止斷行*/
        text-overflow: ellipsis;
        /*溢出時，顯示省略符號*/
        font-size: 1.5vw;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 4%;

    }

    .articleTitle a {
        color: #f1f1f1;
    }

    .raiderRightText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /*第四行截字*/
        -webkit-box-orient: vertical;
        font-size: 1vw;
    }

    .newsContainer2 li a {
        text-decoration: none;
        /*color: #333;*/
        margin-left: 0px;
    }

    .newsContainer2 li a:hover {
        color: #ebe2cc;
    }

    .newsContainer2 li p {
        width: 88%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0px;
    }

    .newsContainer2 li p img {
        vertical-align: bottom;
    }

    .newsContainer2 li span {
        position: absolute;
        bottom: 15%;
        right: 0px;
        color: #740800;
        line-height: 20px;
    }

    /*==================攻略專區END=================*/


    .iconType1 {
        text-align: center;
        width: 40px;
        position: absolute;
        bottom: 15%;
        left: 0px;
        color: #fff;
        padding: 2px;
        font-size: 1vw;
        line-height: 12px;
        background-color: #ffa100;

    }

    .iconType2 {
        text-align: center;
        width: 40px;
        position: absolute;
        bottom: 15%;
        left: 0px;
        color: #fff;
        padding: 2px;
        font-size: 1vw;
        line-height: 12px;
        background-color: #fb4f3b;

    }

    .iconType3 {
        text-align: center;
        width: 40px;
        position: absolute;
        bottom: 15%;
        left: 0px;
        color: #fff;
        padding: 2px;
        font-size: 1vw;
        line-height: 12px;
        background-color: #0a89ad;

    }

    .iconType4 {
        text-align: center;
        width: 40px;
        position: absolute;
        bottom: 15%;
        left: 0px;
        color: #fff;
        padding: 2px;
        font-size: 1vw;
        line-height: 12px;
        background-color: #a18d00;

    }
}



#news3 {
    width: 80%;
    padding: 2%;
    margin: auto;
}

/*最新消息*/
#formArea5 {
    width: 100%;
    position: relative;
    margin: 0px auto 0px auto;
}

.sequenceNews {
    width: 375px;
    margin: 50px auto 50px auto;
}

.newsPre {
    /*width: 100px;*/
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    /*padding: 10px 10px 12px 10px;*/
    font-size: 1em;
    border-radius: 5px;
    margin: 2px;
    float: left;
}

.newsPre a {
    width: 100px;
    display: block;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.newsPre a:hover {
    width: 100px;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #F60;
    background-color: #640116;
}

.newsNext {
    /*width: 100px;*/
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    /*padding: 10px 10px 12px 10px;*/
    font-size: 1em;
    border-radius: 5px;
    margin: 2px;
    float: left;
}

.newsNext a {
    width: 100px;
    display: block;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.newsNext a:hover {
    width: 100px;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #F60;
    background-color: #640116;
}

.newsBack {
    /*width: 100px;*/
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    /*padding: 10px 10px 12px 10px;*/
    font-size: 1em;
    border-radius: 5px;
    margin: 2px;
    float: left;
}

.newsBack a {
    width: 100px;
    display: block;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.newsBack a:hover {
    width: 100px;
    padding: 10px 10px 12px 10px;
    font-size: 1em;
    color: #F60;
    background-color: #640116;
}



.newspage {
    width: 90%;
    margin: 10px auto 10px auto;
    padding: 10px 10px;
}

.newsTitle {
    width: 28%;
    margin: auto;
    padding-top: 70px;
}


/*最新消息內頁END*/
.more {
    display: block;
    background-color: #910a0b;
    text-decoration: none;
    color: #006f82;
    text-align: center;
    padding: 5px 0px 5px 0px;
    width: 120px;
    float: right;
    margin-top: 45px;
    margin-bottom: 45px;
    border-radius: 5px;
}

.more a {
    color: #fff;
    text-decoration: none;
}

.more a:hover {
    color: #F60;
}

.raiderRightText a {
    color: #8a8a8a;
}
}