@charset "utf-8";
/* CSS Document */

.Frame_news_module5 h4,.Frame_news_module5 ul,.Frame_news_module5 li{  margin: 0; padding: 0; list-style: none;}

  .Frame_news_module5 .c .ul .li {
    height: 180px;
    background: #111111;
    margin-bottom: 10px;
    position: relative;
  }
  .Frame_news_module5 .c .ul .li .pic .img {
    width: 325px;
    height: 180px;
    vertical-align: bottom;
    position: absolute;
  }
  .Frame_news_module5 .c .ul .li .text {
    margin-left: 355px;
    position: relative;
  }
  .Frame_news_module5 .c .ul .li .text .box {
    padding: 32px 0px 25px;
  }
  .Frame_news_module5 .c .ul .li .text .left {
    margin-right: 215px;
  }
  .Frame_news_module5 .c .ul .li .text .left .box {
    padding: 33px 0;
  }
  .Frame_news_module5 .c .ul .li .text .left .span {
    font-size: 24px;
    color: #666666;
    display: block;
    line-height: 24px;
  }
  .Frame_news_module5 .c .ul .li .text .left .span:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    margin-top: 3px;
    margin-right: 22px;
    background: #eaba14;
  }
  .Frame_news_module5 .c .ul .li .text .left .news_title {
    font-size: 18px;
    color: #cccccc;
    line-height: 18px;
    font-weight: normal;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Frame_news_module5 .c .ul .li .text .left .p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .Frame_news_module5 .c .ul .li .text .right {
    margin-top: 40px;
    margin-right: 35px;
    position: absolute;
    right: 0;
    top:32px;
  }
  .Frame_news_module5 .c .ul .li .text .right .a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    padding: 10px 50px;
    border: 1px solid #333333;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 0px rgba(4, 0, 0, 0);
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .Frame_news_module5 .c .ul .li:hover .text .right .a {
    background: rgb(174, 22, 37);
    color: #fff;
    border-color: rgb(174, 22, 37);
    box-shadow: 0px 10px 10px 0px rgba(4, 0, 0, 0.1);
  }