﻿.pmiddle .button {
    width: 50px;
    height: 30px;
    background-color: #AEE2FF;
    border: none;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
}
    .pmiddle .button:hover {
        outline: 2px solid #144272;
    }

/*列表被點選*/
.DL > li:hover {
    background: #bbdbf3;
    box-shadow: 5px 5px 5px #144272;
}

    .DL > li:hover > .DL_date > div:first-child {
        background: #bbe2f1;
    }

    .DL > li:hover > .DL_date {
        border: #769FCD solid;
    }

/*列表樣式*/
.DL {
    width: 90%;
    margin: 0;
    padding: 0;
}

    .DL li {
        background: #ECF9FF;
        /*background: #D2E4F1;*/
        box-shadow: 4px 3px 5px #0A2647; /*革色*/
        margin-top: 1.5rem;
        margin-bottom: 0;
        list-style-type: none;
        color: #262626;
        border-top-left-radius: 8rem;
        border-top-right-radius: 8rem;
        border-bottom-left-radius: 8rem;
        border-bottom-right-radius: 8rem;
    }
    /*日期樣式*/
.DL_date {
    width: 4rem;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    margin: 0;

    padding: 0;
    border: #769FCD solid;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
    overflow: hidden;
    vertical-align: middle;
}

.DL > li > .DL_date > div {
    background: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    
}

    .DL > li > .DL_date > div:first-child {
        background: #D6E6F2;
    }

/*文字樣式*/
.DL_con {
    width: 75%;
    text-decoration: none;
    margin-left: 0.6rem;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    vertical-align: middle;
    color: #262626;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 3rem;
}

a.DL_con:link, a.DL_con:visited {
    color: #262626;
}

    /*matter樣式*/
.Service {
    margin-top: 2rem;
    min-height: 500px;
    /*border: #a0d8ef solid;*/
    border-bottom-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    background: #ECF9FF;
    overflow: hidden;
}

    .Service > div.SVtitle {
        margin: 0;
        min-height: 3.5rem;
        background: #bbdbf3;
        text-align: center;
        font-size: 1.8rem;
        padding: 2rem 3.5rem 1rem 3.5rem;
        line-height: 2rem;
    }

    .Service hr {
        border: 0.1rem #769FCD solid;
    }

    .Service .SVContent {
        width: 85%;
        margin: auto;
        line-height: 2rem;
        margin-top: 0.5rem;
        padding: 1rem;
    }

.date {
    width: 90%;
    margin: auto;
    margin-top: 0.5rem;
    color:#403f3f;
    font-size:1rem;
}

    .date .up {
        float: right;
    }

    .date .sdate {
        float: left;
    }

.ps {
    width: 88%;
    margin: auto;
}

    .ps > span {
        border-bottom: #808080 double;
    }

    .ps > ul {
        list-style-position: inside;
        margin-left: 1.5rem;
    }

        .ps > ul > li {
            list-style-position: inside;
            margin-top: 0.5rem;
        }

            .ps > ul > li > a {
                color: #262626;
            }

            .ps > ul > li > img {
                vertical-align: middle;
            }

/*matter回列表樣式*/
.back {
    width: 5.5rem;
    height: 3rem;
    border: 2px solid;
    text-align: center;
    margin: auto;
    margin-top: 3rem;
}

    .back a {
        margin: auto;
        padding: 0.5rem 1rem;
        color: #203744;
        text-decoration: none;
        line-height: 3rem;
        font-weight: bold;
    }

@media screen and (max-width:849px) {
    .DL {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
    .DL_con {
        width: 60%;
        -webkit-line-clamp: 2;
    }
}
