.main-sect { /* main的section */
    position: relative;
}
.main-sect::after {
    content: '';
    display: block;
    clear: both;
}
.news-sect-title { /* 最新消息(共用)的標題 */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.news-sect-title::after { /* 最新消息(共用)的標題 - 標題的雙色底線 */ 
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.news-sect-title::before { /* 最新消息(共用)的標題 - 標題的雙色底線 */ 
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
.news-sect-img { /* 最新消息(共用)的左側圖 */
    float: left;
    width: 45%;
    margin-right: 5%;
}
.news-cont-div { /* 最新消息(共用)的裝文章容器 */
    float: left;
    width: 50%;
    margin: auto;
}
.news-arti-div { /* 消息文章(共用)的容器 */
    position: relative;
    margin-bottom: 60px;
}
.news-arti-head { /* 消息文章(共用)的標題 */
    padding-left: 5px;
    padding-bottom: 14px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    color: #3f3f3f;
    border-bottom: 1px solid #555;
}
.news-unfold-div { /* 文章過長控制div */
    position: relative;
    margin: 10px 0;
    padding-left: 10px;
}
.news-unfold-div img,
.js-index-unfold-inner img {
    max-width: 100%;
}
.news-unfold-btn { /* 文章過長按鈕 */
    position: absolute;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}
.news-unfold-btn::before { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 22px;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    z-index: 2;
}
.news-unfold-btn::after { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 19px;
    right: 0;
    left: 0;
    margin: auto;
    border: 13px solid transparent;
    border-top-color: #fff; /* 消息 優惠 兩個區塊底色都是白色 */ 
    z-index: 3;
}
.news-arti-cont { /* 消息文章(共用)的內文 */

}
.news-arti-link { /* 消息文章(共用)的連外連結 */
    display: inline-block;
    line-height: 2;
    text-decoration: underline;
}
.news-arti-link::before {
    display: inline;
    content: '>>';
}
.news-arti-duration { /* 消息文章(共用)的期間 */

}
.clear-3a {
    width: 100%;
    height: 0;
    clear: both;
}
.news-more-btn { /* 消息文章(共用)的更多文章按鈕 */
    display: block;
    width: 200px;
    margin: 40px auto 0;
    padding: 0 8px;
    line-height: 3;
    text-align: center;
    font-weight: bold;
}
.news-cont-div .news-arti-div:last-of-type {
    margin-bottom: 0;
}
.news-sect-1 { /* 優惠訊息的section */

}
.news-sect-1 .news-unfold-btn { /* 文章過長按鈕 */

}
.news-sect-1 .news-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    
}
.news-sect-title-1 { /* 優惠訊息的標題 */

}
.news-sect-img-1 { /* 優惠訊息的左側圖 */

}
.news-cont-div-1 { /* 優惠訊息的文章容器 */

}
.news-sect-2 { /* 最新消息的section */
    
}
.news-sect-2 .news-unfold-btn { /* 文章過長按鈕 */
    
}
.news-sect-2 .news-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    
}
.news-sect-title-2 { /* 最新消息的標題 */

}
.news-sect-img-2 { /* 最新消息的左側圖 */

}
.news-cont-div-2 { /* 最新消息的文章容器 */
    
}
@media screen and (min-width: 1000px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
    .news-sect-1 { /* 優惠訊息的section */
        padding-top: 0;
    }
    .news-sect-title { /* 最新消息(共用)的標題 */
        
    }
    .news-cont-div { /* 最新消息(共用)的文章容器 */
        
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .news-sect-1 { /* 優惠訊息的section */
        padding-top: 0;
    }
    .news-sect-title { /* 最新消息(共用)的標題 */
        
    }
    .news-cont-div { /* 最新消息(共用)的文章容器 */
        
    }
}
@media screen and (min-width: 768px) {
    .main-sect { /* main的section */
        
    }
    .news-sect-title { /* 最新消息(共用)的標題 */
        
    }
    .news-cont-div { /* 最新消息(共用)的文章容器 */
        
    }
}
@media screen and (max-width: 767px) {
    .main-sect {
        padding: 40px 5%;
    }
    .news-sect-1 { /* 優惠訊息的section */
        padding-top: 0;
    }
    .news-sect-img { /* 最新消息(共用)的左側圖 */
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .news-cont-div { /* 最新消息(共用)的裝文章容器 */
        float: none;
        width: 100%;
        margin: auto;
    }
    .news-more-btn { /* 消息文章(共用)的更多文章按鈕 */
        margin-top: 20px;
    }
}