@charset "utf-8";

/* CSS Document */
.type6{
    display: none;
}
input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #e2f8ff !important;
}

a:focus {
   
}

dd:before {
    content: none;
}

img {
    max-width: 100% !important;
    height: auto ;
    vertical-align: middle;
}

body {
    font-family: 微軟正黑體;
    font-size: 100%;
    background-color: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

body,
div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
label {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*For IE 6&7 only*/
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.article a {
    text-decoration: none;
}

.clean {
    clear: both;
}

.span_none {
    display: none
}

.center {
    text-align: center !important;
}

.modal-footer a {
    color: #F00
}

.modal-footer a:hover {
    color: #000
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}

.z99{position:relative;z-index:2}

.bg {
    background: url(../in_images/bg.png) no-repeat top 410px center;
}

.bg2 {
    background: url(../in_images/bg2.png) no-repeat top center;
    margin-bottom: 20px;
}
.bg2_1{
    padding-top: 120px;
}
/* menu*/

.menu2 {
   
}

#menu_bth {
    display: none
}

#main_menu {
    width: 100%;
    background: url(../../images/top_menu.png) no-repeat top center;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
}

.top_menu li {
    width: calc(100%/6);
    display: table-cell;
    position: relative;
}

.top_menu li a {
    text-decoration: none;
    color:#1b1b1b;
    padding: 12px 30px;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
    background: #fff;
    color: #2475b2;
    font-weight: bold;
 }



.top_menu li:hover>ul {
    display: block;
    
    /* 滑鼠滑入母選單後，顯示子選單 */
}

nav>.top_menu>li {
    display: table-cell;
    /* 使一級選單排成一橫列 */
}


/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    background: rgba(161,225,249,0.8);
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    left:0;
    text-align: center;
    padding: 1em 0.5em;
    /* display: none; */
}

.top_menu ul li {
    width: 100%;
    height: auto;
    display: block;
}




.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 5px 15px;
    font-size: 1.125em;
    color: #1b1b1b;
    display: block;
}

.top_menu ul li a:hover {

background: #2475b2;

border-radius:2em;

color: #ffffff;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}


/* page*/

.ace {
    color: #999;
    font-size: 84%
}

.con {

position: relative;

padding-top: 2em;
}

#header {
    position: relative;
    background: url(../../images/top_bg.png) no-repeat bottom 55px center;
    z-index: 9;
}

#header .top {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0 40px 0;
}

#logo {
    float: left
}

#logo a {
    display: block;
}

#div_content {
    background: url(../in_images/icon_news.png) #ffffff no-repeat bottom right 89px;
    border: 5px solid #a1e1f9;
    border-radius: 2em;
    color:#1b1b1b;
    padding: 1em;
}

.menu_navigation {
    color: #1b1b1b;
    position: relative;
    top: -15px;
}

.menu_nav {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
}

.menu_nav li {
    display: inline-block;
    color: #1b1b1b;
    font-size: 0.95em;
}

.menu_nav>li> a {
    color:#1b1b1b;
    display:  block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #2475b2;
}

.menu_nav li.nav_parent {
    position: relative;
}

