@charset "utf-8";
.main-wrapper {
    width: 1170px;
    margin: 0px auto;
    display: flex;
}
.searchPage {
    /*width: 1035px;*/
    /*margin: 50px auto;*/
}
.dataList .total {
    display: flex;
    justify-content: left;
    margin: 23px 0 18px 0;
    font-size: 14px;
}
.dataList li {
    border-bottom: 1px dashed #B1B0B0;
    padding-bottom: 18px;
    padding-top: 16px;
    list-style: none;
    text-align: left;
    font-size: 16px;
    margin-bottom:14px;
}
.dataList li >span {
    color: #030405;
    margin-right: 10px;
    font-size: 14px;
}
.dataList li .title-hover {
    display: inline-block;
    color: #020304;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}
.dataList li span:nth-child(2):hover {
    color: #0780E5;
}
.dataList li .watchNum {
    display: flex;
    justify-content: space-around;
    float: right;
    padding-top: 5px;
    width: 80px;
}
.dataList li .watchNum img {
    width: 15px;
    height: 15px;
}
.dataList .pagesBox .tcdPageCode {
    padding: 15px 0;
    color: #ccc;
    text-align: center;
    display: inline-block;
}
.dataList .pagesBox .tcdPageCode a {
    display: inline-block;
    color: #9e9e9e;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    border: 1px solid #e1e1e1;
    margin: 0 5px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    vertical-align: middle;
    width:30px;
}
.pageTxt{
    color: #9e9e9e;
    font-size: 14px;
    line-height: 30px;
    padding-left:5px;
}
.firstPage,
.prevPage,
.nextPage,
.lastPage{
    font-family: 宋体, serif;
}
.dataList .pagesBox .tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #1e88e5;
    color:#1e88e5;
}
.pageGo{
    width:38px;
    height:28px;
    margin-left:10px;
    text-align: center;
    color:#9e9e9e;
    vertical-align: middle;
    line-height:30px;
}
.tcdPageCode span.current {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #fff;
    background-color: #1e88e5;
    border: 1px solid #1e88e5;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    vertical-align: middle;
    width: 30px;
    font-size: 14px;
}
.go{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #1e88e5;
    border: 1px solid #1e88e5;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    width: 30px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 10px;
    vertical-align: middle;
}
.dataList .pagesBox .tcdPageCode span.disabled {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    width:30px;
    margin: 0 5px;
    color: #9e9e9e;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    vertical-align: middle;
    font-family: 宋体, serif;
}
.sortP{
    margin:0 5px;
}
.searchTop {
    height: 65px;
    line-height: 65px;
    background: #0980E5;
    display: flex;
    justify-content: space-around;
}
.searchTop .searchright {
    position: relative;
}
.searchTop .searchright>img {
    position: absolute;
    top: 24px;
    left: 14px;
}
.searchTop .searchright>span {
    position: absolute;
    top: 14px;
    right: 2px;
    width: 66px;
    height: 35px;
    line-height: 35px;
    background: #0980E5;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.searchLeft {
    width: 348px;
    height: fit-content;
    background: #FCFDFE;
    margin-right: 20px;
    padding: 30px 0 40px 16px;
}
.searchLeft .iconStyle {
    margin-bottom: 14px;
}
.searchLeft .iconStyle > img {
    margin-right: 12px;
}
.searchLeft .contentScroll {
    max-height: 240px;
    overflow-y: auto;
    background-color: #f8f8f8;
    overflow-x: hidden;
}
.searchLeft .contentScroll::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.searchLeft .contentScroll::-webkit-scrollbar-thumb {
    background-color: #AFAFAF;
    border-radius: 5px;
}

