body {
    background: #f6f6f6;
}

.breadcrumb {
    background: transparent;
    font-size: 12px;
    color: #666666;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb>li+li+li:before {
    color: #666666;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    padding: 0 5px;
}

.breadcrumb li a {
    font-size: 12px;
    color: #666666;
}

.body-box {
    background: #fff;
}

.left-title {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 15px 50px 50px;
}

.title-date div:not(:last-of-type) {
    margin-right: 30px;
}

.title-date div {
    font-size: 14px;
    color: #7D7D7D;
}

.title-btn {
    color: #7D7D7D;
}

.title-btn .btn {
    color: #7D7D7D;
    padding: 0 5px;
}

.title-btn .active {
    font-weight: 700;
}

.title-btn .btn:hover {
    font-weight: 700;
}

.title-icon {
    color: #B3B3B3;
    transition: all .3s ease;
}

.title-link {
    overflow: hidden;
    display: flex;
    line-height: normal;
}

.title-link:hover i {
    color: #245399;
    /* font-size: 16px; */
}

.title-style>div {
    position: relative;
    padding: 0 25px;
}

.title-style>div:not(:last-of-type):after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D2D2D2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.left-head {
    border-bottom: 1px solid #DBDEE9;
    padding-bottom: 15px;
}

.left-text {
    padding: 30px 0 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDEE9;
}

.left-text div {
    font-size: 18px;
    color: #2F2F2F;
    margin-bottom: 30px;
    line-height: 2;
}

.left-text .text-img {
    text-align: center;
    text-indent: 0;
}

.left-text img{
    width:100%;
}

.text-img img {
    width: 100%;
    text-align: center;
}

.text-link,
.text-link a {
    font-size: 16px;
    color: #535353;
}

.text-link a {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-link a:hover {
    color: #245399;
}

.text-link>div {
    margin: 10px 0;
}

.text-link span {
    margin-right: 15px;
    white-space: nowrap;
}

.content {
    margin-bottom: 40px;
}

.breadcrumb .Column_Position span {
    display: none;
}

.breadcrumb .Column_Position >a:not(:last-of-type)::after {
    color: #333333;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    padding: 0 5px;
}

.breadcrumb .Column_Position >a {
    font-size: 12px;
    color: #666666;
}

/* 0515 */
.shizi-xiangqing {
    padding: 50px 45px;
    background: #fff;
}

.shizi-list {
    margin-bottom: 40px;
}

.shizi-public {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #DCDCDC80;
    font-size: 18px;
    color: #0377DC;
    border-left: 6px solid #0377DC;
    margin-bottom: 15px;
}

.shizi-info {
    padding: 0 7px;
    font-size: 16px;
    color: #535353;
}

.shizi-touxiang {
    margin-bottom: 40px;
}

.shizi-peo-name {
    font-weight: 700;
    font-size: 30px;
    color: #0377DC;
    margin-bottom: 20px;
}

.shizi-peo-info {
    font-size: 16px;
    color: #313131;
    line-height: 36px;
}

.shizi-peo-img {
    width: 220px;
    height: 300px;
}

.shizi-peo-img img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:650px) {
.shizi-peo-info {
    font-size: 14px;
    line-height: 32px;
}
.shizi-peo-img {
    width: 110px;
    min-width:110px;
    height: 150px;
}

.shizi-xiangqing{
    padding:20px 15px;
}

.shizi-peo-name {
    font-size: 26px;
    margin-bottom: 8px;
}
}




