.pictext{}
.pictext .box{
    width: 50%;
    float: left;
}
.pictext .box img{
    width: 70%;
}
.pictext .box p{
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin: 0 0 15px;
}
.pictext .box h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0 15px;
}
@keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	}  
}
.moveDown{
    text-align: center;
    animation: move 6.5s linear infinite;;
}
@media screen and (max-width: 750px) {
    .pictext .box{
        width: 100%;
    }
}
.section { overflow: hidden; }
.section4 { background-color: #f7f9fa; padding-top: 50px; padding-bottom: 35px; }
.section4 .txt { width: 512px; font-size: 16px; color: #666666; margin: 10px 0 30px; }

.art-list { overflow: hidden; width: 1220px; }
.art-list a { padding: 20px; width: 550px; min-height: 100px; background-color: #fff; float: left; margin-right: 20px; margin-bottom: 30px; }
.art-list a:hover { background-image: linear-gradient(-87deg, #68d2ff 0%, #52bbff 37%, #3ba3ff 100%); color: #fff; }
.art-list a:hover .time, .art-list a:hover dd { color: #fff; }
.art-list dt { position: relative; font-size: 16px; font-weight: bold; }
.art-list dd { height: 48px; line-height: 24px; font-size: 14px; color: #666666; overflow: hidden; margin-top: 10px; }
.art-list h3 { font-size: 14px;width: 70%;height: 20px;overflow: hidden; }

.art-list h3 a {color: #333;text-decoration: none;outline: none;}
.art-list h3 a:hover { color: #2abff6; }
.art-list .time { position: absolute; right: 0;top: 0; font-size: 16px; font-weight: normal; color: #999999; }