﻿.rank {
    width: 400px;
    margin-left: 28px;
}

.articleUl {
    padding: 0px 40px;
    margin:0 -10px;
    margin-bottom: -15px;
    padding-bottom: 0;
    overflow: auto;
}

.articleUl li {
    float: left;
    width: 25%;
    margin-bottom: 35px;
    height:97px;
    padding: 0 10px;
}

.articleUl li a {
    display: block;
}

.articleUl li a > img {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    margin-right:16px;
}

.articleUl li a > .info {height: -55px;top: -10px;margin-top: -14px;}

.articleUl li a > .info h3 {
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    /* line-height: 30px; */
    padding: 0px;
    padding-top: -16px;
}

.articleUl li a > .info h3 img{
	vertical-align: middle;
    width: 20px;
    margin-right: 8px;
    margin-top: -3px;
}

.articleUl li a > .info p {
    color: #acacac;
    font-size: 14px;
    line-height: 27px;
    margin-top: -6px;
}

.articleUl li a > .info span {
    display: block;
    font-size: 14px;
    color: #acacac;
    line-height: 30px;
    margin-top: -18px;
}

.articleUl li a > .info span.new {
    color: #ff623b;
}


.Text-Advertising {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 8px 2px;
    width: 100%;
    background: #fff;
    animation: shine 1s infinite linear
}

.Text-Advertising ul {
    position: relative;
    z-index: 2;
    float: left;
    width: 20%
}

.Text-Advertising li {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    font-size: 12px
}

.Text-Advertising:after {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    content: ''
}

.Text-Advertising:before {
    position: absolute;
    left: -200%;
    z-index: 3;
    width: 300%;
    height: 50px;
    background-color: rgba(255, 255, 255, .4);
    background-image: linear-gradient(0, transparent 20%, rgba(255, 255, 255, .4) 50%, transparent 80%);
    content: "";
    transform: rotate(-60deg);
    animation: searchLights 3s ease-in 3s infinite;
    pointer-events: none
}