/* ----------------------------------------
				共用
------------------------------------------- */
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:inherit;
    cursor: pointer !important;
}
a:hover{
    color:inherit;
}
.webedit{
    width:100%;
}
.webedit img{
    max-width:100%;
}
.layout1200{
	max-width: 1200px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clearboth{
	clear: both;
}
.dis_flex{
	display: flex;
}
.width33{
    width: 33.33%;
}
.width66{
    width: 66.66%;
}
.webedit{
    width: 100%;
}
.webedit img{
    max-width: 100%;
}
.page_bg{
    background-image: url(../img/page_bg.jpg);
}
.page_bgw{
    background: #fff;
    padding: 10px 25px 15px;
}
.space_bottom{
	padding-bottom: 100px;
}
.space_bottom2{
	padding-bottom: 30px;
}
.ad_slider_space{
    padding-bottom: 10px;
}
/* ----------------------------------------
				home
------------------------------------------- */
.nav_select{
    font-family: Microsoft YaHei;
    letter-spacing: 2px;
    font-size: 18px;
    padding-left: 2px;
}
.home_rightad_align{
   margin: 0 auto;
   margin-right: 0;
}
.menu_search{
	display: none;
}
.nav-item.active>.nav-link {
    background-color: rgba(255,255,255,.3) !important;
}
.nav_width{
	width: 230px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
@media screen and (max-width: 1200px){
	.nav_width{
		width: 150px;
	}
}
.home_topnav{
	width: 100%;
	height: 43px;
	background-color: #C30016; 
	color: #FFF;
	font-size: 15px;
	float: right;
    z-index: 10;
}
.home_topnav li{
	padding-top: 10px;
}
.home_topnav form{
	padding-top: 5px;
}
.home_homehover:hover{
    color: #FFBAC2 !important;
    font-weight: 500;
}
.fa-home:hover{
    /*color: #FFBAC2 !important;*/
    font-weight: 500;
}
.home_slider_padtop{
    padding-top: 43px;  /*--同home_topnav高度--*/
}
.fa-search:before{
    color: #FFF !important;
    font-size: 25px;
    cursor: pointer;
}
.search_width{
    width: 78% !important;
}
@media screen and (max-width: 991px){
	.menu_search{
		display: block;
	}

}
@media screen and (max-width: 580px){
	.top_search{
		display: none;
	}
	.home_topnav{
		padding-right: 10px;
	}
	.home_hot_txtall{
		padding-left: 10px !important;
	}
    .fa-arrow-circle-right {
        padding-left: 10px;
    }
    .home_marquee_txt {
        padding-left: 10px;
        width: 90% !important;
    }
    .home_hot_subtitle{
        height: 55px !important;
        padding-top: 5px;
    }
}
@media screen and (max-width: 320px){
	.home_topnav{
		font-size: 14px;
	}
}
.md-form input[type=text]:focus:not([readonly]){
	border-bottom: 1px solid #FFF !important;
}
.fa{
	margin-right: 2px;
}
.home_pic {
    width: 100%;
    height: 0;
    padding-bottom: 78%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.home_pic img{
    width: 65%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    cursor: auto;
}
.home_left_sliderad {
    width: 100%;
    /*height: 0;
    padding-bottom: 58%;*/
    display: block;
    position: relative;
}
@media screen and (max-width: 575px){
    .home_left_sliderad {
        margin-bottom: 100px;
    }
    .ad_slider_space{
        display: none;
    }
}
.home_left_sliderad img {
    width: 100%;
    height: 100%;
   /* position: absolute;*/
}
.home_txt h4{
	text-align: center;
    font-size: 19px;
    letter-spacing: 2px;
}
.view{
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0), 0 0 0 0 rgba(0,0,0,0.0) !important;
}
.card.card-cascade .card-body {
    padding-top: 17px;
}
.card-body {
    padding: 5px;
}
.home_marquee{
	background-color: #F8D6D6;
	box-shadow:  1px 1px 3px #bfbfbf;
    line-height: 50px;
    font-size: 17.5px;
    letter-spacing: 1px;
    font-weight: 500;
    /*margin-top: 23px; 
    margin-bottom: 18px; */
}
@media screen and (max-width: 1164px){ 
    .home_marquee{
        font-size: 16px;
    }
}
@media screen and (max-width: 1080px){ 
    .home_marquee{
        line-height: 24px;
        padding: 5px 0;
    }
}
.home_marquee_txt{
    margin-bottom: 0;
    margin-left: 10px;
}
.home_marquee_txt {
    margin-top: -5px;
}
.home_marquee_txt i{
    padding-right: 20px;
}
.fa-arrow-circle-right{
    color: #d80027 ;
    font-size: 22px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    padding-right: 10px;
}
.home_marqueetag{
	background-color: #b50208;
	color: #FFF;
	font-size: 14px;
	padding: 0 7px;
	margin: 13px 5px 0 40px;
	height: 24px;
	line-height: 24px;
	white-space:nowrap;
}
.home_marqueetag:hover{
    color: #FFF;
}
.home_line{
	background-color: #e6e6e6;
	height: 9.5px;
}
.home_line_space{
	padding-top: 28px;
}
.mb-5, .my-5 {
    margin-bottom: 18px !important;
}
.home_adline{
	background-color: #e6e6e6;
	height: 5px;
}#home_slider_mm{
    display: none;
}
@media screen and (max-width: 850px){ 
    #home_slider_mm{
        display: block;
    }  
    #home_slider_pc{
        display: none;
    } 
}
/*--------左右輪撥廣告--------*/
/*--------左邊輪撥廣告--------*/
.slick-prev:before, .slick-next:before {
    color: #000 !important;
    font-size: 30px;
    z-index: 999;
}
.home_leftad_date{
    font-size: 13px;
    color: #8f8f8f;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 0;
}
.home_leftad_title{
    color: #202020;
    padding-left: 5px;
    font-weight: 500;
    height: 100px;
    overflow: hidden;
}
.content{
    padding: 0;
    margin-top: -28px;
    line-height: 20px;
    margin-bottom: -140px;
}
/*--------右邊輪撥廣告--------*/
.home_rightad_txt{
    margin-top: -7px;
}
@media screen and (max-width: 269px){
    .home_rightad_txt{
        width: 70%;
    }
}
/*-----------------左右廣告區塊-----------------*/
#home_leftad_mm{
   display: none;
}
@media screen and (max-width: 960px){
    #home_leftad_mm{
       /*display: block;*/
    }
    #home_leftad_pc{
       /*display: none;*/
    }
}
@media screen and (max-width: 640px){
	.home_ad_right{
		display: block;
	}
	.width33{
	    width: 100%;
	}
	.width66{
	    width: 100%;
	}
}


