

.yuanxi-pic {
    width: 600px;
    margin-right: 28px;
    height: 100%;
    /* border: 1px solid blue; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

	.yuanxi-yuan {
		width: 340px;
		height: 335px;
		/*border: 1px solid brown;*/
		position: relative;
	}
	
	.yuanxi-yuan img {
		width: 134px;
		height: 137px;
		cursor: pointer;
	}
	
.yuan-01 {
		position: absolute;
		left: 50%;
		top: -3px;
		margin-left: -53px;
		width: 115px;
		height: 139px;
		background: url(../../xcwz/images/programs/01.png) center;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-01:hover {
		width: 115px;
		height: 139px;
		background: url(../../xcwz/images/programs/01.png) center no-repeat;
		position: absolute;
		top: -20px;
	}
	
	.xian-01 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		top: 0px;
		left: 195px;
		transition: all 0.5s ease;
	}
	
	.name-01 {
		font-weight: 600;
		font-size: 16px;
		color: #6898d2;
		letter-spacing: 0;
		position: absolute;
		top: -16px;
		right: -60px;
		width: 100px;
		display: none;
	}
	
	.yuan-01:hover+.zhanshi-01 .xian-01 {
		width: 87px;
	}
	
	.yuan-01:hover+.zhanshi-01 .name-01 {
		display: block;
	}
	
	.yuan-02 {
		position: absolute;
		right: 3px;
		top: 10px;
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/02.png) center;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-02:hover {
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/02.png) center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: -20px;
		top: -13px;
	}
	
	.xian-02 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		top: 35px;
		left: 330px;
		transition: all 0.5s ease;
	}
	
	.name-02 {
		font-weight: 600;
		font-size: 16px;
		color: #061d5f;
		letter-spacing: 0;
		position: absolute;
		top: 20px;
		right: -125px;
		width: 100px;
		display: none;
	}
	
	.yuan-02:hover+.zhanshi-02 .xian-02 {
		width: 30px;
	}
	
	.yuan-02:hover+.zhanshi-02 .name-02 {
		display: block;
	}
	
	.yuan-03 {
		position: absolute;
		right: -15px;
		top: 50%;
		margin-top: -55px;
		width: 140px;
		height: 115px;
		background: url(../../xcwz/images/programs/03.png) center;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-03:hover {
		width: 140px;
		height: 115px;
		background: url(../../xcwz/images/programs/03.png) center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: -40px;
	}
	
	.xian-03 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		top: 170px;
		right: -50px;
		transition: all 0.5s ease;
	}
	
	.name-03 {
		font-weight: 600;
		font-size: 16px;
		color: #df741d;
		letter-spacing: 0;
		position: absolute;
		top: 150px;
		right: -155px;
		width: 100px;
		display: none;
	}
	
	.yuan-03:hover+.zhanshi-03 .xian-03 {
		width: 20px;
	}
	
	.yuan-03:hover+.zhanshi-03 .name-03 {
		display: block;
	}
	
	.yuan-04 {
		position: absolute;
		right: 5px;
		bottom: 5px;
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/04.png) center;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-04:hover {
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/04.png) center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: -15px;
		bottom: -15px;
	}
	
	.xian-04 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		bottom: 35px;
		right: -10px;
		transition: all 0.5s ease;
	}
	
	.name-04 {
		font-weight: 600;
		font-size: 16px;
		color: #2b6cbd;
		letter-spacing: 0;
		position: absolute;
		bottom: 15px;
		right: -95px;
		width: 100px;
		text-align: right;
		display: none;
	}
	
	.yuan-04:hover+.zhanshi-04 .xian-04 {
		width: 30px;
	}
	
	.yuan-04:hover+.zhanshi-04 .name-04 {
		display: block;
	}
	
	.yuan-05 {
		position: absolute;
		left: 50%;
		bottom: -5px;
		margin-left: -55px;
		width: 115px;
		height: 140px;
		background: url(../../xcwz/images/programs/05.png) center;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-05:hover {
		width: 115px;
		height: 140px;
		background: url(../../xcwz/images/programs/05.png) center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 50%;
		bottom: -25px;
	}
	
	.xian-05 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		bottom: 0px;
		right: 180px;
		transition: all 0.5s ease;
	}
	
	.name-05 {
		font-weight: 600;
		font-size: 16px;
		color: #4f8b70;
		letter-spacing: 0;
		position: absolute;
		bottom: -20px;
		right: 280px;
		width: 250px;
		text-align: right;
		display: none;
	}
	
	.yuan-05:hover+.zhanshi-05 .xian-05 {
		width: 87px;
	}
	
	.yuan-05:hover+.zhanshi-05 .name-05 {
		display: block;
	}
	
	.yuan-06 {
		position: absolute;
		left: 7px;
		bottom: 5px;
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/06.png) center no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-06:hover {
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/06.png) center no-repeat;
		position: absolute;
		left: -13px;
		bottom: -13px;
	}
	
	.xian-06 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		bottom: 37px;
		left: -15px;
		transition: all 0.5s ease;
	}
	
	.name-06 {
		font-weight: 600;
		font-size: 16px;
		color: #f4a76a;
		letter-spacing: 0;
		position: absolute;
		bottom: 20px;
		left: -225px;
		display: none;
		width: 200px;
		text-align: right;
	}
	
	.yuan-06:hover+.zhanshi-06 .xian-06 {
		width: 37px;
	}
	
	.yuan-06:hover+.zhanshi-06 .name-06 {
		display: block;
	}
	.yuan-07 {
		position: absolute;
		left: -10px;
		top: 50%;
		margin-top: -55px;
		width: 140px;
		height: 115px;
		background: url(../../xcwz/images/programs/07.png) center no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-07:hover {
		width: 140px;
		height: 115px;
		background: url(../../xcwz/images/programs/07.png) center no-repeat;
		position: absolute;
		left: -30px;
	}
	
	.xian-07 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		bottom: 160px;
		left: -60px;
		transition: all 0.5s ease;
	}
	
	.name-07 {
		font-weight: 600;
		font-size: 16px;
		color: #375294;
		letter-spacing: 0;
		position: absolute;
		top: 150px;
		left: -170px;
		display: none;
		width: 100px;
		text-align: right;
	}
	
	.yuan-07:hover+.zhanshi-07 .xian-07 {
		width: 37px;
	}
	
	.yuan-07:hover+.zhanshi-07 .name-07 {
		display: block;
	}
	.yuan-08 {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/08.png) center no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.yuan-08:hover {
		width: 137px;
		height: 138px;
		background: url(../../xcwz/images/programs/08.png) center no-repeat;
		position: absolute;
		left: -10px;
		top: -10px;
	}
	
	.xian-08 {
		width: 0;
		height: 2px;
		background: #BEBEBE;
		position: absolute;
		top: 37px;
		left: -15px;
		transition: all 0.5s ease;
	}
	
	.name-08 {
		font-weight: 600;
		font-size: 16px;
		color: #66b495;
		letter-spacing: 0;
		position: absolute;
		top: 20px;
		left: -145px;
		display: none;
		width: 120px;
		text-align: right;
	}
	
	.yuan-08:hover+.zhanshi-08 .xian-08 {
		width: 37px;
	}
	
	.yuan-08:hover+.zhanshi-08 .name-08 {
		display: block;
	}
	
	.xuexiao-name {
		font-weight: 600;
		font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
		font-size: 16px;
		color: #375294;
		width: 64px;
		text-align: center;
		margin: 0 auto;
		padding-top: 160px;
	}
	
	
	.yuanxi-content {
		flex: 1;
		height: 300px;
		font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		line-height: 30px;
		overflow-y: auto;
		margin-top: 40px;
	}
