html::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
  
html {
scrollbar-width: none; /* firefox */
-ms-overflow-style: none; /* IE 10+ */
overflow-x: hidden;
overflow-y: auto;
}

a{
    text-decoration: none;
    color: black;
}

img{
    user-select: none;
}
  




:root{
    --font-size-level-1: 12px;
    --font-size-level-2: 16px;
    --font-size-level-3: 16px;
    --font-size-level-4: 18px;
    --font-size-level-5: 20px;
    --font-size-level-6: 22px;
    --font-size-level-7: 24px;
    --font-size-level-8: 28px;
    --font-size-level-9: 32px;
    --font-size-level-10: 36px;
}



.bgg{
    background-color: aqua;
}

.main-w{
    width: 1200px;
}


.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-cover{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.flex-start{
    display: flex;
    justify-content: flex-start;
}

.flex-space-between{
    display: flex;
    justify-content: space-between;
}


.w100{
    width: 100%;
}

.w50{
    width: 50%;
}


.h100{
    height: 100%;
}


/** 面包屑样式 **/
.main-content-wrapper .mbx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(221,221,221,1);
    height: 44px;
}

.main-content-wrapper .mbx img{
    margin-right: 0.5vw;
}


.main-content-wrapper .mbx span{
    font-size: 16px;

    display: block;
}

.main-content-wrapper .mbx span:not(:first-of-type){
    margin-right: 0.5vw;
}

.main-content-wrapper .mbx span:not( :first-of-type,:last-of-type)::after{
    content: ">";
    margin-left: 0.5vw;
}




/* 单元格式-------------------------开始--------------------------- */


:root{
    --unit-margin: 1.5625vw; /**首页-单元块间距**/
    --unit-width:49%;   /**单元格宽度**/
    --unit-title-font-size:var(--font-size-level-3); /**字体大小**/
    --unit-title-width:28vw;
}






/* 第一种 */

:root{
    --unit01-font-size: var(--font-size-level-3);
    --unit01-item-height:3.90625vw;
}

.unit01-wrapper{
    display: flex;
    justify-content: space-between;
}

.unit01{
    width: 48%;
}

.unit01 .title{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #dcdfe6;
}

.unit01 .title .unit01-title-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.unit01 .title .unit01-title-content img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.unit01 .title .unit01-title-content span{

    font-size: 16px;

    color: #2872c3;
    font-weight: 700;
}

.unit01 .title .unit01-more{
    color: #909399;

    font-size: 16px;

    cursor: pointer;
}

.unit01 .unit01-item{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
}

.unit01 .unit01-item:hover{
    color: #8b8b8b;
}

.unit01 .unit01-item .unit01-item-title{
    height: 52px;
    display: flex;
    align-items: center;
    user-select: none;
}

.unit01 .unit01-item .unit01-item-title span{
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.unit01 .unit01-item .unit01-item-date{
    color:  #909399;
}

.unit01 .unit01-item .unit01-item-title::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #909399;
    border-radius: 50%;
    top: 50%;
    margin-right: 10px;
}

.unit01 .unit01-item:hover .unit01-item-title::before{
    color: #8b8b8b;
}

/* 第二种 */
:root{
    --unit02-item-height:calc(var(--unit01-item-height) * 1.5);  /**单元项高度**/
    --unit02-date-size: 4.6875vw; /**日期框大小**/
    --unit02-date-larger-font-size:var(--font-size-level-9); /**日期字体大小**/
    --unit02-date-small-font-size:var(--font-size-level-3);
    ---unit02-title-font-size:var(--font-size-level-3); /**标题大小**/
    ---unit02-des-font-size:var(--font-size-level-2); /**简介大小**/
}


.unit02{
    width: 48%;
}

.unit02 .title{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #dcdfe6;
}

.unit02 .title .unit02-title-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.unit02 .title .unit02-title-content img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.unit02 .title .unit02-title-content span{
    font-size: 16px;
    color: #2872c3;
    font-weight: 700;
}

.unit02 .title .unit02-more{
    color: #909399;

    font-size: 16px;

    cursor: pointer;
}

.unit02 .item {

    height: 112px;

    display: flex;
    align-items: center;
}

.unit02 .item .date {
    width: 90px;
    height: 90px;

    border-radius: 10px;
    background-color: #52a6ef;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}

.unit02 .item .date .date1{
    font-size: 32px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.unit02 .item .date .date2{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    /*margin-top: 0.3vw;*/
    width: 100%;
}


.unit02 .item .unit02-item-main{
    height: 100%;
    border-bottom: solid 1px #b1b1b1;
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: calc(100% - 4.6875vw - 20px);
    width: calc(100% - var(--unit02-date-size) - 20px);

    cursor: pointer;
}

.unit02 .item .item-title{
    font-size: 16px;

    /*font-weight: bold;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}   

.unit02 .item .item-title:hover{
    color: #b1b1b1;
}

.unit02 .item .item-des{
    font-size: 16px;
    font-size: var(---unit02-des-font-size);

    margin-top: 1vw;

    color: #909399;
    color: var(--text-grey-color);

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 第三种 */

:root{
    --unit03-item-height:3.90625vw;
    --unit03-title-font-size: var(--font-size-level-3);
    --unit03-des-font-size: var(--font-size-level-2);
    --unit03-item-font-size:  var(--font-size-level-3);
    --unit03-item-line-height: 3vw;
    --unit03-hover-color:var(--text-grey-color);
}

.unit03{
    width:  48%;
    width:  var(--unit-width);
}

.unit03 .unit03-item1 {
    width: 100%;
    padding: 15px 35px;
    background-color: #f5f8fd;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
}

.unit03 .unit03-item1 .unit03-item1-title {
    font-size: 16px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*font-weight: bold;*/
}

.unit03 .unit03-item1 .unit03-item1-title:hover{
    color: #909399;
    color: var(--unit03-hover-color);
}

.unit03 .unit03-item1 .unit03-item1-des {

    font-size: 13px;
    text-indent: 2em;
    line-height: 35px;
    height: 70px;
}

.unit03 .unit03-item{
    font-size: 16px;

    line-height: 50px;

    display: flex;
    justify-content: space-between;
}



.unit03 .unit03-item .item-title {
        width: 360px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}

.unit03 .unit03-item .item-title:hover{
    color: #909399;
}

.unit03 .unit03-item .item-date{
    color: #909399;
}

/* 第四种 */
:root{
    --unit04-item-height:2.75vw;
    --unit04-font-size: var(--font-size-level-3);

    --unit04-hover-color:var(--text-grey-color);
}

.unit01-wrapper{
    display: flex;
    justify-content: space-between;
}

.unit04{
    width: 48%;
}

.unit04 .unit04-item{
    display: flex;
    justify-content: space-between;

    font-size: 16px;

    align-items: center;
    cursor: pointer;
}

.unit04 .unit04-item:hover{
    
    color: #909399;
}

.unit04 .unit04-item .unit04-item-title{

    height: 52px;


    line-height: 52px;


    width: 430px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
    /* display: flex; */
    align-items: center;
    user-select: none;
}

.unit04 .unit04-item .unit04-item-date{

    color: #909399;
    color: var(--unit04-hover-color);

}






/**--------------------------首页单元样式end-----------------------------------**/