@media screen and (max-width: 3000px){
	.disn_3000{
		display: none;
	}
	.disb_3000{
		display: block;
	}
}
@media screen and (max-width: 766px){
	.disn_766{
		display: none;
	}
	.disb_766{
		display: block;
	}
}

.single_msg {
    z-index: 1;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    display: block;
    float: left;
    position: relative;
}
.single_msg img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*------左邊廣告------*/
.home_ad_pic {
    padding-left: 0;
    cursor: pointer;
}
.home_ad_pic img{
	width: 100%;
}
/*------右邊_今日熱門新聞------*/
.home_hottitle{
	font-size: 21px;
	color: #d20000;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 0 10px 10px;
}
.home_ad_rightpic img{
	width: 100%;
}
.home_hot_txtall{
	padding-left: 25px;
	font-weight: 500;
}
.home_hot_txt{
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}
.home_hot_subtitle{
	font-size: 20px;
    font-weight: 500;
    max-height: 66px;
    overflow: hidden;
    cursor: pointer;
}
.home_hot_data{
	color: #a4a4a4;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.home_hottag_relative{
	position: relative;
    cursor: pointer;
}
.home_hottag{
	background-color: #b50208;
	color: #FFF;
	padding: 3px 10px; 
	font-size: 15px;
	width: 80px;
	white-space:nowrap;
	position: absolute;
	z-index: 9999;
    margin-top: 5px;
}
/*------右邊_政治新聞------*/
.home_political_title{
	font-size: 21px;
	color: #6402c0;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 0 10px 10px;
}
.home_political_tag{
	background-color: #6402c0;
	color: #FFF;
	padding: 3px 10px; 
	font-size: 15px;
	width: 80px;
	white-space:nowrap;
	position: absolute;
	z-index: 9999;
    margin-top: 5px;
}
.home_political_btn{
	height: 40px;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1px;
	border-color: #6402c0 !important;
	color: #6402c0 !important;
	margin: 0 auto !important;
	display: table !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
/*------右邊_地方報導------*/
.home_place_title{
	font-size: 21px;
	color: #56ad01;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 0 10px 10px;
}
.home_place_tag{
	background-color: #56ad01;
	color: #FFF;
	padding: 3px 10px; 
	font-size: 15px;
	width: 80px;
	white-space:nowrap;
	position: absolute;
	z-index: 9999;
    margin-top: 5px;
}
.home_place_btn{
	height: 40px;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1px;
	border-color: #56ad01 !important;
	color: #56ad01 !important;
	margin: 0 auto !important;
	display: table !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
/*------右邊_社會報導------*/
.home_society_title{
	font-size: 21px;
	color: #0080d2;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 0 10px 10px;
}
.home_society_tag{
	background-color: #0080d2;
	color: #FFF;
	padding: 3px 10px; 
	font-size: 15px;
	width: 80px;
	white-space:nowrap;
	position: absolute;
	z-index: 9999;
    margin-top: 5px;
}
.home_society_btn{
	height: 40px;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1px;
	border-color: #0080d2 !important;
	color: #0080d2 !important;
	margin: 0 auto !important;
	display: table !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
/*------右邊_綜合資訊------*/
.home_info_title{
	font-size: 21px;
	color: #ff7800;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 0 10px 10px;
}
.home_info_tag{
	background-color: #ff7800;
	color: #FFF;
	padding: 3px 10px; 
	font-size: 15px;
	width: 80px;
	white-space:nowrap;
	position: absolute;
	z-index: 1;
}
.home_info_btn{
	height: 40px;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1px;
	border-color: #ff7800 !important;
	color: #ff7800 !important;
	margin: 0 auto !important;
	display: table !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}
/*------footer------*/
.footer{
	width: 100%;
	height: 65px;
	background-color: #C30016; 
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding-top: 9px;
	letter-spacing: 1px;
}
@media screen and (max-width: 485px){
	.footer{
		padding: 10px 10px 0 10px; 
	}
}
/* ----------------------------------------
        全站搜尋 fullsite_search
------------------------------------------- */
.search_time{
    color: #353a39;
    padding: 0 5px 0 15px;
    font-size: 15px;
}
.search_w{
    color: #353a39;
    font-size: 17.5px;
    font-weight: 500;
    line-height: 30px;   
    text-align: center;
    clear: both;
    padding: 20px 10px 30px 10px;   
}
.search_title{
    color: #1b1b1b;  
    font-size: 18.5px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 15px 0 15px;
    width: 80%;
    margin: 0 auto;
}
.search_content{
    color: #353a39;       
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 15px 10px 15px;
    border-style: dashed;  
    border-width: 0 0 1.2px 0;
    border-color: #b7b7b7; 
    height: 63px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.search_suggest{
    color: #353a39;
    font-weight: 500;  
    line-height: 26px;
    padding: 40px 15px 10px 15px;
}
.search_input{
    height: 48px;
    border-radius: 22px;
    border: solid 3px #dcdcdc;
    margin-left: -10px;
}
.search_inputall{
    margin: 0 auto;
    display: table;
    margin-top: 70px;
    margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
    .search_input {
        margin-top: 0px;
    }
    .search_title{
        width: 100%;
    }
    .search_content{
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .search_button {
        margin-top: -40px;
        margin-right: -90px;
    }
    .search_input{
        margin-left: 0;
    }
}
@media screen and (max-width: 360px) {
	.search_inputall{
	    margin-left: 0;
	}
}
.main_title {
    display: block;
    overflow: hidden;
    float: none;
    padding: 20px 15px 10px 28px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
    clear: both;
}
.main_title h1 {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 32px;
    line-height: 40px;
    color: #353a39;
    font-weight: 600;
    margin-right: 3px;
    margin-bottom: 15px;
}
@media screen and (max-width: 750px){
	.main_title h1 {
	    display: block;
	    overflow: hidden;
	    float: left;
	    font-size: 23px;
	    line-height: 35px;
	    color: #1b1b1b;
	    font-weight: 700;
	    margin-right: 3px;
	    margin-bottom: 15px;
	}
	.main_title h2 {
	    font-size: 23px;
	}
}
.main_title h1:after {
    display: block;
    content: "";
    background: #353a39;
    height: 7px;
    width: 46px;
    margin-left: 3px;
    margin-top: 10px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.main_title h2 {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 28px;
    line-height: 40px;
    color: #71685e;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #C30016;
    color: #fff;
}
#allsearch .main_title .fl_l:first-child {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../img/icon_allsearch.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 750px){
	.main_title .fl_l:first-child {
	    width: 40px !important;
	    height: 40px !important;
	}
}
@media screen and (max-width: 480px){
	/* .page_bgw {
	   padding: 0;
	} */
}
.btn.btn-sm {
    padding: .35rem 1.6rem;
    font-size: 15.5px;
}
/* ----------------------------------------
                  頁籤
------------------------------------------- */
.page_all{
    margin-top: 35px;
    margin-bottom: 5px;
}
.pagination .page-item .page-link {
    white-space: nowrap;
}
.form-control {
	padding-right: 0;
}
/* ----------------------------------------
				  麵包屑
------------------------------------------- */
.bread{
	padding-top: 15px;
    padding-left: 15px;
}
.bread li{
    display: inline-block;
    font-size: 15px;
    color: #71685e;
    line-height: 0px;
}
.bread li a:hover{
    color: #000;
    font-weight: 500;
}
.bread li a img{
	padding-right: 2px;
}
/* ----------------------------------------
        聯絡我們 contactus
------------------------------------------- */
.c_list {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.mark.brown {
    font-size: 16px;
    line-height: 33px;
    display: block;
    overflow: hidden;
    float: none;
    position: relative;
    margin-bottom: 14px;
    margin-top: 20px;
    font-weight: 700;
    background: #BB0022 !important;
    display: table;
    color: #fff;
    padding: 1px 20px;
    border-radius: 15px;
    line-height: 25px;
}
.c_list .note {
    display: block;
    float: none;
    clear: both;
    font-size: 17.5px;
    line-height: 24px;
    padding: 10px 0;
    color: rgba(0,0,0,0.65);
    margin: 5px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.contactus_line{
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.c_list li, .c_list li a {
    display: block;
    float: none;
    clear: both;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #71685e;
}
.c_list li a {
    padding: 4px 0px;
}
.c_list .fax {
    color: #000;
}
@media screen and (max-width: 992px){
    #contactus .col-md-6 {
        padding-left: 1%;
        padding-right: 1%;
        width: 100%;
    }
}
.c_list i{
    padding-right: 10px;
}
.fontsize_plus{
    font-size: 18.3px;
}
.description {
    display: block;
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 27px;
}
.required {
    display: table;
    float: none;
    color: #bc1812 !important;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    border: 1px solid #bc1812;
    margin-bottom: 20px;
    padding-top: 1px !important;
    padding: 1px 10px;
}
.table01 {
    margin: 0 auto;
    display: table;
}
.table01 th span {
    color: #c00628;
    font-size: 21px !important;
    font-weight: 700;
    margin: 0 5px;
}
.table01 th {
    letter-spacing: 0px;
    vertical-align: top;
    text-align: right;
    color: #313131;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 5px;
    white-space: pre;
    width: 20px;
}
.table01 input, .table01 select, .table01 textarea, .table03 input, .table03 select, .table03 textarea, .table04 input, .table04 select, .table04 textarea {
    margin: 0 3px;
    font-family: Arial, "微軟正黑體";
    padding: 5px 3px;
    background-color: #eee;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    width: auto;
    display: inline-block;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.table01 td {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    padding: 10px 0px;
}
.table01 input.code {
    width: 200px;
    display: inline-block;
}
.table01 img {
    display: inline-block;
}
.btn_renew{
    display: inline;
}
.btn_renew b {
    font-size: 12px;
    line-height: 14px;
    width: 16px;
    word-break: break-all;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.contactus_btnall{
    margin-top: -30px;
}
.define_btn{
    border-radius: 5px;
    font-size: 18px;
    background-color: #BB0022; 
    font-weight: 500;
    padding: 6px 32px;
    display: inline-block;
    white-space: pre;
    margin-top: 45px;
}
.return_btn{
    border-radius: 5px;
    font-size: 18px;
    background-color: #727272; 
    font-weight: 500;
    padding: 6px 32px;
    display: inline-block;
    white-space: pre;
    margin-top: 42px;
    margin-left: 15px;
}
@media screen and (max-width: 992px){
    .table01 tr {
        display: block;
        margin-bottom: 0px;
        width: 100vw;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding-bottom: 0px;
    }
    .table01 th {
        padding: 10px 5px 0;
    }
    .table01 td {
        color: #000;
        line-height: 30px;
        font-size: 18px;
        padding: 5px 0px;
    }
    #contactus .table01 textarea {
        width: calc(100% - 19px);
        overflow: hidden;
    }
}
@media screen and (max-width: 700px){
    .table01 th {
        display: block;
    }
    .table01 td {
        width: 100vw;
        display: block;
        padding-bottom: 0px;
        width: calc(100% - 70px);
        overflow: hidden;
    }
    .table01 input.code {
        width: 90px;
        display: inline-block;
    }
    .btn_renew img {
        width: 22px;
    }
}
@media screen and (max-width: 520px){
    .btn_radius.size_l {
        padding: 4px 16px;
    }
    .define_btn{
        font-size: 16px;
        padding: 6px 16px;
    }
    .return_btn{
        font-size: 16px;
        padding: 6px 16px;
        margin-left: 0;
    }
}
@media screen and (max-width: 320px){
    .table01 input.code {
        width: 75px;
        display: inline-block;
    }
    .table01 select{
        width: 87%;
    }
}
#contactus .main_title .fl_l:first-child {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../img/icon_contactus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* ----------------------------------------
        關於我們 aboutus
------------------------------------------- */
#about .main_title .fl_l:first-child {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../img/icon_aboutus.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about_all{
	padding: 10px 95px 0 95px;
}
.about_title{
	color: #6d3e00;
	font-size: 24.5px;
	font-weight: 500;
	letter-spacing: 1px;
	border-bottom: solid 1.5px #d8cdbb;
	padding-bottom: 5px;
	margin-top: 30px;
}
.about_txt{
	padding-top: 15px;
	font-size: 17px;
	line-height: 28px;
}
@media screen and (max-width: 1024px){
    .about_all{
		padding: 0 20px 0 20px;
	}
}
@media screen and (max-width: 750px){
    .about_title{
		font-size: 22px;
		padding-bottom: 5px;
		margin-top: 25px;
	}
	.main_title {
	    padding: 20px 15px 0 0;
	}
	.space_bottom{
		padding-bottom: 60px;
	}
}
/* ----------------------------------------
        活動花絮 gallery
------------------------------------------- */
#photo .main_title .fl_l:first-child {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../img/icon_photo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.panel_photo {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    background: #fff;
    padding: 10px 25px 0;
    border: 2px solid #d4d4cf;
    border-radius: 5px;
}
/*--------card--------*/
.testimonial-card .avatar {
    border: 5px solid #99c63b;
}
.testimonial-card .card-up {
    height: 50px;
}
.indigo.lighten-1 {
    background-color: #86bc42!important;
}
.resources_list_btn {
    padding: 4px 22px;
    border-radius: 5px;
    font-size: 16px;
    bottom: 25px;
    margin: 0 auto;
    display: flex;
}
.testimonial-card .avatar {
    width: 100%;
    margin-top: 30px;
}
.resources_list_title{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}
.color71685e{
    color: #71685e;
}
.card-title {
    margin-bottom: .75rem;
    color: #71685e;
    font-size: 21.5px;
    line-height: 28px;
}
.card-title2 {
    margin-bottom: .75rem;
    color: #FFF;
    font-size: 22px;
}
.photo_list_red {
    background-color: #d30000;
}
.photh_list_pic {
    padding: 0;
    float: left;
    transform: scale(0.95, 0.95);
}
.photh_list_stint {
    width: 97%;
    height: 0;
    padding-bottom: 57%;
    display: block;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 768px){
    .photh_list_stint {
	    width: 98.5%;
	}
}
.photh_list_stint img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/* .col-md-4{
	padding-right: 15px; 
    padding-left: 15px; 
} */
/* ----------------------------------------
        政治新聞 political News
------------------------------------------- */
#news .main_title .fl_l:first-child {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../img/icon_news.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* ----------------------------------------
        最新消息列表 news_list
------------------------------------------- */
/* 訊息公告 */
.panel_news {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    background: #fff;
    /* padding: 10px 25px 15px !important; */
    border-radius: 5px;
}
.subfilter li a.current {
    color: #6e5731;
    padding-bottom: 12px;
    border-bottom: 2px solid #6e5731;
    margin-left: -39px;
}
.subfilter li a {
    color: #939393;
    font-weight: 800;
    padding: 1px 40px 10px;
}
.main_title h1:after {
    display: block;
    content: "";
    background: #353a39;
    height: 7px;
    width: 46px;
    margin-left: 3px;
    margin-top: 10px;
}
.subfilter li {
    display: inline-block;
    float: left;
    font-size: 15px;
    border-right: 1px solid #d2d2d2;
}
.subfilter ul {
    list-style: none;
    width: 98%;
    height: 35px;
    border-bottom: 2px solid #dfdfdf;
    margin: 0 auto;
}
.home_navbar{
    background-color: #98bd36;
    font-family: Microsoft YaHei;
    padding: 0.25rem 1rem 0.25rem 1rem;
}
.p-articleBox div.single_msg {
    z-index: 1;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    display: block;
    float: left;
    position: relative;
}
.p-articleBox div.single_msg img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#news .p-article.list .p-articleBox .col-sm-6:first-of-type {
    width: 297px;
}
.p-articleBox .col-sm-6:first-of-type {
    padding: 0;
}

/* .p-articleBox div.size_b .single_msg {
    width: 150px;
    height: 150px;
} */

@media screen and (max-width: 1215px){
    .articleInfor li{
        padding-right: 13px;
        word-wrap:break-word;
        width: 100%;
    }
}
@media screen and (max-width: 750px){
    .main_title{
    padding: 0px 5px;
  }
    .main_title .fl_l:first-child{
        width:40px !important;
        height:40px !important;
    }
    .main_title h1 {
        display: block;
        overflow: hidden;
        float: left;
        font-size: 24px;
        line-height:35px;
        color: #1b1b1b;
        font-weight: 700;
        margin-right: 3px;
        margin-bottom: 15px;
    }
    .main_title h2, .main_title .h2 {
        display: block;
        overflow: hidden;
        float: left;
        font-size: 24px;
        line-height:35px;
        color: #a9997b;
        font-weight: 500;
        margin-bottom: 15px;
        letter-spacing: -1.5px;
    }
}
/* 訊息公告標題 */
.news_list_search{
    background-color: #BB0022;
    margin-top: -19.5px;
}  
/* 左側訊息公告內容 */
.p-article {
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.4);
    border-radius: 3px;
    border: solid 3px #FFF;
}
.resource_linehover:hover {
    border: solid 3px #c5a739;
} 
.pt-bar-title {
    margin-left: 85px;
    color: #71685e;
    font-weight: 500;
    width: 89%;
}
.pt-bar-title h2{
    font-size: 26.5px;
    font-weight: 500;
    color: #6d3e00;
}
.articleInfor {
    padding-left: 0;
    margin-left: -15px;
}
.articleInfor li {
    line-height: 1.8;
    color: #939393;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.articleInfor a{
    color: #2972b6;
}
.articleInfor i{
    padding-right: 3px;
}
.articleMnY {
    top: 15px !important;
    left: 15px !important;
    width: 75px;
    letter-spacing: -0.2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    font-size: 11px;
    padding-top: 4px;
    color: #fff;
    background: #E7594F;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
}
.socialCountOut {
    position: absolute;
    top: 20px;
    right: 0;
}
.fb {
    width: 55px;
}
.collectIcon {
    color: #f8848d;
}
@media screen and (max-width: 1024px){
    .fb-like-btn {
        margin-left: 0;
    }
}
.list-post-img-link:before, .list6 li>a:before, .p-articleBox>a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 1;
    opacity: 0;
    transition: all .7s ease-in-out;
}
#notes_out_page.pageOut {
    margin: 0 auto;
    display: table;
}
.page, .page li {
    display: inline-block;
    margin-bottom: 2px;
}
.articleDay {
    font-weight: 900;
    display: block;
    color: #333;
    font-size: 36px;
    margin-top: 2px;
    background: #ECEDEF;
    text-shadow: -1px -1px 0 #fff;
    border-top: solid 3px #C85D56;
}
.pt-bar-title h2 a:hover {
    color: #B3002B;
}
a:focus, a:active, a:hover {
    outline: none;
}

.p-articleBox>a {
    z-index: 1;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    width: 290px;
    height: 150px;
    overflow: hidden;
}
.p-articleBox {
    height: 100%;
    width: 100%;
    display: -webkit-box;
}
.p-articleBox img{
    width: 100%;
}
.news_list_stint{
    width: 40%;
    height: 0;
    padding-bottom: 28%;
    display: block;
    position: relative;
}
.news_list_stint img{
    width: 100%;
    height: 100%;
    position: absolute; 
}
.p-articleBox p{
    height: 127px !important;
    /* overflow: hidden; 改由RD設定 */ 
    /*width: 59%;*/
    /*padding-left: 15px;*/
    padding-top: 10px;
}
.rmore{
    color: #2972b6;
    font-weight: 500;
    padding-left: 10px;
}
@media screen and (max-width: 1024px){
    .p-articleBox>a {
        z-index: 1;
        float: left;
        margin-top: 5px;
        margin-right: 15px;
        width: 100%;
        height: 100%; 
    }
    .news_list_stint {
        width: 100%;
        padding-bottom: 60%;
    }
    /* .p-articleBox p{
        width: 100%;
    } */
}
@media screen and (max-width: 1010px){
    .pt-bar-title h2 {
        width: 97%;
        font-size: 26px;
    }
}
@media screen and (max-width: 800px){
    .pt-bar-title h2 {
        font-size: 24px;
        padding-top: 5px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 580px){   
   .pt-bar-title h2 {
        font-size: 22px;
        width: 90%;
    }
}
@media screen and (max-width: 420px){   
   .pt-bar-title h2 {
        font-size: 20px ;
        width: 84% ;
    }
}
@media screen and (max-width: 360px){   
   .pt-bar-title h2 {
        font-size: 32px ;
        width: 100% ;
    }
    .pt-bar-title {
        width: 100%;
    }
}
.margin_height {
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-left: 10px;
}

/* 右側熱門 */
.p-young-menu {
    margin-bottom: 15px;
    padding: 15px 15px 0 15px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,.4);
    border-radius: 3px;
    margin-top: 10px;
}
.p-young-menu2 {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    box-shadow:0px 0px 2px rgba(0,0,0,.4);
    border-radius: 3px;
    margin-top: 10px;
}
.p-young-menu,.p-young-menu2 h2 {
    margin-bottom: .5em;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}
.btn.btn-sm {
    padding: .35rem 1.6rem;
    font-size: 15.5px;
}
.list1-con {
    height: 44px;
    margin-left: 68px;
    font-size: 14px;
    color: #2972b6;
    font-weight: 500;
    overflow: hidden;
}
.list1{
    margin-left: -37.5px;
    margin-bottom: 40px;
}
.list1 img {
    width: 60px;
    height: auto;
    display: block;
}
.list1 li {
    position: relative;
    height: 75px;
}
.list1 li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.list1 li>a {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.list1 a {
    line-height: 1.6;
}
.list1 span {
    font-size: 14px;
    color: #71685e;
    position: absolute;
    right: 3px;
    bottom: 0;
    top: 45px;
}
.list1 span:after, .newPost .subm_btn {
    right: 0;
    position: absolute;
}
.list1 span:after {
    top: -8px;
    opacity: .5;
    width: 19px;
    height: 20px;
}
.news_list_padright i{
    padding-right: 5px;
}
#notes_out_container:after, .articleDay:after,#notes_out_container:after, .articleDay:after{
    content: '';
}
.news_list_line{
    border-bottom: dotted 1px #71685e;
    padding-top: 25px;
}.md-pills li {
    padding: 0;
}
.xs_martop {
    margin-top: 49px;
}
@media screen and (max-width: 1024px){
    .fb-like-btn {
        margin-left: 0;
    }
    .p-articleBox>a {
        margin-right: 10px;
    }
    .p-articleBox{
        display: grid;
    }
    .p-articleBox.disblock{
        display: block;
    }
    .articleInfor {
        display: block;
    }
    .xs_martop {
        display: -webkit-box;
    }
    .news_list_search{
        margin-top: -20px;
    }
    .form-control{
        width: 65%;
    }
}
@media screen and (max-width: 670px){
     .xs_martop {
        margin-top: 20px; 
    }
    .news_list_search{
        margin-top: 0;
        margin-left: 0;
    } 
    .news_list_search{
        margin-top: -15px;
        margin-left: 0;
    } 
}
@media screen and (max-width: 480px){   
    .subfilter li a {
        padding: 1px 5px 10px;
        line-height: 20px;
    }
}
@media screen and (max-width: 360px){
     .articleDay{
        display: none !important;
      }
      .articleMnY {
        color: #71685e;
        background: rgba(255, 255, 255, 0.0);
        margin-left: -5px;
        padding-top: 0;
    }
    .pt-bar-title h1, .pt-bar-title h2 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 900;
        margin-bottom: 0px;
        min-height: 46px;
        padding-top: 32px;
    }
    .pt-bar-title {
        margin-left: 0;
        padding-right: 7px;
        min-height: 46px;
    }
    .p-articleBox img {
        width: 100% ;
        height: 100%;
    }
    .articleInfor {
        font-size: 15px;
    }
}
/* ----------------------------------------
                  個站搜尋
------------------------------------------- */
.form-control_photodetail{  
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
}
.h2, h2 {
    font-size: 1.5rem;
    font-weight: 500;
}
/*------------下方按鈕------------*/
.aNext, .next-text{
    margin-right: 40px;
    font-size: 14px;
    line-height: 22px;
}
.aPrev, .prev-text {
    margin-left: 40px;
    font-size: 14px;
    line-height: 22px;
}
a:hover .aNext, a:hover .aPrev {
    color: #E99999;
}
a:hover .next-text, a:hover .prev-text {
    color: #E99999;
}
.articleNav {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: solid 3px #71685e;
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 57px;
}
.articleNav:before, .rm-groups a:before {
    content: '';
}
.articleNav:before {
    position: absolute;
    width: 1px;
    height: 35px;
    top: 13px;
    left: 50%;
    background: #ddd;
}
.articleNav a {
    width: 45%; /*------文字長度------*/
    height: 52px;
    position: absolute;
    top: 0;
}
.articleNav .fa {
    position: absolute;
}
.next-text, .prev-text {
    display: block !important;
}
.articlePrev {
    text-align: left;
    left: 0;
}
.articleNext {
    text-align: right;
    right: 0;
}
.articleNav .fa-angle-double-left {
    left: 0;
    color: #999999;
    padding-top: 20px;
}
.articleNav .fa-angle-double-left:hover {
    color: #E99999;
}
.articleNav .fa {
    font-size: 55px;
    position: absolute;
    top: 4px;
}
.articleNav .fa-angle-double-right {
    right: 0;
    color: #999999;
    padding-top: 20px;
}
.articleNav .fa-angle-double-right:hover {
    color: #E99999;
}
.articleNav .fa {
    font-size: 55px;
    position: absolute;
    top: 4px;
}
.return_btn_g {
    padding: 4px 22px;
    border-radius: 5px;
    font-size: 16px;
    bottom: 45px;
    margin: 0 auto;
    display: flex;
    margin-top: 65px;
    background-color: #C90017;
}
.news_detail_stint {
    width: 40%;
    height: 0;
    padding-bottom: 28%;
    display: block;
    position: relative;
}
.p-articleBox#news_detail {
    background: #efefef;
    display: -webkit-box;
}
.news_detail_stint img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.news_detail_pad{
    padding-top: 15px;
}
@media screen and (max-width: 772px){
    .p-articleBox.disblock p {
        display: none;
    }
    .news_detail_stint {
        width: 100%;
        padding-bottom: 82%;
    }
}
@media screen and (max-width: 767px){   
    .news_detail_stint {
        width: 100%;
        padding-bottom: 60%;
    }
}
/* ----------------------------------------
        活動相簿內頁 photo_deatil
------------------------------------------- */  
.sub_title {
    display: table;
    overflow: hidden;
    float: none;
    position: relative;
    clear: both;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 10px;
} 
.sub_title li {
    display: block;
    float: left;
    margin-right: 3px;
    border-radius: 100%;
    background-color: #71685e;
    color: #fff;
    padding: 3px;
    font-size: 24px;
    width: 37px;
    height: 37px;
    line-height: 32px;
    text-align: center;
    margin-top: 18px;
}  
.sub_title:before {
    content: "";
    display: block;
    float: left;
    width: 150px;
    height: 4px;
    margin-top: 33px;
    background: -moz-linear-gradient(left, rgba(127,36,0,0) 0%, rgba(127,36,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(127,36,0,0) 0%,#71685e 100%);
    background: linear-gradient(to right, rgba(127,36,0,0) 0%,#71685e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f2400', endColorstr='#7f2400',GradientType=1 );
} 
.sub_title:after {
    content: "";
    display: block;
    float: left;
    width: 150px;
    height: 4px;
    margin-top: 33px;
    background: -moz-linear-gradient(left, rgba(127,36,0,1) 0%, rgba(127,36,0,0) 100%);
    background: -webkit-linear-gradient(left, #71685e 0%,rgba(127,36,0,0) 100%);
    background: linear-gradient(to right, #71685e 0%,rgba(127,36,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f2400', endColorstr='#007f2400',GradientType=1 );
}
@media screen and (max-width: 965px) {
    .sub_title:before,.sub_title:after {
        display: none;
    }
}
.photo_detail img{
    width: 100%;
}
.panel_photo{
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    background: #fff;
    padding: 10px 25px 15px;
    border: 1px solid #e7e3e1;
    border-radius: 5px;
}
.main_title {
    display: block;
    overflow: hidden;
    float: none;
    padding: 20px 15px 20px 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
    clear: both;
}
.panel_album .list_album {
        display: block;
    margin-top: 0px;
}
.panel_album .list_album li {
    display: block;
    width: calc((100% / 1) - 50px);
    margin: 0 25px 20px;
    float: left;
}
@media screen and (max-width: 992px) {
  .panel_album .list_album {
    display: none;
    }
}
@media screen and (max-width: 1200px) {
  .list_album li {
      display: block;
      width:calc((100% / 3) - 10px);
      margin: 0 5px 20px;
      float: left;
  }
}
.photo_detail_titpic img{
    width: 100%;
}
.form-control_photodetail{  
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
}
.photo_detail_green{
    background-color: #98bd36; 
}
.photo_detail_brown{
    background-color: #AEA191; 
}
.photo_detail_returnbtn {
    padding: 4px 22px;
    border-radius: 5px;
    font-size: 16px;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #C90017;
}
.photo_detail_stint{
    width: 100%;
    height: 0;
    padding-bottom: 64%; 
    display: block; 
    position: relative;
    margin-bottom: 25px;
}
.photo_detail_stint img{
    width: 100%;
    height: 100%;
    position: absolute; 
}
.tree{
    margin-left: -30px; 
}
@media screen and (max-width: 1200px){
    .tree{
        display: none;
    }
}


/* ----------------------------------------
        una
------------------------------------------- */  
/*.single_text {
    z-index: 1;
    float: left;
    margin-top: 0px;
    margin-right: 6px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}*/
@media screen and (max-width: 576px){
	.single_text{
	display: none;
	}
}


/* 0516新聞列表調整 */
.rec-content{
	width: 59%;
	padding-left: 15px;
}
.rec-content p{
    height: 127px !important;
    overflow: hidden;
}
.rec-content a{
	padding-left: 15px;
    padding-top: 10px;
}
.rec-content a:hover {
    color: #0e77ba;
    text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.rec-content{
		width: 100%;
	}
}