.header {
    /*box-shadow: none;*/
    background-color: #fff;
}

@media (min-width: 1020px) {
    .header {
        border-bottom: solid 4px #0B5DF1;
    }
}

.dropnews:hover > .drop {
    display: block;
}

.dropnews ul.drop {
    display: none;
    position: absolute;
    width: 160px;
    background-color: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
    /*margin-top: 10px;*/
    padding: 10px 0;
}

.dropnews ul.drop li {
    display: block;
    height: 52px;
    line-height: 52px;
    width: 140px;
    transition: none;
    background-image: url("../image/c.png");
    background-repeat: no-repeat;
    background-position: 130px center;
    background-size: 10px 15px;
}

.dropnews ul.drop li:hover {
    border: none;
}

.dropnews ul.drop li:hover a {
    color: #333;
    /*font-weight: bold;*/
}

.dropnews ul.drop li a {
    color: #666;
    width: 135px;
    margin: 0 auto;
    border-top: solid 1px #e2e5e9;
    margin-left: 10px;
    padding: 0;
    padding-left: 10px;
}

.dropnews ul.drop li:first-child a {
    border-top: none;
}
