body{
    font-size: 15px;
    color: #444;
}
a{
    color: #333;
    text-decoration: none!important;
    transition: color .3s;
}
a:hover{
    color: orange;
}
h1,h2,h3,h4,h5,.navbar-brand{
    font-family: '微軟正黑體', sans-serif;
    font-weight: 700;
}
.navbar-brand{
    font-weight: 700;
    font-size: 1.3em;
}
.navbar-expand-lg {
    border-radius: 50px;
    margin: 1.5em 0;
}
.carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
}
.carousel-caption a{
    color: #fff;
}
.arc-m-item {
    border: 1px solid #efefef;
    margin-bottom: 1.5em;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
.arc-m-item:hover{
    box-shadow: 4px 3px 7px 2px rgb(118 211 220);
}
.load-more span {
    padding: .8em 5em;
    /* border: 1px solid #ededed; */
    border-radius: 30px;
    background: #37d3e2;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}
.arc-m-item .media-body{
    padding: .5em .5em .5em 0;
}
.arc-m-item .media-body p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: #777;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: justify;
    font-size: .9em;
}
.r-arc-item h5{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1em;
    line-height: 1.5em;
}
.r-arc-item{
    margin-bottom: 1.5em;
    position: relative;
}
.r-arc-item p.time{
    position: absolute;
    bottom: 0em;
    right: 0em;
    font-size: .9em;
    margin-bottom: 0;
}
.hot-box{
    margin-bottom: 1.5em;
}
.hot-box h3{
    font-size: 1em;

}
.arc-m-item .media-body p.time{
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: .9em;
}
#bannerSlider {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 7px 7px 9px 2px #ececec;
}
.c-a-t{
    width: 250px;
    height: 300px;
    object-fit: cover;
}
.c-a h3{
    font-size: 1.1em;
    line-height: 1.5em;
}
.c-a{
    overflow: hidden;
}
.c-a .card-text{
    font-size: .9em;
    color: #777;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5em;
}
.c-a-all>.col-md-6:first-child .c-a{
    border-radius: 30px 0 0 0;
}
.c-a-all>.col-md-6:nth-child(2) .c-a{
    border-radius: 0 30px 0 0;
}
.Page{
    width: 100%;
}
.Page .pagination{
    justify-content: center!important;
}
.article h1 {
    font-size: 1.5em;
    text-align: center;
    margin: 2rem 0;
    letter-spacing: 1px;
}
.arc-con{
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.6em;
    text-align: justify;
}
.arc-con p{
    /*text-indent: 2em;*/
}
.footer-cate{
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 3em;
}
.footer-cate li{
    display: inline-block;
    padding: 0 3em;
}
.footer-cate li a{
    color: #666;
}
.cpr{
    color: #666;
    font-size: .9em;
}

.cpr a{
    color: #666;
}
.relate p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.relate p:first-child{
    padding-left: 5%;
}
.relate p:last-child{
    padding-right: 5%;
}
.arc-con strong {
    font-size: 18px;
}
.about {
    padding-top: 159px;
    background: #007dba;
}
@media screen and (min-width: 992px){
    #bannerSlider img{
        height: 360px;
        object-fit: cover;
    }
    .arc-m-item img{
        width: 240px;
        height: 180px;
        object-fit: cover;
    }
    .r-arc-item img{
        width: 120px;
        height: 80px;
        object-fit: cover;
    }
    .article{
        padding-right: 4em;
    }
}

.index-ad img {
    width: 100% !important;
}

.index-ad{
    margin-bottom: 20px;
}

.index-ad a {
    display: block;
}

.ad {
    position: relative;
}
.ad:after {
    content: "广告";
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 12px;
    color: #fff;
    padding: 2px 1px;
    border: 1px solid #fff;
    background: #0000004d;
}
.whyus {
    padding: 20px 0 0px!important;
}
@media screen and (max-width: 763px){
    #bannerSlider img{
        height: 260px;
        object-fit: cover;
    }
    .arc-m-item,.r-arc-item{
        display: block!important;
    }
    .arc-m-item img,.r-arc-item img{
        width: 100%;
        max-height: 300px;
    }
    .arc-m-item .time,.r-arc-item .time{
        position: relative!important;
        bottom: unset!important;
        right: unset!important;
        text-align: right!important;
        margin-bottom: .5em;
    }
    .arc-m-item .media-body,.r-arc-item .media-body{
        padding: .5em;
    }
    .arc-m-item{
        border: none!important;
        border-bottom: 1px solid #ececec!important;
        border-radius: 0!important;
    }
}