﻿.oneBanner {
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.oneBanner .inner {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.oneBanner .title {
    max-width: 100%;
    font-size: 48px;
    line-height: 67px;
    font-weight: 700;
    font-family: PingFang SC, Helvetica, Arial, sans-serif;
    color: #fff;
    position: relative;
}

.liability-wrapper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow-x: hidden;
    background-color: #fafafa;
    padding-bottom: 50px;
}

.outline {
    width: 80%;
    max-width: 1024px;
    height: auto;
    /* overflow-x: hidden; */
    /* flex-direction: column; */
    overflow: hidden;
    margin: 0px auto;
    padding: 24px 0px;
}

/*.outline a:hover{box-shadow:0 0 15px rgba(0,0,0,.1)}
.outline a:hover .item .title-wrapper{color:#f30002;}*/

.item-wrapper {
    width: 100%;
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 50px;
    cursor: pointer;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
    border-radius: 8px;
}

.item-wrapper .image-wrapper {
    height: 100%;
}

.item-wrapper .image-wrapper .image {
    width: 310px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.item-wrapper .item {
    margin: 0 0 0 36px;
    padding-right: 30px;
    height: 189px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    flex: 1
}

.item-wrapper .item .title-wrapper {
    margin: 10px 0 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
}

.item-wrapper .item .title-wrapper .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.item-wrapper .item .content {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-wrapper .item .date {
    color: #999;
}

div.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

div.pagination a,
div.pagination span {
    display: inline-block;
    height: 40px;
    margin-left: 8px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #000;
    padding: 0 10px;
    cursor: pointer;
    min-width: 40px;
}

div.pagination span:first-child {
    border-left: 1px solid #e1e1e1;
}

div.pagination a:hover {
    color: #666;
    background: #eee;
}

div.pagination span.current {
    background-color: #ff2741;
    cursor: initial;
    color: #fff;
    border-color: #ff2741;
}

div.pagination span.disabled {
    background: #fff;
    cursor: initial;
}

.search{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.searchform{
    width: 96% !important;
    max-width: 940px;
    margin: 0px auto !important;
}



/*
.pagination{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 940px;
    margin: 12px 0 0;
}

.pagination .page.disabled{
    color: #999;
}
.pagination .prev{
    width: 76px;
}

.pagination .next{
    width: 76px;
}
.pagination a{
    display: inline-block;
    height: 40px;
    margin-left: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.pagination span{
    width: 40px;
}

.pagination span.current{
    background-color: #f30002;
    color: #fff;
    border-color: #f30002;
}
        */

/*************details****************/
.passage {
    width: 100%;
    max-width: 940px;
    min-height: 800px;
    padding: 50px 100px;
    margin: 150px auto 70px auto;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.passage .title {
    margin: 0;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
}

.passage .subtitle {
    margin: 42px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.passage .subtitle .date {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.content-wrapper {
    width: 100%;
    margin: 26px 0 0;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei !important;
}

.content-wrapper .content img {
    text-align: center;
    /*margin: 10px auto;*/
}

.content-wrapper .content .paragraph {
    margin: 15px auto;
    width: 100%;
    text-align: justify;
}



@media (max-width:1024px) {
    .oneBanner {
        width: 100%;
        height: 80vw !important;
        max-height: 500px !important;
    }
    .oneBanner .title{
        font-size: 38px !important;
    }
    .outline{
        width: 100% !important;
        padding: 24px 12px !important;
    }
    .item-wrapper{
        margin-top: 24px !important;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        height: calc(80vw - 48px - 40vw);
        max-height: 198px !important;
        min-height: 148px !important;
        overflow: hidden;
    }
    .item-wrapper .image-wrapper{
        width: 40%;
        /* height: 100%; */
    }
    .item-wrapper .item .title-wrapper{
        margin: 0px !important;
    }
    .item-wrapper .item .title-wrapper .title{
        font-size: 18px !important;
        line-height: normal !important;
        /* text-align: justify !important; */
        width: 100%;
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .item-wrapper .item .content{
        line-height: normal !important;
        font-size: 12px !important;
        width: 100%;
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .item-wrapper .item{
        width: 60% !important;
        margin: 0px !important;
        padding: 0px 12px !important;
        height: 100% !important;
    }
    div.pagination a, div.pagination span{
        width: auto;
        height: 26px !important;
        margin-left: 8px !important;
        font-size: 12px !important;
        line-height: 26px !important;
        min-width: auto;
        padding: 0px 8px !important;
        white-space: nowrap;
    }
    div.pagination span:nth-child(1){
        display: none;
    }
    .word{
        padding: 12px 6px !important;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .label{
        width: 100%;
        text-align: left !important;
        padding-left: 10px;
        margin-bottom: 6px !important;
    }
    .inputbox{
        flex: 1;
        margin: 0px 24px 0px 10px !important;
    }
    .search-buttom{
        width: 20% !important;
        height: 33px !important;
        text-align: center;
        line-height: 33px !important;
        font-size: 14px !important;
        border-radius: 6px !important;
        padding: 0px !important;
        max-width: 80px !important;
    }


    .passage{
        padding: 24px !important;
        margin-top: 70px !important;
    }
    .passage .title{
        font-size: 18px !important;
        line-height: normal !important;
    }
    .passage .subtitle{
        margin-top: 18px !important;
    }
    .passage .subtitle .date{
        font-size: 14px !important;
    }
    .paragraph h4{
        max-width: 100%;
        display: inline-block;
        Word-wrap:break-word;
        text-align: justify;
    }
    .paragraph{
        font-size: 14px !important;
    }
}