@charset "UTF-8";
.container{max-width: 1200px; margin:auto;box-sizing: border-box;}
img{max-width:100%;}
body{background: #EDF9FF url(../images/ztbg.png) no-repeat center top;font-family: '微软雅黑';}

.ztheader{padding-top: 25px;}
.toptxt img{margin: 40px auto 0;height: 140px;}
.toptxt img + img{height: 140px;}

.jyinfo{padding: 40px;margin-top: 50px;box-sizing: border-box;background-color: #fff;border-radius: 30px;}
.jyinfo h2{color: #0041AB;font-family: '宋体';font-size: 32px;text-align: center;font-weight: bold;line-height: 42px;}
.jyinfo p{padding: 0 30px;color: #333;font-size: 20px;text-indent: 2em;line-height: 46px;margin-top: 40px;}

.jyconbox{margin-top: 20px;padding: 52px 42px 40px;box-sizing: border-box;background: #fff;border-radius: 30px;position: relative;}
.jyconbox::before{content: '';position: absolute;top: -40px;left: 40px;width: 26px;height: 68px;background: url(../images/calendar_icon.png) no-repeat;}
.jyconbox::after{content: '';position: absolute;top: -40px;right: 40px;width: 26px;height: 68px;background: url(../images/calendar_icon.png) no-repeat;}
.jycon{padding: 20px 30px;width: 100%;line-height: 43px;background-color: #F2FAFF;box-sizing: border-box;border: 1px solid #8DB4F2;border-radius: 20px;}
.jycon .tit{font-size: 24px;text-indent: 2em;color: #0041AB;font-weight: bold;margin-top: 15px;}
.jycon .con{font-size: 18px;text-indent: 52px;color: #333;margin-bottom: 20px;margin-top: 15px;}
.jycon img{margin: 10px auto;}

@media (max-width:1200px){
    .container{width:100%;padding:10px;}
    .logo img{width:70%;}
    .toptxt img{margin: 20px auto 0;width:90%;height: auto;}
    .toptxt img + img{height:auto;}
    .jyinfo{margin-top:15px;padding:20px;}
    .jyinfo h2{font-size:26px;}
    .jyinfo p{padding: 0;margin-top:10px;line-height: 36px;font-size: 18px;}

    .jycon{padding:10px;line-height: 34px;}
    .jycon .tit{font-size:20px;}
    .jycon .con{font-size: 18px;}
}