.Solution_new {
  height: 750px;
   /* background-color: bisque;  */
}


.News {
  width: 100%;
  height: 324px;
  background: url(../images/news.png) no-repeat center;
  background-size: 100% ; 
  margin-top: 27px;
  margin-bottom: 43px;
}

.rightcontainer_new {
  float: left;
  width: 74%;
  height: auto;
  /* border-left: 2px solid #e4e4e4; */
  height: 750px;
  /* background-color: blue; */
  /* background-color: rgb(244, 13, 13); */
  margin-left: 40px; 
}
/* thead{
  border-bottom:2px solid blue ;
} */
table{
  color: white;
  /* border-right:2px solid blue;
  border-bottom:2px solid blue; */
  border-top:2px solid blue ;
}
tr{
  /* background-color: beige; */
  width: 450px;
}
.first_text td{
  /* width: 450px; */
  width: 88.8%;
  /* background-color: rgb(160, 95, 98); */
  height: 15px;
  color: aliceblue;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}
.first_time{
  width: 450px;
  /* background-color: cadetblue; */
  height: auto;
}

.New_contaner {
  width: 100%;
  height: auto;
  float: left;
  /* background-color: rgb(228, 14, 14); */
  margin-top: 10px;
  margin-left: 10px;
}
.first_left{
  width: 80%;
  height: 70px;
  /* background-color: blueviolet; */
  margin-left: 17%;
  margin-top: 35%;
}
 .first_left a{
  width: 100%;
  height: 70px;
  /* background-color: rgb(250, 215, 220); */
  display: block;
  margin-top: 10px;
  text-align: center;
  /* background-image: url("../imagetest/1.jpg");
  color: aliceblue; */
}
.first_left a img{
  width: 100%;
  height: 70px;
  background-size: 100% 70px;
}
.overflow-hidden .first_left a:hover{
  color: aqua;
  background-color: blue;
  
}
.overflow-hidden  a{
  display: block;
  width: 760px;
  height: auto;
  /* background-color: aqua; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  
}
td:hover{
  background-color: rgb(212, 212, 212);
}
.title{
  width: 75%;
  height: auto;
  /* background-color: brown; */
  float: left;
  font-size: 16px;
}
.time{
  width: 20%;
  height: auto;
  /* background-color: rgb(138, 165, 42); */
  float: right;
  text-align: center;
  font-size: 16px;
}
.first_text tr .container_txt{
  width: auto;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
  float: left;
  /* background-color: rgb(200, 255, 0); */
  /* color: aquamarine; */
} 
.container_time{
  width: 20%;
  float: right;
  text-align: right;
  /* background-color: rgb(255, 0, 212); */
}
.time_day{
  display: block;
  width: 20%;
  height: auto;
  /* background-color: rgb(138, 165, 42); */
  font-size: 16px;
  padding-left: 20px;
  color: blueviolet;
}










