
.section1{margin-top: 70px}
.section1 .tit{font-size: 30px;text-align: center;padding-bottom: 30px;border-bottom: 1px dashed #999}
.section1 .tit-bot{margin-top: 24px}
.time{color: #999}
.font{width: 30px;display: inline-block;cursor: pointer;margin-left: 10px}
.font img{display: block;width: 100%;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%); filter: gray;transition: all .4s}
.font:hover img{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%); filter: gray;}
.cont-box{margin-top: 40px}
.cont{margin-bottom: 38px;font-size: 16px;line-height: 1.8;text-indent: 2em;}
.img{display:block;max-width: 100%;margin: 30px auto}
.cont-bot{padding-top: 30px;border-top: 1px dashed #999}
.cont-bot .prev {color: #999;transition: all .4s}
.cont-bot .next{color: #999;transition: all .4s}
.cont-bot .prev:hover{color: #005dab}
.cont-bot .next:hover{color: #005dab}
.cont-box img{
    max-width: 100%;
    max-height: 100%;
}
.js-content .cont{margin-bottom: 0}
.js-content .img{display:block;max-width: 100%;margin: 30px auto 50px}
.js-content .download-box{height: 140px;background-color:#fdf3e5;padding: 46px 285px 0;box-sizing: border-box;margin-top: 20px; }
.js-content .download-box .left-p{font-size: 16px;margin-bottom: 10px}
.js-content .download-box .left-p .integral{color:#ff0000}
.btn{width: 140px;height: 45px;line-height: 45px;text-align: center;color: #fff;background-color:#f08d00;border-radius: 10px;font-size: 16px}
@media(max-width:1219px) {
    .section1 {margin-top: 40px}
    .js-content .download-box{padding: 46px 220px 0;}
}
@media(max-width:1023px) {
    .section1{margin-top: 40px}
    .section1 .tit{padding-bottom: 20px;font-size: 22px}
    .cont-box{margin-top: 20px}
    .cont{margin-bottom: 16px}
    .cont-bot{margin-top: 20px}
    .section1 .tit-bot{margin-top:20px}
    .cont-bot{padding-top:15px}
    .img{margin:20px auto;}
    .js-content .img{margin:20px auto;}
    .js-content .download-box{padding: 46px 50px 0;}
    .cont-box img{
        max-width: 100%;
        max-height: 100%;
        
    }
}
@media(max-width:767px) {
    .section1{margin-top: 20px}
    .section1 .tit{padding-bottom:10px;font-size:20px}
    .print_tex {display: none}
    .cont-box{margin-top:10px}
    .cont{margin-bottom:5px}
    .section1 .tit-bot{margin-top: 10px}
    .cont-bot{margin-top:10px}
    .time{width: 100%;text-align: center}
    .cont-bot{padding-top:5px}
    .img{margin:10px auto;}

    .js-content .img{margin:10px auto 10px;}
    .js-content .download-box{padding: 10px 0;text-align: center;height: auto;display: block}
    .btn { width: 120px;height: 35px;line-height: 35px;}
    .cont-box img{
        max-width: 100%;
        max-height: 100%;
       
    }
}