.bg-light {
    background-color: #000
}
.product {
    background: #f9f9f9;
}
.product .content {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 1200px;
}
@media screen and (max-width: 1570px) {
.product .content {
    width: 90%;
}
}
.product .content .title {
/*margin-bottom: 2.5rem*/
}
.product .content .title .smtitle {
    color: #242b3b;
    font-size: 2.5rem
}
.product .content .title .right {
    display: flex;
    justify-content: right
}
.product .content .title .more {
    background: #fff;
    border-radius: 25px;
    height: 3.4rem;
    line-height: 3.4rem;
    padding-left: 1rem;
    width: 50%
}
.product .content .title .more a {
    color: #003363;
    display: block;
    font-size: 1.25rem
}
.product .content .list .items {
    background: #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0px;
    box-shadow: 0 0 2px #fff;
    margin: 0 0 2.5rem;
    position: relative
}
.product .content .list .items:after {
    background: #003e92;
    /*border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;*/
    bottom: -.2rem;
    content: "";
    height: 6px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    width: 0
}
.product .content .list .items:hover:after {
    left: 0;
    opacity: 1;
    width: 100%
}
.product .content .list .items .pro_box .pro_name {
    display: flex;
    width: 100%
}
.product .content .list .items .pro_box .pro_name_r {
    background-color: #f84b07;
    border-radius: 35px;
    height: 3.5rem;
    opacity: 0;
    position: relative;
    width: 3.5rem
}
.product .content .list .items .pro_box .pro_name_r i {
    color: #fff;
    font-size: 2.5rem;
    left: .45rem;
    position: absolute;
    top: .16rem
}
.product .content .list .items .pro_box .xq{
	padding: 0rem 2rem 2rem;
}
.product .content .list .items .pro_box:hover .pro_name_r {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease
}
.product .content .list .items .pro_box .title {
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 100;
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product .content .list .items .pro_box img {
    padding-bottom: 1rem;
    width: 100%
}
.product .content .list .items .pro_box .title1 {
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: .3rem 0rem 0rem;
    /*position: relative;
    text-overflow: ellipsis;
    white-space: nowrap*/
}
.product .content .list .items .pro_box .pro_text {
    border-top: 1px solid #f1f5f8;
    padding: 0.5rem 0 0
}
.product .content .list .items .pro_box .title1:before {
    background: #999;
    border-radius: 50%;
    content: "";
    height: .6rem;
    left: 0;
    margin-right: 0.5rem;
    position: absolute;
    top: .7rem;
    width: .6rem;
    display: none;
}

@media (max-width:991px) {
.product .content .list .items .pro_box .title {
    font-size: 1.2rem;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product .content .list .items .pro_box .title1 {
    font-size: 1.0rem;
    line-height: 1.2rem
}
.product .content .list .items .pro_box .title1:before {
    top: 1.2rem
}
.product .content .list .items .pro_box .pro_text{
    padding-bottom: 1rem;
}
}