.cpys{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpys>div{
    width: 596px;
    height: 108px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 28px;
    border:1px solid #f9f9f9;
    margin-bottom:10px;
    transition: 0.3s;
    background: white;
}
.cpys>div:hover{
    box-shadow: 0px 5px 12px 0px rgba(213, 213, 213, 0.25);
}
.cpys>div>div{
    margin-left: 25px;
}
.cpys>div>div>div:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.cpys>div>div>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top:13px;
}
.pzBox{
    width: 1200px;
    height: 216px;
    box-sizing: border-box;
    border:1px solid #f9f9f9;
    transition: 0.3s;
    margin-bottom:20px;
}
.pzBox:hover{
    box-shadow: 0px 5px 10px 0px rgba(213, 213, 213, 0.15);
}
.pzTitle{
    background:url("../../images/cbh/cbh_title.png") no-repeat center;
    background-size: cover;
    width: 1200px;
    height: 78px;
    box-sizing: border-box;
    padding-top:20px;
    padding-left:23px;
}
.pzTitle>div:first-child{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    display: flex;
    align-items: center;
}
.pzTitle>div:first-child span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-left:20px;
}
.pzTitle>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.pzBody{
    box-sizing: border-box;
    padding:28px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.jgSymbol{
    font-size: 12px;
    color:#C7000B;
}
.jgZs{
    color:#C7000B;
    font-size: 30px;
    margin-left:-8px;
}
.jgXs{
    font-size: 14px;
    color:#C7000B;
    margin-left:-6px;
}
.jgDw{
    font-size: 12px;
    color:#444444;
    margin-left:-6px;
}
.pzBody>div:first-child{
    display: flex;
}
.pzBody>div:first-child>div{
    margin-right: 40px;
}
.pzBody>div:first-child>div:last-child{
    margin-right: 0;
}
.pzType{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom:20px;
}
.pzDesc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    line-height: 24px;
    width: 220px;
}
.tjtc{
    display: flex;
}
.tjtc>div{
    width: 400px;
    height: 259px;
    background: white;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 5px #f3f3f3;
    padding-top:34px;
    padding-left:25px;
    padding-right:25px;
}
.tjtc>div:hover{
    background-image: url("../../images/cbh/tjtc_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 20px #acacac;
}
.tjtc>div:hover .yfwqBtn{
    background:#C7000B;
}
.yfwqBtn a{
    font-weight: bold;
}
.tjtc>div:hover .yfwqBtn>a{
    color:white;
}
a{
    text-decoration: none;
}
.viewDetail{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.tjTit{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.tjDesc{
    height: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    margin-top:24px;
}
.yfwqBtn {
    bottom: 0;
    position: absolute;
    height: 54px;
    width: 100%;
    box-shadow: 0 0px 10px #efefef;
    left: 0;
}
.tjjgA{
    display: flex;
    justify-content: space-between;
    align-items: center;
}