/*  
class 命名及规范说明：

所有详情页 公共的class 名称：
title-line、detail-title、detail-content、...
xxxx表示某个详情页的 class名称：
xxxx-title-line、xxxx-detail-title、xxxx-detail-content、...
*/



/* 两端通用样式*/
.title-line{
  height: 1px;
  background-color: rgba(151, 151, 151, 0.5);
  margin: 19px auto 51px auto;
}
.detail-content table tr{
  border: 1px solid #333333;
}
.detail-content table th{
  border: 1px solid #333333;
}
.detail-content table  td{
  border: 1px solid #333333;
}



/*  pc端*/
@media(min-width:768px){
.detail-content{
  width:1180px;
  margin: 0 auto;
}
.detail-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
  font-weight: 800;
  color: #000000;
  line-height: 48px;
}
.title-line{
  width: 1180px;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.5);
  margin: 19px auto 51px auto;
}
.art-content table {
  max-width: 100%!important;
  width: 100%;
}
.right-text table{
  width:100%
}
}


/* 手机端*/
@media(max-width:768px){
.detail-content{
  width:100%;
  margin: 0 auto;
}
.detail-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  color:#333333;
}
.title-line{
  width: 100%;
}
.art-content table {
  max-width: 100%!important;
  width: 100%;
}
/*公开信息披露*/
.gkxxpl-detail-content table {
  width:100% !important;
}
.gkxxpl-detail-title {
  font-size:24px;
}
.gkxxpl-title-line {
  width:100%;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.5);
  margin: -15px auto 30px auto;
}
.gkxxpl-detail-content table tr {
  border: 1px solid #333333;
}

/*新闻中心*/
.hzxw-detail-content table {
  width:100% !important;
}

/*客户服务*/
.khfw-content {
}
}

