.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side.left{
    width:234px;
    float:left;
}
.side.right{
    width:1027px;
    float:right;
    background:#fff;
    padding:25px 40px 60px 40px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    position: relative;
    display:none;
}
.side.right.active{
    display:block;
}

.side.right.m01 .title{
    width:100%;
    height:34px;
    border-bottom:2px solid #DEDEDE;
    font-size: 22px;
    font-weight: 500;
    margin-bottom:58px;
    text-align: center;
}
.side.right.m01 .title span{
    color: #3D70CD;
    border-bottom:4px solid #3D70CD;
    height:32px;
    display:inline-block;
    font-family: SourceHanSansSCMedium;
    font-weight:bold;
}


.side.right.m01 .list ul{
    width:100%;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
.side.right.m01 .list ul li{
    width:33%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
    position: relative;
    text-align: center;
    float:left;
    padding:40px 0;
    box-sizing: border-box;
}
.side.right.m01 .list ul li h2{
    font-size: 22px;
    font-weight: 500;
    color: #1D53AC;
    font-family: SourceHanSansSCMedium;
    font-weight:500;
}
.side.right.m01 .list ul li span{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    display:block;
    font-family: SourceHanSansSCRegular;
}
.side.right.m01 .list ul li .img{
    width:188px;
    height:237px;
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/pbg.png);
    background-size: contain;
    margin:0 auto;
    padding:18px 13px 17px 16px;
    box-sizing: border-box;
}
.side.right.m01 .list ul li .img img{
    width:100%;
    height:100%;
}

.side.right.m01 .list ul.top{
    padding-left:60px;
}
.side.right.m01 .list ul.top li{
    width:100%;
    text-align: left;
}
.side.right.m01 .list ul.top .img{
    float:left;
    width:240px;
    height:303px;
    padding:26px 24px 35px 26px;
    margin-right:45px;
}
.side.right.m01 .list ul.top .img img{
    width:190px;
    height:242px;
}
.side.right.m01 .list ul.top .txt{
    padding-top:100px;
}
.side.right.m01 .list ul.top .txt h2{
    font-size:40px;
    margin-bottom:10px;
    font-family: SourceHanSansSCMedium;
    font-weight:500;
}
.side.right.m01 .list ul.top .txt span{
    font-size:30px;
}





.side.right.m02 .title{
    width:100%;
    height:34px;
    border-bottom:2px solid #DEDEDE;
    font-size: 22px;
    font-weight: 500;
    margin-bottom:30px;
    text-align: center;
}
.side.right.m02 .title span{
    color: #3D70CD;
    border-bottom:4px solid #3D70CD;
    height:32px;
    display:inline-block;
    font-family: SourceHanSansSCBold;
    font-weight: bold;
}
.side.right.m02 .list ul{
    width:100%;
    overflow: hidden;
    margin-bottom:100px;
}


.side.right.m02 .list ul li{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    position: relative;
    box-sizing: border-box;
    padding:12px 14px;
    background:rgba(208, 234, 255, .4);
    margin-bottom:8px;
    font-family: SourceHanSansSCRegular;
    font-weight:400;
}
.side.right.m02 .list ul li h2{
    font-size: 22px;
    font-weight: 500;
    color: #1D53AC;
}
.side.right.m02 .list ul li i{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display:block;
    float:left;
    width:27px;
    height:27px;
    line-height:27px;
    border-radius: 50%;
    text-align: center;
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/roleBg.png);
    margin-right:23px;
}




.side.right.m03 .title{
    width:100%;
    height:34px;
    border-bottom:2px solid #DEDEDE;
    font-size: 22px;
    font-weight: 500;
    margin-bottom:30px;
    text-align: center;
}
.side.right.m03 .title span{
    color: #3D70CD;
    border-bottom:4px solid #3D70CD;
    height:32px;
    display:inline-block;
    font-family: SourceHanSansSCBold;
    font-weight: bold;
}
.side.right.m03 .list ul{
    width:100%;
    overflow: hidden;
}


.side.right.m03 .list>ul>li{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    position: relative;
    box-sizing: border-box;
    padding:12px 14px;
    margin-bottom:8px;
}
.side.right.m03 .list>ul>li>h3{
    height:37px;
    line-height:37px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background:#D0EAFF;
    position: relative;
    padding-left:10px;
    box-sizing: border-box;
    font-family: SourceHanSansSCMedium;
}
.side.right.m03 .list>ul>li>h3::before{
    content:'';
    width:4px;
    height:37px;
    background:#3D70CD;
    position: absolute;
    top:0;
    left:0;
}
.side.right.m03 .list>ul>li>h3 span{
    font-size: 20px;
    font-weight: bold;
    color: #3D70CD;
    float:left;
    font-family:SourceHanSansSCBold ;
}
.side.right.m03 .list>ul>li>ul{
    padding:18px 0px 18px 18px;
    box-sizing: border-box;
}
.side.right.m03 .list>ul>li>ul>li{
    background:rgba(208, 234, 255, .4);
    overflow: hidden;
    margin-bottom:9px;
    display:table;
    width:100%;
}
.side.right.m03 .list>ul>li>ul>li span{
    font-size: 18px;
    font-weight: bold;
    color: #3D70CD;
    height:100%;
    padding:10px 0px 10px 15px;
    border-top:2px solid #3D70CD;
    display: table-cell;
    white-space:nowrap;
}

.side.right.m03 .list>ul>li>ul>li p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    padding:12px;
    display: table-cell;
    font-family: SourceHanSansSCRegular;
}





.side.right.m04 .title{
    width:100%;
    height:34px;
    border-bottom:2px solid #DEDEDE;
    font-size: 22px;
    font-weight: 500;
    margin-bottom:58px;
    text-align: center;
}
.side.right.m04 .title span{
    color: #3D70CD;
    border-bottom:4px solid #3D70CD;
    height:32px;
    display:inline-block;
    font-family: SourceHanSansSCBold;
    font-weight: bold;
}


.side.right.m04 .box .left{
    width:380px;
    float:left;
}
.side.right.m04 .box .left p{
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    font-family: SourceHanSansSCRegular;
}
.side.right.m04 .box .left p span{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    margin-right:10px;
    font-family: SourceHanSansSCBold;
}
.side.right.m04 .box .left p span i{
    width:30px;
    height:30px;
    display:inline-block;
    position: relative;
    top:7px;
    margin-right:10px;
}
.side.right.m04 .box .left p span i.i01{
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/c01.png) no-repeat center;
}
.side.right.m04 .box .left p span i.i02{
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/c02.png) no-repeat center;
}
.side.right.m04 .box .left p span i.i03{
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/c03.png) no-repeat center;
}
.side.right.m04 .box .left p span i.i04{
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/c04.png) no-repeat center;
}
.side.right.m04 .box .left p span i.i05{
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/c05.png) no-repeat center;
}
.side.right.m04 .box .left p span i.i06{
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/c06.png) no-repeat center;
}

.side.right.m04 .box .right{
    width:492px;
    float:right;
}