@charset "utf-8"; .com-pros {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.com-pros .box {
    padding: 0;
}

.com-pros .box .title {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    font-weight:bold;
}

.com-pros .box .line {
    width: 10px;
    height: 2px;
    background: #9a9a9a;
    margin: 20px 0 50px;
}

.com-pros .listBox {
    width: 100%;
    margin-right: 16px;
}

ul.pros li {
    width: 172px;
    margin-right: 30px;
}

.com-pros .listBox:hover {
    /* border-color: #cfcfcf; */
}

.com-pros .listBox {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0;
    display: block;
    border: 1px solid #0177bd;
}

.com-pros .listBox .sqr {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 !important;
}

.com-pros a .sqr img {
    position: relative;
    max-width: none !important;
    width: 100%;
}

.com-pros a:hover .black40 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.com-pros .listBox .info {
    padding: 7px 5% 0px 5%!important;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.com-pros .listBox .info .title {
    font-size: 14px;
    font-weight: normal;
    color: #444;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.4;
    text-align: center;
    max-height: 50px;
    overflow: hidden;
}

.com-pros .listBox .info p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-bottom: 0;
    border-bottom: blueviolet;
    text-align: justify;
    /* min-height: 102px; */
    /* max-height: 102px; */
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
}

.com-pros .listBox .info .more {
    margin-top: 15px;
    font-size: 12px;
    color: #555;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.com-pros .listBox .info i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
    font: 0/0 a;
    letter-spacing: -9px;
    margin: 0;
    color: #fff;
    background: url(/img/ipart01_arr.png) -46px -46px no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.com-pros .fir {
    margin-left: 0;
}

.com-pros .listBox:hover .info {
    background: transparent;
    text-align: center;
    color: #666;
}

.com-pros .listBox:hover p {
    color: #666!important;
}

.com-pros .listBox:hover i {
    background: url(/img/ipart01_arr.png) -46px 0 no-repeat;
}

.com-pros .n-more {
    float: none;
    width: auto;
    display: inline-block;
    background-visibility: hidden;
    border: #222 1px solid;
    height: 38px;
    line-height: 38px;
    padding: 0 100px 0 60px;
    position: relative;
    color: #fff;
    margin: 40px 0;
    background: #222;
}

.com-pros .n-more:hover {
    border-color: #4ca734;
    background: #4ca734;
    color: #fff;
}

.com-pros .n-more:hover i {
    background-position: 0 0;
}

.com-pros .n-more i {
    display: block;
    width: 25px;
    height: 13px;
    background: url(more_ico.png) 0 0 no-repeat;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -6px;
}

ul.pros {
    overflow: hidden;
    height: 290px;
    width: 2000%;
}

.pros>a:nth-child(4n+1) {
}

.list {
    width: 100%;
    overflow: hidden;
}
