@media only screen and (max-width: 767.9px) {
  .father1 .news-title {
    width: 100%;
    margin: 20px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
  }
  .father1 .title-cards {
    padding: 20px 15px 30px;
    display: flex;
    justify-content: center;
  }
  .father1 .title-cards .one,
  .father1 .title-cards .two {
    width: 40%;
    padding: 15px;
    background-size: cover;
  }
  .father1 .title-cards .one .img,
  .father1 .title-cards .two .img {
    width: 50px;
    margin: 0px auto 15px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .father1 .title-cards .one .img img,
  .father1 .title-cards .two .img img {
    width: 60%;
    height: 60%;
    margin: 20%;
  }
  .father1 .title-cards .one .title,
  .father1 .title-cards .two .title {
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .father1 .title-cards .one .text,
  .father1 .title-cards .two .text {
    text-align: center;
    font-size: 12px;
    color: #e4e4e4;
  }
  .father1 .title-cards .one {
    background-image: url('../image/s2.webp');
  }
  .father1 .title-cards .two {
    background-image: url('../image/s1.webp');
  }
  .father1 .small-program {
    padding: 0 15px;
    background-image: url('../image/sec1-bg.012f05c6.webp');
  }
  .father1 .small-program .title {
    padding: 30px 0px 10px 0px;
    color: #000;
  }
  .father1 .small-program .title .title-one {
    font-size: 20px;
    font-weight: 600;
  }
  .father1 .small-program .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .small-program .title .title-two {
    padding: 15px 0px;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .small-program .title .title-two .line {
    height: 1px;
    width: 20px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 10px;
    vertical-align: middle;
  }
  .father1 .small-program .cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .father1 .small-program .cards .card {
    width: 80%;
    padding: 20px 10px;
    background-color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: left;
    align-items: top;
  }
  .father1 .small-program .cards .card .img {
    width: 59px;
    height: 57px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .father1 .small-program .cards .card .img img {
    width: 70%;
  }
  .father1 .small-program .cards .card .datile {
    text-align: left;
  }
  .father1 .small-program .cards .card .datile .title {
    padding: 0px;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 20px;
  }
  .father1 .small-program .cards .card .datile .text {
    margin-top: 3px;
    line-height: 20px;
    color: #909090;
    font-size: 12px;
    margin-top: 10px;
  }
  .father1 .mobile-app {
    padding: 0px 15px 50px;
  }
  .father1 .mobile-app .title {
    padding: 30px 0px 10px 0px;
    color: #000;
  }
  .father1 .mobile-app .title .title-one {
    font-size: 20px;
    font-weight: 600;
  }
  .father1 .mobile-app .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .mobile-app .title .title-two {
    padding: 15px 0px;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .mobile-app .title .title-two .line {
    height: 1px;
    width: 10px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 10px;
    vertical-align: middle;
  }
  .father1 .mobile-app .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .father1 .mobile-app .list .column {
    text-align: center;
    width: 30%;
    margin-top: 10px;
  }
  .father1 .mobile-app .list .column .img {
    margin: 0px auto;
    width: 100px;
  }
  .father1 .mobile-app .list .column .img img {
    width: 50%;
  }
  .father1 .mobile-app .list .column .title-one {
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  .father1 .mobile-app .list .column .datile {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
  }
  .father1 .news-cards {
    width: 100%;
    padding: 0px 27px;
    box-sizing: border-box;
  }
  .father1 .news-cards .news-card {
    display: block;
    text-decoration: none;
    height: 281px;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    box-shadow: 0px 5px 30px 0px rgba(10, 25, 50, 0.1);
  }
  .father1 .news-cards .news-card .news-img {
    width: 437px;
    height: 100%;
    overflow: hidden;
  }
  .father1 .news-cards .news-card .news-img img {
    height: 100%;
    width: 100%;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content {
    flex: 1;
    height: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
    text-align: left;
  }
  .father1 .news-cards .news-card .news-content .title {
    font-size: 27px;
    font-weight: 900;
    color: #333;
    font-weight: bold;
    margin: 50px 0px 10px;
  }
  .father1 .news-cards .news-card .news-content .time {
    font-size: 13px;
    color: #333;
    text-indent: 3em;
    position: relative;
    padding-top: 8px;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content .time::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #0f3f97;
    position: absolute;
    top: 14px;
    left: 0;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content .text {
    font-size: 13px;
    color: #999;
    line-height: 22px;
    margin-top: 20px;
  }
  .father1 .news-cards .news-card .news-content .button {
    width: 160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #4b4b4b;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
  }
  .father1 .news-cards .news-card:hover {
    background: #f2f4f9;
  }
  .father1 .news-cards .news-card:hover .news-img img {
    transform: scale(1.1);
  }
  .father1 .news-cards .news-card:hover .news-content .time {
    text-indent: 4rem;
  }
  .father1 .news-cards .news-card:hover .news-content .time::after {
    width: 55px;
    background: #ffe400;
  }
  .father1 .news-cards .news-card:hover .news-content .button {
    background: #0f3f97;
  }
}
/* 对于平板（平板竖屏） */
@media only screen and (min-width: 768px) and (max-width: 1024.9px) {
  .father1 .news-title {
    width: 100%;
    margin: 30px 0px 0px;
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
  }
  .father1 .title-cards {
    padding: 30px 30px 30px;
    display: flex;
    justify-content: center;
  }
  .father1 .title-cards .one,
  .father1 .title-cards .two {
    width: 40%;
    padding: 20px;
    background-size: cover;
  }
  .father1 .title-cards .one .img,
  .father1 .title-cards .two .img {
    width: 60px;
    margin: 10px auto 20px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .father1 .title-cards .one .img img,
  .father1 .title-cards .two .img img {
    width: 60%;
    height: 60%;
    margin: 20%;
  }
  .father1 .title-cards .one .title,
  .father1 .title-cards .two .title {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .father1 .title-cards .one .text,
  .father1 .title-cards .two .text {
    text-align: center;
    font-size: 14px;
    color: #e4e4e4;
  }
  .father1 .title-cards .one {
    background-image: url('../image/s2.webp');
  }
  .father1 .title-cards .two {
    background-image: url('../image/s1.webp');
  }
  .father1 .small-program {
    padding: 10px 30px;
    background-image: url('../image/sec1-bg.012f05c6.webp');
  }
  .father1 .small-program .title {
    padding: 30px 0px 10px 0px;
    color: #000;
  }
  .father1 .small-program .title .title-one {
    font-size: 30px;
    font-weight: 600;
  }
  .father1 .small-program .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .small-program .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .small-program .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .small-program .cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .father1 .small-program .cards .card {
    width: 36%;
    padding: 30px 30px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: top;
  }
  .father1 .small-program .cards .card .img {
    width: 59px;
    height: 57px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .father1 .small-program .cards .card .img img {
    width: 100%;
    height: 100%;
  }
  .father1 .small-program .cards .card .datile {
    text-align: left;
  }
  .father1 .small-program .cards .card .datile .title {
    padding: 0px;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 20px;
  }
  .father1 .small-program .cards .card .datile .text {
    margin-top: 3px;
    line-height: 20px;
    color: #909090;
    font-size: 15px;
    margin-top: 10px;
  }
  .father1 .mobile-app {
    padding: 0px 30px 50px;
  }
  .father1 .mobile-app .title {
    padding: 40px 0px 20px 0px;
    color: #000;
  }
  .father1 .mobile-app .title .title-one {
    font-size: 30px;
    font-weight: 600;
  }
  .father1 .mobile-app .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .mobile-app .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .mobile-app .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .mobile-app .list {
    display: flex;
    justify-content: space-around;
  }
  .father1 .mobile-app .list .column {
    text-align: center;
  }
  .father1 .mobile-app .list .column .img {
    margin: 0px auto;
  }
  .father1 .mobile-app .list .column .img img {
    width: 80%;
  }
  .father1 .mobile-app .list .column .title-one {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #000;
  }
  .father1 .mobile-app .list .column .datile {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    line-height: 35px;
  }
  .father1 .news-cards {
    width: 100%;
    padding: 0px 27px;
    box-sizing: border-box;
  }
  .father1 .news-cards .news-card {
    display: block;
    text-decoration: none;
    height: 281px;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    box-shadow: 0px 5px 30px 0px rgba(10, 25, 50, 0.1);
  }
  .father1 .news-cards .news-card .news-img {
    width: 437px;
    height: 100%;
    overflow: hidden;
  }
  .father1 .news-cards .news-card .news-img img {
    height: 100%;
    width: 100%;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content {
    flex: 1;
    height: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
    text-align: left;
  }
  .father1 .news-cards .news-card .news-content .title {
    font-size: 27px;
    font-weight: 900;
    color: #333;
    font-weight: bold;
    margin: 50px 0px 10px;
  }
  .father1 .news-cards .news-card .news-content .time {
    font-size: 13px;
    color: #333;
    text-indent: 3em;
    position: relative;
    padding-top: 8px;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content .time::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #0f3f97;
    position: absolute;
    top: 14px;
    left: 0;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content .text {
    font-size: 13px;
    color: #999;
    line-height: 22px;
    margin-top: 20px;
  }
  .father1 .news-cards .news-card .news-content .button {
    width: 160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #4b4b4b;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
  }
  .father1 .news-cards .news-card:hover {
    background: #f2f4f9;
  }
  .father1 .news-cards .news-card:hover .news-img img {
    transform: scale(1.1);
  }
  .father1 .news-cards .news-card:hover .news-content .time {
    text-indent: 4rem;
  }
  .father1 .news-cards .news-card:hover .news-content .time::after {
    width: 55px;
    background: #ffe400;
  }
  .father1 .news-cards .news-card:hover .news-content .button {
    background: #0f3f97;
  }
}
/* 对于笔记本电脑和桌面 */
@media only screen and (min-width: 1025px) {
  .father1 .news-title {
    width: 100%;
    margin: 60px 0px 0px;
    font-size: 50px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
  }
  .father1 .title-cards {
    padding: 50px 0px 80px;
    display: flex;
    justify-content: center;
  }
  .father1 .title-cards .one,
  .father1 .title-cards .two {
    width: 370px;
    height: 245px;
    box-sizing: border-box;
    background-size: cover;
  }
  .father1 .title-cards .one .img,
  .father1 .title-cards .two .img {
    width: 80px;
    margin: 40px auto 20px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .father1 .title-cards .one .img img,
  .father1 .title-cards .two .img img {
    width: 50px;
    height: 50px;
    margin: 15px;
  }
  .father1 .title-cards .one .title,
  .father1 .title-cards .two .title {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .father1 .title-cards .one .text,
  .father1 .title-cards .two .text {
    text-align: center;
    font-size: 14px;
    color: #e4e4e4;
  }
  .father1 .title-cards .one {
    background-image: url('../image/s2.webp');
  }
  .father1 .title-cards .two {
    background-image: url('../image/s1.webp');
  }
  .father1 .small-program {
    padding: 50px 90px;
    background-image: url('../image/sec1-bg.012f05c6.webp');
  }
  .father1 .small-program .title {
    padding: 40px 0px 10px 0px;
    color: #000;
  }
  .father1 .small-program .title .title-one {
    font-size: 40px;
    font-weight: 600;
  }
  .father1 .small-program .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .small-program .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .small-program .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .small-program .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .father1 .small-program .cards .card {
    width: 380px;
    min-height: 155px;
    padding: 40px 40px 20px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: top;
  }
  .father1 .small-program .cards .card .img {
    width: 59px;
    height: 57px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .father1 .small-program .cards .card .img img {
    width: 100%;
    height: 100%;
  }
  .father1 .small-program .cards .card .datile {
    text-align: left;
  }
  .father1 .small-program .cards .card .datile .title {
    padding: 0px;
    color: #3d3d3d;
    font-size: 20px;
    line-height: 20px;
  }
  .father1 .small-program .cards .card .datile .text {
    width: ;
    margin-top: 3px;
    line-height: 20px;
    color: #909090;
    margin-top: 15px;
  }
  .father1 .mobile-app {
    padding: 30px 90px 50px;
  }
  .father1 .mobile-app .title {
    padding: 40px 0px 40px 0px;
    color: #000;
  }
  .father1 .mobile-app .title .title-one {
    font-size: 40px;
    font-weight: 600;
  }
  .father1 .mobile-app .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .mobile-app .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .mobile-app .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .mobile-app .list {
    display: flex;
    justify-content: space-around;
  }
  .father1 .mobile-app .list .column {
    text-align: center;
  }
  .father1 .mobile-app .list .column .img {
    margin: 0px auto;
  }
  .father1 .mobile-app .list .column .title-one {
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #000;
  }
  .father1 .mobile-app .list .column .datile {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    line-height: 35px;
  }
  .father1 .news-cards {
    width: 100%;
    padding: 0px 27px;
    box-sizing: border-box;
  }
  .father1 .news-cards .news-card {
    display: block;
    text-decoration: none;
    height: 281px;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    box-shadow: 0px 5px 30px 0px rgba(10, 25, 50, 0.1);
  }
  .father1 .news-cards .news-card .news-img {
    width: 437px;
    height: 100%;
    overflow: hidden;
  }
  .father1 .news-cards .news-card .news-img img {
    height: 100%;
    width: 100%;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content {
    flex: 1;
    height: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
    text-align: left;
  }
  .father1 .news-cards .news-card .news-content .title {
    font-size: 27px;
    font-weight: 900;
    color: #333;
    font-weight: bold;
    margin: 50px 0px 10px;
  }
  .father1 .news-cards .news-card .news-content .time {
    font-size: 13px;
    color: #333;
    text-indent: 3em;
    position: relative;
    padding-top: 8px;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content .time::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #0f3f97;
    position: absolute;
    top: 14px;
    left: 0;
    transition: all 0.2s;
  }
  .father1 .news-cards .news-card .news-content .text {
    font-size: 13px;
    color: #999;
    line-height: 22px;
    margin-top: 20px;
  }
  .father1 .news-cards .news-card .news-content .button {
    width: 160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #4b4b4b;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
  }
  .father1 .news-cards .news-card:hover {
    background: #f2f4f9;
  }
  .father1 .news-cards .news-card:hover .news-img img {
    transform: scale(1.1);
  }
  .father1 .news-cards .news-card:hover .news-content .time {
    text-indent: 4rem;
  }
  .father1 .news-cards .news-card:hover .news-content .time::after {
    width: 55px;
    background: #ffe400;
  }
  .father1 .news-cards .news-card:hover .news-content .button {
    background: #0f3f97;
  }
}
