.container {
	width:95%;
    margin:0 auto;
    max-width:1662px;
    min-width: 1268px;
}
.container .synopsis {
	padding: 30px 0 0 0;
	font-size: 16px;
}
.container .synopsis h3 {
	font-size: 40px;
	font-weight: bold;
	color: #1b455d;
	margin-bottom: 25px;
}
.container .synopsis .content {
	display: flex;
	justify-content: flex-start;
}
.container .synopsis .content img {
	
}
.container .synopsis .content .textArea {
	width: 100%;
	color: #8c8c8c;
	margin-left: 28px;
}
.container .synopsis .content .textArea p {
	font-weight: bold;
	color: #606060;
}
.container .synopsis .content .textArea .info {
	display: flex;
	justify-content: flex-start;
}
.container .synopsis .content .textArea ul {
	font-size: 14px;
	counter-reset: count;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.container .synopsis .content .textArea ul li {
  padding: 20px 0 0px 0;
  margin-right: 36px;
  font-size: 20px;
}
.container .synopsis .content .textArea ul li:before {
	content: "● ";
	color: #e41d3c;
}

/*---------------------------*/

.puzzle {

}
.puzzle h3 {
	font-size: 40px;
	font-weight: bold;
	color: #1b455d;
	margin-top: 65px;
	margin-bottom:25px;
}
.puzzle .info-table {
	display: flex;
	justify-content: flex-start;
	height:812px;
	background-image: url(../images/tuoguanbg.png);
	background-size: 100% 100%;
}
.puzzle .info-table .academic {
	width: 835px;
}
.puzzle .info-table .academic .head {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #19435c;
}
.puzzle .info-table .academic .foot {
	height: 16px;
	background-color: #19435c;
}
.puzzle .info-table .academic .line {
	display: flex;
	justify-content: flex-start;

}
.puzzle .info-table .academic .line .left {
	width: 260px;
	text-align: center;
	color: #ffffff;
	background-color: #19435c;
}
.puzzle .info-table .academic .line .left p {
	font-size: 14px;
	height: 90%;
	margin: 5px 0 5px 0;
}
.puzzle .info-table .academic .line .left p::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.puzzle .info-table .academic .line .right {
	margin-left: 30px;
}
.puzzle .info-table .academic .line .right p {
	margin: 3px 0 3px 0;
}

/*------------------------------------------------------*/

.puzzle .info-table .life {
	width: 406px;
	margin-left: 25px;
}
.puzzle .info-table .life .head {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #19435c;
	color: #ffffff;
	background-color: #19435c;
}
.puzzle .info-table .life .line {
	display: flex;
	justify-content: flex-start;
}
.puzzle .info-table .life .line .left {
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #19435c;
}
.puzzle .info-table .life .line .left p {
	font-size: 14px;
	height: 90%;
	margin: 5px 0 5px 0;
}
.puzzle .info-table .life .line .left p::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.puzzle .info-table .life .line .right {
	width: 100%;
	padding-left: 5px;
	margin-left: 10px;
}
.puzzle .info-table .life .line .right ul {
	counter-reset: count;
}
.puzzle .info-table .life .line .right ul li:before {

	content: "● ";
	color: #e41d3c;
}
.puzzle .info-table .life img {
	width: 100%;
}


/*  */
.red-line {
	height: 1px;
	margin: 5px 0 5px 0;
	background-color: #e62e4c;
}

/* 托管方案表格 */
.program h3 {
	font-size: 40px;
	font-weight: bold;
	color: #1b455d;
	margin-top: 75px;
	margin-bottom: 45px;
}
.program table {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 80px;
}
.program table thead tr th {
	width: 140px;
	height: 40px;
}

.program table th {
	color: #ffffff;
	font-size: 18px;
	background-color: #19435c;
}
.program table thead tr {
	border-right: 1px solid #e63651;
	border-bottom: 2px solid #e63651;
}
.program table tbody {
	font-size: 14px;
}
.program table tbody tr td {
	padding: 8px 8px 0 8px;
	border-right: 1px solid #e63651;
}
.program table tbody tr td p {
	
	
	padding-bottom: 5px;
	display:table-cell;
  vertical-align:middle;
  /* text-align:center; */
}
.program table tbody tr td:first-child {
	color: #ffffff;
	font-size: 18px;
	border-right: 0 none;
	border-bottom: 1px solid #e63651;
	background-color: #19435c;
}
.program table tbody tr td:nth-child(2) {
	color: #e63651;
}
.program table tbody tr td:nth-child(2) {
	
	border-bottom: 1px solid #e63651;
}
.program table tbody tr td:nth-child(3) {
	
	border-bottom: 1px solid #e63651;
}
.program table tbody tr td:nth-child(4) {
	
	border-bottom: 1px solid #e63651;
}

.program table tbody tr td ul {
	display: flex;
	flex-wrap: wrap;
	counter-reset: count;
	justify-content: space-between;
}
.program table tbody tr td ul li:before {
	content: "■ ";
	color: #19435c;
}
.program table tbody tr:last-child td:last-child span:before {
	content: "■ ";
	color: #19435c;
	margin-left: 40px;
}
#title{
	font-size: 50px;
}
.container div .subtitle{
	font-size: 30px;
	color:#e63752;
}
