.header{
    height: 660px;
    background: url(/img/MAIN/2019/04/119205/images/headerBg.png) center top no-repeat;
}
.container{
    margin: -30px auto 30px;
    width: 1000px;
    overflow: hidden;
}
.banner-header{
    margin-top: 30px;
    height: 37px;
    margin-bottom: 38px;
}
.banner-header img{
    width: 100%;
    display: block;
}
.law-list .law-title{
    margin-bottom: 20px;
    height:73px;
    border-top: 2px solid #EA3244;
    background:rgba(231,231,231,0.7);
    font-size:22px;
    font-weight:bold;
    color:#333333;
    line-height:73px;
} 
.law-list .law-title a{ color:#333333;}
.law-list .law-title i{
    float: left;
    display: block;
    width: 55px;
    padding-left: 30px;
    font-size:45px;
    font-family:MFLangSong_Noncommercial-Regular;
    font-weight:bold;
    font-style:italic;
    color:rgba(234,50,68,1);
}
.law-list .law-title .more-btn{
    position: relative;
    float: right;
    display: block;
    width: 75px;
    font-size:18px;
    font-weight:400;
    color:rgba(234,50,68,0.7);
    line-height:73px;
    cursor: pointer;
}
.law-list .law-title .more-btn::after{
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 9px;
    top: 33px;
    right: 20px;
    background: url(/img/MAIN/2019/04/119205/images/icon_more.png) center center no-repeat;
}
.law-list .law-detail{
    display: none;
    padding: 0 20px 20px;
    font-size:18px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:42px;
}
.law-list .current .law-title{
    color: #EA3244;
}
.law-list .current .law-title .more-btn::after{
    background: url(/img/MAIN/2019/04/119205/images/icon_close.png) center center no-repeat;
}
/* .law-list .current .law-detail{
    display: block;
} */
.experience-list li{
    position: relative;
    float: left;
    padding: 0 0 25px 25px;
    width:50%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;
    font-weight:400;
    color:#333;
    line-height:18px;
}
.experience-list li a,
.experience-list li a:hover,
.experience-list li a:active{
    color: #333
}
.experience-list li:nth-of-type(odd){           padding-right: 50px;
}
.experience-list li::before{
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 9px;
    top: 5px;
    left: 0px;
    background: url(/img/MAIN/2019/04/119205/images/icon_list.png) center center no-repeat;
}
.footer{
    padding-top: 55px;
    width: 100%;
    height: 175px;
    background:rgba(234,234,234,1);
}
.footer .site-link-list{
    width: 1000px;
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .site-link-list li{
    background: #EA3244;
    min-width: 100px;
    height: 35px;
}
.footer .site-info{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}