/* 搜索结果 start */
.subPageR {
    overflow: hidden;
    flex: 1;
}

.navigationBox {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

.navigationBox::-webkit-scrollbar {
    width: 4px;
    background: #eaeff2;
}

.navigationBox::-webkit-scrollbar-thumb {
    width: 4px;
    background: #d8000f;
    border-radius: 4px;
}

.searchTree {
    background-color: #fff;
    border-radius: 2px;
    padding: 20px 0;
    min-width: 230px;
    /*display: none;*/
}

.searchTreeTitle {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

a.searchNewsClass {
    background-color: #d63031;
    padding: 2px 5px 3px 5px;
    color: #fff !important;
    border-radius: 2px;
    font-size: 14px !important;
    margin-right: 3px;
}

.hotSearch {
    font-size: 14px;
    color: #fff;
    padding: 15px;
    width: 370px;
}

.hotSearch span {
    font-weight: bold;
}

.hotSearch a {
    margin-left: 10px;
    color: #F5F5F5;
    transition: 0.2s;
}

.hotSearch a:hover {
    color: #fff;
}

.top2Style2 .hotSearch {
    width: 410px;
    margin: 0 auto;
    text-align: center;
}

.contentNull {
    text-align: center;
}

.contentNull .text {
    font-size: 16px;
    color: #999;
}

/* 搜索结果 end */

/*图文列表页start*/
.imgText1 {
    overflow: hidden;
}

.imgText1 dd {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.imgText1 dd:last-child {
    margin-bottom: 0;
}

.imgText1 dd .pic {
    width: 280px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    border-radius: 3px;
}

.imgText1 dd .pic::before {
    padding-top: 60%;
}

.imgText1 dd .text {
    overflow: hidden;
}

.imgText1 dd .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.imgText1 dd .text .title a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.imgText1 dd .text .time {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    padding-top: 5px;
}

.imgText1 dd .text .time span {
    float: left;
    display: inline;
    height: 30px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 40px;
}

.imgText1 dd .text .time span.timeSpan {
    background-image: url(/common/images/comTime.png);
}

.imgText1 dd .text .time span.scanSpan {
    background-image: url(/common/images/comScan.png);
}

.imgText1 dd .text .time em {
    float: left;
    display: inline;
    font-style: normal;
    margin: 0 15px;
    display: none;
}

.imgText1 dd .text .textC {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 90px;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgText1 dd:hover .text .title a {
    color: #d63031;
}

/*图文列表页end*/
/*全文列表页start*/
/* 检索 start */
.searchSubPage{
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}
.serarchCondition {
    padding: 0px 0 20px;
    border-bottom: 1px dashed #DEDEDE;
}

.serarchResult {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.serarchList dd {
    display: flex;
    padding: 3px 0;
}

.serarchList dd .title {
    font-size: 16px;
    color: #333;
    line-height:44px;
    height:44px;
    position: relative;
    padding-left: 13px;
    font-weight: bold;
}

.serarchList dd .title::before {
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: 0;
    border-radius: 100%;
    background: var(--themeColor);
}

.serarchList dd .text {
    flex: 1;
}

.serarchList dd .text a {
    float: left;
    display: inline;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.serarchList dd .text a.hover,
.serarchList dd .text a:hover {
    background: var(--themeColor);
    color: #fff;
    border-radius: 3px;
}

.serarchListInput{
    display: flex;
}

.serarchListInput li {
    min-height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.serarchListInput li:last-of-type {
    margin-bottom: 0;
}

.serarchListInput li span {
    margin-right: 5px;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.serarchListInput li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding: 0 10px;

}
.serarchList dd .text .serarchListInput li a{
    display: inline-block;
    float: unset;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: var(--themeColor);
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
}
.timeCustomize {
    position: relative;
    cursor: pointer;
    float: left;
    display: inline;
}
.timeCustomize.hover .timeCustomizeText{
    background: var(--themeColor);
    color: #fff;
    border-radius: 3px;
}
.timeCustomizeText {
    line-height: 24px;
    font-size: 15px;
    color: #333;
    float: left;
    display: inline;
    margin: 5px 0;
    padding: 0 26px 0 10px;
    position: relative;
}

.timeCustomize .timeCustomizeText i {
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color:#ccc;
    right: 8px;
    top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.timeCustomize.hover .timeCustomizeText i{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    border-top-color:#fff;
    top: 3px;
}
.timeCustomizeC {
    float: left;
    display: none;
    padding: 0 10px;
}

.timeCustomizeCon {
    float: left;
    display: inline;
    min-height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
}

.timeCustomizeCon span {
    font-size: 15px;
    color: #333;
    margin-right: 5px;
}

.timeCustomizeCon input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 5px;
}

.timeCustomizeCBtn {
    text-align: center;
    padding: 2px 0;
    float: left;
    display: inline;
}

.serarchList dd .text .timeCustomizeCBtn button {
    display: block;
    background: var(--themeColor);
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: none;
}
.timeCustomize.active .timeCustomizeC{visibility: visible;opacity: 1;top: 100%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.timeCustomize.active .timeCustomizeText i{transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.subPageBox {
    display: flex;
}
.subPagethreee{
    width: 290px;
    padding-left: 20px;
}

.searchHotTitle{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.searchHotDl {
    margin: 0 -5px;
    overflow: hidden;
}
.searchHotDl a{
    float: left;
    display: inline;
    margin: 5px 0;
    padding: 0 10px;
    line-height: 40px;
    margin: 5px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    color:#333;
}
.searchHotDl a:hover{
    background: var(--themeColor);
    color: #fff;
}
.loadingIcon {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background: currentColor;
    color: #FFF;
    -webkit-animation: animloader61 0.3s 0.3s linear infinite alternate;
    animation: animloader61 0.3s 0.3s linear infinite alternate;
    margin: 0 35px;
}
.loadingIcon::after,
.loadingIcon::before {
    content: "";
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    -webkit-animation: animloader61 0.3s 0.45s linear infinite alternate;
    animation: animloader61 0.3s 0.45s linear infinite alternate;
}
.loadingIcon::before {
    left: -20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes animloader61 {
    0% {
        height: 48px;
    }
    100% {
        height: 4.8px;
    }
}
@keyframes animloader61 {
    0% {
        height: 48px;
    }
    100% {
        height: 4.8px;
    }
}
/*zzms*/
.olderClass .serarchList dd .title,
.olderClass .serarchList dd .text a,
.olderClass .timeCustomizeCon input,
.olderClass .serarchList dd .timeCustomizeCBtn button,
.olderClass .timeCustomizeCon input::-webkit-input-placeholder,
.olderClass .timeCustomizeText
{
    font-size: 20px;
}
.olderClass .contentNull .text{
    font-size: 24px;
}
