.content .tabContent>div p:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #3cb133;
    border-radius: 50%;
}
.fs-24 { font-size: 24px!important; }
.fs-14 { font-size: 14px!important; }
.fs-20 { font-size: 20px!important; }
.ml-20 {  margin-left: 20px!important; }
.mb-12 {  margin-bottom: 12px!important; }
.mb-10 { margin-bottom: 10px!important; }
.padding-20 { padding: 20px!important; }
.color-info { color: #666; }
.jc-space-between {  justify-content: space-between!important; }
.ai-center { align-items: center!important; }
.display-flex {  display: flex!important; }
.content{ padding: 60px 0; }
.content .summary {
    margin-top: 30px;
    background: url(../image/gcxm-content-bg.png);
    background-size: cover;
    height: 230px;
    padding: 30px 40px;
}
.content .summary .text{
    color: #fff;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.content .summary .text p{
    margin-left: 30px;
    line-height: 1.8;
    color:#fff;
}
.content .tabContent{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .tabContent>div p{
    color: #3cb133;
    margin: 20px 0;
    text-indent: 16px;
    position: relative;
}
.content .tabContent img{
    height: 260px;
    margin-left: 80px;
    margin-right: 10px;
}
.ptyfbj {
    padding-bottom: 60px;
}
.ptyfbj h4{
    text-align: center;
    font-size: 32px;
    padding: 40px;
}
.ptyfbj .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ptyfbj .list .box{
    margin:0; padding:0;
    width: 32%;
    height: 460px;
    background: #fff;
    box-shadow: 0 2px 20px 0 hsl(0deg 0% 80% / 50%);
    display: flex;
    flex-direction: column;
}
.ptyfbj .list .box img{
    height: 250px;
}
.ptyfbj .list .box p{
    font-size: 16px;
    color: #000;
    margin-top: 25px;
    padding: 0 30px;
}
.ptyfbj .list .box span{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    padding: 0 30px;
}
.xxkf{
    background-image: url(../image/ptjj-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 640px;
}
.xxkf h3{
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px;
}
.xxkf img{
    height: 438px;
}
.xxkf .content{
    width: 100%;
    background-color: #fff;
    height: 438px;
    padding: 40px 30px;
}
.xxkf h4{
    font-size: 22px;
}
.xxkf .content p{
    padding: 30px 0;
    color: #666;
}
@media (min-width: 1320px) {
    .xxkf .content p{
        padding: 10px 0;
        color: #666;
    }
    
}
.xxkf .content .category{
    font-size: 16px;
    margin-top: 30px;
}
.xxkf .content .category span {
    padding: 0 20px;
    border-left: 1px solid #d8d8d8;
}
.xxkf .content .category span:first-child {
    border-left: none;
    padding-left: 0;
}
.xxkf .content .category span img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



