
.sy-qhnewsbox-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-bottom: solid 1px #cecece;;
}

.sy-qhnewsbox-title img {
    height: 36px;
    margin-right: 10px;
    float: left;
}

.sy-qhnewsbox-title a {
    margin: 0 30px 0 0;
    display: inline-block;
    color: #333333;
    font-size: 20px;
}

.sy-qhnewsbox-title a:hover {
    color: #005293;
    font-weight: bold;
    border-bottom: solid 2px #005293;
}

.sy-qhnewsbox-title .a_active {
    color: #005293;
    font-weight: bold;
    border-bottom: solid 2px #005293;
}

.sy-qhnewsbox-title span {
    float: right;
}

.sy-qhnewsbox-title span a {
    font-size: 16px;
    color: #999999;
    display: none;
}

.sy-qhnewsbox-title span a:hover {
    color: #ff5a00;
    border: 0px;
}

.sy-qhnewsbox-list {
    display: none;
    padding: 8px 0;
}
.w{width: 80%;}
@media (max-width: 768px) {
    .sy-qhnewsbox-title a{font-size: 18px;}
    .w{width: 96%;}
}