body
{
    background-color:#f2f2f2;

}


@media (min-width: 1400px){
    html{
        font-size:18px;
    }
}

@media (min-width: 1600px){
    .container {
        max-width: 1550px;
    }

    .col-xxl-5 {

        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-xxl-7 {

        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}


.container-student {
    height: calc(40vw)

}


.shome-panel
{

}

.shome-header
{
    margin-top:2rem;
    margin-bottom:1rem;
}

.shome-header .title a,.shome-header .title a:link,.shome-header .title a:hover{

    font-weight: 600;
    font-size: 1.8rem;
    color: #333333;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.shome-header .title a::before{
    vertical-align: middle;
    content: ".";
    padding: 2px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.625rem;
    background-color: #8F0909;
    color: #8F0909;
    line-height: 1rem;
    font-size: 1.2rem;
    height: 1rem;

}

.shome-header .more a
{
    width:8rem;    
    padding-left:0.5rem;    
    padding-right:0.5rem;    
    line-height: 2rem;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #979797;
    color:#666;
}

.shome-xshd-panel{
    background-color:#fff;
    padding:1rem;
    margin:1rem;

}

.shome-xshd-panel > :nth-child(n+2)::before {

    content: "";
    width: calc(100% - 2rem);
    margin-left:auto;
    margin-right:auto;
    height:1px;
    border-top:   dotted  1px #999;
    padding-bottom:1rem;
    
}

.shome-tzgg-panel{
    background-color:#fff;
    padding:1rem;
    margin:1rem;

}


.xshd-item
{
    padding-bottom:1rem;
    
}

.xshd-item .title{
    padding-bottom:1rem;
}
.xshd-item .title a
{
    font-weight: 600;
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    

}


.xshd-img {
    justify-content: center;
    display: flex;
}

.xshd-img  img{
    min-width: 80%;
}

.xshd-item .date
{}


.tzgg-item{
    padding-left:1.5rem;
    padding-bottom:1rem;
}
.tzgg-item .title{

    padding-bottom:1rem;
}
.tzgg-item .title a{
    
    font-weight: 600;
    font-size: 1rem;
    color: #333333;
    line-height: 1.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    
}

.tzgg-item .title a::before{

    content: ">";
    left:-0.5rem; 
    position: absolute;   
    height:1rem;


    padding-bottom:1rem;
}

.shome-cyxz-panel{
    background-color:#fff;
    padding:1rem;
    margin:1rem;
}

.cyxz-item{
    padding-left:1.5rem;
    padding-bottom:1rem;
}

.cyxz-item .title a{
    font-weight: 600;
    font-size: 1rem;
    color: #333333;
    line-height: 1.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.cyxz-item .title a::before{

    content: ">";
    left:-0.5rem; 
    position: absolute;   
    height:1rem;


    padding-bottom:1rem;
}
