.news-section{
    min-height: 800px;
    padding-top: 60px;
}

a {
    text-decoration: none !important;
}

/*--總覽排版--*/
.news {
    padding: 30px 0;
    text-align: left;
    /*min-height: 800px;*/
}

.box-right {
    border-right: 2px solid #eee;
    padding-right: 30px;
}

.news-box-tab > li {
    border-bottom: 2px solid #eee;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
}

.news-box-tab > li {
    border-bottom: 2px solid #eee;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
}

.news-box-tab > li:last-child {
    border: none;
}

.news-box-item:after {
    content: " ";
    clear: both;
    display: table;
}

.news-box-item-img {
    width: 30%;
    height: 110px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    border: 2px solid #fff;
    border-radius: 7px;
}

.news-box-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.news-box-item-content {
    width: 70%;
    float: left;
    padding-right: 30px;
}

.news-box-item-content h3 {
    font-size: 18px;
    font-weight: normal;
    color: #2e363a;
    margin-bottom: 12px;
    letter-spacing: .05em;
}

.news-box-item-content > div > p {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    color: #2e363a;
}

.news-box-item-type {
    padding: 4px 18px;
    margin-right: 6px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    background: #3a3a3a;
}

.news-box-item-time {
    display: inline-block;
    font-weight: 300;
}

.news-box-item-text {
    margin-top: 7px;
    font-size: 13px;
    color: #747474;
    line-height: 20px;
    letter-spacing: .05em;
    max-height: 60px;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-box-item-button {
    display: inline-block;
    font-size: 13px;
    color: #616161;
    letter-spacing: .05em;
    transition: all .5s;
}

.news-box-item-button:hover {
    color: #2e363a;
    text-decoration: none;

}

.news-box-item-button i {
    padding-left: 5px;
}

/*--/總覽排版--*/

/*--消息內容--*/
.news-button-box {
    clear: both;
    text-align: right;
    padding: 30px;
}

.news-button-box i {
    font-size: 16px;
    font-weight: 400;
}

.fa-chevron-circle-left:before {
    padding-right: 4px;
}

.news-button-box > a {
    box-sizing: border-box;
    text-decoration: none;
    transition: all .7s;
    background: transparent;
    letter-spacing: .05em;
    padding: 6px 20px;
    color: #2980b9;
    border: 1px solid #2980b9;
    font-size: 16px;
    font-weight: 400;
}

.news-button-box > a:hover {
    background: #2980b9;
    color: #fff;
    border: 1px solid #eee;
}

.news-content-box > h3 {
    font-size: 24px;
    font-weight: normal;
    color: #1f2020;
    letter-spacing: .05em;
    margin-bottom: 13px;
    overflow: hidden;
}

.news-content-box > p {
    font-size: 15px;
    color: #c5c5c2;
    font-weight: 300;
}

.news-content-box-text {
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.8;
    margin-bottom: 80px;
}

/*--置頂消息設定--*/
.alert-success {
    border: none;
    margin-bottom: 50px;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
}

.alert-success h4 {
    font-weight: normal;
    color: #2e363a;
    margin-bottom: 12px;
    letter-spacing: .05em;

}

/*--/置頂消息設定--*/

/*--內頁消息設定--*/
.box-news {
    /* border-bottom: 3px solid #eee;*/
}

.box-news:not(:first-child) {
    margin-top: 30px;
}

.box-news h3 {
    font-size: 18px;
    color: #2e363a;
    font-weight: normal;
    letter-spacing: .05em;
    padding-bottom: 18px;
    border-bottom: 3px solid #eee;
}

.box-news-text {
    padding: 8px 0;
    margin: 5px 0;
}

.box-news-text h5 {
    margin: 0;
}

.box-news-text p {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 0;
}

/*--/內頁消息設定--*/

/*----*/
@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .news-box-item-img {
        height: 90px;
    }

    .news {
        margin: 0 10px;
    }
}

@media (max-width: 520px) {
    .news-box-item-img {
        display: none;
    }

    .news-box-item-content {
        width: 100%;
    }
}