/**
 * 合作保司样式文件
 * 
 * @version $Id: cooperator.css 262 2023-06-20 08:55:37Z fuy $
 * @creator liqt @ 2013-07-02 16:57:50 by caster0.0.3
 */

/*待完善更多文章显示样式*/
@media all {
	.cooperator {
        background-color: #f0f0f0;
		padding-top: 20px;
	}

	.cooperator .left-menu {
		background-color: #fff;
		padding: 20px 0;
		min-height: 800px;
	}
	.cooperator .left-menu .item {
		box-sizing: border-box;
		width: 100%;
		height: 70px;
		line-height: 70px;
		font-size: 20px;
		color: #666;
		padding: 0 20px;
		cursor: pointer;
	}
	.cooperator .left-menu .item.active {
		background-color: #fffaf6;
	}
	.cooperator .left-menu .item.active a {
		color: #253a7e;
	}
	.cooperator .left-menu .item a {
		display: block;
	}

	.cooperator .right-content {
		/* background-color: #e5e6ed; */
		background-color: #e9eaf0;
		padding: 20px;
		min-height: 800px;
	}
	.cooperator .right-content .basic-info .sub-title {
		position: relative;
		height: 46px;
		line-height: 46px;
		font-size: 24px;
		font-weight: 700;
		color: #333;
		padding: 0 20px;
		margin-bottom: 30px
	}
	.cooperator .right-content .basic-info .sub-title:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 4px;
		height: 26px;
		background: #253a7e;
		border-radius: 0 4px 4px 0;
	}
	.cooperator .right-content .basic-info .content .row {
		margin-bottom: 20px;
		height: 220px;
	}
	.cooperator .right-content .basic-info .content .row .img-left {
		float:left;
		display:inline-block;
		margin-left: 15px;
	}
	.cooperator .right-content .basic-info .content .row .img-left img{
		width: 430px;
		height: 220px;
	}
	.cooperator .right-content .basic-info .content .row .img-right {
		float:right;
		display:inline-block;
		margin-right: 15px;
	}
	.cooperator .right-content .basic-info .content .row .img-right img{
		width: 430px;
		height: 220px;
	}
}