.jumbotron {

    height: 11rem;
    /*color: #19b5fe;*/
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
    /*background: #020031;*/
    /*background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);*/
    /*background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));*/
    /*background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);*/
    /*background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);*/
    /*background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);*/
    /*background: linear-gradient(45deg,#020031 0,#6d3353 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);*/
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    /*background: url("/static/images/shanxi_yucilaocheng.jpg") center no-repeat;*/
    background-size: 100% !important;
}
.jumbotron p{
    font-size: 24px;
}

.end-10{
    right: 10%!important;
}

.end-80{
    right: 80%!important;
}
.end-85{
    right: 85%!important;
}
blockquote{
    border-left: 5px solid #ddd;
    padding: 10px 20px;
    color: #6c757d;
}
blockquote p{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2rem;
}

pre{
    background: #eeeeee;
    padding: 1rem 2rem;
}
