@import "wztj.css";

.split-line.home-tag-split{
    margin: 14px 0 32px;
}
#zi-xun .content {
    display : flex;
    width: 1200px;
    margin: 32px auto 0;
}
#zi-xun .content-left{
    flex-grow: 1;
    overflow : hidden;
    margin-right: 60px;
}

#zi-xun .content-right{
    min-width : 316px
}

/* #zi-xun .tag-box{
    width:100%;
    margin: 0 auto;
} */

.tag-box .home-tag{
    margin-right : 18px;
    margin-bottom : 18px;
    display: inline-block;
}
#zi-xun .more{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0086E4;
    float: right;
}

#zi-xun .box-head.advert{
    margin-right : 63px;
}
#zi-xun .box-head .more{
    margin-top:6px;
}
#zi-xun .tag-box-centre{
    overflow: hidden;
    max-height: 178px;
}


.nav-box {
    display: flex;
    flex-wrap: wrap;
}

.nav-box .nav-items {
    flex : 1;
    min-width: 400px;
    display: flex;
    margin-bottom : 32px;
}
.nav-box .nav-items:nth-child(odd){
    margin-right : 10px;
}
.nav-box .nav-items:nth-child(even){
    margin-left : 10px;
}
.nav-home{
    width: 140px;
    height: 190px;
    position: relative;
    display: inline-block;
}
.nav-home:hover{
    cursor : pointer;
}
.nav-home .imageUrl-title{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top:24px;
    left:0;
    width: 100%;
}

.underline{
    width: 32px;
    height: 4px;
    background: #FFFFFF;
    margin : 10px auto 0;
}

.nav-content-title-box {
    flex-grow : 1;
    position:relative;
    overflow:hidden;
}
.nav-content-title {
    font-size : 16px;
    margin: 0 0 15px 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.nav-more-box{
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-box{
    display :flex;
}
.box-left{
    flex-grow : 1;
    margin-right: 64px;
}
.box-right{
    width: 316px;
    min-width : 316px;
}

.article{
    display : flex;
    margin-bottom : 32px;
}
.article .article-left{
    width: 316px;
    height: 180px;
    min-width : 316px;
}
.article .article-left .shuiyin{
    width : 100%;
    height : 100%;
    background: #EEEEEE;
    object-fit: cover;
}
.article .article-left .show-on{
    background : #EEEEEE;
}
.article .article-right{
    margin-left: 20px;
    width :480px;
}
.article-right .article-right-title{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-right .article-right-desc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    height:48px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
   -webkit-line-clamp:2;
   -webkit-box-orient:vertical;
}

.article-right .article-right-time{
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
}
.article-right .article-right-tag-box{
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-right .article-right-tag:nth-child(1),.article-right .article-right-tag:nth-child(2),.article-right .article-right-tag:nth-child(3){
    display : inline-block;
}
.article-right .article-right-tag{
    display : none;
    padding: 9px 8px;
    background: #F5F5F5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align:center;
    margin-right: 10px;

}
.article-right .article-right-tag:nth-child(1){
    color: #0086E4;
    background: #0086e41a;
}

.content-advert{
    width : 1200px;
    margin : 64px auto 0;
}
.content-advert .advert-split{
    margin : 15px auto 24px;
}


.content-bottom{
    width : 1200px;
    margin : 64px auto;
}


.isv-box{
    height: 78px;
    margin-bottom : 24px;
}

.isv-logo{
    width: 78px;
    height: 78px;
    display : inline-block;
    margin-right: 9px;
}
.isv-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    display: block;
}
.isv-info-box {
    display: inline-block;
    width: 208px;
}
.isv-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.isv-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 9px;
}


.qr-code-box .box-top , .qr-code-box .box-center , .qr-code-box .box-bottom{
    display: flex;
    justify-content: space-between;
}
.qr-code-box>div:nth-child(1) , .qr-code-box>div:nth-child(2){
    margin-bottom : 16px;
}
.qr-code-box .box-center .qr-code-item{
    margin: 0 auto;
}
.qr-code-box .qr-code-item{
    display: inline-block;
}
.qr-code-item img{
    width: 120px;
    height: 120px;
}
.qr-code-item .qr-code-title{
    text-align: center;
    margin: 0 auto;
}
.qr-code-box .box-top .qr-code-title {
    width: 90px;
}
.qr-code-box .box-bottom .qr-code-title {
    width: 100px;
}





.btn{
    width: 100%;
    text-align: center;
    background: #F9F9F9;
    font-size : 14px;
}
.btn:hover{
    color : #0086E4;
    cursor : pointer;
}
.none-a-hover:hover{
    text-decoration: none;
}

.content-advert-top .advert .box-title{
    font-size: 24px;
}
.content-advert-top .advert.advert-default .box-title-sign{
    background: #CCCCCC !important;
}
.content-advert-top .advert.advert-default .box-title{
    color: #CCCCCC;
}
.content-advert-top .box-head.advert.advert-default:hover .box-title{
    color: #666;
    cursor: pointer;
}


.index-img-box img{
    width : 100%;
    height: 160px;
    object-fit: cover;
}

.page-btn{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 9px 11px;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #666666;
    display: inline-block;
}
.page-btn.left{
    margin-right : 10px;
}
.page-btn.right{
    margin-left : 10px
}
.page-btn .page-sign{
    font-weight: 800
}
.page-btn.left .page-sign{
    margin-right : 2px;
}
.page-btn.right .page-sign{
    margin-left : 2px;
}

.page-item {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 9px 11px;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #666666;
}
.page-item.page-this{
    background: #0086E4;
    color: #FFFFFF;
    border-color: #0086E4;
}
.page-item.page-item-default{
    border: none;
    font-size: 14px;
    padding: 9px 0 9px 9px
}
.page-item + .page-item {
    margin-left : 6px;
}

.total-page-num{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #999999;
    margin-left : 5px;
}

.page-box{
    margin-left: 16px;
}
.next-page{
    font-family: SimSun;
    font-weight: 400;
    color: #999999;
    margin-left: 6px;
    font-size: 12px;
}

.input-small{
    font-size: 14px;
    min-width : 60px;
    border: solid 1px #CCCCCC;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("/sitefiles/library/images/2021/9/e1ec329e38d8c50.png") no-repeat scroll right 0.35rem center transparent;
    background-size: 0.60rem 0.40rem;
    padding-right: 0.14rem;
    outline: none;
    line-height: 24px;
    text-indent: 3px;
    margin : 0 4px;
}
.input-small:focus-visible{
    border-color: #8a8ae0;
}