img{
    max-width:100% !important;
	height:auto !important
}
 html{
    font-family:Arial,Helvetica,sans-serif
}
body{
    background-color:#f5f5f5!important;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,Helvetica Neue,Arial,"Noto Sans TC","Noto Sans",sans-serif;
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
body.lg2{
  font-family:  -apple-system, BlinkMacSystemFont,"Noto Sans TC","Segoe UI",Roboto,Helvetica Neue,Arial,"Noto Sans TC",
  "Noto Sans",sans-serif !important;
}
body.lg2 .issue{
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,Helvetica Neue,Arial,"Noto Sans TC","Noto Sans",sans-serif !important;
	
}


body.modal-open{
    overflow:hidden;
    position:fixed
}
@media (min-width:1170px){
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1170px!important
    }
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a {
  cursor: pointer;
}
a:hover{ text-decoration:underline}
.background-contain{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain
}
header{
    background-color:#fff;
    padding:20px 0 30px
}
header .logo{
    width:260px;
    height:92px;
    background-image:url(../images/logo1.png)
}
header .control{
    align-items:flex-end
}
header .control .ha-logo{
    width:100px;
    height:48.09px;
    background-image:url(../images/logo2.png)
}
header .previous-issue{
    margin-top:4px;
    color:#000;
    font-size:15px
}
header .font-btn-group{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:63px;
    margin-right:14px
}
header .font-btn-group div{
    cursor:pointer
}
header .font-btn-group div.active{
    color:#DB0000;
}
header .font-btn-group div:first-child{
    height:10px;
    line-height:10px;
    font-size:14px
}
header .font-btn-group div:nth-child(2){
    height:14px;
    line-height:14px;
    font-size:18px
}
header .font-btn-group div:nth-child(3){
    height:17px;
    line-height:17px;
    font-size:22px
}
header .lang-btn-group a{
    display:inline-block;
    width:36px;
    height:36px;
    border:1px solid #d3d3d3;
    line-height:36px;
    text-align:center;
    font-size:15px;
    color:#000
}
header .lang-btn-group a:last-child{
    margin-left:4px
}
nav{
    background-color:#be4144;
    font-size:16px;
    color:#fff;
    font-weight:700
}
nav .container .row>ul{
    list-style-type:none;
    margin:0;
    padding:0;
    margin-left:auto;
    margin-right:auto
}
nav .container .row>ul>li{
    display:inline
}
nav .container .row>ul>li>div{
    display:inline-block;
    height:34px;
    line-height:34px;
    padding:0 15px;
    position:relative;
    cursor:pointer
}
nav .container .row>ul>li>div:hover{
    background-color:#960004
}
nav .container .row>ul>li>div:hover ul.dropdown{
    display:block
}
nav .container .row>ul>li>div>div{
    cursor:pointer
}
nav ul.dropdown{
    z-index:1;
    display:none;
    position:absolute;
    left:0;
    list-style-type:none;
    margin:0;
    padding:0;
    background-color:#fff;
    width:240px;
    box-shadow:0 3px 6px #00000029;
    border:1px solid #d3d3d3
}
nav ul.dropdown li a{
    display:block;
    width:240px;
    color:#707070;
    border:1px solid #d3d3d3;
    padding:14px 19px 13px 15px;
    font-size:16px;
    font-weight:400;
    line-height:18px
}
nav ul.dropdown li a:hover{
    color:#be4144
}
nav .issue{
    background-color:#960004;
    height:34px;
    line-height:34px;
    padding:0 15px;
    font-size:20px
}
nav .mobile-content-btn{
    display:none;
    flex:1;
    width:100%;
    height:50px;
    cursor:pointer
}
nav .mobile-content-icon{
    width:13px;
    height:12px;
    background-image:url(../images/bar.png);
    margin-right:15px;
    margin-left:15px
}
nav .list-arrow{
    display:none;
    width:18px;
    height:18px;
    background-image:url(../images/arrow.png);
    transition:all .5s
}
.top-btn{
    position:fixed;
    right:0;
    bottom:0;
    width:100px;
    height:46px;
    background-color:#be4144;
    font-size:16px;
    font-weight:700;
    color:#fff;
    cursor:pointer;
	display:none  !important;
}
.top-btn.on{ display:flex !important}
.top-btn .top-icon{
    width:15.04px;
    height:14.5px;
    background-image:url(../images/top.png);
    margin-right:5.96px
}
footer{
    height:98px;
    line-height:98px;
    text-align:center;
    background-color:#f5f5f5
}
footer ul{
    list-style-type:none;
    margin:0;
    padding:0
}
footer ul li{
    display:inline;
    color:#707070;
    font-size:12px;
    font-family:Helvetica Neue
}
footer ul li a{
    margin-left:10px;
    color:#707070
}
section{
    background-color:#f5f5f5
}
section .main{
    padding:42px 0 23.25px;
    background-color:#fff;
    transition:all .5s
}
section .main .cover-container{
    padding:0 76px;
    transition:all .5s
}
section .main .cover-container img{
    width:100%;
    box-shadow:0 3px 10px #00000080
}
section .main #sharing{
    margin-top:16px;
    margin-bottom:32px;
    padding:0 76px;
    transition:all .5s
}
section .main #sharing div{
    margin-right:8px
}
section .main #sharing.sharing-passage{
    padding:0 55px
}
section .content{
    flex:1
}
section .content img.half{
    width:50%;
    padding-right:4px
}
section .content img.center{
    display:block;
    margin-left:auto;
    margin-right:auto
}
section .content img.border{
    border:2px solid #444!important
}
section .content div .half:last-child{
    padding-right:0
}
section .cover-content{
    padding:0
}
section .catalog{
    flex:0 0 400px;
    padding-right:60px
}
section .catalog>div:first-child{
    border-top:2px solid #be4144
}
section .catalog .part{
    background-color:#fff7f7;
    border-bottom:2px solid #be4144;
    padding:17px 14px 15px 15px;
    font-size:18px;
    line-height:24px;
    color:#be4144
}
section .catalog .part .title{
    font-weight:700
}
section .catalog .part ul{
    list-style-type:none;
    margin:0;
    padding:0;
    list-style-type:square;
    padding-left:19px
}
section .catalog .part ul li a{
    color:#be4144
}
section .side{
    flex:0.4671;
    padding-right:40px;
    transition:all .5s
}
section .side .part{
    background-color:#fff7f7;
    border-bottom:2px solid #be4144;
    font-size:18px;
    line-height:24px;
    color:#be4144;
    display:block;
    padding:0;
    margin-bottom:20px;
}
section .side .part .background-cover{
    width:100%;
    height:200px;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    transition:all .5s
}
section .side .part .background-size-top{
    background-position:top
}
section .side .part .title{
    padding:17px 14px 15px 15px
}
section .side .part:last-child{
    margin-bottom:0
}
section .inside-icon{
    width:296px;
    height:120px;
    background-image:url(images/8892e461bfe8142da4bb17af90590fe6.png)
}
section .cover{
    width:95%;
    margin-bottom:20.5px
}
section .passage{
    padding:0 55px;
    font-size:18px
}
section .passage h1{
    color:#be4144;
    font-weight:700;
    margin-bottom:21px;
    font-size:32px
}
section .passage h2{
    color:#be4144;
    font-weight:700;
    margin-bottom:24px;
    font-size:18px
}
section .passage .intro{
    font-weight:700;
    line-height:24px;
    margin-bottom:46px
}
section .passage img{
    width:420px;
    margin-bottom:46px;
    cursor:pointer;
    transition:all .5s
}
section .passage img.full{
    width:100%
}
section .passage img.icon{
    margin:auto;
    margin-bottom:3px;
    width:auto
}
section .passage img.small{
    width:350px
}
section .passage img.x-small{
    width:250px
}
section .passage img.normal{
    cursor:default
}
section .passage a{
    color:#be4144;
}
section .passage a .media-icon{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    height:50px;
    width:50px;
    margin-right:15px
}
section .passage a .video-icon{
    background-image:url(images/9849759a6530954cb9e7a57343eeb938.jpg)
}
section .passage a .file-icon{
    background-image:url(images/e142e97053c6373e051390700858e6ee.jpg)
}
section .passage hr{
    margin:0 0 46px;
    border-top:1px solid #d3d3d3
}
section .passage .paragraph{
    margin-bottom:46px
}
section .passage .paragraph .break{
    word-wrap:break-word;
    word-break:break-all
}
section .passage table,section .passage td,section .passage th{
    border:1px solid #000
}
section .passage table ul{
    padding-left:20px
}
#modal,#video-modal{
    position:fixed;
    z-index:1;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.847656);
    width:100vw;
    height:100vh;
    overflow:scroll;
    display:flex;
    align-items:center;
    justify-content:center
}
#modal>div,#video-modal>div{
    padding:30px 0
}
#modal .close-btn-row,#video-modal .close-btn-row{
    float:right
}
#modal .close-btn,#video-modal .close-btn{
    width:46px;
    height:46px;
    background-image:url(../images/close.png);
    margin-bottom:20px;
    cursor:pointer
}
#modal img,#video-modal img{
    transition:width .2s,height .2s
}
#modal .image-info,#video-modal .image-info{
    width:100%;
    text-align:center;
    margin-top:20px;
    font-size:17px;
    color:#fff
}
#modal .image-info ol,#video-modal .image-info ol{
    width:auto;
    margin:auto;
    text-align:left;
    display:inline-block
}
@media screen and (max-width:1170px){
    .container{
        width:100%;
        max-width:none
    }
    header .row{
        margin-left:0;
        margin-right:0
    }
    nav.container-fluid{
        padding-left:0;
        padding-right:0
    }
    section .side .part .background-cover{
        height:120px
    }
}
@media screen and (max-width:991px){
    header{
        padding:17px 0 15px
    }
    header .logo{
        width:172px;
        height:63px
    }
    header .font-btn-group div:first-child{
        line-height:11px;
        font-size:11px
    }
    header .font-btn-group div:nth-child(2){
        line-height:13px;
        font-size:13px
    }
    header .font-btn-group div:nth-child(3){
        line-height:16px;
        font-size:16px
    }
    header .lang-btn-group a{
        width:20px;
        height:20px;
        font-size:10px;
        line-height:20px
    }
    nav .container .row{
        flex-wrap:wrap;
        position:relative
    }
    nav .container .row>ul{
        -ms-flex-order:3;
        order:3;
        background-color:#fff7f7;
        position:absolute;
        z-index:1;
        top:50px;
        width:100%
    }
    nav .container .row>ul>li{
        width:100%;
        display:block;
        border-bottom:1px solid #be4144;
        padding:15px
    }
    nav .container .row>ul>li>div{
        color:#960004;
        height:auto;
        line-height:normal;
        width:100%;
        cursor:default;
        padding:0
    }
    nav .container .row>ul>li>div:hover{
        background-color:initial
    }
    nav .container .row>ul>li>div>div{
        height:24px
    }
    nav ul.dropdown{
        position:relative;
        display:block;
        width:100%;
        box-shadow:none;
        border:0;
        background-color:initial;
        padding-left:18px;
        margin-top:15px;
        color:#be4144
    }
    nav ul.dropdown li{
        list-style-type:square
    }
    nav ul.dropdown li a{
        display:inline;
        width:auto;
        color:#be4144;
        border:0;
        padding:0;
        line-height:24px
    }
    nav ul.dropdown li a:hover{
        color:#be4144
    }
    nav .issue{
        -ms-flex-order:2;
        order:2;
        height:50px;
        line-height:50px;
        font-size:16px
    }
    nav .mobile-content-btn{
        display:flex
    }
    nav .list-arrow{
        display:block
    }
    nav .list-arrow.active{
        transform:rotate(180deg)
    }
    footer{
        height:86px;
        line-height:14px;
        text-align:center;
        padding-top:15px
    }
    footer ul li:first-child,footer ul li:nth-child(5){
        display:block
    }
    section{
        background-color:#fff;
        padding:0
    }
    section .main .cover-container{
        padding:0;
        margin-bottom:25px
    }
    section .main .d-flex{
        flex-wrap:wrap
    }
    section .main #sharing{
        padding:0 15px
    }
    section .main #sharing.sharing-passage{
        padding:0 15px!important
    }
    section .tag{
        padding-left:15px
    }
    section .content{
        flex:0 0 100%
    }
    section .cover-content{
        padding:0 15px
    }
    section .catalog,section .side{
        flex:0 0 100%;
        padding:0 15px
    }
    section .side .part{
        margin-bottom:30px
    }
    section .side .part .background-cover{
        height:214px!important
    }
    section .cover{
        width:100%
    }
    section .passage{
        padding:0
    }
    section .passage h1,section .passage h2{
        padding:0 15px;
        margin-bottom:15px
    }
    section .passage h2{
        padding-left:0;
    }
    section .passage .intro{
        padding:0 15px
    }
    section .passage img{
        width:100%;
        margin-bottom:30px
    }
    section .passage hr{
        padding:0 15px;
        margin-bottom:15px
    }
    section .passage .paragraph{
        padding:0 15px
    }
    #modal .close-btn{
        margin-right:15px
    }
    #modal .image-info{
        padding:0 15px
    }
}
@media screen and (max-width:575px){
    section .passage .pin-image{
        width:50%
    }
}
@media screen and (max-width:400px){
    section .passage img.small,section .passage img.x-small{
        width:65%
    }
}
@media screen and (max-width:374px){
    header .container>.d-flex{
        flex-direction:column
    }
    header .control,header .logo{
        margin:0 auto
    }
    header .control{
        align-items:center
    }
    header .control .ha-logo{
        width:90px;
        height:43.281px;
        margin:10px
    }
}

.row > * {
  width: auto;
  max-width: 100%;
}
.row {
  display: flex;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
#inner_ul{ width:auto;
  display: flex;
  flex-wrap: wrap; width:calc(100% - 90px); justify-content:center}
  #inner_ul_side{ padding:0;}
.nav_cnt{ width:100%; padding:0 0 0 0;}
.nav_row{ width:100%; padding:0;  }

.video-icon{ }
.video-icon:before{background-image:url(../images/video_Icon.jpg);
background-size:cover;
background-repeat: no-repeat;
background-position: 50% 50%;
 margin:20px 0 0 0; width:50px; height:50px; display:block; content:"";
border:0px solid #f0f;
}
@media screen and (max-width: 991px) {
.nav_row{  margin:0;}
#inner_ul{ width: 100%; left:-101%; }
.off #inner_ul{  left:-101%; }
#inner_ul{  left:0; }
.nav_cnt {  padding: 0 0 0 0;}
.mb_nav.off .dropdown{ height:0;margin:0; overflow:hidden}
.mb_nav .dropdown{ height:auto;margin:15px 0 0 0; overflow:hidden}
}