.main{
margin: 0 auto 0 !important;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.m-listWrap{width:1400px;    margin-top: 150px;}
.m-listWrap .m-l-main{width: 25%;
    float: left;
    padding-left: 5%;}
.m-listWrap .m-r-main{overflow: hidden;margin-left:0;width: 69%;}


/***********左侧***********/
.m-l-main .left-list {
    width: 100%;
    float: left;
    padding-right: 6%;
}
.m-l-main .left-list .heading {
    margin-bottom: 10px;
}
.m-l-main .left-list .heading .title {
    background: #f0f2f5;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 20px;
}

.m-l-main .left-list .body-list li {
    margin-bottom: 10px;
}
.m-l-main .left-list .body-list li a {
    display: block;
    overflow: hidden;
}
.m-l-main .left-list .body-list li .intro {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}
.m-l-main .left-list .body-list li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-l-main .left-list .body-list li a img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.m-l-main .left-list .body-list li img {
    width: 100%;
    max-height: inherit;
}
.m-l-main .left-list .body-list li .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
   .left-list .body-list .intro .img {
            position: relative;
            overflow: hidden; /* 防止图片缩放后溢出容器 */
        }
        .left-list .body-list .intro .img img {
            display: block;
            width: 100%;
            height: auto;
            transition: transform 0.35s ease;
            transform-origin: center center;
        }
        .left-list .body-list .intro .img:hover img {
            transform: scale(1.08); /* 轻微放大，不影响布局 */
        }











/****************右侧*****************/
.m-r-main .header1 h1 p{font-size: 20px;line-height: 1.3;font-weight: normal;}
#othermessage {position: relative !important;
    padding-top: 15px;right: 0;
    bottom: 0;
    color: #999;}
#othermessage .fl span{color: #999;}
.mainTextBox{font-size: 15px;
    padding-top: 10px;padding-bottom: 40px;
    overflow: hidden;}
.mainTextBox #mainText {}





  @media (max-width: 900px) {
.m-listWrap{width:100%}


.m-listWrap .m-r-main{
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
}








}