.nav_parent .nav_focus.active,
.menu_nav li.nav_parent:hover ul {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {
    background: #c9f0ff;
    position: absolute;
    top: 31px;
    right: -20px;
    z-index: 99;
    display: table;
    text-align: left;
    display: none;
}

.menu_nav li.nav_parent .nav_focus.active{ display:block}

.nav_sub li {
    display: table-cell;
    text-align: left;
    position: relative;
}

.nav_sub li a {
    color: #000;
    display: block;
    padding: 10px 5px 10px 27px;
    white-space: nowrap;
}


.nav_sub li a:before {
    content: "\f0c8";
    position: absolute;
    left: 13px;
    top: 13px;
    color: #2475b2;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.search_main {
    padding: 1em;
}

.nav_search {
    position: relative;
}

.nav_search .text {
    border: 1px solid #000;
    border-radius: 15px;
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.nav_search .text2 {
    width: 15px;
    height: 14px;
    background: url(../images/nav_search_icon.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 15px;
}

.search_word {
    color: #000;
    padding: 5px 0 0 5px;
}

.search_word li:not(:first-child) {
    margin-right: 5px;
}

.search_word li,
.search_word a {
    color: #000;
}

.pic {
    clear: both;
    text-align: center;
    font-size: 100%;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox figure,
.imgbox2 figure {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type,
.main_type {
    text-align: right;
    font-size: 100%;
    margin-bottom: 15px;
}

#main_type * {
    /* vertical-align: top; */
}

#main_type select,
#main_type input {
    color: #000;
    padding: 0px 5px;
    height: 32px;
}

.type_word {
    color:#1b1b1b;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    color:#1b1b1b;
    text-decoration: none;
    display: inline-block;
}

.type_word a:hover {
    color: #fff9cd;
}

.type_word a:focus {
    color: #fff9cd;
}

.search_table {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go {
    border: 0px;
    background: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: top;
    text-indent: -9999px;
}

.bn_search {
    border: 0px;
    background: url(../images/icon_bn_search.png);
    width: 32px;
    height: 32px;
    vertical-align: top;
    text-indent: -9999px;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}


/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #1d69a4;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.left_menu {
    position: relative;
    padding-top: 3em;
}

.left_menu .ace {
    position: absolute;
}

.menu_icon {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #1d5549;
}

.menu2>li>.menu_icon {
   color:#1b1b1b;

}


.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    border: 5px solid #fff;
    border-radius: 30px;
    padding: 10px 15px;
}

.menu2 {
    display: none;
}

.menu2 li {
    position: relative;
}

.menu2>li {padding: 3px 0px;border-bottom: 1px dashed #d2d2d2;position: relative;}

.menu2 li>a {
    display: block;
    border-radius: 10px;
    color:#1b1b1b;
    padding: 5px 5px 5px 30px;
    font-size: 1.250em;
    font-weight: bold;
}

.menu2 .sub_menu->a,
.menu2>li>a:hover {
    color: #ffffff;
    background-color: #2475b2;
}

.menu2 span {
    font-size: 30%;
}

.menu2 .sub_sub {
    display: none;
    border-radius: 0 0 15px 15px;
    padding: 5px 5px 5px 20px;
}

.menu2 .sub_sub2>li,
.menu2 .sub_sub>li {}

.menu2 .sub_sub2>li:last-of-type,
.menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1.125em;
    background: url(../images/left_icon.png) no-repeat 14px 9px;
    padding: 5px 5px 5px 35px;
}

.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {
    color: #2475b2;
}

.menu2 .sub_sub2 {
    display: none;
    font-size: 100%;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    background: url(../images/left_icon2.png) no-repeat 42px 12px;
    color: #353535;
    padding-left: 61px;
    padding-right: 6px;
    font-size: 1em;
}

.menu2 .sub_menu3- a,
.menu2 .sub_sub2 a:hover {
    color: #2475b2;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    background: url(../images/left_icon4.png) no-repeat 77px 12px;
    color: #a1a1a1;
    padding-left: 90px;
    /* font-size: 0; */
}

.menu2 .sub_menu4- a,
.menu2 .sub_sub3 a:hover {
    background: url(../images/left_icon4.png) no-repeat 77px 12px;
    color: #d9bd00;
}

.menu2 .sub_sub4 {
    display: none;
    font-size: 100%;
}

.menu2 .sub_sub4 a {
    background: url(../images/icon03.png) no-repeat 65px 12px;
    color: #a1a1a1;
    padding-left: 75px;
}

.menu2 .sub_sub4 a:hover {
    background: url(../images/icon03.png) no-repeat 65px 12px;
    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
    background: url(../images/icon01.png) no-repeat 5px 13px;
    font-size: 100%;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    background: url(../images/icon02.png) no-repeat 21px 11px;
    font-size: 100%;
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}

#fat_footer {
    border-top: 8px solid #aae4fa;
    background: #e8f9ff;
    padding: 1em 0;
    width: 100%;
    margin: auto;
    position: relative;
}

#fat_footer ul {
    max-width: 1200px;
    margin: auto
}

#footer_main {
    background: #aae4fa;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(16.66% - 2% - 0.01px);
    margin-right: calc(2% * 6 / 5);
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
    line-height: 180%;
    text-align: center;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #2475b2;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #000;
}

#fat_footer ul li ul {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #2475b2;
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    color: #313131;
    float: none;
    padding: 0;
    line-height: 150%;
    margin-bottom: 3px;
}

#fat_footer ul li ul li a {
    color: #000;
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #246554;
}

#ff_btn {
    width: 118px;
    margin: auto;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    z-index: 9;
}

#ff_btn .btn_close {
    border: 0;
    width: 118px;
    height: 52px;
    background: url(../images/ff_close.png);
    font-size: 0;
    display: none;
}

#ff_btn .btn_open {
    border: 0;
    width: 120px;
    height: 54px;
    background: url(../images/ff_open.png);
    font-size: 0;
}

#ff_btn.active .btn_close {
    display: block;
}

#ff_btn.active .btn_open {
    display: none;
}

#footer {
    color: #000;
    line-height: 180%;
    position: relative;
}

.copyright {
    background: #ffffff;
    text-align: center;
    color:#1b1b1b;
    padding: 1em;
}



.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

#footer_info {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: table;
}

.footer_img,
.footer_word {
    display: table-cell;
    vertical-align: middle;
}

.footer_word {
    width: 42%;
}

.footer_word span {
    color: #000;
    font-weight: bold;
}

