
@font-face {
    font-family: Roboto;
    src: url("/static/home/font/roboto/Roboto-Bold.ttf");
    src: url("/static/home/font/roboto/Roboto-Light.ttf");
    src: url("/static/home/font/roboto/Roboto-Medium.ttf");
}

[v-cloak] {
    display: none;
}

.pindex {
    width: 80%;
    margin: 60px auto 80px auto;
    position: relative;
}

.pindex-dtype-name {

    font-size: 30px;
    font-family: Roboto;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    padding-top: 30px;
}

.pindex-xtype-name {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    cursor: pointer;
    width: 100%;
}

.pnamestyle {
    border-bottom: 2px solid #000000;
}

.pnamestyle a {
    color: #000000 !important;
}

.pindex-xtype-name a {

    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #7E7E7E;
    line-height: 16px;
    



}

.pindex-header {

    border-bottom: 1px solid #EBEBEB;

}

.pindex-item {
    padding-top: 50px;
    padding-bottom: 50px;
}
.hfixed{
    position: fixed;
    top: 50px;
    z-index: 1;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px  15px 10px -15px #ebebeb;
}

/* 内容样式 */
.pindex-item-c:hover .pindex-item-name{
    color:#007F68;
}
.pindex-item-c:hover .pindex-item-desc{
    color:#007F68;
}
.pindex-item-c:hover .pics-img{
    transform: scale(1.1);
  
}
.pics-img{
   transition: all 0.6s;
}
.pindex-content {
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.pindex-item-header {

    font-size: 28px;
    height: 27px;
    font-family: Roboto;
    font-weight: bold;
    color: #3E3A39;
    line-height: 27px;
    padding-left: 10px;
    border-left: 4px solid #007F68;
}

.pindex-item-name {

    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
}

.pindex-item-desc {

    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #898989;
    line-height: 22px;
    height: 50px;
}

.pindex-item-d {
    text-align: center;
    padding-bottom: 20px;


}

.pindex-item-content {
    margin-top: 50px;

}

.pindex-item-c {
    margin-top: 30px;

}

.pindex-item-xian {

    height: 1px;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 30px;
}
