.brand_t {
  padding-top: 50px;
}
.brand_box {
  width: 60%;
  margin: auto;
  /* background-color: aqua; */
  display: flex;
  align-items: center;
}
.brand_nr {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
  /* font-weight: 600;  
       */
  color: #fcca00;
}
.Brandstory_1 {
  width: 98%;
  margin: auto;
  /* background-color: coral;     */
  padding-top: 40px;
}

.dongtai {
  width: 160px;
  line-height: 60px;
  /* background-color: rebeccapurple; */
  float: right;
}
.dongtai1 {
  float: left;
  /* margin-left: 20px; */
}
.dongtai0 {
  float: left;
  padding-left: 10px;
}
.dongtai2 {
  float: left;
  padding-left: 10px;
}

.dongtai1 a {
  text-decoration: none;
  display: block;
  color: #333333;
  font-size: 14px;
}
.dongtai2 a {
  text-decoration: none;
  display: block;
  color: #333333;
  font-size: 14px;
}
.newsconsultation_box {
  width: 92%;
  margin: auto;
  /* background-color: #fcca00; */
  padding-top: 30px;
}
.newsconsultation_wrap {
  width: 100%;
}
.newsconsultation_wrap_nr {
  width: 100%;
  /* height: 200px; */
  /* background-color: red; */
  margin-top: 10px;
  display: flex;
  border: 1px solid #ddd;
}
/* 最新动态 */
.time_box {
  color: #3d3d3d;
  font-size: 24px;
  text-align: center;
  width: 100px;
  /* float: left; */
  font-weight: bold;
  line-height: 32px;
  margin-top: 70px;
  margin-left: 10px;
  color: #3d3d3d;
}
.newsconsultation_wrap_nr_img {
  width: 360px;
  height: 204px;
  align-items: center;
  margin-left: 10px;
}
.newsconsultation_wrap_nr_img a img {
    width: 360px;
    height: 204px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-list-title {
  font-size: 26px;
}
.news-list-title a{
    color: #3d3d3d;
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
}
.newsconsultation_wrap_nr_nr{
    width: calc(100% - 360px - 100px);
}
.newsconsultation_wrap_nr_nr .news-list-title a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

}
.newsconsultation_wrap_nr_nr p{
    width: 500px   ;
    /* background-color: #fcca00; */
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
    padding-left: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsconsultation_wrap_nr:hover{
    background-color: #fcca00;
    color: #fff !important; 
    /* z-index: 99; */
}
.newsconsultation_wrap_nr:hover .news-list-title a{
    color: #fff; 
}
.newsconsultation_wrap_nr:hover .time_box{
    color: #fff; 
}


/* 翻页(上一篇/下一篇) */
.newsdetail-morelist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 4%;
    margin: 40px auto;
   
}

.w73 {
    width: 73.6%;
    margin: 0 auto;
    border-top: 2px solid #eee;
 position: relative;
 top: 20px;    
}

.newsdetail-morelist span {
    display: flex;
    /* width: 50%; */
    font-size: 16px;
}

.newsdetail-morelist span a {
    color: #888;
    font-size: 16px;
}
.xiang{
  display: block;
  color: red;
  text-decoration:none !important;
  padding-left: 20px;
  font-size: 16px;
  padding-top: 6px;
}

