.entry-main{
    background: #fff;
    margin-bottom: 20px;
}

.entry-head {
    margin-bottom: 50px;
}
.entry-title {
    font-size: 32px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.entry-title:after {
    background: #999;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
}

.entry-content {
    color: #262626;
    font-size: 16px;
    padding: 20px;
    position: relative;
}
.post-loop-default {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -10px;
    padding: 0;
}

.sec-panel-head h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid hsla(0, 0%, 39%, .1);
}

.sec-panel-head span {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #3ca5f6;
}

.sec-panel-head h1 span:before {
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: #3ca5f6;
    content: "";
}
.xnp {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 12px;
    color: #9999a2;
}

.entry-content-ul{
    width: 100%;
    font-size: 18px;
    background: var(--b2color);
    color: #ffffff;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-content-ul li{
    width: 40%;
    text-align: center;
}

.entry-content-ul-list{
    width: 100%;
    font-size: 18px;
    height: 60px;

    z-index: 2;
    position: relative;
}
.nrank-a {
    position: absolute;
    background: var(--b2lightcolor);
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
}

.entry-content-ul-list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: #000000;
}

.entry-content-ul-list li{
    z-index: 1;
    width: 40%;
    text-align: center;
}

.entry-content-ul-list li .logo-icon{
    width:100px;
    height: 45px;
}


.entry-content-ul-list li.blast{
    color: var(--b2color);
    font-size: 16px;
    font-weight: 700;
}

.li-left{
    width: 40%;
    display: flex;
    align-items: center;
}
.li-right{
    width: 50%;display: flex;justify-content: space-between;align-items: center;
}

.entry-content-ul-list li.li-left-title{
    width: 100%;
}

.li-left-title .memory{
    color: #9999a2;
    font-size: 12px;
}

.entry-content-ul-list:hover{
    background-color: var(--b2lightcolor);
}

.li-right li a{
    color: #ffffff;
}

.li-right li a b:hover{
    color: #4CAF50;
}

.li-right li a b.mark{
    color: #4CAF50;
}

.water-evate {
    display: none; 
}

@media screen and (max-width:768px){
    
    .entry-content-ul .li-hide,
    .entry-content-ul-list .li-hide{
        display: none;
    }
    
    .li-left{
        width: 180px;
    }
    
    .li-right{
        justify-content: flex-end;
    align-items: center;
    }
    
    .entry-content{
        padding: 0;
    }
    
}


