/* 产品列表 */
.product h1{
    width: 100%;
    font-size: 16px;
    height: 61px;
    line-height: 83px;
    text-align: center;
    position: relative;
}
.product h1::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 29px;
    transform: translateX(-50%);
    background-color: rgb(19, 75, 159);

}
.product ul,.pro-detail {
    padding: 0px 26px;
    margin-bottom: 20px;
}

.product ul li,.pro-pic {
    width: 100%;
    margin-top: 18px;
}

.product ul li img,.pro-pic img {
    width: 100%;
    display: block;
}

.product ul li>div,.pro-pic>div {
    display: flex;
    padding: 8px 0;
    color: white;
    background-color: #3e99df;
    align-items: center;
    font-weight: bold;
}

.product ul li>div p,.pro-pic p {
    font-size: 19px;
    margin: 0 26px;
	line-height: 24px;
}

.product ul li>div span {
	line-height: 16px;
}


/* 产品详情页 */
.pro-detail{
    padding: 20px 30px 5px 30px;
}
.pro-detail h1{
    font-size: 15px; 
    line-height: 20px;
    text-align: center;
}
.pro-detail .pro-txt{
    color: rgb(176, 176, 183);
    display: flex;
    justify-content: space-between;
    height: 23px;
    line-height: 32px;
    font-size: 14px;
}
.pro-detail .pro-txt .source{
    width: 71%;
    display: flex;
}
.pro-detail .pro-txt .source span{
    color: rgb(62, 153, 223);
    display: inline;
    margin-right: 10px;
} 
.approval{
    color: rgb(115, 115, 115);
    height: 50px;
    line-height: 75px;
    font-size: 15px;
    font-weight: bold;
}
.pro-group h2{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bolder;
}
.pro-group img{
    width: 100%;
    margin-top: 10px;
}
.linkTo{
    padding-top: 5px;
    color: rgb(176, 176, 183);
    border-top: 2px dashed;
    margin-top: 25px;
    font-size: 14px;
}
.linkTo p{
    margin: 10px 0;
    height: 40px;
    line-height: 20px;
    /* border: 1px solid red; */
    overflow: hidden;
}
.linkTo a{
    color: rgb(176, 176, 183);
    line-height: 1.1875rem;
  
}
/*详情*/
#content{margin:30px 0;}
#content img{
    max-width: 98% !important;
    height: auto;
    margin: 0 auto;
}
#content table{
    max-width: 98% !important;
    height: auto;
    margin: 0 auto;
}
#content video{
    max-width: 100%;
    height: auto;
}
<!--0.00020503997802734-->