.contentBox{
    width:1280px;
    margin:0 auto;
    margin-bottom:20px;
}
.side.left{
    width:215px;
    float:left;
}
.side.right{
    width:1045px;
    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;
}
.side.right.imgList{
    padding:50px 44px 60px 44px;
}



.side.right>.info{
    overflow: hidden;
    border-bottom:1px dashed #CDCDCD;
    padding-bottom:63px;
    margin-bottom:35px;
}
.side.right>.info .img{
    width:228px;
    height:315px;
    border-radius: 10px;
    float:left;
    margin-right:56px;
    overflow: hidden;
}
.side.right>.info .img img{
    width:100%;
    height:100%;
}
.side.right>.info .text h2{
    font-size:36px;
    font-weight:bold;
    color:#333;
    margin-top:24px;
    margin-bottom:18px;
    font-family: SourceHanSansSCBold;
}
.side.right>.info .text span{
    font-size:20px;
    font-weight:400;
    color:#333;
    margin-bottom:44px;
    display:block;
    font-family: SourceHanSansSCRegular;
}
.side.right>.info .text p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
    font-family: SourceHanSansSCRegular;
}

.list1{
    margin-bottom:30px;
}
.list1 h2{
    width:100%;
    margin-bottom:27px;
}
.list1 h2 i{
    width:30px;
    height:30px;
    display:inline-block;
    background:#eee;
    vertical-align: middle;
    position: relative;
    top:-2px;
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780883485194860/hlist.png) center no-repeat;
}
.list1 h2 span{
    font-size:24px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    font-family: SourceHanSansSCBold;
}
.list1 h2 a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.list1 li{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    
    border-bottom:1px dashed #CDCDCD;
    padding-left:30px;
    box-sizing: border-box;
    position: relative;
}
.list1 li::before{
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#C0CDE6;
    position: absolute;
    top:24px;
    left:0;
    content:'';
}
.list1 li a{
    width:770px;
    line-height: 52px;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
    display:inline-block;
    font-family: SourceHanSansSCRegular;
}
.list1 li span{
    float:right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 52px;
    font-family: SourceHanSansSCNormal;
    
}


.list2{
    margin-bottom:30px;
    overflow: hidden;
}
.list2 h2{
    width:100%;
    margin-bottom:27px;
}
.list2 h2 i{
    width:30px;
    height:30px;
    display:inline-block;
    background:#eee;
    vertical-align: middle;
    position: relative;
    top:-2px;
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780883485194860/ilist.png) center no-repeat;
}
.list2 h2 span{
    font-size:24px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    font-family: SourceHanSansSCBold;
}
.list2 h2 a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    font-family: SourceHanSansSCRegular;
}
.list2 h2.title{
    border-bottom:2px solid #C3DCF5;
    box-sizing: border-box;
}
.list2 h2.title span{
    height:100%;
    display:inline-block;
    border-bottom:4px solid #3D70CD;
    height:40px;
    margin-bottom: -2px;
}

.list2 h2.title i.ico{
    margin-right:9px;
}



.list2 ul{
    width:1100px;
    background:#ccc;
}
.list2 ul li{
    width:205px;
    height:166px;
    float:left;
    margin-right:50px;
    margin-bottom:50px;
}
.list2 ul li img{
    width:100%;
    height:116px;
}
.list2 ul li span{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-family: SourceHanSansSCRegular;
}
.list2 ul li a:hover span{
    color:#1D53AC;
}