
.table {
    width: 100%;
}
html,body {
    background-color: #FFFFFF !important;
}
.table-content {
    background-color: #f1f9ff;
    border-bottom: 2px solid #FFFFFF;
    position: relative;
}
.table-content .table-item {
    padding: 20px;
    font-size: 13px;
    line-height: 22px;
    box-sizing: border-box;
}
.table-content .table-item > p > a {
    color: #1C7BE7 !important;
}
.table-title {
    width: 100%;
    display: flex;
}
.table-title {
    background-color: #448fec;
    margin-right: 0;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 2px;
}
.table-title div:nth-child(1) {
    width: 189px;
}
.table-title div:nth-child(2) {
    width: 189px;
}
.table-title div:nth-child(3) {
    width: 250px;
}
.table-title div:nth-child(4) {
    flex: 1;
}
.table-item:before {
    content: '';
    top: 0;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #FFFFFF;
}
.table-content .table-item:nth-child(2):before {
    left: 189px;
}
.table-content .table-item:nth-child(3):before {
    left: 378px;
}
.table-content .table-item:nth-child(4):before {
    left: 628px;
}
.table .table-content:nth-child(2n)  {
    background-color: #f1fcff;
}
.table .table-content:nth-child(2n) .table-item:nth-child(2) {
    color: #2c8fc7;
}
.table-content .table-item:nth-child(2) {
    width: 189px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #2971cb;
    box-sizing: border-box;
}
.table-content .table-item:nth-child(3) {
    width: 189px;
}
.table-content .table-item:nth-child(4) {
    width: 250px;
}
.table-content .table-item:nth-child(5) {
    flex: 1;
}
.table-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.label {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
	height: 22px;
	background-color: #448fec;
	border-radius: 0px 0px 15px 0px;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #FFFFFF;
}
.link {
    text-decoration:underline;
    color: #2b66be;
}
.table .table-content:nth-child(2n) .label {
    background-color: #44afec;
}
.link:hover {
    color: #18407d;
}