
.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;
}
.psirt_title{
    line-height: 140px;
    font-size: 34px;
    color: #353432;
    text-align: center;
}
.psirt_instrutor{
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #333333;
    line-height: 33px;
    text-transform: none;
}
.psirt_subBox{
    display: flex;
    justify-content: space-between;
    margin: 20px 40px 30px 40px;
}
.psirt_subBox .sub-box{
    width: 45%;
    border: 1px solid #ececec;
    padding: 10px;
    text-align: center;
}
.psirt_subBox .sub-box .sub-title{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}
.psirt_subBox .sub-box .ax_default{
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #333333;
    line-height: 33px;
    text-transform: none;
}
.psirt_subBox .sub-box .ax_default p{
    margin: 0 0 10px;
}
.psirt_subBox .sub-box .ax_default .info{
    color: #ff0000;
}
.psirt_subBox .sub-box:hover{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
    /* transform: translateY(3px); */
    cursor: pointer;
    text-decoration: none;
}
.psirt_notice{
    background: #f7f7f7;
    height: auto;
}
.psirt_notice_top{
    line-height: 140px;
    font-size: 34px;
    color: #353432;
    text-align: center;
}
.psirt_notice table{
    margin-bottom: 50px;
    border: none;
    width: 100%;
}
.psirt_notice .elPage{
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background-color: #FFF;
}
.psirt_notice table th{
    height: 38px;
    color: #454545;
    background: #f1f1f1;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
}
.psirt_notice table td{
    height: 51px;
    text-align: center;
    color: #454545;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.psirt_notice table td a{
    color: #337ab7;
}
.psirt_notice table td a:hover{
    color: #23527c;
    text-decoration: underline;
}
.psirt_notice table td .level{
    vertical-align: middle;
    display: inline-flex;
}
.psirt_notice table #tbody .time{
    color: #999;
}
.psirt_notice table td .level img{
    margin-right: 5px;
}
@media only screen and (max-width: 767px){
    .psirt_container{
        max-width: 90%;
    }
    .psirt_subBox{
        margin: 0 auto;
        display: block;
    }
    .psirt_subBox .sub-box{
        width: 100%;
        box-sizing: border-box;
        margin: 5px 0;
    }
    .psirt_notice_top{
        font-size: 30px;
    }
    .psirt_notice table th:first-child{
        width: 35% !important;
    }
    .psirt_notice table th,.psirt_notice table td{
        font-size: 14px;
    }
    .psirt_title{
        line-height: 50px;
    }
}
@media only screen and (max-width: 1366px){
    .psirt_container{
        max-width: 90%;
    }
}
/* @media (min-width: 1600px){
    .psirt_container{
       max-width: 1200px;
    }
} */