@charset "utf-8";

body {
    padding-top: 121px;
    overflow-x: hidden;
}

.banner {
    height: auto;
}

.banner img {
    width: 100%;
}

.banner .slick-dots {
    right: 50%;
    bottom: 0;
}

.banner .slick-prev {
    background: url(../images/left-jt.png);
    left: 0;
    z-index: 9;
    width: 36px;
    height: 68px;
    left: 75px;
}

.ff a {
    color: #fff
}

.banner .slick-prev:before {
    content: "";
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner .slick-dots li button {
    position: absolute;
    bottom: 0;
    width: 34px;
    height: 36px;
}

.banner .slick-dots li {
    margin: 0 36px;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/banner-dot.png) no-repeat;
}

.banner .slick-dots li button:before {
    content: "";
}

.banner .slick-dots li::after {
    content: "";
    display: inline-block;
    margin-left: 23px;
    margin-bottom: 7px;
    width: 0;
    height: 2px;
    background-color: #fff;
}

.banner .slick-dots .slick-active::after {
    width: 45px;
}

.banner .slick-next {
    right: 70px;
    width: 36px;
    height: 68px;
    background: url(../images/right-jt.png);
}

.banner .slick-next:before {
    content: "";
}

.pic img {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
    transition: all 1s;
    object-fit: cover;
}

