*{
    padding: 0px;
    margin:0px;
    list-style: none;
}
body{
    background:#eff3f5 ;
}
.product_con{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.product_con ul{
    font-size: 0px;
}
.product_con ul li{
    width:286px;
    height:330px;
    display: inline-block;
    background: #fff;
    margin: 10px 47px;
    vertical-align:middle
}
.list_title{
    margin: 20px 0px 0px 20px;
}
.list_title a{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.list_title a:hover{
    color:#0c61cc;
}
.list_pro{
    margin: 10px 0px 0px 20px;
}
.list_pro a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
#callBackPager div{
    font-size: 0;
    margin: 20px;
}
#callBackPager span, #callBackPager a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #CACACA;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px;
    color: #000;
    font-size: 14px;
}
#callBackPager span{
    background: #046CC8;
    color: #ffffff;
}
/*产品和新闻内容样式*/
.article{
    width: 1200px;
    height: auto;
    margin: 80px auto;
    background: #fff;
}
.article_title{
    width: 100%;
    height: 115px;
    border-bottom: #DFDFDF solid 2px;
}
.tit_text{
    font-size:22px;
    font-family:PingFang SC;
    color:rgba(51,51,51,1);
    text-align: center;
    padding: 20px;
}
.tit_addtime{
    font-size:14px;
    font-family:PingFang SC;
    color:rgba(51,51,51,1);
    text-align: center;
}
.content{
    padding: 40px 133px;
    color:rgba(51,51,51,1);
    font-size: 14px;
}
.content img{
    max-width:1000px;
}
.fanye{
    padding: 40px 133px;
    color:rgba(64,147,220,1);
    font-size:14px;
    font-family:PingFang SC;

}
.fanye a{
    color:rgba(64,147,220,1);
}