*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    color: #333;
}
a{
    color: #333;
    text-decoration:unset;
}
a:hover{
    color:red;
}
li{
    list-style: none;
}
body{
    background: #fff;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    visibility: hidden;
    clear: both;    
}


.header{
    width: 100%;
    min-width: 1200px;
    height: 457px;
    background: url(../images/2022_msss/headbg.png) no-repeat top center;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.header img{
    margin-top: 20px;
}
.box1{
    background-color: #faf0e4;
    padding: 35px 0;
  min-width: 1200px;
}
.bigtitle{
    width: 100%;
    height: 50px;
    background: url(../images/2022_msss/word.png) no-repeat top center;
}
.msss{
    width: 100%;
    height: 430px;
    background: #fff;
}
.msss .left{
    position: relative;
    width: 730px;
    height: 100%;
    /* padding-left: 20px; */
}
.msss .right{
    width: 470px;
    height: 100%;
    background: url(../images/2022_msss/redbg.png) no-repeat top center;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    padding: 28px 38px;
    text-indent: 2em;
}
.msss .right div{
    display: none;
}
.msss .right div.active{
    display: block;
}
.msss .left .up,
.msss .left .down{
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.msss .left .down{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.msss .left .sstitle{
    position: relative;
    height: 310px;
    overflow: hidden;
}
.msss .left ul{
    position: absolute;
    width: 100%;
    /* height: 310px; */
    overflow: hidden;
}
.msss .left ul li{
    width: 100%;
    height: 62px;
    line-height: 24px;
    /* padding: 7px 0; */
    z-index: 999;
    position:relative;
    display: table;
  }
.msss .left ul li a{
      background: url(../images/2022_msss/libg.png) no-repeat 0px 0px;
}

.msss .left ul li.active a{
     background: url(../images/2022_msss/libg02.png) no-repeat 0px 0px;
}

.msss .left ul li.active {
     background: url(../images/2022_msss/libg_active.png) no-repeat 0px 0px; 
}
.msss .left ul li a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    position: relative;
    display: table-cell;
    vertical-align: middle;
}


.box2{
    width: 100%;
    /* height: 485px; */
    background: #f6f6f6;
    padding: 25px 0;
}
.box2 .left{
    width: 730px;
    height: 100%;
    background: #fff;
    padding: 20px;
}
.box2 .right{
    width: 445px;
    height: 485px;
    background: #fff;
    padding: 20px;
}
.jjms span{
    font-size: 20px;
    font-weight: bold;
    color: #c30c07;
}
.jjms a{
    font-size: 16px;
    color: #757575;
    float: right;
}
.box2 .right ul{
    margin-top: 20px;
}
.box2 .right ul li{
    height: 56px;
    line-height: 56px;
    background: url(../images/2022_msss/libg2.png) no-repeat 0px 27px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box2 .right ul li + li{
    border-top: 1px dotted #e5e5e5;
}
.box2 .right ul li a{
    font-size: 18px;
    padding-left: 15px;
}
.mszc{
    width: 100%;
    padding: 20px;
}
.comtitle{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.comtitle span{
    float: left;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #c30c07;
}
.comtitle a{
    font-size: 16px;
    color: #757575;
    float: right;
}
.list li{
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    background: url(../images/2022_msss/libg2.png) no-repeat 0 19px;
    padding-left: 15px;
}
.mszc .list li{
    transform:unset;
}
.list li a{
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li span{
    float: right;
    color: #848484;
    display: none;
}
.mstj{
    margin-bottom: 40px;
}
.mstj .list li{
    float: left;
    width: 48%;
    transform:unset;
}
.mstj .list::after{
    display:block;
    visibility:hidden;
    clear:both;
    content:'';
}


 .header .headxysimg {
    display:none;
    margin-top:0px;
}
@media(max-width:1200px){
    .header{
        height:auto;
        background:none;
        min-width:unset;
        position: relative;
        overflow:hidden;
    }
    .header .container{
        position: absolute;
        left: 0;
        top: 0;
    }
    .header .headxysimg {
        display:block;
        max-width:130%;
        margin-left:-15%;
    }
    .header a img{
        margin:5px;
        max-width:33%;
    }
    .container{
        width:100%;
    }
    .box1,
    .box2,
    .mszc,
    .mstj{
        padding:0 8px;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        min-width: unset;
    }

    .msss .left,
    .msss .right,
    .box2 .left,
    .box2 .right{
        max-width:100%;
        float: none;
        width:100%;
        background-size: 100% 100%;
        overflow: hidden;
    }
    .box2 .banner{
        float:none;
        max-width: 100%;
        /* height: 250px; */
    }
    .msss{
        height:auto;
    }
    .mstj .list li{
        width:100%;
        float: none;
    }
    .bigtitle{
            background: url(../images/2022_msss/word.png) no-repeat left bottom;
            /* background-size:300% auto; */
            height: 42px;
            margin-bottom: 10px;
    }
     .msss .left .up, .msss .left .down{
        position:unset;
        line-height: 40px;
        height:40px;
    }

}
@media(max-width:768px){
        .header .headxysimg {
        display:block;
        max-width:150%;
        margin-left:-25%;
    }
      .msss .left .up img, .msss .left .down img{
         width:20px;
     }
     .msss .left ul li{
         height: 42px;
         line-height: unset;
         overflow: hidden;
         display: block;
     }
     .msss .left ul li a{
         box-sizing:border-box;
         line-height: unset;
         font-size: 16px;
         background-position-y: 32% !important;
         padding-left: 50px;
         background-position-x: -15px;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;
         box-sizing: border-box;
         line-height: 42px;
         display: block;
     }
     .msss .left ul li.active a{
         background-position-x: -15px;
     }
     .msss .right,
     .box2 .right{
         margin-top: 10px;
         padding:0px;
         line-height: 28px;
         height: auto;
         font-size: 16px;
     }
     .msss .right{
          padding: 15px 8px;
     }
     .box2 .left{
         margin-top: 10px;
         padding: 0px;
     }
     .banner > ul li{
         height:100%;
     }
    .box2 .right ul li,
    .list li{
        line-height:38px;
        height:38px;
        background-position-y:50%;
        background-position-x: 10px;
        
    }
    .box2 .right ul{
        margin-top:10px;
    }
    .box2 .right ul li a{
        font-size: 16px;
    }
    .comtitle span,
    .jjms span{
        font-size:18px;
    }
    .comtitle span,
    .comtitle a{
        line-height: 36px;
        height: 36px;
    }
    .list li a{
        padding-left:15px;
        font-size:16px;
    }
    .comtitle{
        margin-bottom:10px;
    }
    .banner > ul li p{
        font-size:16px;
    }
    .box2 .banner{
        height: 250px !important;
    }
    .banner > ul li{
       height: 250px !important;
    }
    .banner .dot{
        bottom:22px;
        right:5px;
    }

}
@media(max-width:500px){
    .bigtitle{
        background-size: 220% auto;
    }
    .banner > ul li p{
        width:65%;
        padding-left:6px;
    }
}
