.con {
  padding: 56px 0 140px 0;
}
.con .w1440 {
  display: flex;
}
.con .w1440 .con_l {
  flex: 1;
  margin-right: 6.38%;
}
.con .w1440 .con_l .tit {
font-weight: 600;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
.con .w1440 .con_l .mes {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.con .w1440 .con_l .mes .time {
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.con .w1440 .con_l .mes .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.con .w1440 .con_l .mes .share a {
  display: inline-block;
  height: 24px;
  margin-left: 16px;
}
.con .w1440 .con_l .mes .share a img {
  height: 100%;
  filter: invert(0.5);
  opacity: 0.4;
  transition: all 0.2s linear;
}
.con .w1440 .con_l .mes .share a:hover img {
  filter: invert(0);
  opacity: 1;
}
.con .w1440 .con_l > hr {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background: #000000;
  border: none;
  margin: 38px 0 34px 0;
}
.con .w1440 .con_l .main {
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 2;
}
.con .w1440 .con_l .main p {
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 2;
}
.con .w1440 .con_l .main img {
  max-width: 100%;
  margin: auto;
}
.con .w1440 .con_l .main_footer {
  padding-top: 20px;
}
.con .w1440 .con_l .main_footer div {
  display: flex;
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 2;
  transition: all 0.2s linear;
  margin-top: 18px;
}
.con .w1440 .con_l .main_footer div svg {
  opacity: 0.3;
  margin-top: 10px;
  margin-right: 8px;
}
.con .w1440 .con_l .main_footer div span {
  color: #333;
}
.con .w1440 .con_l .main_footer div:hover {
  color: #FF441A;
}
.con .w1440 .con_l .main_footer div:hover span {
  color: #FF441A;
}
.con .w1440 .con_l .main_footer div:hover svg {
  opacity: 1;
}
.con .w1440 .con_l .main_footer div:hover svg path {
  fill: #FF441A;
}
.con .w1440 .con_r {
  flex: 0 0 424px;
}
.con .w1440 .con_r .nav_tit {

  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: 1;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.con .w1440 .con_r .nav_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 189px;
  height: 1px;
  background: #ff441a;
}
.con .w1440 .con_r .list_box {
  margin-top: 30px;
}
.con .w1440 .con_r .list_box .list {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed rgba(9, 15, 56, 0.1);
}
.con .w1440 .con_r .list_box .list > a {
  display: flex;
}
.con .w1440 .con_r .list_box .list .list_l {
  flex: 0 0 140px;
  height: 0;
  padding-bottom: 22%;
  position: relative;
  overflow: hidden;
}
.con .w1440 .con_r .list_box .list .list_l img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .w1440 .con_r .list_box .list .list_r {
  padding-left: 7%;
  padding-top: 12px;
}
.con .w1440 .con_r .list_box .list .list_r .title {

  font-weight: 600;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.2s linear;
}
.con .w1440 .con_r .list_box .list .list_r .time {
  font-weight: 400;
  text-align: left;
  color: #333333;
  font-size: 14px;
  margin-top: 14px;
}
.con .w1440 .con_r .list_box .list:hover .title {
  color: #FF441A;
}
.con .w1440 .con_r .list_box .list:hover img {
  transform: scale(1.05);
}
.noDate{
    text-align: left;
}
@media only screen and (max-width: 1920px){
    .con{
        padding:2.9vw 0 7.29vw 0;
    }
    .con .w1440 .con_l > hr{
        margin:1.97vw 0 1.77vw 0 ;
    }
    
}
@media only screen and (max-width: 1000px){
    .con .w1440{flex-wrap:wrap;}
    .con .w1440 .con_l,
    .con .w1440 .con_r{flex:0 0 100%;}
    .con .w1440 .con_r{margin-top:40px;}
    .con .w1440 .con_r .list_box .list .list_l{padding-bottom:8%;}
    .con .w1440 .con_r .list_box .list .list_r{padding-left:20px;}
    .con .w1440 .con_r .list_box .list:last-child{margin-bottom:0;}
}
@media only screen and (max-width: 768px){
    .con{padding:40px 0;}
    .con .w1440 .con_l .mes .share a{height:16px;}
    .con .w1440 .con_l .mes .share{margin-top:10px;}
   
    .con .w1440 .con_l > hr{margin:10px 0;}
    .con .w1440 .con_l .main_footer div{margin-top:10px;}
    .con .w1440 .con_r .list_box .list .list_l {
        padding-bottom: 24%;
    }
    .con .w1440 .con_r .list_box .list .list_r{padding-top:6px;}
    
}