.footer_bth {
    border-radius: 5px;
    background: #000;
    color:#1b1b1b;
    padding: 1px 5px;
}

#footer .footer_bth a {
    color: #FFF
}

#footer a {
    display: inline-block;
    color: #000;
}

#footer a:hover {
    color: #2475b2;
}

.footer_img a {
    padding: 0 10px;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #F00;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w45 {
    width: 45%
}

.w40 {
    width: 40%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.red {
    font-size: 100%;
    color: #fff9cd;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.share {
   
position: absolute;
   
top: 44px;
   
left: 7px;
   
z-index: 999;
   
display:  none;
}

.share_web.active,
.news_list .bth span:hover .share_web{display:block}
.share_web {width: 220px;padding: 15px 10px;display: none;}

.share li {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px 0 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    float:  left;
}

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}


   .share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;

}

.share .type2 {
    background-image: url(../images/icon_youtube.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
   background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_google.png);
   background-color: #dc483c;
}
.share .type1:hover {
    
      background-color: #071c44;
}

.share .type2:hover {
   
    background-color: #9f0101;
}

.share .type3:hover {
   
    background-color: #008c00;
}

.share .type4:hover {

       background-color: #aa1a0e;
}

.share2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    width: 100%;
    padding: 0 4%;
}

.share2 li {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 100%;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../images/icon_top.png);
    transition: all 0.2s;
}

.share a {
    display: block;
    height: 100%;
}

.share a:hover,
.share2 li a {
    background-color: transparent !important;
    background-image: none !important;
}

.home_img {
    position: relative;
}

.home_img:before {
    content: "";
    width: 100%;
    height: 38px;
    background: url(../in_images/icon_home_img.png);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.home_img .item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 18.5%;
}

.home_img .item>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home_img a:focus,
.photo a:focus,
.photo2 a:focus,
.responsive_list2 a:focus,
.responsive a:focus {
    border: 2px #2F2F8A dotted;
}



.mod-mainvisual {
    position: relative;
    overflow: hidden;
    display: block
}

.home_img a span {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color:#1b1b1b;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px 15px 15px 30px;
    font-size: 110%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.photo {
    padding: 0;
    text-align: center
}


/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}


/*輪播圖垂直置中*/


/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}


/*箭頭垂直置中*/

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.photo {
    background: #ffffff;
    border-radius: 2em;
    position: relative;
}

.photo.owl-carousel .owl-item .outdiv, .photo.owl-carousel .owl-item a{
    border-radius: 30px;
    display: block;
    overflow: hidden;
}
.photo2.owl-carousel .owl-item div{text-align:center;background:  no-repeat;}
.owl-carousel.photo img {
    width: 1170px;
    height: 450px;
}