.pic p {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pic img:hover {
    transform: scale(1.1);
}

/* section1 */
.section1 {
    background-color: #eff8ff;
    padding: 60px 0;
}

.section1 .px1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section1_l,
.section1_r {
    width: 48%;
}

 .more a {
    display: flex;
    align-items: center;
    line-height: 43px;
    position: relative;
}

/* 标题 */
.more .ac {
    display: block;
    font-size: 35px;
    line-height: 43px;
    color: #333;
    vertical-align: middle;
    padding-left: 20px;
}
.more a img{
    width:43px;
}
.more .much {
    display: block;
    padding-top: 8px;
    font-size: 18px;
    line-height: 18px;
    color: #161616;
    position: absolute;
    right: 0;
}

.section1 .s1r ul {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section1 .s1r ul li {
    width: 100%;
}

.section1 .s1r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
    border-bottom: 1px solid #d1d0ce;
}

.section1 .s1r .date .day {
    height: 42px;
    width: 77px;
    background-color: #ffffff;
    font-size: 35px;
    text-align: center;
    line-height: 42px;
    color: #084b93;
}

.section1 .s1r .date .year {
    height: 35px;
    background-color: #4573c7;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    width: 77px;
    text-align: center;
}

.section1 .s1r ul li a .txt {
    width: calc(100% - 100px);
}

.section1 .s1r ul li p {
    overflow: hidden;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section1 .s1r ul li span {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 36px;
    color: #999;
    height: 36px;
    margin-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section1 .s1r ul li:hover p {
    color: #2b5c9d;
}

.section1 .s1r ul li:hover span {
    color: #666;
}

.s2l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2l ul li a {
    display: block;
    padding: 36px 12px 25px;
}

.s2l ul li {
    box-sizing: border-box;
    width: 49%;
    margin-top: 30px;
    border: 1px solid #b2b2b2;
}

.s2l ul li:nth-child(1),
.s2l ul li:nth-child(2),
.s2l ul li:nth-child(5),
.s2l ul li:nth-child(6) {
    margin-top: 53px;
}

.s2l ul li:hover {
    background-color: #2b5c9d;
}

.s2l ul li:hover .context h4 {
    color: #fff;
}

.s2l ul li:hover .time {
    background-color: #dce8f9;
}

.s2l li {
    position: relative;
}

.s2l .time {
    position: absolute;
    top: -15px;
    left: 18px;
    width: 72px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #eff8ff;
    font-size: 21px;
    color: #2b5c9d;
}

.s2l h4 {
    font-size: 17px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    color: #333;
}


/* section2 */
.section2 {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
}

.section2 .px1400{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section2 .more .much {
    color: #000000;
}

.section2 .px1400 .se2_list{
    width:30%;
}

.section2 .px1400 .se2_list ul{
    margin-top: 28px;
}

.section2 .px1400 .se2_list ul div{
    margin-bottom: 12px;
    margin-top: 15px;
}
.section2 .px1400 .se2_list ul div a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section2 .px1400 .se2_list ul div a .img{
    width: 262px;
    height: 185px;
    overflow: hidden;
}
.section2 .px1400 .se2_list ul div a .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.section2 .px1400 .se2_list ul div:hover a .img img{
    transform:scale(1.1);
}
.section2 .px1400 .se2_list ul div a .txt{
    width: calc(100% - 282px);
}
.section2 .px1400 .se2_list ul div a .txt p{
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    height: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section2 .px1400 .se2_list ul div a .txt span{
    display: block;
    line-height: 14px;
    font-size: 18px;
    margin-top: 54px;
}
.section2 .px1400 .se2_list ul li{}
.section2 .px1400 .se2_list ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 56px;
}

.section2 .px1400 .se2_list ul li a p{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 70px);
    position: relative;
    transition: all 0.3s ease-in-out;
}

.section2 .px1400 .se2_list ul li:hover a p{
 color:#2b5c9d;
}

.section2 .px1400 .se2_list ul li:hover a span{
 color:#666;
}
    
.section2 .px1400 .se2_list ul li a p::before{
   position:absolute;
   content:">";
   font-size:18px;
   color: #93235a;
   left: 0;
}

.section2 .px1400 .se2_list ul li a span{
    white-space: nowrap;
    color: #878787;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

/* section3 */
.section3 {
    width: 100%;
    height: 100%;
    padding: 35px 0;
    background: #f0f6fd;
    box-sizing: border-box;
}

.s6{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.s6>div{
    width: 25%;
}
.s6 div a .pic{
    padding-left: calc((100% - 200px)/2);
    padding-right: calc((100% - 200px)/2);
}
.s6 div a .pic img{
    height: 100px;
    width: auto;
}

.s6 div a .pic p{
    width: 100%;
}


@media screen and (max-width: 1400px) {
    body {
        /* padding-left: 10px; */
        /* padding-right: 10px; */
    }

    .fl {
        padding-left: 20px;
    }

    .fr {
        padding-right: 20px;
    }

    .nav > ul > li {
  margin-left: 20px;
}
}

@media screen and (max-width: 1300px) {
    .section1 .s1r ul li {
        /* padding-top: 20px; */
        /* padding-bottom: 18px; */
    }

    .section3 ul li a em {
        width: 70%;
    }

    .section3 .s3r .srb a h4 {
        padding-top: 0;
        padding-bottom: 9px;
    }

    .section3 .s3x {
        margin-top: 60px;
    }

    .nav>ul>li {
        margin-left: 12.5px;
    }
}

@media screen and (max-width: 1200px) {
    .section5 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    /* .headr .nav > ul > li > a {
    margin-left: 30px;
  } */
    .nav>ul>li>div {
        left: 22px;
    }

    .section1 .s1r ul li {
        /* padding-top: 18px; */
        /* padding-bottom: 16px; */
    }

    .section3 .s3r .srb a h4 {
        padding-bottom: 0;
    }

    .section3 {
        padding-top: 70px;
    }

    .section3 .s3b {
        padding-top: 60px;
    }

    .nav>ul>li {
        margin-left: 18px;
    }

    .head .logo {
  width:calc(100% - 750px);
}

        .head .logo a,
    .head .logo a img{
        display:block;
  width:100%;
}
}

@media screen and (max-width: 1100px) {

    /* .headr .nav > ul > li > a {
    margin-left: 15px;
  } */
    .nav>ul>li>div {
        left: 7px;
    }
}

@media screen and (max-width: 1024px) {
    .head {
        display: none;
    }

    .nav {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-logo {
        font-size: 0;
    }

    .m-head {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #2b5c9d;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        text-align: center;
        margin-bottom: 15px;
    }

    .jdjs_app>div {
        text-align: center;
    }

    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 10px 00;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #2b5c9d;
        overflow-y: scroll;
    }

    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    body {
        padding-top: 60px;
    }

    .main .section1 {
        padding-top: 45px;
        padding-bottom: 45px;
        /* padding: 0 10px; */
        padding-left: 10px;
        padding-right: 10px;
    }

    .section1 .s1l {
        float: none;
        width: auto;
    }

    .section1 .s1r {
        float: none;
        width: auto;
        margin-top: 20px;
        padding-left: 0;
    }

    .section2 {
        padding-top: 45px;
        padding-bottom: 0;
        /* padding: 0 10px; */
        padding-left: 10px;
        padding-right: 10px;
    }

    .s2l {
        float: none;
        width: auto;
    }

    .section2 .s2r {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .section3 {
        padding-top: 30px;
        /* padding: 0 10px; */
        padding-left: 10px;
        padding-right: 10px;
    }

    .section3 .s3b {
        padding-top: 45px;
        max-width: 100% !important;
    }

    /* .section3 .s3l {
    float: none;
    width: 100%;
  } */
    .section3 .s3l span {
        border-bottom: 1px solid #2b5c9d;
        margin-bottom: 30px;
        line-height: 53px;
    }

    .section3 .s3m {
        width: 33%;
    }

    .section3 .s3r {
        width: 37%;
    }

    .section3 .s3x {
        margin-top: 55px;
    }

    .fm {
        top: 30px;
    }

    .fm img {
        top: -37px;
    }

    .fl {
        margin-top: 60px;
    }

    .fr {
        margin-top: 70px;
    }

    .fm {
        position: static;
        transform: translateX(0);
    }

    .section3 .s3r .srb .abc {
        width: 190px;
    }
    .section1_l,
.section1_r {
    width: 100%;
}
    .section1_r {
   margin-top:40px;
}

    .section1 .s1r ul{
        padding-top:0;
    }

    .section2 .px1400 .se2_list{
        width: 100%;
        margin-bottom:30px;
    }
}

@media screen and (max-width: 768px) {
    .main .section1 {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .section2 {
        padding-top: 35px;
    }

    .section3 {
        padding-top: 35px;
    }

    .section4 {
        padding-top: 35px;
        padding: 0 10px;
    }

    .section6 {
        padding-top: 35px;
        padding-bottom: 60px;
        /* padding: 0 10px; */
    }

    .section3 .s3m {
        float: none;
        /* overflow: hidden; */
        width: auto;
        margin-left: 0;
        margin-right: 0;
        /* margin-left: 6%; */
    }

    .section3 .s3r {
        float: none;
        width: auto;
        /* padding-left: 2.8%;
    padding-right: 2.8%; */
        /* margin-top: 20px; */
    }

    .section3 .s3x {
        margin-top: 30px;
    }

    .section4 {
        padding-top: 44px;
        padding-bottom: 40px;
    }

    .section4 .s4l {
        float: none;
        width: auto;
    }

    .section4 .s4m {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }

    .section4 .s4r {
        float: none;
        width: auto;
        margin-top: 30px;
    }

    .section5 {
        padding-top: 40px;
        /* padding: 0 10px; */
    }

    .fl {
        padding-left: 20px;
    }

    .fr {
        margin-top: 52px;
        margin-bottom: 10px;
    }

    .section3 .s3r ul {
        padding-top: 13px;
    }

    .main .section1 .more .ac,
    .main .section2 .more .ac,
    .section3 .tu ul li span,
    .main .section4 .more .ac,
    .section5 .more .ac,
    .main .section6 .more .ac {
        font-size: 22px;
    }

    .section1 .s1l span {
        font-size: 16px;
    }

    .section1 .s1r ul li p {
        font-size: 18px;
    }
    .section1 .s1r ul li span{
        font-size: 16px;
        
    }

    .s2l h4 {
        font-size: 17px;
    }

    .section2 .s2r .top p {
        font-size: 24px;
    }

    .section3 .jump-top span {
        font-size: 24px;
    }

    .section3 .jump-top span i {
        margin-top: 0;
    }

    .section3 .s3l {
        float: none;
        width: auto;
        /* margin: 0 auto; */
        max-width: 100%;
    }

    .section3 .s3r .srb .abc {
        width: 220px;
    }

    .section3 {
        padding-bottom: 30px;
    }

    .banner .slick-prev {
        left: 30px;
    }

    .banner .slick-next {
        right: 30px;
    }

    .section5 {
        padding-bottom: 10px;
    }

    .section5 .context h4 {
        margin-bottom: 0;
    }

    .section5 .context a {
        padding: 0 10px;
    }

    .s6>div{
    width: 50%;
}
}

@media screen and (max-width: 576px) {

    .slick-prev,
    .slick-next {
        display: none;
    }

    .section1 .s1r ul {
        padding-top: 0;
    }

    .section1 .s1r ul li {
        width: 100%;
    }

    .s2l .s2ll {
        width: 100%;
    }

    .s2l .s2lr {
        width: 100%;
    }

    .section5 .s5l {
        width: 100%;

    }

    .section6 .s6>div {
        width: 46%;
        margin-top: 30px;
    }

    .pic p {}
}

@media screen and (max-width: 375px) {
    .section1 .s1l em {
        font-size: 12px;
    }

    .section1 .s1l span {
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }

    .section1 .s1l a .zi {
        padding: 10px;
    }

    .section1 .s1r ul li p {
        font-size: 14px;
        line-height: 28px;
        /* height: 56px; */
        padding-left: 12px;
    }

    .section1 .s1r .date .day {
        height: 32px;
        font-size: 20px;
        line-height: 32px;
    }

    .section1 .s1r .date .year {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .main .section1 {
        padding-bottom: 0;
    }

    .section2 .s2r .top p {
        font-size: 20px;
    }

    .section2 {
        padding-top: 30px;
    }

    .main .section1 .more .ac {
        font-size: 22px;
    }

    .main .section1 .more .much {
        font-size: 14px;
        padding-top: 10px;
    }

    .main .section2 .more .ac {
        font-size: 22px;
    }

    .main .section2 .more .much {
        font-size: 14px;
        padding-top: 10px;
    }

    .s2l ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .s2l h4 {
        /* font-size: 14px; */
        /* line-height: 26px; */
        /* height: 52px; */
        /* padding-top: 20px; */
        /* margin-bottom: 10px; */
    }

    .s2l p {
        font-size: 12px;
        line-height: 21px;
        height: 42px;
        margin-bottom: 20px;
    }

    .section3 .jump-top span {
        font-size: 20px;
    }

    .section3 {
        padding-bottom: 40px;
    }

    .section3 .tu ul li span {
        font-size: 22px;
    }

    .section3 .s3b {
        padding-top: 25px;
    }

    .section3 .s3l span {
        line-height: 55px;
        font-size: 14px;
        padding-top: 5px;
    }

    .section3 ul li {
        padding-top: 13px;
    }

    .section3 .s3r .srb .pic {
        float: none;
        width: auto;
    }

    .section3 .s3r .srb a p {
        padding-top: 20px;
    }

    .section3 .s3r .srb a h4 {
        font-size: 14px;
        height: auto;
    }

    .section3 .s3x {
        margin-top: 10px;
    }

    .section3 .s3x a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .section3 .s3r .pic p:last-child {
        height: auto;
    }

    .main .section4 .more .much {
        font-size: 14px;
        padding-top: 10px;
    }

    .main .section4 .more .ac {
        font-size: 20px;
    }

    .section4 ul li a p {
        font-size: 14px;
        line-height: 38px;
        margin-right: 92px;
    }

    .section4 ul li a em {
        padding-top: 9px;
    }

    .section4 ul li a span {
        margin-top: -42px;
        font-size: 13px;
    }

    .section4 {
        padding-bottom: 30px;
    }

    .section5 {
        padding-bottom: 30px;
    }

    .section5 .more .ac {
        font-size: 22px;
    }

    .main .section5 .more .much {
        font-size: 14px;
        padding-top: 10px;
    }

    .section5 .context {
        padding-top: 35px;
    }

    .section5 .s5m,
    .section5 .s5r {
        padding-top: 35px;
    }

    .section5 .context h4 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .section5 .context .ex {
        font-size: 12px;
    }

    .main .section6 .more .ac {
        font-size: 22px;
    }

    .main .section6 .more .much {
        font-size: 14px;
        padding-top: 10px;
    }

    .fl {
        padding-left: 36px;
        margin-left: 0px !important;
    }

    .fr {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .section3 .s3r ul {
        padding-top: 13px;
    }

    .banner .slick-next {
        right: 12px;
        width: 25px;
        height: 40px;
        background-size: 100% 100%;
    }

    .banner .slick-prev {
        left: 12px;
        width: 25px;
        height: 40px;
        background-size: 100% 100%;
    }

    .section4 .s4r,
    .section4 .s4m {
        margin-top: 25px;
    }

    .section3 .s3r .srb .abc {
        float: none;
        width: auto;
    }

    .section3 .s3l {
        float: none;
        width: auto;
    }

    .section3 .jump-top span {
        text-align: center;
        display: block;
    }

    .main .section1 .more .ac,
    .main .section2 .more .ac,
    .section3 .tu ul li span,
    .main .section4 .more .ac,
    .section5 .more .ac,
    .main .section6 .more .ac {
        font-size: 18px;
    }

    .fl p {
        font-size: 16px;
    }

    .section3 .s3l span {
        font-size: 14px;
    }

    .section3 ul li a p {
        font-size: 14px;
    }
}

@media screen and (max-width: 680px) {

    .footer-B-L-Box .footerItem,
    .fl div ul {
        left: 50%;
        transform: translateX(-50%);
    }

    .fl {
        text-align: center;
        float: none;
        padding-left: 0;
        margin-top: 0px;
        /* margin-left: 25%; */
    }

    .fr {
        /* float: none; */
        /* text-align: center; */
        /* padding-right: 0; */
        margin-top: 10px;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

    .fm img {
        display: block;
        margin: 0 auto;
        max-width: 95%;
    }
}

@media screen and (max-width: 630px) {
    .section3 .jump-top {
        /* text-align: left; */
    }

    .section3 .jump-top span {
        display: inline;
    }

    .section3 .jump-top span .m2 {
        top: 0;
    }

    .section3 .jump-top span .m1 {
        top: 0;
    }

    .section3 .jump-top span {
        font-size: 16px;
        padding-left: 39px;
        margin-right: 9px;
    }
}

@media screen and (max-width: 480px) {
.section2 .px1400 .se2_list ul div a .img{
    width: 100%;
    height: auto;
}

    .section2 .px1400 .se2_list ul div a .txt{
    width: 100%;
}

    .section2 .px1400 .se2_list ul div a .txt p{
    height: 34px;
        white-space:nowrap;
        font-size:17px;
}
    .section2 .px1400 .se2_list ul div a .txt span{
    margin-top: 7.5px;
        font-size:16px;
}

    .section2 .px1400 .se2_list ul div{
        margin:0 0 15px;
    }

     .section2 .px1400 .se2_list ul>div{
        margin:0;
    }
    .s2l ul li{
        width:100%;
    }

    .s6 div a .pic img{
        width:75px;
        height:auto;
    }

    .section2 .px1400 .se2_list ul li a p{
    font-size: 16px;
    width: calc(100% - 60px);
}

        .section2 .px1400 .se2_list ul li a span{
    font-size: 16px;
}

    .section2 .px1400 .se2_list ul li a{
        line-height:40px;
    }

    .section2 .px1400 .se2_list ul{
        margin-top:15px;
    }

    
.section1 .s1r .date .day {
    height: 35px;
    width: 60px;
    font-size: 24px;
    line-height: 35px;
}

.section1 .s1r .date .year {
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    width: 60px;
}
    .section1 .s1r ul li p {
        line-height:30px;
        height:30px;
}

.section1 .s1r ul li span {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    margin-top: 0px;
}
    .section1 .s1r ul li a .txt {
    width: calc(100% - 75px);
}
    .section1 .s1r ul li a{
        padding:15px 0;
    }

    .s2l ul li{
        margin-top: 20px !important;
    }

    .s2l ul li a {
    padding: 20px 12px 10px;
}
}

@media screen and (max-width: 370px) {
    .section3 .jump-top {
        text-align: center;
    }

    .section3 .jump-top span {
        display: block;
        line-height: 50px;
    }

    .section3 .jump-top span .m1 {
        left: 90px;
        top: 10px;
    }

    .section3 .jump-top span .m2 {
        left: 90px;
        top: 10px;
    }

    .section3 {
        padding-top: 15px;
    }
}

@media screen and (max-width: 320px) {
    .section3 ul li a em {
        width: 0;
        height: 0;
    }

    .fl {
        margin-left: 0;
        padding-left: 0px;
    }

    .ff p {}
}