.container{
    max-width: 1200px;
    padding: 0;
}
.yhq-b {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    margin-bottom: 50px;
}
.yhq-b .title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    display: inline-block;
    position: relative;
}
.yhq-b .title::before {
    content: "";
    background: url(../img/yhq/title_right.png) no-repeat;
    background-size: 100% 100%;
    width: 207px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: -237px;
}
.yhq-b .title::after {
    content: "";
    background: url(../img/yhq/title_left.png) no-repeat;
    background-size: 100% 100%;
    width: 207px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: -237px;
}
.yhq-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.yhq-list li {
    position: relative;
    width: 285px;
    margin-left: 20px;
    margin-bottom: 50px;
    height: 264px;
    transition: all .3s;
}
.yhq-list li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.yhq-list li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
.yhq-list .xzgb .yhq-list-t {
    width: 100%;
    height: 68px;
    background: url(../img/yhq/card-head.png) no-repeat;
    background-size: 100% 100%;
}
.yhq-list-t i {
    color: #fff;
    font-size: 20px;
    line-height: 68px;
    text-align: left;
    padding: 0 30px;
    font-weight: 500;
    font-style: normal;
}
.yhq-list-b {
    position: relative;
    height: 196px;
    background: #fff;
    padding: 20px 30px 30px;
    box-sizing: border-box;
}
.yhq-list-b .yhq-sn b {
    font-size: 28px;
    font-weight: 700 !important;
    font-family: DINProM !important;
}
.yhq-list-b p {
    position: relative;
}
.yhq-list-b .yhq-sn {
    display: inline-block;
    width: 140px;
    color: #E8001C;
    font-size: 12px;
}
.yhq-list-b a {
    display: block;
    margin: 0 auto;
    width: 225px;
    height: 40px;
    margin-top: 18px;
    background: linear-gradient(180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.yhq-list-b a {
    display: block;
    margin: 0 auto;
    width: 225px;
    height: 40px;
    margin-top: 18px;
    background: linear-gradient(180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.yhq-list-b a:hover {
    opacity: .8;
}