.newsBox {
    width: 16rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-shrink: 1;
    align-items: stretch;
}

.newsLeft {
    width: 100%;

    /*padding: 0.4rem 0.32rem 0.4rem 0.4rem;*/
    flex-grow: 0;
}

.newsTop {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem 0.32rem 0.16rem 0.4rem;
    margin-bottom: 0.16rem;
}
.newsTop:hover{
    box-shadow: rgba(29, 56, 72, 0.17) 0px 23px 90px -5px;
    background: rgb(255, 255, 255);
}
.newsTop:hover .newsTopTitle>p{
    color: #e60012;
}

.newsTopMsg {
    width: 10.5rem;
    /*padding-top: 0.59rem;*/
}

.newsTop>a {
    justify-content: space-between;
    align-items: center;
}

.newsTopTitle {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.newsTopIcon {
    width: 0.46rem;
    height: 0.38rem;
    position: relative;
}

.newsTopIcon>p {
    font-size: 0.18rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0.05rem;
    width: 100%;
}

.newsTopIcon>img {
    width: 100%;
    height: 100%;
    display: block;
}

.newsTopTitle>p {
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.28rem;
    width: 10rem;
    transition: all 0.6s;
    margin-left: 0.15rem;
}

.newsTopImg {
    width: 4.38rem;
    height: 2.72rem;
    overflow: hidden;
}

.newsTopTxt {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.24rem;
    margin-top: 0.1rem;
}

.newsTopTime {
    font-size: 0.14rem;
    color: #999999;
    display: block;
    margin-top: 0.1rem;
}

.newsLeftLine {
    border-bottom: 0.01rem solid #E8E8E8;
    margin: 0.36rem auto;
}

.newsLeftList {
    width: 100%;
}

.newsLeftList>li {
    padding: 0.3rem 0.32rem 0.3rem 0.4rem;
    background-color: #fff;
    margin-bottom: 0.16rem;
    transition: all 0.5s;
}
.newsLeftList>li:hover{
    box-shadow: rgba(29, 56, 72, 0.17) 0px 23px 90px -5px;
    background: rgb(255, 255, 255);
}
.newsLeftList>li>a {
    align-items: center;
    justify-content: space-between;
}

.newsImg {
    width: 3.6rem;
    height: 2.1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scale-box .newsImg>img.scale-img,
.scale-box .newsTopImg>img.scale-img
{
    height: 100%;
    display: block;
}

.newsMain {
    width: 9.2rem;
    margin-left: 0.4rem;
}

.newsMtitle {
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.28rem;
    transition: all 0.6s;
}

.newsMtxt {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.24rem;
    margin-top: 0.12rem;
}

.newsMtime {
    width: 0.6rem;
    margin-left: 0.42rem;
    margin-right: 0.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.6s;
    /*margin-top: -0.4rem;*/
}

.newsMtime>span:first-child {
    font-family: oswald-m;
    font-size: 0.4rem;
    color: #666666;
    transition: all 0.6s;
}

.newsMtime>span:last-child {
    font-family: oswald-m;
    font-size: 0.14rem;
    color: #999;
    transition: all 0.6s;
}

.newsLeftList>li:hover .newsMtitle {
    color: #e60012;
}

.newsLeftList>li:hover .newsMtime>span {
    color: #e60012;
}

.newsRight {
    width: 4.42rem;
    display: none;

    box-sizing: border-box;
   
}
.newsBg{
    background-color: #fff;
    padding: 0.3rem 0.3rem 0.3rem;
    max-height: 5.09rem;
    overflow: hidden;
}

.newsRight .newsLeftLine {
    margin: 0.2rem 0;
}

.newsRtitle {
    font-size: 0.26rem;
    color: #333333;
}

.newsRlist>li {
    margin-bottom: 0.19rem;
}

.newsRlist>li>a {
    justify-content: space-between;
}

.newsRlist>li:hover p{
    font-weight: 600;
}

.newsNum {
    width: 0.16rem;
    height: 0.16rem;
    background: #CCCCCC;
    text-align: center;
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.16rem;
}

.newsNum.color{
    background-color: #0b318f;
}

.newsRtxt{
    width: 3.52rem;
    font-size: 0.14rem;
    color: #333333; 
}
@media only screen and (max-width: 1024px) {
.newsBox{
    width: 100%;
    display: block;
}
.newsLeft{
    width: 100%;
}
.newsTopMsg{
    width: 60%;
    padding-top: 0;
}
.newsTopTitle > p{
    width: 80%;
    font-size: 0.24rem;
}
.newsTopTxt{
    font-size: 0.24rem;
    line-height: .3rem;
}
.newsTopTime{
    font-size: 0.24rem;
}
.newsTopImg{
    width: 38%;
    height: auto;
}
.newsLeftList > li{
    padding: 0.3rem;
}
.newsImg{
    width: 38%;
    height: 1.8rem;
}
.newsMain{
    width: 50%;
    margin-left: 0.2rem;
}
.newsMtitle{
    font-size: 0.24rem;
      white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 

}
.newsMtxt {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.newsMtime > span:last-child{
    font-size: 0.24rem;
}
.newsMtime{
    margin-left: .3rem;
}
.newsRight {
  width: 100%;
  margin-top: .3rem;
}
.newsNum {
  font-size: 0.24rem;
  padding: .1rem;
  width: auto;
    height: auto;
}
.newsRtxt {
  font-size: 0.24rem;
  width: 90%;
}

}