.news_list{
    background: #f7f7f7;
    box-shadow: 0px 3px 10px -1px rgba(55, 55, 55, 0.2);
    display: inline-block;
}
.news_list_img figure{
    margin-bottom: 0;
}
.news_list .news_list_title span{
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 2;
}

.news_list .news_list_row{
    font-size: 17px;
}
.news_list .news_list_row li{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.news_list .news_list_row_title{
    position: relative;
}

.news_list .news_list_row_text{
    vertical-align: text-top;
}
.contact-infomation .border_line {
    background: -webkit-gradient(linear, left top, right top, from(#e07d19), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #e07d19, rgba(0, 0, 0, 0));
    height: 1px;
    margin: 15px 40px 15px 0;
}
/* 文章 */
.knowledge{
    padding: 60px 0 30px 0;
}
.knowledge h1{
    font-size: 28px;
}
.knowledge_content_title{
    font-size: 24px;
    line-height: 1.5;
}
.btn-close{
    right: 20px;
    top: 22px;
}
.news_list_img{
    padding: 20px;
}
.news_list_img figure{
    position: relative;
}
.news_list_img figure:before{
    content: "";
    width: 98%;
    height: 96%;
    left: 0;
    right: 0;
    top: 2%;
    margin: auto;
    position: absolute;
/*     border: 1px solid #bfb6ab; */
    z-index: 1;
    background-image: url(../images/case/iframe_resized.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.news_list_img figure img{
    position: relative;
    border-radius: 30px;
}
.knowledge_share_icon{
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #df9300;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.knowledge_share_icon:hover{
    color: #fff;
}
.accident_list{
    display: inline-block;
    width: 100%;
    position: relative;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#e8e8e8+0,fcfcfc+0,e8e8e8+100 */
    background: linear-gradient(135deg,  rgba(232,232,232,1) 0%,rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 5px;
    border-radius: 8px;
    border: 1px solid #cecece;
    box-shadow: 2px 2px 2px 1px rgba(150, 150, 150, 0.1);
}
.accident_list_img{

}
.accident_list h3 {
    line-height: 1.5;
    font-size: 20px;
}
.accident_list p {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}
.info_submit{
    padding: 7px 20px;
    border-radius: 8px;
    background-color: #483c3c;
    color: #fff;
}
.knowledge_list_form{
    margin: 0 auto;
    background: linear-gradient(135deg,  rgba(232,232,232,1) 0%,rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #cecece;
    border-radius: 8px;
    padding: 30px 15px 20px 35px;
}
.knowledge_list_form li{
    list-style: disc;
}
/* table */
.accident_group table td,
.accident_group table th,{
    color: #534741!important;
}
.accident_group h3{
    font-size: 22px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color:#e07d19;
    text-align: center;
}
.accident_table th{
    vertical-align: top;
    color:#4f312b;
    letter-spacing: 1.5px;
}
.accident_table.brand_type th{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.accident_table{
    border: 1px solid #ccc;
    line-height: 1.5;
}
.accident_table thead{
    vertical-align: top;
}
.accident_table td{
    color:#534741;
    border-left: 1px solid #ccc;
}
/* 響應式裝置========== */
@media only screen and (min-width : 992px) {
      .knowledge .container {
        max-width: 1000px;
      }
    .knowledge_content_title_img{
        max-width: 600px;
    }
    .banner-content_img .chemistry_cont{
        margin-top: 60px;
    }
    .banner-content_img .chemistry_cont .cont-title-en{
        white-space:nowrap;
        font-size: 70px;
    }
    .news_list_title{
        min-height: 50px;
        max-height: 50px;
    }
    .news_list .news_list_row{
        min-height: 80px;
        max-height: 80px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
    
}

@media only screen and (max-width : 991px) {
    .knowledge{
        padding: 20px 0 0 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content_img .chemistry_cont{
        margin-top: 60px;
    }
}
@media only screen and (max-width : 991px) {
    .chemistry_cont .cont-title-en{
      font-size: 40px;
    }
    .banner-content_img{
        background-position: center top;
        background-size: cover;
    }
}
@media only screen and (max-width : 767px) {
    .banner-content{
        padding:90px 0 40px 0;
    }
    .banner-content_img .chemistry_rows{
        padding-top: 100px;
    }
    .contact-infomation .chemistry_rows{
        padding-top: 0;
    }
    .chemistry_cont .cont-title-en{
      font-size: 45px;
      line-height: 1.1;
      letter-spacing: 1.5px;
    }
    .contact-infomation{
        padding: 0px 0 0px 0;
    }
    .banner-content_img .chemistry_cont{
        border-radius: 8px;
        padding: 16px 8px;
        background-color: rgba(255, 255, 255,0.4);
    }
    .branch-section-select-option h2{
        border-right: #bdafa7 solid 0px;
        border-bottom: 1px solid #aaa;
    }
    .branch-section-select-option h2.active{
        background: #e07d19;
    }
    .branch-section-select-option .col-md-4:first-child h2{
        border-radius: 0 0 0 0;
    }
    .branch-section-select-option .col-md-4:last-child h2{
        border-radius: 0 0 0 0;
    }
}
@media only screen and (max-width : 330px) {

}
/* ==========響應式裝置 */