body{
    font-family: 'pingfang SC','microsoft yahei','微软雅黑',arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #111;
}

.pc-{
    display: block;
}
@media (max-width:992px){
    .pc-{
        display: none;
    }
}

a{
    text-decoration: none;
}
a:hover{
    color: #ff6900;
}

.logo-m{
    display: none;
}
.logo{
    display: block;
    padding-top:15px;
    padding-bottom: 15px;
}

@media (max-width:992px){
    .logo-m{
        display: block;
    }
    .logo{
        display: none;
    }
}

.header{
    height: 80px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 17%);
    z-index: 9999;
    position: fixed;
    background: #fff;
    top: 0;
}

.h-search{
    position: absolute;
    bottom: 0px;
    height: 80px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 999;
}

.h-search .input-group{
    margin-top:15px;
}


.home1{
    padding: 0px;
    background: url(../img/8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

ul,li{
    list-style-type: none;
}



.footer{
    background: #1b1d1e;
    padding-top: 50px;
    padding-bottom: 50px;
}


.fenlei{
    padding: 10px 20px;
    background: #ffc53d;
    color: #111;
    text-decoration: none;
    transition: all .5s;
    display: inline-block;
    border-radius: 10px;
}
.fenlei:hover{
    color: #fff;
    background: #111;
}

.tjlist {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

@media (min-width:992px){
    .tjlist{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.tjlist .ptitle a{
    color: #111;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.tjlist .ptag span{
    padding: 5px 10px;
    border: 1px solid #0e93ff;
    color: #0e93ff;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
}
.tjlist .time , .tjlist .time a{
    font-size: 14px;
    color: #888;
    text-decoration: none;
}
.tjlist .time a:hover{
    color: #ff6900;
}

.tjlist .jiage{
    font-size: 16px;
    color: #555;
}
.tjlist .jiage span{
    color: #ff6900;
    font-size: 20px;
    font-weight: 600;
}

.pimg{
    overflow: hidden;
    border-radius: 5px;
}
.pimg img{
    transition: all .5s;
    
}

.tjlist:hover .pimg img{
    transform: scale(1.05);

}