.newInfoCard {
	width: 1200px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 30px;
}

/*左边*/
.newInfoCard-left {
	width: 365px;
	float: left;
}

.newInfoCard-left-part1 {
	margin-bottom: 25px;
}

.newInfoCard-left-part2 {
	margin-bottom: 25px;
}

.newInfoCard-left-part3 {
}

.newInfoCard-left-title {
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: #000;
	color: #b8b8b8;
	padding-left: 25px;
	font-size: 22px;
	font-weight: bold;
}

.newInfoCard-left-part1-con {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
}

.newInfoCard-left-part1-con ul li {
	height: 75px;
	border-bottom: 2px dashed #a4a4a4;
	color: #fff;
	font-size: 20px;
	line-height: 75px;
	padding-left: 25px;
	cursor: pointer;
}

.newInfoCard-left-part1-con ul li  a {
	color: #fff;
}

.newInfoCard-left-part1-con ul li:last-child {
	border-bottom: none;
}

.newInfoCard-left-select {
	color: #dab84a !important;
}

.newInfoCard-left-part1-con ul li span {
	padding-left: 20px;
}

.newInfoCard-left-part2-con {
	width: 100%;
	background: #fff;
}

/*.newInfoCard-left-part2-con ul li {
	height: 70px;
	line-height: 70px;
	color: #303030;
	border-bottom: 2px dashed #c4c4c4;
	padding: 0 25px;
}

.newInfoCard-left-part2-con ul li:last-child {
	border-bottom: none;
}

.newInfoCard-left-part2-con ul li a {
	color: #303030;
	font-size: 16px;
	width: 275px;
	display: block;
	float: left;
}

.newInfoCard-left-part2-con ul li span {
	float: right;
}*/
.newInfoCard-left-part3-con {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	padding: 35px 25px;
}

.newInfoCard-left-part3-item1 img {
	width: 20px;
}

.newInfoCard-left-part3-item1 span {
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
}

.newInfoCard-left-part3-tel1 {
	color: #d0a863;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	letter-spacing: 5px;
}

.newInfoCard-left-part3-tel2 {
	color: #d0a863;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 5px;
	padding-bottom: 10px;
}

.newInfoCard-left-part3-w {
	color: #fff;
	padding-top: 10px;
	font-size: 16px;
}

/*右边*/
.newInfoCard-right {
	width: 765px;
	margin-bottom: 30px;
	float: right;
}

.ticket-item1 {
	background: #fff;
    padding: 25px;
    position: relative;
    padding-bottom: 120px;
}

.ticket-item1-left {
	width: 280px;
	float: left;
}

.ticket-item1-left img {
	width: 280px;
	height: 380px;
}

.ticket-item1-right {
	width: 410px;
	float: right;
}

.ticket-item1-right h2 {
	color: #373737;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 30px;
}

.ticket-item1-right p {
	color: #616161;
	padding-bottom: 15px;
}

.ticket-session ul li {
	width: 175px;
	height: 30px;
	border: 1px solid #cbcbcb;
	text-align: center;
	line-height: 30px;
	float: left;
	padding: 0px 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #656565;
	cursor: pointer;
}
.ticket-price ul li {
	width: 200px;
	height: 30px;
	border: 1px solid #cbcbcb;
	text-align: center;
	line-height: 30px;
	float: left;
	padding: 0px 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #656565;
	cursor: pointer;
}
.choose-ticket{
	width: 130px;
    height: 50px;
    background: #caa966;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
}
.ticket-sellect{
	border: 2px solid #cda567!important;
}

.ticket-item2{
	margin-top: 20px;
	background: #fff;
}
.ticket-item2-title{
	background: #f9f9f9;
    border-bottom: 1px solid #ececec;
    height: 45px;
    line-height: 45px;
}
.ticket-item2-title ul li{
	float: left;
    font-size: 16px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.ticket-item2-one{
	background: #fff;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-top: 2px solid #c6ab66;
    color: #c6ab66;
}
.ticket-item2-con{
	padding: 45px 25px;
}
.ticket-item2-item2{
	display: none;
}

.noticket{
	background: #f2f2f2;
    cursor: no-drop!important;
}