/*单页*/
.page{
    min-height: 200px;
    padding: 20px 10px;
}
.page p{
    line-height: 2;
    color: #666666;
}
.page blockquote{
    text-indent: 2rem;
}
.page table{
    border: 1px solid #333333;
}
.page .td{
    border-bottom: 1px solid #333333;
}
.page img{
    width: 100%;
}
/*常用新闻格式（首页），有图 一屏幕4个*/
.news-style-list{
    width: 100%;
    overflow:hidden;
}
.news-style-list li{
    width: 23%;
    margin-left:2.667%;
    float: left;
}
.news-style-list li:first-child{
    margin-left: 0;
}
.news-style-list li .img-fa-scale{
    height: 190px;
    margin-bottom: 14px;
}
.news-style-list li h3{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.news-style-list li h3 a{
    color: #11418b;
    font-weight: normal;
}
.news-style-list li h3 a:hover{
    color: #f23d3a;
}
.news-style-list li .time{
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    margin-bottom: 12px;
}
.news-style-list li p{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    height: 80px;
    margin-bottom: 6px;
}
.news-style-list li a.more{
    font-size: 12px;
    line-height: 30px;
    display: block;
    color: #f23d3a;
}
.news-style-list li a.more:hover{
    color: #11418b;
}
/*新闻详情页*/
.news-info{
    padding: 20px 15px;
}
.news-info .hd{
    padding-bottom: 20px;
    border-bottom: 1px dashed #999999;
}
.news-info .hd h1{
    font-size: 24px;
    line-height:36px;
    word-wrap: break-word;
    /*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
    word-break: normal;
}
.news-info .hd p{
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
}
.news-info .bd{
    min-height: 200px;
    padding-top: 20px;
}
/*.news-info .bd p{*/
    /*font-size: 1.6rem;*/
    /*line-height: 2.5rem;*/
/*}*/
/*产品详情页。做图，右简介。下详情*/
.proinfo{
    padding-top: 40px;
}
.pro-top{
    margin-bottom: 20px;
}
.pro-page-con strong{
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    padding: 10px;
    background-color: #666666;
    color: #ffffff;
    border-radius: 4px;
}
/*内页新闻列表*/
.news-list{
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.news-list .row{
    padding: 30px 0;
    border-bottom: 1px dashed #666666;
}
.news-list .news-con .h4{
    display: block;
    font-size: 2rem;
    line-height:1.5;
}
.news-list .news-con .h4:hover{
    color: #f23d3a;
    text-decoration: none;
}
.news-list .news-con span{
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}
.news-list .news-con p{
    font-size: 1.4rem;
    line-height: 2rem;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}