@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-display: swap;
    font-weight: bold;
    src: url(../fonts/OpenSans-Bold.woff2) format('woff2');
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-display: swap;
    font-weight: normal;
    src: url(../fonts/OpenSans-Regular.woff2) format('woff2');
}
*
{
    box-sizing: border-box;
}
body
{
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.78;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
}
html
{
    font-size: 100%;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
p,
ul,ol
{
    margin: 0;
    padding: 0;
}
a
{
    cursor: pointer;
    text-decoration: none;

    color: #111;
}
a,
a:hover,
a:visited
{
    outline: none;
}
img
{
    max-width: 100%;

    transition: opacity ease .25s;
    vertical-align: middle;

    opacity: 1;
}
img[data-src]
{
    opacity: 0;
}
button
{
    border: none;
    background: none;
}
input:focus,
button:focus,
textarea
{
    outline: none;
}
::-webkit-input-placeholder
{
    color: #ccc;
}
::-moz-placeholder
{
    color: #ccc;
}
:-ms-input-placeholder
{
    color: #ccc;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section
{
    display: block;
}
li
{
    list-style: none;
}
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px
}
.footer{
    background-color: rgb(18,18,18);
    padding: 32px;
}
.footer-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-link{
    color: #fff;
    margin-left: 32px;
}
.logo{
    font-size: 20px;
    font-weight: bold;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left center;
    padding: 8px 0 8px 50px;
}
.footer-con .logo{
    color: #fff;
}
.header-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-link{
    margin-left: 32px;
    font-size: 14px;
}
.banner{
    background: #2c3f6c url(../images/banner_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.banner-tl{
    color: #fff;
    font-size: 32px;
    line-height: 1.4;
    height: 100%;
    text-align: center;
}
.banner-tl-strong{
    /* font-size: 32px; */
    display: block;
}
.banner-tl-txt{
    font-size: 20px;
    display: block;
    margin-top: 16px;
}
.home-common-tl{
    text-align: center;
    font-size: 32px;
    margin-top: 16px;
}
.home-cate-ls{
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-bottom: 32px;
}
.home-cate-item{
    width: 100%;
    margin-bottom: 16px;
}
.home-cate-link{
    margin-left: 16px;
    border: 1px solid rgb(216, 216, 216);
    padding: 0 12px;
    display: block;
    border-radius: 6px;
    line-height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}
.disable-link{
    color: #ccc;
}
.office-info-item{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.office-ls{
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.office-item{
    padding-left: 16px;
    /* padding: 16px; */
    /* background-color: rgba(0,0,0,.02); */
    margin-bottom: 16px;
    border-radius: 8px;
    width: 100%;
}
.office-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.office-con{
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}
.office-item-info{
    padding: 20px 16px;
    font-size: 14px;
}
.office-item-des{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.office-line{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.office-more{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100%;
    background-color: rgb(51, 106, 234);
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-more{
    width: 16px;
    height: 16px;
    fill: #fff;
}
.page-tl{
    font-size: 24px;
    margin: 16px 0 8px;
}
.section-tl{
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.2;
    margin-top: 24px;
}
.office-tl{
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.office-info{
    border: 1px solid #eee;
    padding: 16px;
    /* background-color: rgba(0,0,0,.02); */
    margin-bottom: 16px;
    border-radius: 8px;
}
.page-content{
    min-height: calc(100vh - 200px);
}
.office-address{
    display: flex;
    align-items: center;
    line-height: 1.4;
    
}
.office-icon{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: #aaa;
    margin-right: 6px;
}
.office-info-item .office-icon{
    fill: rgb(51, 106, 234);
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}
#map {
    height: 400px;
    width: 100%;
}
.category-ls{
    margin-bottom: 16px;
    
}
.category-item{
    margin-top: 16px;
}
.category-con{
    width: 100%;
    border: 1px solid #eee;
    display: flex;
    height: 80px;
    border-radius: 4px;
}
.icon{
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: 30px 120px; 
    margin-right: 12px;
}
.icon-court{
    background-position: 0 -30px;
}
.icon-assessor-office{
    background-position: 0 -60px;
}
.icon-board-of-elections{
    background-position: 0 -90px;
}
.category-link{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    /* justify-content: center; */
}
.errorpage{
    /* min-height: calc(100vh - 200px);     */
}
.error{
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.breadcrumb{
    display: none;
}
/* @media screen and (min-width: 768px)
{
    .office-item{
        width: 50%;
    }
} */
@media screen and (min-width: 1024px)
{
    .breadcrumb
    {
        line-height: 1.2;

        display: flex;
        overflow: hidden;

        margin-top: 18px;
        margin-left: -8px;

        white-space: nowrap;

        color: #bbb;
    }
    .breadcrumb a:hover
    {
        text-decoration: underline;
    }
    .breadcrumb span
    {
        font-size: 14px;

        padding-right: 8px;
        padding-left: 8px;

        color: #666;
    }
    .breadcrumb li > span
    {
        color: #01875f;
    }
    .banner-tl{
        font-size: 56px;
    }
    .header-con{
        height: 72px;
    }
    .content{
        display: flex;
    }
    .content-lf{
        width: 728px;
        flex: 0 0 728px;
    }
    .content-rt{
       padding-left: 92px; 
    }
    .home-cate-item{
        width: 33.3333%;
    }
    .content-rt .home-cate-item{
        width: 100%;
    }
    /* .content-lf .home-cate-item{
        width: 33.3333%;
    } */
    .category-ls{
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
    }
    .category-item{
        width: 25%;
        margin-top: 16px;
        padding-left: 16px;
    }
    
}
