/*成功案列分類頂欄*/
.top_case{    background-color: #d4f0fc;}
.top_case>ul{display: flex; justify-content:center;padding: 8px 0;}
.active_list{background-color: #e30000!important;}
.top_case>ul>li{background-color: #0e527d; padding: 6px 10px; border-radius: 10px; margin: 0 10px;}
.top_case>ul>li>a{color: #fff; font-weight: bold;}

.case-main{width: 80%;display: flex;}

/*案列文章頁面左邊 module/left_info.php*/
.case_left aside{}
.case_left aside>div{background-color: #fff; margin-bottom: 20px; -webkit-box-shadow: 0 0 6px #0002; box-shadow: 0 0 6px #0002;}
.case_left aside>div>h3{padding: 5px 5px; line-height: 20px; color: #fff; background-color: #1a87ca;}
.case_left aside>div>ul{padding: 0 0 10px 0;display: flex; flex-direction: column;}
.case_left aside>div>ul>li{    margin: 5px 0;background-color: #ffffff; padding: 0 5px; list-style-type: circle; list-style: decimal-leading-zero; border-bottom: 1px #dcdcdc solid; list-style-position: inside; position: relative;
    /*margin-bottom: 10px; background-color:#e6e7e8;list-style: inside;padding: 0 5px;    list-style-type: circle;*/}
.case_left aside>div>ul>li>a{ color: #000000;}
.case_left aside>div>ul>li>span{}
.case_left aside>div>a{text-align: center; display: block; background-color: #eeeeee; color: #434343; line-height: 23px;}

/*案列文章頁面內容*/
.case_info>h1{font-size: 26px; /*background-color: #e6e7e8;*/color: #000;}
.case_info>span{}
.case_info>div{}
.nextpage{}
.case_info{}
.case_info{background-color: #fff; padding:0 60px; font-size: 17px; color: #222;}
.case_info>div{padding-bottom: 30px}
.case_info p{text-align: justify;line-height: 42px;}
.case_info b{color: #000; font-size: 18px; background-color: #e4f9ff;}
.case_info>div span{color: #000; font-size: 18px; background-color: #f7efd4; font-weight: bold;}
@media screen and (max-width: 768px) {
    .case-main{width:90%;}
    .case_info{padding: 0;}
}
/*新聞文章頁面*/
.new_info{background-color: #fff;padding: 30px 10px;}
.new_info>h1{    font-size: 26px;line-height: 29px;}
.new_info>span{}
.content_info>span{word-wrap: break-word;}
.news_bg{padding-top: 10px;}
.content_info{margin-top:20px;margin-bottom: 40px;font-size: 18px; text-align: justify; line-height: 30px;}
.content_info>p{font-size: 18px; text-align: justify;}
/*新聞文章頁面底部更多新聞*/
.other_news{border-top: 4px solid #dcf2ff; padding-top: 20px; background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#f0f9ff), to(#fff));}
.other_news>h3{text-align: center;}
.other_news>ul{display: flex;}
.other_news>ul>li{margin: 1%; -webkit-box-shadow: -3px 4px 10px #ddf2ff; box-shadow: -3px 4px 10px #ddf2ff;background-color: #fff;}
.other_news>ul>li:hover{background: linear-gradient(-15deg, #d7f0ff 5%, white 40%, white 60%, #f6fbff 95%);}
.other_news>ul>li>a{}
.other_news>ul>li>a:hover{background-color: unset;}
    .other_news>ul>li img{width: 100%;}
.other_news>ul>li>a>p{padding: 10px; font-size: 16px; line-height: 20px;}
.other_news>ul>li>a>h4{padding: 10px 10px;font-weight: bold;}
.other_news>ul>li>a>span{display: block; color: #076bab; line-height: 28px; font-size: .75rem; max-width: 100%; text-align: right; margin-right: 5px;}
@media screen and (max-width: 768px) {
    .other_news>ul{display: flex;flex-wrap:wrap;}

}
