
body{
    background-color: #f0f0f0;
}
.dynamic{
    margin-top: 26px;
    margin-bottom: 26px;
    /* min-height: calc(100vh - 418px); */
}
.dynamic .dynamicBox{
    width: 290px;
    height: 300px;
    background-color: #fff;
    padding: 28px 21px 0 21px;
    box-sizing: border-box;
    margin-right: 12px;
}
.dynamic :nth-child(4n-4){
    margin-right: 0;
}
.dynamic .dynamicBox:hover{
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.dynamic .dynamicBox .img{
    width: 216px;
    height: 127px;
    margin-bottom: 25px;
    margin-left: 17px;
}
.dynamic .dynamicBox p{
    max-width: 245px;
    font-size: 18px;
    margin-bottom: 35px;
    min-height: 48px;
}


.list{
    margin-bottom: 42px;
    margin-top: 25px;
    min-height: calc(100vh - 408px);
}
.list .listBox{
    height: 124px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.list .listBox:hover{
    box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.1) !important;
}
.list .listBox img{
    margin-right: 45px;
}
.list .listBox img.hov{
    margin-right: 45px;
    display: none;
}
.list .listBox:hover img{
    display: none;
}
.list .listBox:hover img.hov{
    display: inline-block;
}
.listBox .listinner{
    position: relative;
    /* padding: 2% 0; */
    padding-top: 10px;
}
.listBox .listinner .title{
    /* display: flex;
    align-items: center; */
    font-size: 18px;
    font-weight: bold;
    width: 778px;
    min-height: 45px;
    margin-bottom: 12px;
}
.listBox .listinner .time{
    font-size: 16px;
    color: #535353;
}
.listBox .listinner .more{
    position: absolute;
    top: 23px;
    right: -242px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #1c51ab;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


.more .button{
    width: 165px;
    height: 45px;
    line-height: 45px;
    background-color: #1c51ab;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 42px;
}
.more .button:hover{
    background-color: #4974bc;
    color: #fff;
}

.list .listBox:hover{
    /* box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2); */
    color: #fff;
    background-origin: #1c51ab;

}
.list .listBox:hover{
    box-shadow: 0px 0px 8px 0px #1c51ab !important;
    color: #fff;
    background-color: #1c51ab;
}
.listBox:hover .listinner .more {
    background-color: #fff;
    color: #1c51ab;
}
.listBox:hover .listinner .title ,.listBox:hover .listinner .time{
    color: #fff;
}