.news{
    width: 1330px;
    height: 600px;
    margin: 100px 15%;
}
.news-title{
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 75px;
}
.news-title div{
    display: inline-block;

}
.news-title a{
    float: right;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    
}
.news-title a::after{
    content: '';
    width: 74px;
    height: 2px;
    display: block;
    border-bottom: 2px solid #f99e27;
}
.news-title h1{
    font-size: 38px;
    font-family: "Microsoft YaHei";
}
.news-title p{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}
.news-container{
    width: 100%;
    height: 450px;
    display: inline-flex;
}
.news-left{
    height: 450px;
    margin-right: 40px;
}
.news-left img{
    width: 580px;
    height: 450px;
}
.news-right{
    display: flex;
    flex-direction: column;
    height: 450px;
    opacity: 0.4;
}
.news-right:hover{
    opacity: 1;
}
.news-right h1{
    font-size: 24px;
    font-family: "Microsoft YaHei";
}
.news-right p{
    margin: 20px 0;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}
.news-right a{
    display: inline-block;
    width: 58px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 16px;
    color: #f99e27;
    margin: 25px 0;
}
.news-right div{
    margin: 30px 0;
    min-width: 400px;
}
  


  

  
  
  

