@charset "utf-8";
/* CSS Document */

.Frame_news_module7 {
  border: 1px solid rgb(23, 140, 229);
}
.Frame_news_module7 .title h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Frame_news_module7 .title {
  background: #f3f3f3;
  display: block;
}
.Frame_news_module7 .title h1 {
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  height: 39px;
  background: rgb(23, 140, 229);
  display: inline-block;
  position: relative;
}
/*向下*/
.Frame_news_module7 .triangle_border_down {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0px;
  right: -39px;
  overflow: hidden;
}
.Frame_news_module7 .triangle_border_down span {
  display: block;
  width: 0;
  height: 0;
  border-width: 40px 40px 0;
  border-style: solid;
  border-color: rgb(23, 140, 229) transparent transparent;/*黄 透明 透明 */
  position: absolute;
  top: 0px;
  left: -40px;
}
.Frame_news_module7 .list {
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
  height: 220px;
}
.Frame_news_module7 .list a{ color:#666; font-size: 14px; line-height:40px; padding:0 10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display: block; width: 100%; }