.photo span {
    display: block;
    background: rgba(170,228,250,0.9);
    width: 100%;
    bottom: 0;
    text-align: left;
    font-size: 1.25em;
    padding: 15px;
    border-radius: 0px 0px 30px 30px;
    color: #3e3a39;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    padding:0px;
    position: initial;
    background: #a1e1f9;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2475b2;
}
.photo .owl-next,
.photo .owl-prev {
    width: 36px;
    height: 70px;
    background-image: url(../in_images/photo_next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
    margin: 0!important;
    right: -60px;
}

.photo .owl-prev {
    background: url(../in_images/photo_prev.png) no-repeat !important;
    left: -59px;
}

.photo2 {
    border-radius: 2em;
    position: relative;
    border: 5px solid #b2e7fa;
    height: 390px;
    overflow: hidden;
}
.photo2 a{
    display: block;
    text-align: center;
    
}

.photo2 a div{
    height: 330px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo2 img {
    width: auto;
    max-height:330px;
}


.photo2 span{
    background: url(../in_images/icon_photo2.png) rgba(170,228,250,0.9) no-repeat bottom  right;
    color:#1b1b1b;
    padding: 15px 30px;
    display:  block;
    text-align: left;
    font-size: 1.125em;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photo2.owl-carousel .owl-item{vertical-align:top}


.news_tt {
    width: 100%;
    display: table;
    border-bottom: 3px solid #a1e1f9;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.news_tt li {
    width: 25%;
    line-height: 43px;
    display: table-cell;
    text-align: center;
}

.news_tt li a {
    border-radius: 2em;
    display: block;
    color:#1b1b1b;
    height: 100%;
    font-size: 1.250em;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s !important;
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover,
.news_tt .news_tt- a {
    border-radius: 2em;
    background-color: #2475b2;
    color: #ffffff;
}

.news_list {}

.news_list .bth {
    display: block;
    text-align: center;
    padding: 1em 0 0 0;
}
.news_list .bth span{display:inline-block;position:relative}
.news_list .bth span>a {
    border: 3px solid #a1e1f9;
    background:  url(../in_images/icon_news_rss.png) no-repeat center;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
    color:#1b1b1b;
    position: relative;
    font-weight: bold;
    margin: 0 15px;
    text-indent:-9999px;
}


.news_list .bth a.more {
     background:  url(../in_images/icon_news_more.png) no-repeat center;
}
.news_list .bth a.news_share {
     background:  url(../in_images/icon_news_share.png) no-repeat center;
}

.news_list .bth a:hover {
   background: #a1e1f9 url(../in_images/icon_news_rss-.png) no-repeat center;
}

.news_list .bth a.more:hover {
   background: #a1e1f9 url(../in_images/icon_news_more-.png) no-repeat center;
}
.news_list .bth a.news_share:hover {
   background: #a1e1f9 url(../in_images/icon_news_share-.png) no-repeat center;
}

.news_list>li {
    width: 100%;
    display: table;
}

.news_list>li:not(:last-child) {
    border-bottom: 1px dashed #d2d2d2;
}

.news_list .list_word {
    width: 65%;
    padding: 10px 5px;
    display: table-cell;
    vertical-align: top;
    max-width: 0;
    /*重點這行才會...*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .list_word a {
    color:#1b1b1b;
}

.news_list .list_word a:hover {
    color: #2475b2;
}

.news_list .list_date {
    background: url(../images/left_icon.png) no-repeat 5px 14px;
    width: 20%;
    color: #2475b2;
    display: table-cell;
    padding: 10px 5px 10px 29px;
    vertical-align: top;
    letter-spacing: 1px;
}

.news_list .list_department {
    width: 15%;
    background: none;
    color:#1b1b1b;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
}
.title{
    text-align:  center;
}
.title h2{
    background: #fff url(../in_images/title_service.png) no-repeat 24px 5px;
    border-radius: 2em;
    color: #2475b2;
    display: inline-block;
    font-size:  1.500em;
    font-weight: bold;
    padding: 0.8em 1.5em 0.8em 3em;
}
.title.type1 h2 {
    background: #fff url(../in_images/title_links01.png) no-repeat 25px;
}
.title.type2 h2{
    background: #fff url(../in_images/title_links02.png) no-repeat 25px;
}
.title.type3 h2{
    background: #fff url(../in_images/title_links03.png) no-repeat 25px;
}
.hot{
    text-align: left;
    padding-left: 30px;
}
.service{
    margin-top: 80px;
    display: flex;
}
.service li{
    text-align:  center;
    width: calc(100%/6 - 10px);
    margin: 0px 5px;
}
.service li:nth-child(5n) {

    margin-right: 0;
}
.service li a{
    width:  150px;
    height:  150px;
    line-height: 150px;
    border: 3px solid #fff;
    background: rgba(255,255,255,0.7);
    border-radius: 100%;
    display: inline-block;
    text-align:  center;
    transition: all 0.2s;
}
.service li a img{

    transition: all 600ms cubic-bezier(.175,.885,.32,1.275);
 
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
 
    transition-property: transform;
}

.service li strong{
    color:#1b1b1b;
    font-size: 1.250em;
    display: block;
    padding: 1em 0;
}

.service li a:hover {
        transform: scale(1.1);
        box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
.service li a:hover img{transform: rotate(30deg);}

.m_20 {
    margin-bottom: 20px
}
.m_30 {
    margin-bottom: 30px
}
.m_40 {
    margin-bottom: 40px
}
.m_50 {
    margin-bottom: 50px
}
.m_60 {
    margin-bottom: 60px
}
.m_70 {
    margin-bottom: 70px
}
.m_90 {
    margin-bottom: 90px
}
.links{
    border: 5px solid #ffffff;
    background: rgba(255,255,255,0.3);
    border-radius: 2em;
    padding: 2em 1em;
    position:  relative;
}

.links .title{
    position:  absolute;
    top: -37px;
    left:  0;
    right:  0;
}
.links_main{}
.links_main li {
   
background: url(../images/left_icon.png) no-repeat 10px 15px;
   
padding: 10px 10px 10px 30px;
   
font-size: 1.125em;
}

.links_main li:not(:last-child) {border-bottom: 1px #fff dashed;}

.links_main li a {
    color:#1b1b1b;
}

.links_main li a:hover {
    color: #2475b2;
}


.links_more  {
    background: #fff;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display:block;
    line-height: 55px;
    text-align: center;
    color:#1b1b1b;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto
}
.links_more_1{
    border: 3px solid #a1e1f9;
}

.links_more img{
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;}


.links_more:hover img{transform: rotate(180deg);}


.responsive img{max-height:62px;}

.responsive_more_main{
    position: relative;
    text-align:center;
    padding: 10px 0;
}
.responsive_more{
    position: static;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.responsive_more img{
    position:relative;
    top:-5px;
}
.s_banner{
    margin-top: 140px;
}





