/* font */
@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 400;
    font-style: normal;
    src: local('googleSans-Regular'), url(../fonts/googleSans-Regular.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 700;
    font-style: normal;
    src: local('googleSans-Bold'), url(../fonts/googleSans-Bold.woff2) format('woff2');   
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.mobpart {
    background-color: #fff;
}
.pcpart {
    display: none;
}
body {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background-color: #f8f9fb;
    line-height: 1.2;
    height: 100vh;
}
* {
    margin: 0;
    padding: 0;
}
a {
    display: block;
    text-decoration: none;
    color: #333333;
}
/* line-height */
.inm-item-des,
.index-des2,
.layout-art-art,
.iabb-art,
.footer-des,
.layout-art-art,
.di-item,
.detail-about-des, 
.detail-rest-des,
.detail-type ul, 
.detail-pro ul,
.dob-item-tit, 
.dlb-item-tit,
.dob-item-des, 
.dlb-item-des,
.article-info,
.article-art,
.dmii-info-location,
.dmii-info-tel {
    line-height: 1.4;
}
/* font */
.search-item {
    font-family: Arial,Helvetica, system-ui, sans-serif, serif;
    border-top: 8px solid #e8eaed;
    -webkit-font-smoothing:auto;
}
.search-item:first-of-type,
.search-item:last-of-type {
    border-top: none;
}
/* back-drop */
#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 600px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
/* layout */
.layout-ads-pc {
    display: none;
}
.layout-ads-mb12 {
    margin-bottom: 12px;
}
.layout-ads-mb16 {
    margin-bottom: 16px;
}
.layout-ads-mb20 {
    margin-bottom: 20px;
}
.layout-ads-mt12 {
    margin-top: 12px;
}
.layout-ads-mt20 {
    margin-top: 20px;
}
.layout-beyond-ads {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.layout-beyond-ads-li {
    list-style: none;
    width: calc(100% + 30px);
    margin: 12px -20px 12px
}
.layout-background-fff {
    background-color: #fff;
}
.layout-maxbox {
}
.layout-bothbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layout-leftbox,
.layout-rightbox {
    max-width: 728px;
    width: 100%;
    margin: auto;
    margin-bottom: 28px;
}
.layout-center {
    max-width: 1132px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
.layout-breadcrumbs {
    display: none;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
.layout-breadcrumbs-item {
    color: #999999;
    margin-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.layout-breadcrumbs-item:hover {
    color: #dd9d5f;
}
.layout-maxtit {
    font-weight: 700;
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 20px;
    max-width: 728px;
}
.layout-mintit {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .layout-mintit {
    margin-bottom: 8px;
}
.layout-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc( 100% + 20px );
    margin-left: -10px;
}
.layout-list-item {
    width: 100%;
    /* background-color: #f8f9fb; */
	border-radius: 4px;
    list-style: none;
    /* margin-bottom: 12px; */
}
.layout-list-item:hover {
    background-color: #eef1f6;
}
.layout-list-con {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout-list-tit {
    font-size: 16px;
}
.layout-list-num {
    display: flex;
    white-space: nowrap;
    align-items: center;
    color: #999999;
    font-size: 14px;
    margin-left: 4px;
}
.layout-art-con {
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.layout-art-num {
    color: #cccccc;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.layout-tip {
    position: absolute;
    top: 12px;
    left: -4px;
    width: 52px;
	height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
	background-color: #d83838;
	box-shadow: 0px 0px 16px 0px 
		rgba(0, 0, 0, 0.04);
	border-radius: 0px 4px 4px 0px;
}
.layout-art-item {
    margin-bottom: 12px;
}
.layout-art-item:hover {
    background-color: #eef1f6;
    border-radius: 4px;
}
.layout-art-item-ads {
    width: 100%;
    width: calc( 100% + 16px );
    margin: 12px -8px 12px;
}
.layout-art-item-ads:hover {
    background-color: transparent;
}
.layout-art-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.layout-art-info {

}
.layout-art-cat {
    color: #dd9d5f;
    font-size: 14px;
    margin-top: 10px;
}
.layout-art-tit {
    /* height: 44px; */
    font-size:18px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.cat-list .layout-art-tit{
    height: 22px;
    overflow: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 3px;
}
.cat-list .layout-art-tit span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layout-art-art {
    color: #999999;
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.layout-art-select {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.article-list-main .layout-art-select,
.article-list-main .layout-art-item,
.cat-list-main .layout-art-item {
    margin-bottom: 0px;
}
.layout-art-select-item {
    box-sizing: border-box;
    height: 42px;
	background-color: #f8f9fb;
	border-radius: 4px;
    text-align: center;
    color: #666666;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 12px;
    margin: 0px 4px 8px;
}
.layout-art-select-item-done {
    box-sizing: border-box;
    height: 42px;
	background-color: #273b58;
	border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 12px;
    margin: 0px 4px 8px;
}
.layout-art-select-item:hover {
    background-color: #eef1f6;
    color: #666666;
}
.layout-art-select-item:active {
    background-color: #273b58;
    color: #fff;
}
/* icon */
.icon-search-c {
    border-radius: 50%;
    border: 2px solid #111;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-search-l {
    background-color: #111;
    height: 7px;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(128deg);
}
.icon-language {
    height: 22px;
    width: 22px; 
    fill: #dd9d5f;
    margin-right: 0px;
}
.icon-intro {
    width: 48px;
	height: 48px;
}
.icon-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #cccccc;;
    border-right: 2px solid #cccccc;;
    transform: rotate(45deg);
    margin-left: 8px;
}
.icon-home {
    width: 18px;
	height: 18px;
}
.icon-right {
    width: 15px;
	height: 12px;
    fill:#cccccc;
}
.icon-sidebar {
    height: 48px;
    width: 48px;
    margin-right: 12px;
}
.icon-location {
    width: 12px;
	height: 14px;
    margin-right: 8px;
}
.icon-location-detail {
    width: 24px;
	height: 24px;
    fill: #273b58;
    flex-shrink: 0;
}
.icon-tel {
    width: 14px;
	height: 14px;
    margin-right: 8px;
    flex-shrink: 0;
}
.icon-list {
    width: 16px;
	height: 12px;
    margin-right: 8px;
    flex-shrink: 0;
}
.icon-website {
    width: 18px;
	height: 18px;
    margin-right: 12px;
}
.icon-website-link {
    width: 11px;
	height: 11px;
    fill: #dd9d5f;
    margin-left: 8px;
}
.detail-info .icon-location{
    width: 17px;
	height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}
.detail-info .icon-tel{
    width: 19px;
	height: 19px;
    margin-right: 12px;
    flex-shrink: 0;
}
.detail-type ul,
.detail-pro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 14px;
}
.detail-type li,
.detail-pro li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
}
.dob-item,
.dlb-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    background-color: #f8f9fb;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 12px;
}
.dob-item .icon-arrow,
.dlb-item .icon-arrow {
    display: none;
}
.dob-item:hover,
.dlb-item:hover {
    background-color: #eef1f6;
}
.dob-item-des,
.dlb-item-des {
    color: #999999;
    display: flex;
    align-items: center;
}
.dob-item:hover .dob-item-des,
.dlb-item:hover .dlb-item-des {
    color: #666666;
}
.dob-item:hover .icon-arrow,
.dlb-item:hover .icon-arrow  {
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
}
.dob-item-tit,
.dlb-item-tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 4px;
    flex: 1;
    margin-right: 8px;
}
/* header */
.header {
    height: 56px;
    width: 100%;
    position: relative;
    background-color: #ffff;
    box-shadow: 0px 0px 12px 0px 
		rgba(0, 0, 0, 0.08);
}
.header-box {
    height: 100%;
    max-width: 1132px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
.header-logo {
	height: 26px;
    margin-right: 12px;
}
.header-logo img {
	height: 100%;
}
.header-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.hm-triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;  
    border-right: 5px solid transparent;  
    border-top: 7px solid #aaaaaa; 
    margin-top: 4px;
    margin-left: 10px;
}
.hm-pbo,
.hm-fla,
.hm-record {
    display: none;
    height: 100%;
    align-items: center;
    margin-left: 12px;
    position: relative;
    font-size: 14px;
}
.hm-la {
	height: 40px;
    padding: 0px 14px;
    border-radius: 4px;
	border: solid 1px transparent;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    margin-left: 12px;
}
.hm-la span {
    display: none;
}

.hm-moblist {
    height: 20px;
    width: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-end;
}
.hm-moblist-btn {
    height: 2px;
    width: 12px;
    float: right;
    background-color: #dd9d5f;
}
.hm-moblist::before,
.hm-moblist::after {
    display: block;
    content: '';
    height: 2px;
    width: 20px;
    background-color: #dd9d5f;
    transition: all ease .25s
}
.hm-select {
    z-index: -1;
    height: 0;
    width: max-content;
    padding: 0 0 8px;
    position: absolute;
    top: 56px;
    right: 0px;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}
.hm-la .hm-select {
    top: 42px;
    padding: 16px 0 8px;
}
.hm-select-item {
    padding: 8px 16px;
}
.hm-la .hm-select-item {
    padding: 8px 24px;
}
.hm-select-item:hover {
    color: #dd9d5f;
}
.hm-pbo:hover .hm-select,
.hm-fla:hover .hm-select,
.hm-la:hover .hm-select,
.hm-la:active .hm-select {
    opacity: 1;
    height: auto;
    z-index: 99;
}
.hm-record:hover {
    color: #dd9d5f;
}
#hm-btn {
    display: none;
}
.hm-moblist-open {
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0px;
    z-index: 99;
    display: none;
    flex-direction: column;
}
.hm-moblist-main {
    background-color: #fff;
    padding: 20px 18px 42px 18px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.08);
}
.hmmo-tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hmmo-record:hover {
    color: #dd9d5f;
}
.hmmo-box {
    margin-bottom: 28px;
}
.hmmob-item {
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 24px;
    border-left: 1px solid #eeeeee;
}
.hmmob-item:last-of-type {
    padding-bottom: 0px;
}
.hmmob-item:hover {
    color: #dd9d5f;
}
#hm-btn:checked ~ .hm-label .hm-moblist::before  {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 9px;
}
#hm-btn:checked ~ .hm-label .hm-moblist::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    bottom: 9px;
}
#hm-btn:checked ~ .hm-label .hm-moblist-btn,
#hm-btn:checked ~ .hm-la 
{
    display: none;
}
#hm-btn:checked ~ .hm-moblist-open {
    display: flex;
}
/* footer */
.footer {
	width: 100%;
	background-color: #0e2234;
	border-radius: 1px;
}
.footer-box {
    max-width: 1132px;
    margin: 0px auto;
    padding: 32px 20px;
}
.footer-select {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
.footer-logo {
	height: 28px;
    margin-bottom: 32px;
}
.footer-logo img {
	height: 100%;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.footer-menu-tit {
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 16px;
}
.fm-item {
    /* font-size: 15px; */
	color: #f8f9fb;
	opacity: 0.65;
    margin-right: 20px;
    margin-bottom: 12px;
}
.fm-item:hover {
    opacity: 1;
}
.footer-des {
    font-size: 15px;
	line-height: 22px;
	color: #fff;
    margin-top: 8px;
}
/* sidebar */
.sidebar-box {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% + 24px );
    align-items: center;
    margin-bottom: 24px;
}
.sidebar-box-item {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-left: -12px;
}
.sidebar-box-item:hover {
    background-color: #eef1f6;
    border-radius: 4px;
}
.sidebar-list-item {
    display: flex;
    align-items: center;
    padding-top: 12px;
}
.sidebar-img {
    height: 154px;
}
/* index */
.index-banner {
    height: 400px;
    background: url(../images/images-index/banner.jpg) no-repeat center center;  
    background-position: top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-main {
    margin: 82px 20px auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-tit {
    height: 30px;
}
.index-search {
    margin-top: 20px;
    width: 100%;
	height: 50px;
    background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.index-search-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 20px;
    height: 20px;
}
.index-search-input {
    border: none;
    outline: none;
    height: 100%;
    width: calc( 100% - 110px );
    padding-left: 52px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-search-btn {
    border: none;
    outline: none;
    width: 100px;
	height: 40px;
    color: #eeeeee;
	background-color: #dd9d5f;
	border-radius: 24px;
}
.index-trending {
    margin-top: 38px;
    font-size: 14px;
    color: #eeeeee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.index-trending-tip {
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 30px;
    color: #eeeeee;
    font-size: 14px;
    margin: 4px;
}
.index-number {
    display: none;
    height: 136px;
	background-color: rgb(34 49 84 / 75%);
}
.index-number-main {
    margin: auto;
    display: flex;
    /* height: 100%; */
    max-width: 946px;
    width: 70%;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: 20px;
}
.inm-item {
    flex: 1;
}
.inm-item-line {
    width: 1px;
	height: 74px;
	background-color: #dd9d5f;
	border-radius: 1px;
	opacity: 0.3;
}
.inm-item-num {
    font-size: 24px;
    text-align: center;
	color: #ffffff;
}
.inm-item-des {
    margin-top: 12px;
    font-size: 14px;
    color: #dd9d5f;
    text-align: center;
    padding: 0 8px;
}
.index-offices,
.index-advice,
.index-about {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-advice .layout-art-item:nth-child(1n+4) {
    position: absolute;
    top: -999999px;
    left: -9999999px;
}
.index-advice {
    background-color: #fff;
}
.index-advice-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-advice-btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
	background-color: #dd9d5f;
	border-radius: 30px;
    font-size: 14px;
    padding: 16px 22px;
    text-align: center;
    margin: auto;
    margin-top: 28px;
    color: #fff;
}
.index-tit2 {
    height: 22px;
}
.index-des2 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #666666;
}
.index-offices-box,
.index-advice-box,
.index-about-box,
.article-list-box,
.cat-list-box,
.page404-box {
    width: calc( 100% + 24px );
    display: flex;
    flex-wrap: wrap;
}
.page404-box {
    margin-left: -12px;
}
.iob-item,
.layout-art-item,
.iabb-item {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
}
.iob-con {
    position: relative;
    width: 100%;
    background-color: #fff;
	border-radius: 4px;
    box-shadow: 0px 0px 16px 0px 
		rgba(0, 0, 0, 0.04);
}
.iob-item:hover .iob-con {
    box-shadow: 0px 0px 20px 0px 
    rgba(0, 0, 0, 0.12);
}
.iob-img {
    height: 146px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
    vertical-align: middle;
}
.iob-name {
    font-size: 14px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
}
.iob-num {
    color: #cccccc;
    display: flex;
    align-items: center;
}
.iabb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iabb-item:nth-child(2) {
    margin-top: 18px;
    margin-bottom: 18px;
}
.iabb-tit {
    margin: 24px auto;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
.iabb-art {
    text-align: center;
    max-width: 420px;
}
/* states county office */

/* office */
.office-des {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.office-list {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% + 16px );
    margin-left: -8px;
}
.office-item {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.office-con {
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}
.office-img {
    height: 158px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.office-tit {
    height: 46px;
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0;
    padding: 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.office-address {
    padding: 0px 16px 16px;
    display: flex;
    align-items: center;
    fill: #666666;
}
.office-address-des {
    font-size: 14px;
    color: #666666;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.office-btn-list {
    display: flex;
}
.office-btn-details,
.office-btn-tel {
    font-size: 14px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    line-height: 44px;
    box-sizing: border-box;
}
.office-btn-details span,
.office-btn-tel span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.office-btn-details {
    background-color: #eef1f6;
    color: #273b58;
    fill: #273b58;
}
.office-btn-details span {
    color: #273b58;
}
.office-btn-tel{
    background-color: #273b58;
    color: #fff;
    fill: #fff;
}
.office-btn-tel span {
    color: #fff;
}
.office-btn-tel:hover {
    background-color: #dd9d5f;
}
.office-btn-details:hover {
    background-color: #e6e9f0;
}
.office-item:hover .office-con{
    box-shadow: 0px 0px 12px 0px 
		rgba(0, 0, 0, 0.16);
}
/* detail */
.detail-item {
    margin-top: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6eaf0;
}
.detail-item:last-of-type {
    border-bottom: none;
}
.detail-info {
    margin-top: 28px;
    padding-bottom: 20px;
}
.di-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    /* color: #333333; */
    fill: #273b58;
    margin: 12px 0px;
}
.di-web {
    color: #dd9d5f;
}
.detail-map-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}
.detail-map-info-item {
    font-size: 16px;
    width: 100%;
    display: flex;
}
.dmii-info {
    flex: 1;
    margin-left: 12px;
    margin-bottom: 12px;
}
.dmii-info-location {
    margin-bottom: 12px;
}
.dmii-info-tel {
    color: #666666;
}
.detail-about-des,
.detail-rest-des {
    font-size: 16px;
    margin-bottom: 12px;
}
.detail-btn-link {
    border-radius: 30px;
    background-color: #273b58;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.detail-btn-link:hover {
    background-color: #dd9d5f;
}
/* cat-list */
/* article-list */
.article-list-main,
.cat-list-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
/* article */
.article-info {
    display: none;
    color: #666666;
    font-size: 14px;
    align-items: center;
    margin-bottom: 20px;
}
.article-info-btn {
    background-color: #fcf5ef;
	border-radius: 4px;
    padding: 4px 12px;
    margin-left: 16px;
    color: #dd9d5f;
    font-size: 14px;
}
.article-art {
    font-size: 16px;
}
.article-art ul {
    padding-left: 14px;
}
.article-art h3 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
}
.article-art h4 {
    margin-top: 20px;
    margin-bottom: 16px;
}
.article-art p,
.article-art .image {
    margin-top: 16px;
    margin-bottom: 16px;
}
.article-art img {
    width: 100%;
}
.article-art ol {
    padding-left: 28px;
}
.article-art li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.article-art ul {
    margin-left: 15px;
}
.article-btn-find {
    background: url(../images/post-button.png) no-repeat center center;
    background-position: top;
    background-size: cover;
    height: 60px;
    width: 100%;
    background-color: #273b58;
	border-radius: 8px;
    margin-top: 16px;
}
.article-btn-find:hover .abf-right{
    background-color: #dd9d5f;
}
.article-btn-find:hover .icon-location{
    fill: #dd9d5f;
}
.article-btn-find-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 28px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.abf-left {
    font-weight: 700;
    display: flex;
    flex: 1;
    width: calc( 100% - 56px );
}
.abf-left-text-mob,
.abf-left-text-pc {
    font-size: 18px;
    color: #fff;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1;
}
.abf-left-text-pc {
    display: none;
}
.abf-left .icon-location {
    display: none;
    fill: #fff;
    width: 18px;
	height: 24px;
    margin-right: 12px;
}
.abf-right {
    width: 32px;
	height: 32px;
	background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.abf-right .icon-right {
    fill: #273b58;
    width: 20px;
    height: 16px;
}
.article-btnbox {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.article-btn-prev,
.article-btn-next {
	background-color: #dd9d5f;
    border: 2px solid #dd9d5f;
	border-radius: 30px;
    width: calc( 50% - 8px );
    box-sizing: border-box;
}
.article-btn-prev {
    background-color: #fff;
    border: 2px solid #dd9d5f;
}
.article-btn-prev:hover {
    background-color: #dddddd77;
}
.article-btn-next:hover {
    background-color: #cc8743;
    border: 2px solid #cc8743;
}
.article-btn-prev-con,
.article-btn-next-con {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    padding: 12px 0px;
    text-align: center;
    box-sizing: border-box;
}
.article-btn-prev-con {
    color: #dd9d5f;
}
/* serach */
.search {
    padding-top: 24px;
}
.search-form {
    display: flex;
    height: 44px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.search-icon {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 14px;
    right: 24px;
    width: 14px;
    height: 18px;
}
.search-icon .icon-search-c {
    height: 8px;
    width: 8px;
}
.search-icon .icon-search-l {
    height: 9px;
    width: 2px;
    transform: rotate(136deg);
}
.search-input {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 46px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-list {
    margin-bottom: 24px;
}
.search-con {
    padding: 12px 0;
}
.search-item-link {
    color: #202124;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    margin-bottom: 4px;
}
.search-item-url-box {
    width: calc( 100% - 42px );
}
.search-item-domain,
.search-item-url {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item-icon-bc {
    background-color: #F1F3F4;
    border-radius: 14px;
    height: 28px;
    margin-right: 14px;
    width: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.search-item-icon {
    margin: 6px;
    height: calc( 100% - 12px );
}
.search-item-tit {
    line-height: 26px;
    padding: 2px 0;
    font-size: 20px;
    color: #1a0dab;
}
.search-item-tit:hover {
    text-decoration: underline;
}
.search-item-tit b {
    color: #1a0dab;
    font-weight: 700;
}
.search-item-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.search-item-des b {
    color: #666;
    font-weight: 700;
}
.search-item-slogan {
    font-size: 15px;
    line-height: 20px;
    color: #1a0dab;
    margin-top: 10px;
}
.search-pagination {
    margin-top: 24px;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}
.search-pagination li:not(.dot) {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #e7e4da;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
.search-pagination li:hover, 
.search-pagination li:hover a {
    background-color: #eef1f6;
    color: #333;
    border-radius: 30px;
}
.search-pagination .active, 
.search-pagination .active a {
    color: #fff;
    background-color: #dd9d5f;
    border-radius: 30px;
}
.search-insert {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insert-item {
    width: 100%;
    border-top: 1px solid #dadce0;
}
.insert-item:first-of-type {
    margin-top: 8px;
}
.insert-item .search-icon {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px;
    margin-right: 26px;
}
.insert-item .icon-search-c {
    border: 2px solid #70757a;
}
.insert-item .icon-search-l {
    background-color: #70757a;
}
.insert-item a {
    border: none;
    outline: none;
    height: 48px;
    width: 100%;
    text-align: start;
    font-size: 14px;
    line-height: 22px;
    padding-right: 17px;
    align-items: center;
    box-sizing: border-box;
    display: flex;
}

.insert-item a:hover {
    text-decoration: underline;
}

.search-insert {
    display: flex;
    flex-wrap: wrap;
}

.search-insert-item {
    padding-top: 10px;
}

.search-insert-item h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.search-insert-item p {
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
/* 404 */
.page404-banner {
    height: 300px;
    background: url(../images/images-index/banner.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.page404-banner-main {
    padding-top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.page404-banner-btn {
	background-color: #dd9d5f;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    padding: 16px 0px;
    width: 70%;
    max-width: 320px;
    margin-top: 24px;
}
.page404-main {
    padding-top: 46px;
    padding-bottom: 46px;
}
@media screen and (min-width: 321px){
    .layout-maxtit {
        font-size: 24px;
    }
    .header-logo,
    .footer-logo {
        height: 36px;
    }
    .index-trending-tip {
        padding: 8px 12px;
    }
    .index-advice-btn {
        padding: 16px 32px;
    }
    .iob-name {
        font-size: 16px;
    }
}
@media screen and (min-width: 361px){
    /* index */
    .index-tit {
        height: 36px;
    }
    .index-tit2 {
        height: 26px;
    }
    /* detail */
    .detail-type li,
    .detail-pro li {
        width: calc( 50% - 14px );
    }
    .abf-left-text-mob {
        font-size: 22px;
    }
}

@media screen and (min-width: 601px){
    .pcpart {
        display: block;
    }
    .mobpart {
        display: none; 
    }
    /* layout */
    .layout-ads-pc {
        display: block;
    }
    .layout-beyond-ads {
        width: 100%;
        margin-left: 0;
    }
    .layout-beyond-ads-li {
        width: calc( 100% - 20px );
        margin-left: 10px;
    }
    .layout-maxtit {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .layout-mintit {
        font-size: 24px;
    }
    .layout-list-item {
        width: calc( 50% - 6px );
    }
    .layout-breadcrumbs {
        display: flex;
    }
    .layout-art-select-item,
    .layout-art-select-item-done {
        height: 48px;
        line-height: 48px;
        padding: 0px 16px;
    }
    .layout-art-select-item,
    .layout-art-select-item-done,
    .index-advice-btn {
        font-size: 16px;
    }
    /* header */
    .header {
        height: 72px;
    }
    .hm-moblist-open,
    .hm-select {
        position: absolute;
        top: 72px;
    }
    .hm-la {
        padding: 0px 8px;
        border: solid 1px #dddddd;
    }
    .hm-la span {
        display: inline;
    }
    .hm-moblist {
        margin-left: 20px;
    }
    /* icon */
    .icon-language {
        height: 16px;
        width: 16px;
        margin-right: 8px;
        fill: #333333;
    }
    /* sidebar */
    .sidebar-box-item {
        width: 50%;
    }
    /* index */
    .index-banner {
        height: 700px;
    }
    .index-main {
        margin: 146px auto auto auto;
        padding: 0px 20px;
    }
    .index-number {
        display: block;
    }
    .iob-item,
    .layout-art-item,
    .layout-art-item-ads {
        width: 50%;
    }
    .layout-art-item-ads {
        padding: 12px;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0;
    }
    .index-tit {
        height: 58px;
    }
    .index-tit2 {
        height: 40px;
    }
    .index-des2 {
        margin-bottom: 56px;
        font-size: 16px;
    }
    .index-trending-tip {
        padding: 16px;
        font-size: 16px;
    }
    .index-search {
        height: 60px;
    }
    .index-search-input {
        padding-left: 60px;
        font-size: 16px;
    }
    .index-search-btn {
        height: 48px;
    }
    .index-search-icon {
        top: 20px;
        left: 24px;
    }
    .index-trending,
    .inm-item-des,
    .index-search-btn {
        font-size: 16px;
    }
    .index-offices,
    .index-advice,
    .index-about {
        padding-top: 86px;
        padding-bottom: 86px;
    }
    .index-advice .layout-art-item:nth-child(1n+4) {
        position: static;
    }
    .iabb-art {
        padding: 0px 12px;
    }
    .iabb-tit {
        font-size: 24px;
    }
    /* office */
    .office-item {
        width: 50%;
    }
    /* detail */
    .detail-type li,
    .detail-pro li {
        width: 30%;
    }
    .dob-item,
    .dlb-item {
        flex-direction: row;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dob-item-tit,
    .dlb-item-tit {
        margin-bottom: 0px;
    }
    .dob-item .icon-arrow,
    .dlb-item .icon-arrow {
        display: block;
    } 
    .detail-map-info-item {
        width: calc( 50% - 8px );
    }
    /* 404 */
    .page404-banner-main {
        font-size: 36px;
    }
    .page404-banner-btn {
        font-size: 18px;
        width: 100%;
    }
    /* search */
    .search-item {
        font-family: Arial,arial, system-ui, sans-serif, serif;
        border-top: none;
    }
    .search-insert-item {
        padding-bottom: 10px;
    }
    .insert-item a {
        background-color: #f1f3f4;
        border-radius: 100px;
        padding-left: 17px;
    }
    .insert-item {
        width: calc( 50% - 8px );
        border-top: none;
        margin-top: 8px;
    }
    /* article */
    .article-info {
        display: flex;
    }
    /* art */
    .abf-left .icon-location {
        display: block;
    }
    .abf-left-text-mob {
        display: none;
    }
    .abf-left-text-pc {
        font-size: 20px;
        margin-left: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .article-btn-prev-con,
    .article-btn-next-con {
        font-size: 24px;
        padding: 16px 0px;
    }
    .article-btn-find {
        height: 80px;
    }

}
@media screen and (min-width: 729px){
    /* index */
    .index-number {
        height: 180px;
    }
    .index-number-main {
        margin-top: 40px;
    }
}
@media screen and (min-width: 901px){
    .layout-list-item {
        width: calc( 33.33% - 6px );
    }
    .layout-list-con {
        padding: 12px;
    }
    /* header */
    .hm-pbo,
    .hm-fla,
    .hm-record {
        display: flex;
    }
    .hm-la {
        padding: 0px 16px;
    }
    .hm-moblist {
        display: none;
    }
    /* footer */
    .footer-box {
        padding: 64px 20px;
    }
    .footer-menubox {
        display: flex;
    }
    .footer-menu {
        width: 33.3333%;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    /* .footer-select {
        flex-direction: row;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .footer-menu {
        flex-direction: row;
        margin-top: 12px;
    } */
    /* index */
    .index-tit {
        height: 72px;
    }
    .iabb-item:nth-child(2) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .iob-item,
    .layout-art-item,
    .iabb-item,
    .layout-art-item-ads {
        width: 33.33%;
    }
    .inm-item-num {
        font-size: 28px;
    }
}   
@media screen and (min-width: 1025px){
    /* layout */
    .layout-bothbox {
        flex-direction: row;
    }
    .layout-leftbox,
    .layout-rightbox {
        margin: 0px;
        margin-bottom: 28px;
    }
    .layout-rightbox {
        margin-left: 28px;
        max-width: 320px;
        flex: 1;
    }
    .layout-maxtit {
        max-width: 1132px;
    }
    .layout-maxtit-w728 {
        max-width: 728px;
    }
    /* sidebar */
    .sidebar-box-item {
        width: 100%;
    }
    /* index */
}