body .content-box .content-left .search-ren {
    background-color: #ffffff;
    padding: 17px 0 25px;
    margin-bottom: 20px;
}

body .content-box .content-left .search-ren .search-card {
    box-shadow: 4px 24px 24px rgba(199, 202, 211, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-self: center;
    box-sizing: border-box;
    padding: 35px 12px 6px;
    border: 1px solid #f5f5f6;
    border-radius: 10px;
}

body .content-box .content-left .search-ren .search-card .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

body .content-box .content-left .search-ren .search-card .header .location {
    font-size: 18px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 24px;
    letter-spacing: 0px;
    margin-left: 8px;
    align-self: center;
    white-space: nowrap;
}

body .content-box .content-left .search-ren .search-card .header .group {
    display: flex;
    flex-direction: row;
    height: 28px;
    width: 143px;
}

body .content-box .content-left .search-ren .search-card .header .group .tag-wrapper {
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 54px;
    padding: 7px 6px 5px;
    border-radius: 14px;
}

body .content-box .content-left .search-ren .search-card .header .group .tag-wrapper .tag {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body .content-box .content-left .search-ren .search-card .header .group .tag-wrapper-1 {
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 10px;
    width: 79px;
    padding: 7px 6px 5px;
    border-radius: 14px;
}

body .content-box .content-left .search-ren .search-card .header .group .tag-wrapper-1 .tag-1 {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body .content-box .content-left .search-ren .search-card .body-item {
    height: 20px;
    font-size: 14px;
    display: flex;
    color: #565863;
    flex-direction: row;
    margin-top: 16px;
    padding: 0 6px;
}

body .content-box .content-left .search-ren .search-card .body-item .address {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

body .content-box .content-left .search-ren .search-card .body-item1 {
    display: flex;
    color: #565863;
    flex-direction: row;
    padding: 0 6px;
}

body .content-box .content-left .search-ren .search-card .body-item1 .tag-1,
body .content-box .content-left .search-ren .search-card .body-item1 .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px !important;
    margin-top: 16px !important;
}

body .content-box .content-left .search-ren .search-card .main {
    display: flex;
    flex-direction: row;
    margin-top: 21px;
    padding: 0 6px;
}

body .content-box .content-left .search-ren .search-card .main .label-1 {
    font-size: 15px;
    text-decoration: none;
    color: #565863;
    line-height: 16px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
}

body .content-box .content-left .search-ren .search-card .main .tag-wrapper-2 {
    background-color: #f2f6ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 21px;
    width: 93px;
    padding: 9px 6px;
    border-radius: 4px;
}

body .content-box .content-left .search-ren .search-card .main .tag-wrapper-2 .tag-4 {
    font-size: 14px;
    text-decoration: none;
    color: #0045c8;
    line-height: 14px;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.search-text-several {*/
/*   margin-top: 22px;*/
/*}*/
.search-text-several .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 2px 1px 8px;
}

.search-text-several .mod .search-text-header {
    display: flex;
    justify-content: space-between;
}

.search-text-several .mod .search-text-header .weixin-logo {
    background: url('/eportal/search/img/weixin_48px.png');
    background-size: 100%;
    width: 40px;
    height: 40px;
    border-radius: 1px;
}

.search-text-several .mod .search-text-header .weibo-logo {
    background: url('../image/weibo_48px.png');
    background-size: 100%;
    width: 40px;
    height: 40px;
    border-radius: 1px;
}

.search-text-several .mod .search-text-header .tag-wrapper {
    background-color: #daf2ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 79px;
    align-items: center;
    border-radius: 4px;
}

.search-text-several .mod .search-text-header .tag-wrapper .tag {
    font-size: 14px;
    text-decoration: none;
    color: #009cff;
    line-height: 14px;
    letter-spacing: 0px;
    max-width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-text-several .mod .search-text-header .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.search-text-several .mod .search-text-header .header .group {
    display: flex;
    flex-direction: row;
    height: 28px;
    padding: 4px 0;
}

.search-text-several .mod .search-text-header .header .group .location {
    font-size: 20px;
    text-decoration: none;
    color: #ff2300;
    line-height: 20px;
    letter-spacing: 0px;
    white-space: nowrap;
}

.search-text-several .mod .search-text-header .header .group .summary {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 20px;
    letter-spacing: 0px;
    margin-left: 1px;
    width: 510px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-text-several .mod .search-text-header .header .group .summary-1 {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 20px;
    letter-spacing: 0px;
    margin-left: 1px;
    width: 580px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.search-text-several .mod .search-text-header .header .group-1 {
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 70px;
    height: 14px;
    padding: 8px 6px 9px;
    border-radius: 14px;
}

.search-text-several .mod .search-text-header .header .group-1 .download {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-text-several .mod .body {
    display: flex;
    flex-direction: row;
    margin-top: 22px;
    /*height: 131px;*/
}

.search-text .mod .body .group-img {
    width: 110px;
    height: 130px;
}


.search-text-several .mod .body .group-img img {
    width: 110px;
    height: 130px;
}

.search-text-several .mod .body .group-2 {
    box-shadow: 3px 8px 8px rgba(7, 24, 36, 0.05);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 0 1px 5px;
    padding: 16px 0 14px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.search-text-several .mod .body .group-2 .tag-1 {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 12px;
    letter-spacing: 0px;
    align-self: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-text-several {
    position: relative;
    margin-bottom: 30px;
}

.search-text-several .mod .body .group-2 .view-item {
    height: 18px;
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 0 12px;
}

.search-text-several .mod .body .group-2 .view-item .icon {
    width: 20px;
    height: 18px;
    margin-left: 10px;
}

.search-text-several .mod .body .group-2 .view-item .label {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 12px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
    margin: 0 25px 0 19px;
}

.search-text-several .mod .body .group-3 {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*!*margin-left: 18px;*!*/
    /*justify-content: space-around;*/
    /*height: 131px;*/
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
    /*margin-left: 18px;*/
    max-height: 160px;
    width: 100%;
}

.search-text-several .mod .body .group-3 .summary-1 {
    /*color: #565863;*/
    /*font-size: 14px;*/
    /*text-align: left;*/
    /*line-height: 22px;*/
    /*letter-spacing: 0px;*/
    /*text-decoration: none;*/
    /*margin-left: 1px;*/
    /*color: #565863;*/
    /*font-size: 16px;*/
    /*text-align: left;*/
    /*line-height: 22px;*/
    /*letter-spacing: 0px;*/
    /*text-decoration: none;*/
    /*margin-left: 1px;*/
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
    /*-webkit-box-orient: vertical;*/
    /*line-clamp: 3;*/
    /*-webkit-line-clamp: 3;*/

    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    text-decoration: none;
    margin-left: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-indent: 2em;
}

.search-text-several .mod .body .group-3 .view {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 0 1px;
}

.search-text-several .mod .body .group-3 .view .label-1 {
    font-size: 14px;
    text-decoration: none;
    color: #565863;
    line-height: 14px;
    letter-spacing: 0px;
    width: 81px;
}

.search-text-several .mod .body .group-3 .view .summary-3 {
    /*width: 390px;*/
    /*font-size: 14px;*/
    /*text-decoration: none;*/
    /*color: #0045c8;*/
    /*line-height: 14px;*/
    /*letter-spacing: 0px;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    width: 390px;
    font-size: 16px;
    text-decoration: none;
    color: #169eef;
    line-height: 16px;
    letter-spacing: 0px;
    /*margin: 15px 0;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 0;
}

.search-text-several .mod .body .group-3 .view .summary-3 i {
    font-style: normal !important;
}

.search-text-several .mod .body .group-3 .summaryBox {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.search-text-several .mod .body .group-3 .more {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;


}

.more-collapse-data .list li .address {
    font-size: 14px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.search-text-several .mod .body .group-3 .num {
    color: #ff3712;


}

.search-text-several .mod .body .group-3 img {
    transition: transform 0.3s ease-in-out;
    width: 16px;
    transform: rotate(180deg)
}

.search-text-several .mod .body .group-3 img.active {
    width: 16px;
    transform: rotate(0)
}


.search-text-several .address {
    font-size: 14px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.more-collapse-data {
    z-index: 19999999;
    display: none;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 20px;
    top: 42px;
    right: 17px;
    margin-top: 20px;
    width: 750px;
}

.more-collapse-data .list li {
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.more-collapse-data .list li .title {

    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 20px;
    letter-spacing: 0px;
    width: 580px;
    margin: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.more-collapse-data .collapse-pagination {
    background: #fff;
    z-index: 19999999;
    padding: 20px;
    top: 42px;
    right: 17px;
    display: flex;
    justify-content: end;
}

.collapse-pagination a,
.collapse-pagination span,
.collapse-pagination input,
.collapse-pagination button{
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}

.collapse-pagination a:hover {
    background-color: #f5f5f5;
}

.collapse-pagination a.active {
    background-color: #0045c8;
    color: #fff;
}

.collapse-pagination .ellipsis {
    font-size: 14px;
}

body .content-box .content-left .search-text {
    margin-bottom: 30px;
}
body .content-box .content-left .search-text .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 22px;
    padding: 2px 1px 8px;
}
body .content-box .content-left .search-text .mod .search-text-header {
    display: flex;
    justify-content: space-between;
}

body .content-box .content-left .search-text .mod .search-text-header .weixin-logo {
    background: url('/eportal/search/img/weixin_48px.png');
    background-size: 100%;
    width: 40px;
    height: 40px;
    border-radius: 1px;
}

body .content-box .content-left .search-text .mod .search-text-header .weibo-logo {
    background: url('../image/weibo_48px.png');
    background-size: 100%;
    width: 40px;
    height: 40px;
    border-radius: 1px;
}

body .content-box .content-left .search-text .mod .search-text-header .tag-wrapper {
    background-color: #daf2ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 16px;
    padding: 10px 6px 8px;
    border-radius: 4px;
}
body .content-box .content-left .search-text .mod .search-text-header .tag-wrapper .tag {
    font-size: 16px;
    text-decoration: none;
    color: #009cff;
    line-height: 16px;
    letter-spacing: 0px;
    max-width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-text .mod .search-text-header .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
body .content-box .content-left .search-text .mod .search-text-header .header .group {
    display: flex;
    flex-direction: row;
    height: 28px;
    padding: 4px 0;
}
body .content-box .content-left .search-text .mod .search-text-header .header .group .location {
    font-size: 20px;
    text-decoration: none;
    color: #ff2300;
    line-height: 29px;
    letter-spacing: 0px;
    white-space: nowrap;
}
body .content-box .content-left .search-text .mod .search-text-header .header .group .summary {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 29px;
    letter-spacing: 0px;
    margin-left: 1px;
    width: 510px;
    padding: 0 10px ;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body .content-box .content-left .search-text .mod .search-text-header .header .group .summary-1 {
    font-size: 20px;
    text-decoration: none;
    /*color: #169eef;*/
    color: #0045c8;
    line-height: 29px;
    letter-spacing: 0px;
    margin-left: 1px;
    width: 100%;
    padding: 0 10px ;
    box-sizing: border-box;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}
body .content-box .content-left .search-text .mod .search-text-header .header .group-1 {
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 70px;
    height: 14px;
    padding: 8px 6px 9px;
    border-radius: 14px;
}
body .content-box .content-left .search-text .mod .search-text-header .header .group-1 .download {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body .content-box .content-left .search-text .mod .body {
    display: flex;
    flex-direction: row;
    margin-top: 22px;
}
body .content-box .content-left .search-text .mod .body2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 22px;
}
body .content-box .content-left .search-text .mod .body .group-img {
    width: 120px;
    height: 160px;
    padding: 0 20px;
}
body .content-box .content-left .search-text .mod .body .group-img img {
    width: 120px;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
}
body .content-box .content-left .search-text .mod .body .group-2 {
    box-shadow: 3px 8px 8px rgba(7, 24, 36, 0.05);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 0 1px 5px;
    padding: 16px 0 14px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    height: 131px;
}
body .content-box .content-left .search-text .mod .body .group-2 .tag-1 {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 12px;
    letter-spacing: 0px;
    align-self: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-text .mod .body .group-2 .view-item {
    height: 18px;
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 0 12px;
}
body .content-box .content-left .search-text .mod .body .group-2 .view-item .icon {
    width: 20px;
    height: 18px;
    margin-left: 10px;
}
body .content-box .content-left .search-text .mod .body .group-2 .view-item .label {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 12px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
    margin: 0 25px 0 19px;
}
body .content-box .content-left .search-text .mod .body .group-3 {
    display: flex;
    flex-direction: column;
    /*margin-left: 18px;*/
    max-height: 160px;
}
body .content-box .content-left .search-text .mod .body .group-3 .summary-1 {
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    text-decoration: none;
    margin-left: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-indent: 2em;
    word-break: break-all;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .summary-1 a{
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    text-decoration: none;
    margin-left: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
body .content-box .content-left .search-text .mod .body .group-3 .view {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 0 1px;
}
body .content-box .content-left .search-text .mod .body .group-3 .view .label-1 {
    font-size: 16px;
    text-decoration: none;
    color: #565863;
    line-height: 16px;
    letter-spacing: 0px;
    width: 81px;
}
body .content-box .content-left .search-text .mod .body .group-3 .view .summary-3 {
    width: 390px;
    font-size: 16px;
    text-decoration: none;
    color: #169eef;
    line-height: 16px;
    letter-spacing: 0px;
    /*margin: 15px 0;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 0;
}
body .content-box .content-left .search-text .mod .body .group-3 .view .summary-3 i{
    font-style: normal !important;

}
body .content-box .content-left .search-text .mod .body .group-3 .address {
    font-size: 16px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 16px;
    letter-spacing: 0px;
    margin-top: 10px;
    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-text .mod .body2 .group-img {
    width: 120px;
    height: 160px;
    padding: 0 20px;
}
body .content-box .content-left .search-text .mod .body2 .group-img img {
    width: 120px;
    height: 160px;
    border-radius: 10px;
}
body .content-box .content-left .search-text .mod .body2 .group-2 {
    box-shadow: 3px 8px 8px rgba(7, 24, 36, 0.05);
    background-color: #ffffff;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 0 1px 5px;
    padding: 16px 0 14px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    height: 131px;
    max-width: 25%;
}
body .content-box .content-left .search-text .mod .body2 .group-2 .tag-1 {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 12px;
    letter-spacing: 0px;
    padding: 0 20px ;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-text .mod .body2 .group-2 .view-item {
    height: 18px;
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 0 12px;
}
body .content-box .content-left .search-text .mod .body2 .group-2 .view-item .icon {
    width: 20px;
    height: 18px;
    margin-left: 10px;
}
body .content-box .content-left .search-text .mod .body2 .group-2 .view-item .label {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 12px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
    margin: 0 25px 0 19px;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-text .mod .body2 .group-3 {
    display: flex;
    flex-direction: column;
    /*margin-left: 18px;*/
    max-height: 160px;
    width: 70%;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .summary-1 {
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    text-decoration: none;
    margin-left: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .summary-1 a{
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    text-decoration: none;
    margin-left: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .view {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 0 1px;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .view .label-1 {
    font-size: 16px;
    text-decoration: none;
    color: #565863;
    line-height: 16px;
    letter-spacing: 0px;
    width: 81px;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .view .summary-3 {
    width: 390px;
    font-size: 16px;
    text-decoration: none;
    color: #169eef;
    line-height: 16px;
    letter-spacing: 0px;
    margin: 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-text .mod .body2 .group-3 .view .summary-3 i{
    font-style: normal !important;

}
body .content-box .content-left .search-text .mod .body2 .group-3 .address {
    font-size: 16px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 16px;
    letter-spacing: 0px;
    margin-top: 10px;
    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-card {
    box-shadow: 4px 24px 24px rgba(199, 202, 211, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-self: center;
    box-sizing: border-box;
    padding: 35px 12px 20px;
    border: 1px solid #f5f5f6;
    border-radius: 10px;
    margin-bottom: 30px;
}
.search-card .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.search-card .header .location {
    font-size: 24px;
    text-decoration: none;
    color: #070b2d;
    line-height: 24px;
    letter-spacing: 0px;
    margin-left: 8px;
    align-self: center;
    white-space: nowrap;
}
.search-card .header .group {
    display: flex;
    flex-direction: row;
    height: 28px;
    width: 143px;
}
.search-card .header .group .tag-wrapper {
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 54px;
    padding: 7px 6px 5px;
    border-radius: 14px;
}
.search-card .header .group .tag-wrapper .tag {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-card .header .group .tag-wrapper .tag a{
    color: #ffffff;
}
.search-card .header .group .tag-wrapper-1 {
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 10px;
    width: 79px;
    padding: 7px 6px 5px;
    border-radius: 14px;
}
.search-card .header .group .tag-wrapper-1 .tag-1 {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-card .body-item {
    height: 20px;
    font-size: 16px;
    display: flex;
    color: #565863;
    flex-direction: row;
    margin-top: 16px;
    padding: 0 6px;
}
.search-card .body-item .address {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}
.search-card .main {
    display: flex;
    flex-direction: row;
    margin-top: 21px;
    padding: 0 6px;
}
.search-card .main .label-1 {
    font-size: 15px;
    text-decoration: none;
    color: #565863;
    line-height: 16px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
}
.search-card .main .tag-wrapper-2 {

    background-color: #f2f6ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 21px;
    width: 93px;
    padding: 9px 6px;
    border-radius: 4px;
}
.search-card .main .tag-wrapper-2 span {
    width: 100%;
}
.search-card .main .tag-wrapper-2 .tag-4 {
    width: 100%;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #169eef;
    line-height: 16px;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
body .content-box .content-left .character-card{
    margin-bottom: 30px;
}

body .content-box .content-left .search-result{
    /*margin-bottom: 30px;*/
}

body .content-box .content-left .character-card .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;

}
body .content-box .content-left .character-card .mod .character-box {
    box-shadow: 4px 15px 15px rgba(199, 202, 211, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-self: center;
    box-sizing: border-box;
    padding: 20px 12px;
    border: 1px solid #f5f5f6;
    border-radius: 10px;
    width: 100%;
}
body .content-box .content-left .character-card .mod .character-box .picture {
    width: 120px;
    height: 160px;
    margin-left: 8px;
    border-radius: 10px;
}
body .content-box .content-left .character-card .mod .character-box .picture img{

    border-radius: 10px;
}
body .content-box .content-left .character-card .mod .character-box .primary {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 45px 0 39px;
}
body .content-box .content-left .character-card .mod .character-box .primary .character-name {
  flex: 1;
}
body .content-box .content-left .character-card .mod .character-box .primary .character-content{
    flex: 2;
}

body .content-box .content-left .character-card .mod .character-box .primary .tag {
    font-size: 24px;
    text-decoration: none;
    color: #070b2d;
    line-height: 24px;
    letter-spacing: 0px;
    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .character-card .mod .character-box .primary .summary {
    display: block;
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 29px;
    letter-spacing: 0px;
    text-decoration: none;
    /*margin: 20px 0 0 2px;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
body .content-box .content-left .character-card .mod .character-box .primary .grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 5px;

}
body .content-box .content-left .character-card .mod .character-box .primary .grid .col-item {
    width: 79px;
    height: 16px;
    background-color: #f2f6ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 6px 10px;
    border-radius: 4px;
    margin-right: 10px;
}
body .content-box .content-left .character-card .mod .character-box .primary .grid .col-item .tag-1 {
    font-size: 16px;
    text-decoration: none;
    color: #169eef;
    line-height: 16px;
    letter-spacing: 0px;
    max-width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-img .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
body .content-box .content-left .search-img .mod .body {
    min-height: 131px;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    justify-content: space-between;
    /*height: 131px;*/
}
body .content-box .content-left .search-img .mod .body .view {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
body .content-box .content-left .search-img .mod .body .view .location {
    font-size: 20px;
    text-decoration: none;
    /*color: #ff2300;*/
    color: #0045c8;
    line-height: 29px;
    letter-spacing: 0px;
    white-space: nowrap;
}
body .content-box .content-left .search-img .mod .body .view .tag {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 29px;
    letter-spacing: 0px;
    margin-left: 5px;
    white-space: nowrap;
}
body .content-box .content-left .search-img .mod .body .view-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body .content-box .content-left .search-img .mod .body .view-1 .entry-pic-item {
    width: 124px;
    min-height: 160px;
    object-fit: cover;
}
body .content-box .content-left .search-img .mod .footer {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding: 17px 6px;
    border: 1px solid #ebebeb;
    border-radius: 24px;
}
body .content-box .content-left .search-img .mod .footer .section {
    font-size: 16px;
    text-decoration: none;
    color: #565863;
    line-height: 16px;
    letter-spacing: 0px;
    max-width: 888px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**政务服务**/
body .content-box .content-left .search-form .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    position: relative;
}
body .content-box .content-left .search-form .mod .header {
    /*display: flex;*/
    align-items: center;
}
body .content-box .content-left .search-form .mod .header-gov {
    display: flex;
    align-items: center;
}
body .content-box .content-left .search-form .mod .header .tag-wrapper {
    background-color: #daf2ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 79px;
    padding: 9px 6px;
    border-radius: 4px;
    margin-right: 10px;
}
body .content-box .content-left .search-form .mod .header .tag-wrapper .tag {
    font-size: 16px;
    text-decoration: none;
    color: #009cff;
    line-height: 16px;
    letter-spacing: 0px;
    max-width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-form .mod .header .desc {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;;
    line-height: 29px;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 标签样式 */
body .content-box .content-left .search-form .mod label {
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

/* 答案样式 */
body .content-box .content-left .search-form .mod span {
    display: inline-block;
    font-size: 16px;
}

/* 表格样式 */
body .content-box .content-left .search-form .mod table {
    border-collapse: collapse;
    margin-top: 20px;
}

body .content-box .content-left .search-form .mod td {
    border: 1px solid #999;
    padding: 10px;
}

body .content-box .content-left .search-form .mod .lable {
    width: 88px;
    background: #f5f5f5;
}

body .content-box .content-left .search-form .mod .answer {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
body .content-box .content-left .search-form .mod .answer2 {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
body .content-box .content-left .search-form .mod .answer2 span{
     max-width: 100%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;

 }

body .content-box .content-left .search-form .mod .answer button {
    background-color: #fff;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px 5px;
}
body .content-box .content-left .search-form .mod .answer button a {
    color: #009cff;
    font-size: 16px;
}

body .content-box .content-left .search-form .mod .answer span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-form .mod table {
    border-collapse:collapse;
    border-spacing:0;
    border:1px solid #ccc;
    width: 100%;
}
body .content-box .content-left .search-form .mod table td {
    color: #565863;
    border-color:#ccc;
    padding:10px 10px;
    /* width:130px; */
    /* text-align:center; */
}
body .content-box .content-left .search-form .mod .bkf0{
    background:#f0f0f0;
}

body .content-box .content-left .search-form .mod table td .word-item0 {
}

/**地图**/
.ditu{
    width: 100%;
    border-style: none;
    border-color: unset;
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 7px 0px;
    border-radius: 9px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}

.ditu-title{
    font-family: SourceHanSansSC;
    font-weight: 500;
    font-size: 18px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 29px;
    text-align: left;
    text-decoration: none;
    padding-bottom: 20px;

    /*padding: 15px;*/

}
.ditu-list-1{
    padding-bottom: 15px;
}
.ditu-list-1 .num {
    display: inline-block;
    text-align: center;
    width: 23px;
    height: 29px;
    line-height: 25px;
    background: url(../image/mapIcon.png) no-repeat 1px 0;
    /* border: 1px solid #101010; */
    margin-right: 5px;
    color: #fff;
}
.ditu-img img{

    width: 90%;
}

.ditu-list-1 h3,.ditu-list-2 h3{

    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 16px;
    color: #101010;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    padding:  20px 0;
}


.ditu-list-1 p,.ditu-list-2 p{
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(154,154,154,1);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 15px;
    height: 15px;
    text-decoration: none;
    padding-left: 25px;
    text-align: left;

}
.ditu-img .mapDot{
    width: 100%;
    height: 220px;
}
/*map结束*/

/**page栏目卡片**/
body .content-box .content-left .jigou-card{margin-top: 30px;}
body .content-box .content-left .jigou-card .jigou-mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box {
    box-shadow: 4px 24px 24px rgba(199, 202, 211, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-self: center;
    box-sizing: border-box;
    padding: 20px 12px;
    border: 1px solid #f5f5f6;
    border-radius: 10px;
    width: 100%;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-picture {
    width: 200px;
    height: 160px;
    margin-left: 8px;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-primary {
    height: 160px;
    margin: 0 0 0 5px;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-primary .jigou-tag1 {
    font-size: 24px;
    text-decoration: none;
    color: #070b2d;
    margin-left: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-primary .jigou-summary {
    color: #565863;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    margin: 20px 0 0 2px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-primary .jigou-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 42px;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-primary .jigou-grid .jigou-item {
    width: 84px;
    height: 19px;
    padding: 9px 6px 10px;
    border-radius: 4px;
    margin-left: 10px;
}
body .content-box .content-left .jigou-card .jigou-mod .jigou-box .jigou-primary .jigou-grid .jigou-item .jigou-tag {
    font-size: 14px;
    text-decoration: none;
    color: #565863;
    line-height: 14px;
}
/*page结束*/

/*msgdata*/
body .content-box .content-left .search-qa {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
body .content-box .content-left .search-qa .main {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-bottom: 20px;
}
body .content-box .content-left .search-qa .main .group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
body .content-box .content-left .search-qa .main .group .tag-wrapper {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    background-image: url('../image/1.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-origin: padding-box;
}
body .content-box .content-left .search-qa .main .group .tag-wrapper-red {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    background-image: url('../image/duifangduihuakuang.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-origin: padding-box;
}
body .content-box .content-left .search-qa .main .group .desc {
    font-size: 16px;
    text-decoration: none;
    color: #565863;
    line-height: 16px;
    letter-spacing: 0px;
    margin-left: 10px;
    align-self: center;
    white-space: nowrap;
}
body .content-box .content-left .search-qa .main .group-1 {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
body .content-box .content-left .search-qa .main .group-1 .label-wrapper {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    background-image: url('/eportal/search/img/2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-origin: padding-box;
}
body .content-box .content-left .search-qa .main .group-1 .summary {
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 29px;
    letter-spacing: 0px;
    text-decoration: none;
    align-self: center;
    margin-left: 10px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
body .content-box .content-left .search-qa .main .group-1 .summary a{
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 29px;
    letter-spacing: 0px;
    text-decoration: none;
    width: 100%;
}
body .content-box .content-left .search-qa .main .group-1 .summary p{
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 29px;
    letter-spacing: 0px;
    text-decoration: none;
    width: 100%;
}
body .content-box .content-left .search-qa .summary-1 {
    color: #565863;
    font-size: 16px;
    text-align: left;
    line-height: 16px;
    letter-spacing: 0px;
    text-decoration: none;
}
body .content-box .content-left .search-qa .time {
    font-size: 16px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 16px;
    letter-spacing: 0px;
    align-self: flex-start;
    max-width: 885px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    margin-top: 20px;
}
/*msgdata结束*/
/*file*/
body .content-box .content-left .search-page {
    margin-bottom: 30px;
}
body .content-box .content-left .search-page .mod {
    box-shadow: 4px 24px 24px rgba(199, 202, 211, 0.2);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 22px;
    border: 1px solid #f5f5f6;
    border-radius: 10px;
}
body .content-box .content-left .search-page .mod a .pageBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .content-box .content-left .search-page .mod a .pageBox .pageName {
    width: 100%;
    color: #169eef;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body .content-box .content-left .search-page .mod a .pageBox .pageTime {
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #c7cad3;
    line-height: 28px;
    letter-spacing: 0px;
    align-self: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
body .content-box .content-left .search-page .mod a .pageBox .group{
    background-color: #4195ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 70px;
    height: 14px;
    padding: 8px 6px 9px;
    border-radius: 14px;
}
body .content-box .content-left .search-page .mod a .pageBox .group .download{
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 0px;
    max-width: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*file结束*/

/**相关搜索**/

.xg-search{
    margin-bottom: 30px;
}

.xg-search-title{

    color: #222;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
}
.xg-search-list ul li{
    float: left;
    padding: 10px 10px;
}
.xg-search-list ul li a{
    float: left;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: -10px;
    background: #F5F5F6;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    text-align: left;
    width: 224px;
    color: #0045c8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;

}



.search-card .more {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-card .more .num {
    color: #ff3712;
}

.search-card .more img {
    transition: transform 0.3s ease-in-out;
    width: 16px;
    transform: rotate(180deg)
}

.character-card .mod .more {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.character-card .mod .more .num {
    color: #ff3712;
}

.character-card .mod .more img {
    transition: transform 0.3s ease-in-out;
    width: 16px;
    transform: rotate(180deg)
}

body .content-box .content-left .search-form{
    margin-bottom: 30px;
}

.search-form .mod .more {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-form .mod .more .num {
    color: #ff3712;
}

.search-form .mod .more img {
    transition: transform 0.3s ease-in-out;
    width: 16px;
    transform: rotate(180deg)
}

.search-text .mod .more {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-text .mod .more .num {
    color: #ff3712;
}

.search-text .mod .more img {
    transition: transform 0.3s ease-in-out;
    width: 16px;
    transform: rotate(180deg)
}

/*视频*/
.search-video .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.search-video .mod .body {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    justify-content: space-between;
    /* height: 131px; */
}

.search-video .mod .body .view {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.search-video .mod .body .view .location {
    font-size: 20px;
    text-decoration: none;
    color: #ff2300;
    line-height: 20px;
    letter-spacing: 0px;
    white-space: nowrap;
}
.search-video .mod .body .view .tag {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 20px;
    letter-spacing: 0px;
    margin-left: 5px;
    white-space: nowrap;
}

.search-video .mod .body .view-1 {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}
.search-video .mod .body .view-1 div {
  margin-right: 3%;
}

.search-video .mod .body .view-1 .entry-pic-item {
    margin-top: 15px;
    width: 100%;
    height: 115px;
}

.search-video .mod .footer {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding: 17px 6px;
    border: 1px solid #ebebeb;
    border-radius: 24px;
}

.search-video .mod .footer .section {
    font-size: 14px;
    text-decoration: none;
    color: #565863;
    line-height: 14px;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.view-1 .title{
    max-width: 180px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 10px;
}

.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}

.pagination a,
.pagination span,
.pagination input,
.pagination button{
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}
.total-page,.jump{
    border: 0 !important;

}
.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination a.active {
    background-color: #0045c8;
    color: #fff;
}

.pagination .ellipsis {
    font-size: 14px;
}

/*.pagination input[type="number"] {*/
/*    width: 50px;*/
/*    text-align: center;*/
/*}*/

.pagination button {
    background-color: #0077cc;
    color: #fff;
    cursor: pointer;
}
.pageInpt{
    width: 20px;
}

/* chrome */
.pageInpt::-webkit-outer-spin-button,
.pageInpt::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* 火狐浏览器 */
.pageInpt[type="number"]{
    -moz-appearance: textfield;
}

.investigation {
    margin-top: 20px;
}

.investigation .mod {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 122px;
    width: 100%;
    padding: 17px 12px 25px;
    box-sizing: border-box;
}

.investigation .mod .wrapper {
    box-shadow: 4px 24px 24px rgba(199, 202, 211, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-self: center;
    box-sizing: border-box;
    padding: 9px 10px 19px;
    border: 1px solid #f5f5f6;
    border-radius: 10px;
}

.investigation .mod .wrapper .header {
    cursor: pointer;
    align-self: flex-end;
    width: 14px;
    height: 14px;
    border-radius: 1px;
}

.investigation .mod .wrapper .body {
    display: flex;
    flex-direction: row;
    margin-top: 6px;
    padding: 0 9px;
}

.investigation .mod .wrapper .body .info {
    font-size: 12px;
    text-decoration: none;
    color: #565863;
    line-height: 14px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
}

.investigation .mod .wrapper .body .view {
    box-shadow: 3px 8px 8px rgba(113, 208, 0, 0.3);
    background-color: #afe86d;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    padding: 5px 8px;
    border-radius: 16px;
    align-items: center;
    cursor: pointer;
}

.investigation .mod .wrapper .body .view .icon {
    width: 15px;
    height: 15px;
}

.investigation .mod .wrapper .body .view .tag {
    font-size: 12px;
    text-decoration: none;
    color: #fefffe;
    line-height: 14px;
    letter-spacing: 0px;
    align-self: center;
    white-space: nowrap;
    margin: 0 11px 0 10px;
}

.investigation .mod .wrapper .body .view-1 {
    box-shadow: 3px 8px 8px rgba(255, 120, 149, 0.3);
    background-color: #ff7894;
    display: flex;
    flex-direction: row;
    margin: 0 10px 0 10px;
    padding: 5px 8px;
    border-radius: 16px;
    align-items: center;
    cursor: pointer;
}

.investigation .mod .wrapper .body .view-1 .icon-1 {
    width: 15px;
    height: 15px;
}

.investigation .mod .wrapper .body .view-1 .label {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 0px;
    margin-left: 7px;
    align-self: center;
    white-space: nowrap;
}

/* 图片/视频导航样式 */
.type-img-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: space-between;
}

.type-img-list > i {
    width: 24%;
}

.type-img-list .col-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e5eb;
    margin-bottom: 20px;
    width: 24%;
}

.type-img-list .col-item .wrapper-1 {
    position: relative;
    align-items: center;
}

.type-img-list .col-item .wrapper-1 .group-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    margin-top: 1px;
    background-color: #f7f8fb;
    border-radius: 12px;
}

.type-img-list .col-item .wrapper-1 .group-2 .type-image {
    width: 140px;
    height: 120px;
    transform: translateY(12px)scale(1.2);
}

 /*隐藏video 所有控件 */
.no-click-video::-webkit-media-controls-enclosure{
    display: none;
}

body .feedback-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

body .feedback-pop .mod {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

body .feedback-pop .mod .group {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 4px 24px 24px rgba(199, 202, 211, 0.4);
    align-self: center;
}

body .feedback-pop .mod .group .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
}

body .feedback-pop .mod .group .header .feedback-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10px;
    height: 30px;
    width: 197px;
}

body .feedback-pop .mod .group .header .feedback-header .link {
    font-size: 18px;
    text-decoration: none;
    color: #9c9ea6;
    line-height: 16px;
    letter-spacing: 0px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

body .feedback-pop .mod .group .header .feedback-header .link.curr {
    color: #565863;
}

body .feedback-pop .mod .group .header .feedback-header .link.curr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #565863;
    margin-left: -12px;
    background: #0045c8;
    width: 24px;
    height: 4px;
}

body .feedback-pop .mod .group .header .mask {
    background: url('../image/x.png');
    width: 14px;
    height: 14px;
    border-radius: 1px;
    cursor: pointer;
}
body .feedback-pop .mod .group .feedback-content {
    width: 690px;
}

body .feedback-pop .mod .group .row0 {
    margin-top: 19px;
    padding: 0 12px;
}

body .feedback-pop .mod .group .row0 .meta {
    font-size: 16px;
    text-decoration: none;
    color: #565863;
    line-height: 14px;
    letter-spacing: 0px;
    margin-block: 10px;
    align-self: center;
    white-space: nowrap;
}

body .feedback-pop .mod .group .row0 input {
    width: 90%;
    padding: 4px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

body .feedback-pop .mod .group .row0 select {
    width: 90%;
    padding: 4px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

body .feedback-pop .mod .group .row0 textarea {
    width: 90%;
    height: 100%;
    padding: 4px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

body .feedback-pop .mod .group .footer {
    background-color: #0045c7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    align-self: center;
    width: 100px;
    padding: 10px 6px 8px;
    border-radius: 4px;
}

body .feedback-pop .mod .group .footer .search-2 {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 0px;
    max-width: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*!* 结果工具 *!*/

body .content-box .content-left .search-tool .mod {
  margin-top: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    margin-bottom: 20px;
}
body .content-box .content-left .search-tool .mod .info {
  font-size: 16px;
  text-decoration: none;
  color: #9597a0;
  line-height: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  margin: 1px 0;
}







.progressBar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../image/progressBar.png) ;
    /* background-size: 100% 100%; */
}

.progress-bar {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    /*overflow: hidden;*/
    background: #bfbfbf;
    cursor: pointer
}

.audio-player {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* width: 100%; */
    padding: 10px 20px;
    margin: 15px 0 10px 0;
    box-sizing: border-box;
    background-color: #f2f6ff;
}

.play-pause {
    display: block;
    width: 50px;
    height: 28px;
    cursor: pointer
}

.play {
    background: url(../image/play.png) 0 0 no-repeat;
    background-size: contain;
}

.pause {
    background: url(../image/paused.png) 0 0 no-repeat;
    background-size: contain;
}

.progress-bar {
    width: 100%;
    height: 25px;
    background: #d2def7;
    cursor: pointer;
}

.progress {
    height: 100%;
    background: #0045c8;
    width: 0;
}

.audio-card {
    padding: 20px 0 98px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7.5px 0.5px #0718240d;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    display: flex;
    flex-direction: column;
    align-self: center;
    box-sizing: border-box;
    padding: 20px 12px 10px 12px;
    /* height: 200px; */
    justify-content: space-around;
    margin-bottom: 20px;

}

.audio-address {
    font-size: 14px;
    color: #c7cad3;
    line-height: 14px;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audio-title {
    font-size: 20px;
    text-decoration: none;
    color: #0045c8;
    line-height: 20px;
    letter-spacing: 0px;
    margin-left: 1px;
    width: 580px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.total-time {
    margin-left: 10px;
    color: #c7cad3;
}

.current-time {
    display: none;
    color: #c7cad3;
}
.red-dot {
    position: absolute;
    width: 5px;
    height: 100%;
    background: red;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.textDiv {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 999999;
}