

.the-picture  {
	position: relative;
	box-sizing: border-box;
}
.the-picture>.fl {
	width: 878px;
	background: #fdfdfd;
	box-sizing: border-box;
	box-shadow: 0 1px 20px #eaeaea;
}
.the-picture .fl>h3 {
	position: relative;
	width: 848px;
	color: #666;
	font-size: 20px;
	padding: 8px 0;
	border-bottom: 1px solid #eaeaea;
	margin: auto;
	box-sizing: border-box;
	padding-left: 10px;
}
.the-picture  .fl>h3:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 20px;
	background: #ff9d00;
}
.the-picture .fl .cont {
	padding: 15px;
	box-sizing: border-box;
}
.the-picture .fl .cont li {
	float: left;
	width: 32%;
	text-align: center;
	margin-bottom: 15px;
}
.the-picture .fl .cont li+li {
	margin-left: 2%;
}
.the-picture .fl .cont li:nth-child(3n+1) {
	margin-left: 0;
}
.the-picture .fl .cont li p {
	font-size: 14px;
	padding: 10px 0;
}
.the-picture .fl .cont li img {
	width: 100%;
	cursor: pointer;
}


.the-picture>.fr {
	width: 300px;
}
.right-form {
	margin-bottom: 20px;
	box-shadow: 0 1px 20px #eaeaea;
	border-radius: 0 0 10px 10px;
}
.right-form .pic {
	position: relative;
}
.right-form .pic p {
	position: absolute;
	top: 26px;
	right: 18px;
	color: #fff;
	font-size: 20px;
}
.right-form form {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;}
.right-form form .inp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.right-form form .inp span {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #3d3d3d;
}
.right-form form .inp select,
.right-form form .inp input {
	width: 188px;
	height: 32px;
	padding: 0;
	border: none;
	padding-left: 5px;
	outline: none;
	background: #eaeaea;
	box-sizing: border-box;
}
.right-form form .inp>div {
	width: 188px;
	height: 32px;
	line-height: 32px;
}
.right-form form .inp:nth-last-child(3) div {
	width: 140px;
}
.right-form form .inp input[type='radio'] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	vertical-align: -3px;
	margin-right: 3px;
}
.right-form form .inp>div label {
	margin-right: 8px;
}
.right-form form button {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
	outline: none;
	border: none;
	background: #ff9d00;
	cursor: pointer;
}
.right-form form p {
	font-size: 12px;
	color: #fe5e06;
	text-align: center;
	padding-top: 8px;
}

.right-list {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 1px 20px #eaeaea;
	margin-top: 20px;
	border: 1px solid #f3f3f3;
}
.right-list .rl-title {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	padding: 8px 0;
}
.right-list .rl-title h3 {
	position: relative;
	padding-left: 20px;
	font-weight: normal;
	font-size: 20px;
	color: #3d3d3d;
}
.right-list .rl-title h3:before {
	position: absolute;
	left: 8px;
	top: 5px;
	content: '';
	width: 4px;
	height: 9px;
	background: #ff9d00;
}
.right-list .rl-title h3:after {
	position: absolute;
	left: 8px;
	top: 14px;
	content: '';
	width: 4px;
	height: 9px;
	background: #3287c8;
}
.right-list ul {
	padding: 0 0 20px 30px;
}
.right-list ul li {
	position: relative;
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #eaeaea;
}
.right-list ul li:before {
    position: absolute;
    left: -15px;
    top: 14px;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px dotted #b4b4b4;
}
.right-list ul li:after {
    position: absolute;
    left: -19px;
    top: 18px;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px dotted #b4b4b4;
}
.right-list ul li a {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #515151;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right-list ul li a:hover {
	text-decoration: underline;
	color: #ff9d00;
}

