* {
    padding: 0;
    margin: 0
}

.headerNav{
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
}
.headerNav1{
    width: 73%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.headerNav1 .left{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.headerNav1 .left .right1{
    margin-left: 0.6rem;
    font-size: 1.4rem;
    color:#00265C
}
.headerNav1 .left .right1 .text1{
    font-size: 1rem;
    text-align-last: justify;
    margin-bottom: 0.3rem;
}
.headerNav1 .left .right1 .text1 .line{
    width: 0.03rem;
    height: 0.6rem;
    background: #00265C;
    display: inline-block;
}
.headerNav1 .left .right1 .text2{
    font-weight: bold;
}
.headerNav1 .right{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.headerNav1 .right .selected{
   color: #166EEA;
    border-bottom: 0.2rem solid #166EEA;
}

/*整个div*/
.searchBox {
    width: 100vw;
    min-height: 60vh;
    /*background-color: darkgreen;*/

}

/*搜索栏*/
.searchBg {
    width: 100vw;
    height: 15.7rem;
    background: url("../../resource/images/sxSearch/searchBg.png") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchInput {
    width: 40% !important;
}

/*详情展示*/
.detaile {
    width: 100vw;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*详情结果*/
.searchreSult {
    width: 73%;
    height: 6rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 1.125rem;
    color: #333333;
    display: flex;
    align-items: center;
}

.result {
    font-size: 1.5rem;
    color: #DE5E41;
    margin: 0 5px;
}
/*事项办理*/
.transact{
    width: 73%;
    min-height: 38rem;
    background-color: #FFFFFF ;
    box-sizing: border-box;
    padding-left: 1.2rem;

}
.transactTitle{
    width: 100%;
    height: 3.875rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
}
.rectangular{
    display: inline-block;
    width: 5px;
    height: 1.8125rem;
    background: #0262E8;
    margin-right: 0.5rem;
}
.transactDetile{
    width: 100%;
    height: 29.5rem;
    overflow: hidden;//超出隐藏
}
/*事项办理单条信息*/
.transactCase{
    width: 100%;
    height: calc(20% - 1px);
    border-bottom: 0.03rem  dashed #A8A8A8;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.transactCase > div{
    display: flex;
    align-items: center;
}
.CaseLeft{
    width: 89%;
    height: 100%;
    /*background-color: #0A6DF3;*/
}
.dot{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: #0262E8;
    margin-right: 0.5rem;
    border-radius: 50%;
}
.CaseRight{
    width: 6.5rem;
    height: 2.625rem;
    border-radius: 0.5rem;
    border: 1px solid #0262E8;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 1.25rem;
    color: #0262E8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*box-sizing: border-box;*/
    /*padding-left: 0.8rem;*/
}
/*分页器*/
.pagination{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
