.entry_list_box li .box_Title {
    line-height: 53px;
    border-bottom: 1px solid #dddddd;
    background: #fafbe5;
    text-align: center;
}

.entry_list_box {
    margin-bottom: 20px;
}

.entry_list_box li {
    width: 31.3%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 20px 20px 0;
}

.entry_list_box li .box_Title {
    line-height: 53px;
    border-bottom: 1px solid #dddddd;
    background: #fafbe5;
    text-align: center;
margin-top:0;
}

.entry_list_box li .box_Text {
    line-height: 60px;
    text-align: center;
}

.process_box .u_textRight{
margin-right: 19px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}



@media (max-width: 767px) {
  .entry_list_box li:nth-child(even) {
    margin-right: 0 !important;
  }
}

.entry_list_box li:nth-child(3n+3) {
  margin-right: 0px;
}

.entry_list_box li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.entry_list_box li:nth-last-child(-n+2) {
  margin-bottom: 0 !important;
}

.entry_list_box li .box_Title {
  line-height: 53px;
  border-bottom: 1px solid #dddddd;
  background: #fafbe5;
  text-align: center;
}

.entry_list_box li .box_Text {
  line-height: 60px;
  text-align: center;
}

.entry_link {
  font-weight: bold;
  text-decoration: none;
}

.entry_link:hover {
  text-decoration: underline;
}

.entry_link i {
  margin-left: 10px;
  font-size: 18px;
}

.entry_table {
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

.entry_table_width02 {
  width: 830px;
  margin-bottom: 20px;
}


@media (max-width: 767px) {

  .entry_list_box li{
    width: 47%;
  }

  .entry_list_box li:nth-child(3n+3) {
    margin-right: 20px;
  }

}
