.psirt_container{
    max-width: 1200px;
    margin: 0 auto;
}
.psirt_breadCrumbs{
    max-width: 1200px;
    margin: 20px 0;
}
.psirt_breadCrumbs p a {
    text-decoration: none;
    color: #7d7d7d;
    font-size: 14px;
}
.psirt_breadCrumbs p span {
    margin: 0 5px;
}
.psirt_breadCrumbs p a:hover {
    color: #DA0030;
}
.vulnerability_title{
    font-size: 28px;
    font-weight: normal;
    color: #1a1a1a;
    text-align: center;
    margin-top: 12px;
}
.vulnerability_content{
    font-size: 16px;
    color: #666;
    line-height: 2;
    border-top: 1px solid #e6e6e6;
    padding-top: 2%;
    overflow: hidden;
}
.vulnerability_content a{
    color: #333;
}
.vulnerability_content_title{
    font-size: 20px;
}
@media only screen and (max-width: 767px){
    .psirt_container{
        max-width: 90%;
     }
}
@media only screen and (max-width: 1366px){
    .psirt_container{
        max-width: 90%;
    }
}