.searchLeft .contentScroll::-webkit-scrollbar-track {
    background-color: #fff;
}
.typeTitle {
    margin:15px 0;

}
.lwName {
    background: #FEF4EA;
    border: 1px solid #FED8B2;
    padding: 0 10px;
    margin-bottom: 10px;
}
.kjName {
    background: #EAF1FE;
    border: 1px solid #B1CCFE;
    padding: 0 10px;
    margin-bottom: 10px;
}
.bzName {
    background: #F5FFF3;
    border: 1px solid #ABEFC0;
    padding: 0 10px;
    margin-bottom: 10px;
}
.zcName {
    background: #FFF2FB;
    border: 1px solid #F9B8E6;
    padding: 0 10px;
    margin-bottom: 10px;
}

/* 复选框样式 */
.check_groups {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.check_groups.check_2 {
    padding-left: 30px;
}
.check_groups.check_3 {
    padding-left: 45px;
}
.check_groups.check_2 .form-check-label {
    font-size: 16px;
}
.check_groups.check_3 .form-check-label {
    font-size: 14px;
}
.form-check {
    margin-right: 15px;
}
.form-check .form-check-label {
    display: flex;
    align-items: center;
}
.form-check .form-check-label .form-check-input {
    margin-top: 0 !important;
    margin-right: 4px;
    height: unset;
}

/* 搜索条件展示样式 */
.selected {
    width: 804px;
    /*height: 113px;*/
    background: #FCFDFE;
    margin-top: 22px;
    padding: 20px 30px;
    display: flex;
    /*display: none;*/
}
.selected .selected_tags {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.selected .selected_tags .selectedType {
    background: #EAF6FD;
    border: 1px solid #58B1FC;
    font-size: 14px;
    padding: 4px 12px;
    margin: 12px 12px 0 0;
    max-width: calc( 50% - 12px );
    display: flex;
}
/*.selected .selected_tags .selectedType:nth-child(1),*/
/*.selected .selected_tags .selectedType:nth-child(2) {*/
/*    margin-top: 0;*/
/*}*/
.selected .selectedCon {
    color: #0980E5;
    max-width: 185px;
    display: inline-block;
    cursor: pointer;

    /* 超过一行省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selected .resetBtn {
    font-size: 14px;
    color: #909090;
    align-self: flex-end;
    cursor: pointer;
    line-height: 26px;
}

/* 删除按钮样式 */
.selectedTag {
    cursor: pointer;
    vertical-align: inherit;
}
.closeBtn {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    text-align: center;
}
.closeBtn .clearSelected {
    display: inline-block;
}
.closeBtn .clearHover {
    display: none;
    vertical-align: middle;
}
.closeBtn:hover .clearSelected {
    display: none;
}
.closeBtn:hover .clearHover {
    display: inline-block;
}
/* 改变滚动条宽*/
/*/deep/::-webkit-scrollbar { width: 1px; }*/
.noSearchDate {
    font-size: 16px;
    color: #9E9E9E;
    text-align: center;
    padding: 20px;
    text-indent: 1em;
}
.noSearchDate img {
    display: block;
    width: 60px;
    margin: 0 auto 10px;
}

.custom-select {
    appearance: none; /* 移除默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    font-size: 16px;
    width: 200px;
    height: 34px;
    line-height: 1.5;
    border-radius: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b6b6b" width="24" height="24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
}

.downLoadBtn {
    width: 60px;
    height: 24px;
    font-size: 14px;
    color: #515151;
    border: 1px solid #C3C4C4;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 0 !important;
    cursor: pointer;
}

.downLoadBtn:hover {
    border-color: #0980E5;
    color: #0980E5;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .searchright input {
        /* Safari 特定的样式 */
        margin-top: 12px;
    }
}
#activityListSection {
    background: #f8f8f8;
}
    /* 隐藏checkbox */
#activityListSection .form-check-input {
    display: none;
}
/* 文字单行显示，超出省略号 */
#activityListSection .activity-label-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    transition: color 0.2s;
    cursor: pointer;
}
/* 选中时文字高亮 */
#activityListSection .form-check-input:checked + .activity-label-text {
    color: #0980E5;
}

#activityListSection .acName {
    border-bottom: 1px solid #D9D9D9;
    width: 278px;
}