﻿.mycontent .page-header{
    text-align:center;
}
.mycontent .lawyer{
    text-align:left;
    margin-left:2px;
}
.mycontent .panel-heading{
    padding-top:8px;
    text-align:center;
}
.mycontent .panel-heading .panel-title{
    vertical-align:top;

}
.mycontent .panel-body{
    margin: 40px;
    padding:0px;
    overflow:hidden;
}
.mycontent .panel-attribute {
    margin: 10px 40px;
    padding: 0px;
    overflow: hidden;
}
.mycontent .media-left img{
    width:100px;
}
/* 表格 */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.mycontent .table .date {
    width:200px;
}
.mycontent .th{
    text-align:center;
    font-weight:bold;
    min-width:80px;
}
.mycontent .headimg{
    width:120px;
}
.mycontent .headimg img{
    width:100px;
    height:150px;
    border:none;
}
.bs-callout-info{
    border-left-color: #008aff;
    font-weight:bold;
}
/* 内容 */
#mytxt1 h1,#mytxt1 h2,#mytxt1 h3,#mytxt1 h4,#mytxt1 h5,#mytxt1 h6,#mytxt1 p{
    line-height: 200%;
}
/* 图片 */
#mytxt1 img{
    width:100%;
}
.DisciplineEducation li {
    margin-bottom: 20px;
}
.DisciplineEducation li a{
    background-color: #008aff;
    font-size: 18px;
}
    .DisciplineEducation li a:hover {
        background-color: #1794fe;
    }