﻿.wz {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.wzwz {
    margin-left: 20px;
    font-size: 14px;
    padding-left: 0px;
    margin-top: 1%;
    border-bottom: 1px solid #c3c5c7;
}

.gylist {
    width: 100%;
    margin-top: 5%;
}

.l1 {
    width: 98%;
}

.l1img {
    display: inline-block;
    width: 100%;
    float: left;
}





    .l1img img {
        width: 100%;
        height: 230px;
    }

.l1top {
    display: inline-block;
    width: 100%;
}

.title {
    display: inline-block;
    font-size: 16px;
    padding-left: 3%;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}

.time {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #01519a;
    line-height: 40px;
    width: 16%;
    font-weight: 600;
    height: 40px;
    float: right;
}

.l1left {
    width: 100%;
    display: inline-block;
}

.l1bot {
    font-size: 16px;
    padding-left: 3%;
    line-height: 30px;
    margin-top: 2%;
}

.l1 {
    width: 22%;
    height: 321px;
    float: left;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 3px 3px #eee;
    animation: xuanzhuan 1.6s infinite linear;
    /*xuanzhuan:动画名称;
				3s:动画播放时间;
				infinite:循环播放动画;
				linear:匀速播放*/
    animation-play-state: paused; /*设置动画播放状态:暂停*/
}

.gylist .fy {
    width: 1260px;
    position: relative;
    text-align: center;
    clear: both;
    margin-top: -4.5%;
    top: 50px !important;
    line-height: 35px;
    right: 100px !important;
    height: 50px;
    /* margin-bottom: 3%; */
}


.l1:hover {
    animation-play-state: running;
}

.gd {
    height: 10px;
    padding: 0;
}
/*20230417*/



@keyframes xuanzhuan {
    0% {
        margin-left: 20px;
    }

    50% {
        margin: -10px 0px 10px 20px;
    }

    100% {
        margin-left: 20px;
    }
}

#wcpzxc .l1:hover {
    animation-play-state: running;
}







.gylist ul {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 75px;
}

.gylist li {
    width: 22%;
    height: auto;
    float: left;
    margin: 20px 0px 20px 26px;
}

@media only screen and (max-width: 768px) {
    .gylist li {
        width: 42%;
        height: auto;
        float: left;
        margin: 20px 0px 20px 19px;
    }
}

.gylist dl {
    width: 100%;
    height: 272px;
    box-shadow: 0px 0px 10px 5px #eee;
    animation: xuanzhuan 1.6s infinite linear;
    /*xuanzhuan:动画名称;
				3s:动画播放时间;
				infinite:循环播放动画;
				linear:匀速播放*/
    animation-play-state: paused; /*设置动画播放状态:暂停*/
}

@keyframes xuanzhuan {
    0% {
        margin: 0px;
    }

    50% {
        margin: -10px 0px 10px 0px;
    }

    100% {
        margin: 0;
    }
}

.gylist dl:hover {
    animation-play-state: running;
}

.gylist dt {
    height: 196px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 28px;
}

.gylistw img {
    width: 100%;
    
    max-height: 100%;
}

.gylist .ddw {
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    color: #09377b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gylist .ddt {
    height: 27px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #999;
    margin: 0px 10px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}













/*20230417*/



@media only screen and (max-width:768px) {
    .wzwz {
        margin-left: 0px !important;
        font-size: 14px;
        padding-left: 10px;
        margin-top: 1%;
        border-bottom: 1px solid #c3c5c7;
    }

    .all {
        width: 100%;
    }

    .l1 {
        width: 100%;
        height: auto;
    }

    .l1img {
        display: block;
        width: 90%;
        margin: auto;
        float: none;
    }

    .l1left {
        width: 100%;
        display: block;
    }

    .time {
        width: 25%;
        text-align: center;
    }

    .title {
        width: 75%;
    }

    .l1left .l1top .title {
        width: 100%;
        font-weight: bold;
    }
}
