@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

.slogan h3 {
    color: #FFF;
}

.slogan h3::after {
    background: #fff;
}

.szyw{
    padding: 68px 0 100px;
    background: url('../images/szyw-bg.png') no-repeat top center;
}

.szyw-left {
    width: 59%;

}

.szyw-left .pic {
    display: block;
    width: 100%;
    height: 446px;
}

.szyw-con{
    margin-top: 10px;
    border-radius: 10px 10px 5px 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 0px rgba(151, 200, 234, 0.12);
    overflow: hidden;
}

.szyw-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    background: #fff;
}

.szyw-text .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(31, 125, 191, 0.24);
    transition: all .3s ease;
}

.szyw-text .date span {
    font-size: 33px;
    font-weight: bold;
}

.szyw-text .date p {
    font-size: 12px;
    color: #999999;
}

.szyw-text .text-bt {
    width: calc(100% - 118px);
}

.szyw-text .text-bt .h3 {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease;
}

.szyw-text .text-bt p {
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    text-align: justify;
    color: #666666;
}

.szyw-text .text-bt .h3:hover {
    color: #1F7DBF;
    transition: all .3s ease;
}

.gnyw-fr{
    box-sizing: border-box;
    padding: 33px 20px 20px 35px;
    margin-top: 20px;
    width: 39%;
    border-radius: 10px;
    background: linear-gradient(200deg, #E5F2FC 10%, #FFFFFF 46%, #FFFFFF 99%);
    border: 3px solid #F7FCFF;
    box-shadow: 0px 0px 23px 0px rgba(151, 200, 234, 0.12);
}

.gnyw-fr h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    height: 63px;
}

.gnyw-fr h3 p{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
}

.gnyw-fr h3 p span{
    color: #1F7DBF 
}

.gnyw-fr h3 i{
    display: block;
    width: 67px;
    height: 15px;
    background: url('../images/gnyw-fr.png') no-repeat right center;
}
.gnyw-fr h3 .a-more {
    width: 123px;
    height: 44.12px;
    border-radius: 232px;
    box-sizing: border-box;
    border: 1px solid #1F7DBF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 63.07px;
    color: #1F7DBF;
}


.gnyw-fr ul li{
    position: relative;
    box-sizing: border-box;
    padding-left: 48px;
    margin-bottom: 43px;
}

.gnyw-fr ul li:last-child{
    margin-bottom: 0;
}

.gnyw-fr ul li a{
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gnyw-fr ul li:hover a{
    color: #1F7DBF;
    transition: all .3s ease;
}

.gnyw-fr ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 28px;
    height: 41px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.gnyw-fr ul li:first-child::before{
    content: '1';
    background: url('../images/gzyw-icon1.png') no-repeat center;
}

.gnyw-fr ul li:nth-child(2)::before{
    content: '2';
    background: url('../images/gzyw-icon2.png') no-repeat center;
}

.gnyw-fr ul li:nth-child(3)::before{
    content: '3';
    background: url('../images/gzyw-icon3.png') no-repeat center;
}

.gnyw-fr ul li:nth-child(n+4)::before{
    color: #1F7DBF;
    background: url('../images/gzyw-icon4.png') no-repeat center;
}

.gnyw-fr ul li:nth-child(4)::before{
    content: '4';
}

.gnyw-fr ul li:nth-child(5)::before{
    content: '5';
}

.gnyw-fr ul li:nth-child(6)::before{
    content: '6';
}

.row1 {
    padding: 65px 0 83px;
    background: url('../images/zxzx-row1-bg.png') no-repeat center;
}

.dj-bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dj-bt .a-more {
    width: 123px;
    height: 44.12px;
    border-radius: 232px;
    box-sizing: border-box;
    border: 1px solid #1F7DBF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 63.07px;
    color: #1F7DBF;
}

.gtdt-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gtdt-left {
    width: 48.9%;
}

.gtdt-left .pic {
    display: block;
    width: 100%;
    height: 446px;
}

.gtdt-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    background: #fff;
}

.gtdt-text .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(31, 125, 191, 0.24);
    transition: all .3s ease;
}

.gtdt-text .date span {
    font-size: 33px;
    font-weight: bold;
}

.gtdt-text .date p {
    font-size: 12px;
    color: #999999;
}

.gtdt-text .text-bt {
    width: calc(100% - 118px);
}

.gtdt-text .text-bt .h3 {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease;
}

.gtdt-text .text-bt p {
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    text-align: justify;
    color: #666666;
}

.gtdt-text .text-bt .h3:hover {
    color: #1F7DBF;
    transition: all .3s ease;
}

.gtdt-right {
    width: 50%;
}

.gtdt-right li {
    padding: 0 40px;
    margin-bottom: 30px;
    height: 178px;
    background: linear-gradient(270deg, #F1F9FF 0%, #FFFFFF 100%);
}

.gtdt-right li:last-child {
    margin-bottom: 0;
}

.gtdt-right li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gtdt-right li .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(31, 125, 191, 0.24);
    transition: all .3s ease;
}

.gtdt-right li:hover .date {
    color: #fff;
    background: #1F7DBF;
    transition: all .3s ease;
}

.gtdt-right li .date span {
    font-size: 33px;
    font-weight: bold;
}

.gtdt-right li .date p {
    font-size: 12px;
    color: #999999;
}

.gtdt-right li h3 {
    width: calc(100% - 118px);
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    transition: all .3s ease;
}

.gtdt-right li:hover h3 {
    color: #1F7DBF;
    transition: all .3s ease;
}

.row2 {
    padding: 65px 0 94px;
    background: linear-gradient(180deg, #F7FCFF 0%, #F7FCFF 100%);
}

.mtjj-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mtjj-list li {
    width: calc((100% - 96px) / 3);
    height: 460px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.1686);
    background: #FFFFFF;
    overflow: hidden;
}

.mtjj-list li:hover h3 {
    color: #1F7DBF;
    transition: all .3s ease;
}

.mtjj-list li .pic {
    width: 100%;
    height: 223px;
}

.mtjj-list li .text {
    padding: 24px 28px;
}

.mtjj-list li .text h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.mtjj-list li p.multiline {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.mtjj-list li .time1 {
    margin-top: 28px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #999999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mtjj-list li .time1::before {
    content: "";
    width: 23px;
    height: 22px;
    background: url(../images/lj-time-icon.png) center no-repeat;
    display: inline-block;
}

.row3 {
    padding: 83px 0;
}

.video-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 638px;
}

.play-btn-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
    cursor: pointer;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: url('../images/play-btn.png') no-repeat center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.play-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 996px) {
    .szyw{
        padding: 40px 0;
    }
    .szyw-left {
        width: 100%;
    }
    .gnyw-fr{
        width: 100%;
    }
    .gtdt-left {
        width: 100%;
    }

    .gtdt-text {
        background: #F1F9FF;
    }

    .gtdt-right {
        margin-top: 20px;
        width: 100%;
    }

    .gtdt-right li {
        border: 1px solid #F1F9FF;
        background: rgba(241, 249, 255, .6);
    }

    .mtjj-list li {
        width: calc((100% - 20px) / 2);
    }

    .mtjj-list li:last-child {
        display: none;
    }

    .video-box {
        height: 436px;
    }
    
}