/*
(C) 2013 Hyic Inc
教学成果样式
*/

div.banner{ background:url(imagebanner_jxcg.png) no-repeat center top; }
div.banner .title { padding-top: 40px; line-height: 60px;  font-family: "微软雅黑","黑体"; font-size: 40px; text-align: center; color: #fff; }

div.item { clear:both; margin:0 auto; width:960px; }
div.item dl { clear: both; margin: 20px 0; 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
div.item dt { clear: both; padding: 20px 20px 10px;  font-family: "微软雅黑","黑体"; font-size: 24px; line-height: 36px; color:#9b0d14; }
div.item dd { clear: both; padding: 10px 20px 20px; }
div.item dd a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

div.bodyer div.title {
    padding: 20px 0 10px;
    overflow: auto;
    font-size: 24px;
    line-height: 30px;
    color: #9b0d14;
    text-align: center;
    font-family: "微软雅黑","黑体";
}
div.bodyer ol li { margin: 10px; list-style: decimal; font-size: 21px; }
div.bodyer ol li a { font-size: 21px; line-height: 30px; color:#333; }
div.bodyer ol li a:hover { color:#9b0d14; }