.message1{
    margin-bottom: 54px;
}
.content2{width: 1200px;margin: 0 auto;}
.content2 .main{
height: auto;
background: #FFFFFF;
box-shadow: 0px 4px 16px 0px rgba(11,29,86,0.2);
border-radius: 4px;
padding: 50px 80px 60px 80px;
border-top: 8px solid #3775E8;
}
.content2 .main .articleTitle{
height: 40px;
font-size: 28px;
color: #000000;
line-height: 40px;
text-align: right;
font-style: normal;
padding-bottom: 40px;
border-bottom: 1px solid #DDDDDD;
margin-bottom: 39px;}
#headers{display: none;}

@media all and (max-width:768px){
    .message1,
    .zxxq,
    .top-fmt{display: none;}
    body {
        background: linear-gradient(180deg, #1C4DC6 0%, #3587FF 86%, #F7F9FD 100%) no-repeat;
        background-size: 100% 200px; /* 宽度100%，高度200px */
        background-color: #F7F9FD; /* 其余部分的背景色 */
    }
    #headers{display: flex;padding: 0 12px;box-sizing: border-box;}
    #headers .ss{color: #FFFFFF;}

    .content{width: 100%;bottom: 0;background: none;}
    .content2{width: 100%;}
    .content2 .main{width: 100%;background: none;border-top: none;box-shadow:none;padding: 0 16px 16px 16px;margin-bottom: 0;box-sizing: border-box;}
    .content2 .main .articleTitle{border-bottom: none;margin: 0;text-align: left!important;height: auto;padding: 16px 0;line-height: 28px;height: 28px;font-size: 18px;}
    .content2 .main .articleTitle .bt{color: #FFFFFF;font-size: 18px;line-height: 28px;}
    .content2 .articleDetails{background: #FFFFFF;box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.08);border-radius: 8px;padding: 16px 12px 24px 12px;font-size: 14px;}
    .content2 .articleDetails .neirong{font-size: 14px!important;line-height: 24px!important;}
    
}