.second-nav {
    position: relative;
    height: 78px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 70px;
    display: inline-block;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.second-nav a{
    display: inline-block;
    line-height: 74px;
    vertical-align: top;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    padding: 0 35px;
}

.second-nav a.active{
    color: #2bb1ff;
    border-bottom: 4px solid #2bb1ff;
}

.investor-iframe {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.notices-iframe {
    height: 490px;
}

.quotes-iframe {
    height: 510px;
}

.contact-iframe {
    height: 260px;
}

.protection-con {
    width: 1160px;
    margin: 0 auto;
}

.protection-banner {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.protection-lists {
    margin-top: 30px;
}

.protection-lists li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E6EAEF;
}
.protection-lists .item-icon {
    float: left;
    margin-top: 4px;
    width: 20px;
    height: 17px;
    margin-right: 15px;
    background-image: url("../../images/hcr/lists-icon.png");
    background-size: cover;
}

.protection-lists a {
    font-size: 16px;
    color: #333942;
    line-height: 24px;
}

.protection-lists .item-date {
    float: right;
    font-size: 16px;
}

.protection-lists a:hover {
    color: #004187;
    text-decoration: underline;
}
