.articleContent {
    position: relative;
}

.contentInn {
    padding-top: 73px;
}

.articleInn {
    width: 1180px;
    margin: 0 auto 120px auto;
}

.articleInnItem {
    padding-bottom: 28px;
    border-bottom: 1px solid #034983;
    margin-bottom: 34px;
}

.articleInnItem:last-child {
    border-bottom: none;
}

.articleTitle {
    font-size: 20px;
    font-family: HiraKakuStd-W8;
    font-weight: normal;
    color: #034983;
    line-height: 20px;
}
.articleTitle a{
    color: #034983;
    text-decoration: none;
    font-weight: bold;
}
.articleTitle a:hover{
    text-decoration: underline;
}

.articleContent,
.articleDigst {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(48, 49, 51, 1);
    line-height: 26px;
    margin-top: 12px;
}

.articleInnCampaignList {
    height: 894px;
    background-color: #034983;
}

.articleInnCampaignTitle {
    font-size: 32px;
    font-family: HiraKakuStd-W8;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    padding-top: 138px;
}

.articleInnCampaignAlbum {
    height: 338px;
    margin: 118px auto 0 auto;
    overflow: hidden;
}
.articleInnCampaignWrap{
    width: 1180px;
    height:100%;
    position: relative;
    margin:0 auto;
}
.articleInnCampaignAlbumList {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}

.articleInnCampaignAlbumItem {
    width: 205px;
    height: 274px;
    margin-right: 25px;
    vertical-align: middle;
    animation: all .5s ease;
}

.articleInnCampaignAlbumList .articleInnCampaignAlbumItem.articleInnCampaignAlbumItemMiddle {
    width: 260px;
    height: 100%;
    margin-top: 0;
}

.articleInnCampaignAlbumBtnLeft,
.articleInnCampaignAlbumBtnRight {
    width: 28px;
    height: 100%;
    cursor: pointer;
    float:left;
    position: relative;
}
.articleInnCampaignAlbumBtnLeft{
    margin-left: -40px;
}
.articleInnCampaignAlbumBtnRight{
    float:right;
    margin-right: -40px;
}
.articleInnCampaignAlbumBtnLeft b{
    display:block;
    width:100%;
    height:48px;
    position: absolute;
    top:0;
    bottom:0;
    margin: auto 0;
    background: url(../img/articleList/articleCampainBtnLeft.png) no-repeat center center;
    background-size: cover;
}

.articleInnCampaignAlbumBtnRight b{
    display:block;
    width:100%;
    height:48px;
    position: absolute;
    top:0;
    bottom:0;
    margin: auto 0;
    background: url(../img/articleList/articleCampainBtnRight.png) no-repeat center center;
    background-size: cover;
}

.articleInnForm {
    width: 1180px;
    height: 662px;
    padding: 96px 0 130px 0;
    margin: 0 auto;
}

.articleInnFormInnContent {
    width: 1180px;
    height: 563px;
    margin: 46px 0 0 0;
    background: rgba(3, 73, 131, 0.05);
}
/* body{
    overflow: hidden;
} */

/* 查看大图 */
.shadowBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    background: rgba(3, 73, 131, 0.75);
    display:none;
}
.closeBtn{
    width:34px;
    height:34px;
    background:url(../img/articleList/close.png) no-repeat center center;
    position: absolute;
    top:30px;
    right:30px;
    background-size:cover;
    cursor: pointer;
}
.shadowBoxBigPic {
    width: 1025px;
    height: 582px; 
    margin:0 auto 0 auto;
    position: absolute;
    top:30px;
    left:0;
    right:0;
}

.bigPic {
    width: 686px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.bigPic img{
    width:auto;
    height:100%;
}
.bigPicBtnLeft,
.bigPicBtnRight {
    width: 28px;
    height: 48px;
    position: absolute;
    top: 50%;
    background-size: cover;
    cursor: pointer;
}

.bigPicBtnLeft {
    left: 0;
    background: url(../img/articleList/bigPicLeft.png) no-repeat center center;
}

.bigPicBtnRight {
    right: 0;
    background: url(../img/articleList/bigPicRight.png) no-repeat center center;
}

.shadowBoxMutilePic {
    width: 1143px;
    height: 308px;
    margin: 0 auto 0 auto;
    top:632px;
    position: relative;
}

.shadowBoxMutiCon {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.shadowBoxMutiConInn {
    width: 200%;
    height: 260px;
}

.shadowBoxMutiConItem {
    width: 202px;
    height: 90%;
    float: left;
    margin-right: 30px;
    position: relative;
    background: yellow;
}
.shadowBoxMutiConItem.active{
    width: 188px;
    height: 224px;
    border:6px solid #7AECFF;
}
.shadowBoxMutiConItem img{
    width:100%;
    height:100%;
}
.shadowBoxMutiConItemLast {
    margin-right: 0;
}

.shadowBoxMutiConItemDes {
    display:block;
    position: absolute;
    bottom:-40px;
    left:44%;
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}
.shadowBoxMutiConItem.active .shadowBoxMutiConItemDes{
    bottom:-46px;
}

.shadowBoxMutiBtnLeft,
.shadowBoxMutiBtnRight {
    width: 28px;
    height: 48px;
    position: absolute;
    top: 106px;
    cursor: pointer;
}
.shadowBoxMutiBtnRight {
    right: 0;
    background: url(../img/articleList/bigPicRight.png) no-repeat center center;
    background-size: cover;
}

.shadowBoxMutiBtnLeft {
    left: 0;
    background: url(../img/articleList/bigPicLeft.png) no-repeat center center;
    background-size: cover;
}

.articleListBox{
    overflow: hidden;
}
.articleListBox .listBox{
    width: 250px;
    border-top: 1px solid #034983;
}
.articleListBox .listBox .list{
    padding: 16px 0;
    border-bottom: 1px solid #034983;
    
}
.articleListBox .listBox .list.active{
    color: #034983;
}
.articleListBox .conBox{
    margin-left: 322px;
    padding-right: 33px;
    max-height: 660px;
    overflow: hidden;
    overflow-y: auto;
}
.articleListBox .conBox .title{
    color: #034983;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: bold;
}
.articleListBox .conBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.articleListBox .conBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #DCDFE2;
}
.articleListBox .conBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.001);
}




