* {
    box-sizing: border-box;
}

/* 重置公共组件 */
.zibo-title .zibo-title-border {
    background-color: #245399;
 }

.jgzn-title {
    margin-top: 40px;
    margin-bottom: 29px;
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

/* 基本信息 */
.info li {
    width: 50%;
    height: 44px;
    line-height: 44px;
    float: left;
    border-bottom: 1px solid #ebebeb;
}

.info li i {
    color: #7e9ac3;
    margin-left: 15px;
    margin-right: 12px;
}

.info li p {
    color: #333;
    display: inline;
    font-size: 16px;
    font-weight: 700;
}

.info li p span {
    font-size: 14px;
    font-weight: 400;
}

/* 横线 */
.jgzn-line {
    height: 8px;
    width: 100%;
    margin-top: 8px;
}

/* 切换 */
.tab {
    margin-top: 32px;
    margin-bottom: 60px;
}

.tab>.left,.tab>.right {
    float: left;
}

.tab>.left {
    width: 260px;
}

.tab>.left>li {
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    color: #333;
    margin-bottom: 16px;
    line-height: 60px;
    padding-left: 28px;
    font-weight: 700;
    font-size: 18px;
    background-color: #F3F3F3;
}

.tab>.left>li:last-child {
    margin-bottom: 0;
} 

.tab>.left>li.active,.tab>.left>li:hover {
    background-color: #245399;
    color: #fff;
}

.tab>.right {
    width: calc(100% - 260px);
    padding-left: 60px;
}

.tab>.right .jgzn-content {
    display: none;
}

.tab>.right .jgzn-content li .left,.tab>.right .jgzn-content li .right {
    display: block;
    float: left;
    color: #333;
    font-size: 16px;
}

.tab>.right .jgzn-content li {
    margin-bottom: 12px;
}

.tab>.right .jgzn-content li .left {
    width: 80px;
    font-weight: 700;
}

.right .jgzn-content li .right {
    width: calc(100% - 80px);
}

.content-row {
	display: flex;
}

.content-row div {
	margin-top: 40px;
	margin-right: 30px;
}

.content-row div img {
	display: block;
	width: 95px;
	height: 120px;
}









