.rongs{
   width: 100%;
   height: 388px;
   background: #fff;
   margin-top: 23px;
   padding: 48px 146px  47px 147px;
   box-sizing: border-box;
}
.rongs img{
   width: 100% !important;
   height: 100% !important;
}
table th{
   border-top:solid 2px #35329c !important;
}
table tr,td,th{
  text-align: center !important;
}
.youxian{
  border-left: 1px solid #f4f9fc !important;
}
.youku{
   border-right: 1px solid #f4f9fc !important;
}
.table-bordered>thead>tr>th {
  border-bottom: none !important;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.rongs{
	   width: 100%;
	   height: auto;
	   padding: 0px;
	}
	.rongs img{
	  width: 100%;
	  height: auto;
	}
}