﻿.case-list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.case-list li:first-child {
	width: 20%;
	height: auto;
    padding-left: 0px;
    justify-content: center;
}
.case-list li {
    width: 20%;
    height: auto;
    border-left: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}
.case-list li:last-child {
    padding-right: 0px;
    width: 20%;
    height: auto;
    justify-content: center;
}
.case-list li a .box{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.case-list li a .p1{
    font-size: 12px;
    margin: 15px 0 10px 0 ;
}
.case-list li a .box .iconfont{
    font-size: 40px;
}
.case-details-list .case-details-item .box-img{
	 height: auto;
}
.case-details-list .case-details-item .box-img img {
    width: 100%;
}
.case-details-wrap {
    background-color: #f5f5f5;
    padding: 30px 0;
}
.case-details-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-details-list .case-details-item {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding: 10px;
}
.down-content {
    padding-left: 15px;
}
.case-details-list .case-details-item .title {
    font-size: 18px;
    color: #000000;
    font-family: "宋体";
    margin: 15px 0 18px;
}

.history-column {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.history-column li {
    width: 48%;
    height: 110px;
    /*border: 1px solid #c5c5c5;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "microsoft yahei";
    text-align: center;
    color: #353535;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    margin: 1%;
}

.history-column li .p1 {
    font-size: 30px;
    position: relative;
}

.history-column li .p1 span {
    position: absolute;
    right: 17px;
    top: -20px;
    color: #2c2f81;
    font-size: 29px;
    font-weight: 600;
}

.history-column li .p2 {
    font-size: 12px;
    margin-top: 0;
}
