.procontent, .pronews {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.procontent h3 {
    text-align: center;
    margin-bottom: 14px;
}
.procontent h4 {
    margin-bottom: 14px;
}
.procontent .prolist {
    width: 80%;
    margin: 0 auto;
}
.procontent .prolist ul {

}
.procontent .prolist ul li {
    width: 48%;
    float: left;
    background-color: #f5f7f6;
    height: 180px;
    display: flex;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 50px;
}
.procontent .prolist ul li .pimg {
    width: 40%;
    height: 100%;
    background: url("../images/probg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.procontent .prolist ul li .pimg img {
    width: 50%;
    position: relative;
    top: 40px;
    left: 55px;

}
.procontent .prolist ul li .pinfo {
    text-align: center;
    width: 55%;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.procontent .prolist ul li .pinfo h2 {
    font-size: 18px;
    margin-top: 50px;

}
.procontent .prolist ul li .pinfo h2 a {
    color: #3c3c3c;
}
.procontent .prolist ul li  button {
    border: none;
    background-color: #0070b6;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.pronews .ntitle {
    border-left: 3px #1f6cb3 solid;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.pronews ul {
    margin-left: 15px;
}
.pronews li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.pronews li a {
    color: #2b81be;
}


.procate {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px #dddddd solid;
}
.procate h1 {
    color: #1e53a5;
    font-size: 30px;
}
.procate .proms {
    line-height: 30px;
    margin-top: 20px;
}
.filter-min {
    width: 90%;
    margin: 0 auto;
}
.filter-min .filter-body {
    /*max-height: 140px;*/
    overflow: hidden;
}

.filter-body {
    line-height: 36px;
    margin-top: 15px;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
}
.filter-item {
    font-size: 16px;
    color: #777;
}
.filter-item-label {
    width: 80px;
    font-weight: 700;
    color: #333;
    float: left;
}
.filter-item-list {
    float: left;
}
.filter-item-list ul li {
    margin-right: 10px;
    float: left;
}



.filter-item-list ul li a {
    padding: 2px 5px;
    border-radius: 5px;
    color: #777;
}

.filter-item-list ul li.active {
    background-color: #1e53a5;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 5px;
}

.filter-item-list ul li.active a {
    color: #FFFFFF;
}

.showpage {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    margin-top: 20px;
}


.webprorecomm {
    margin-top: 80px;
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: 50px;
}

.webprorecomm .ctitle {
    text-align: center;
    margin-bottom: 50px;
    color: #037ecc;
    font-size: 28px;
    font-weight: bold;
}
.webprorecomm li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 50px;
    border: 1px #f2f2f2 solid;
    height: 200px;
}
.webprorecomm li .proimg {
    float: left;
    width: 48%;
    text-align: center;
}

.webprorecomm li .proimg img {
    width: 80%;
}

.webprorecomm li .proinfo {
    float: left;
    width: 48%;
}
.webprorecomm li .proinfo .proname {
    font-weight: bold;
    color: #1e53a5;
}
.webprorecomm li .proinfo .proname a {
    color: #1e53a5;
}
.webprorecomm li .proinfo p {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px #d7d7d7 solid;
    padding-bottom: 10px;
}
.webprorecomm li .proinfo button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px #0e79c1 solid;
    color: #0e79c1;
    margin-top: 40px;
    cursor: pointer;
    font-weight: bold;
}

.webbanner img {
    width: 100%;
}

.proimg .cuxiao {
    font-size: 26px;
    color: #ff0000;
    position: absolute;
    top: 0;
    left: 20px;
}