.sub_tilte_container_without_tab{
   margin-top: 28px;
   margin-bottom: 33px;}

.sub_tilte_container_with_tab{
   margin-top: 35px;
   margin-bottom: 34px;
   display: inline;}

.sub_title_chinese{
  color:#F7914D;
  font-size: 30px;
  font-family: "Microsoft YaHei";
  display: inline;}

.sub_title_engilsh{
  color:#333333;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  display: inline;}
.listg24 li{
padding: 8px 0px 12px;
    border-bottom: 1px dashed #e4e4e4;
    width: 100%;
    float: left;
}
.listg24 li h2{font-size: 15px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 100px);
    transition: linear 0.3s;

}
.listg24 li p{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}
.listg24 li .date-list{float: right;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}
.listg24 li i{    width: 4px;
    height: 4px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 15px;
    background: #898989;
}