.contentBox{
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
    overflow: hidden;
}
.side.left{
    width:234px;
    float:left;
}
.side.right{
    width:100%;
    float:initial;
    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 .title{
    width:100%;
    height:80px;
    border-bottom:3px solid #DEDEDE;
    font-size: 32px;
    font-weight: 500;
    margin-bottom:30px;
}
.side.right .title span{
    color: #3D70CD;
    border-bottom:3px solid #3D70CD;
    height:80px;
    line-height:80px;
    display:inline-block;
}

.side.right .list ul{
    width:100%;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
.side.right .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 .list ul li h2{
    font-size: 22px;
    font-weight: 500;
    color: #1D53AC;
}
.side.right .list ul li span{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display:block;
}
.side.right .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 .list ul li .img img{
    width:100%;
    height:100%;
}

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







.side.right .info{
    overflow: hidden;
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:30px;
    background:#2E6ABC;
}
.side.right .info .img{
    width:228px;
    height:300px;
    border-radius: 0;
    float:left;
    margin-right:0;
    overflow: hidden;
}
.side.right .info .img img{
    width:100%;
    height:100%;
}
.side.right .info .text h2{
    font-size:49px;
    font-weight:500;
    color:#fff;
    margin-top:80px;
    margin-bottom:18px;
    text-align: center;
}
.side.right .info .text span{
    font-size:40px;
    font-weight:400;
    color:#fff;
    margin-bottom:44px;
    display:block;
    text-align: center;
}
.side.right .info .text p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
}

.side.right .line{
    width:100%;
    height: 8px;
    background: #F3F3F3;
    margin-bottom:10px;
}

.side.right .block{
    margin-bottom:40px;
}
.side.right .block .title{
    width:100%;
    border:0;
}
.side.right .block .title img{
    width:100%;
    height:auto;
}
.side.right .block .box{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 69px;
    text-indent: 2em;
}

.mlist1{
    margin-bottom:30px;
}
.mlist1 h2{
    width:100%;
    margin-bottom:27px;
}
.mlist1 h2 img{
    width:100%;
}


.mlist1 .device{
    width:100%;
    height:394px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
.mlist1 .device .swiper-container{
    width:100%;
    height:394px;
}
.mlist1 .device .swiper-container .swiper-slide{
    width:100%;
    height:394px;
    text-align: center;
    position: relative;
}
.mlist1 .device .swiper-container .swiper-slide img{
    height:394px;
    width:100%;
}
.mlist1 .device .swiper-container .swiper-slide p{
    width:100%;
    height:70px;
    background: rgba(23, 60, 154, .5);
    position: absolute;
    bottom:0;
    left:0;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    line-height: 70px;
    box-sizing: border-box;
}
.mlist1 .device .arrow-left, .list1 .device .arrow-right{
    display:none;
}
.mlist1 .device .pagination{
    width:100px;
    height:10px;
    position: absolute;
    right:10px;
    bottom:90px;
    z-index: 99;
    text-align: right;
}
.mlist1 .device .swiper-pagination-switch{
    width:9px;
    height:9px;
    line-height:1;
    border-radius: 50%;
    float:initial;
    display:inline-block;
    border: 0;
    margin-right:11px;
    cursor: pointer;
    background:#67AFFB;
}
.mlist1 .device .swiper-active-switch{
    background:#fff;
    border: 0;
}
.mlist1 .device .swiper-pagination-switch::after{
    display:none;
}


.baseList li{
    padding:33px 0;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    background:#fff;
    margin-bottom:8px;
    border-bottom:8px solid #f3f3f3;
}
.baseList li span{
    display:block;
    font-size: 24px;
    font-weight: 500;
    color: #989898;
    margin-top:8px;
}
.baseList li i{
    width:30px;
    height:30px;
    display:block;
    background:url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780883485194860/m01@2x.png) no-repeat;
    background-size: contain;
    float:right;
    margin-top:24px;
}
.baseList li .img{
    float:left;
    width:250px;
    height:141px;
    margin-right:40px;
}
.baseList li img{
    width:100%;
    height:100%;
}
.baseList li p a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}







.list2{
    margin-bottom:30px;
    overflow: hidden;
}
.list2 h2{
    width:100%;
    margin-bottom:27px;
}
.list2 h2 img{
    width:100%;
}
.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;
}
.list2 h2 a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.list2 ul{
    width:100%;
    background:#ccc;
}
.list2 ul li{
    width:317px;
    height:270px;
    float:left;
    margin-right:0;
    margin-bottom:50px;
}
.list2 ul li:nth-child(2n){
    float:right;
}
.list2 ul li img{
    width:100%;
    height:180px;
}
.list2 ul li span{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    line-height: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.list2 ul li a:hover span{
    color:#1D53AC;
}




.side.right.imgList{
    width:100%;
    float:initial;
    background:#fff;
    padding:25px 25px 60px 25px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    position: relative;
}
.side.right.imgList .info .img{
    width:244px;
}
.page li{color: rgba(0,0,0,0.65) !important;}
.page li.info{
    background: #ffffff !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
}