.packageNew { width: 100%; margin-top: 40px; height: 540px; font-family: microsoft yahei;}
.packageNew li { list-style: none; float: left;  width: calc(23.87%); margin-bottom: 3%; box-sizing: border-box; margin-right: 1.5%;}
.packageNew li:last-of-type { margin-right: 0;}
.packageNew .pkBox { position: relative; box-sizing: border-box;  border: 1px solid #ddd; width: 100%; background: #fff; transition: all linear .1s; -webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s;}
.pkTop { height: 140px; background: url(/images/20180123/pk2.jpg) center no-repeat; background-size:cover;}

.pkBoxShow .pkTop { background: url(/images/20180123/pkHover.jpg) center no-repeat; background-size:cover;}
.hot:before{content: ''; background-image: url(/images/20180123/hot.png); background-position: center; background-repeat: no-repeat; position: absolute;top: -5px;right: -5px;width: 85px;height: 85px;}
.contents{overflow: hidden;}
.pkTop h1 { line-height: 140px; font-weight: normal; color: #fff;}
.pkScroll { height: 400px; overflow-y: scroll; width: calc(100% + 17px);}
.pkMain { width: 100%;}
.packageNew .pkMainUl li { width: 100%; float: none; margin-bottom: 0; margin-right: 0; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: hidden; cursor: pointer;}
.pkLine { height: 49px; padding: 0 20px;}
.pkLine span { font-size: 14px; float: left; line-height: 49px; color: #333;}
.package_new{display:inline-block;vertical-align: middle;margin:-2px 0 0 10px;}
.pkIcon { float: right; height: 49px; width: 30px; background: url(/images/20180123/open.png) center no-repeat;}
.pkShow .pkIcon { background: url(/images/20180123/close.png) center no-repeat;}
.pkIconL { float: right; height: 49px; width: 30px; background: url(/images/20180123/right.png) center no-repeat;}
.pkShow .pkLineMain { height: 200px;width:100%;}
.pkLineMain { background: #f0f0f5; /* border-top: 1px solid #ddd; */ overflow: hidden; height: 0px;}
.pkTopCon { overflow: hidden; padding: 20px 15px;}
.pkTopConLine { float: left; width: calc(100%/3); box-sizing: border-box; border-left: 1px solid #ddd;}
.pkTopConLine:first-child { border-left: none;}
.pkTopConLine p { font-size: 15px; color: #333;}
.pkTopConLine p a { color: #333; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pkTopConLine font { color: #888; line-height: 2; font-size: 14px;}
.pkPrice { margin: 0px 20px; padding: 15px 0; overflow: hidden; border-top: 1px solid #ddd;position: relative;}
.pkPrice a { float: right; margin-top: 2px; font-size: 14px;}
.pkPrice .price { font-size: 24px;}
.pkPrice span { float: left; color: #333; font-size: 14px;}
.pkPrice .bq{position: absolute;top: 18px;right: 56px;background: url(../images/bq.png) no-repeat center;font-size: 12px;color: #cc0000;padding: 0 18px 0 22px;}


.pkBtn { padding: 0 20px; margin-bottom: 15px;}
.pkBtn a { display: block; background: #fff; height: 36px; line-height: 36px; color: #333; font-size: 14px; border: 1px solid #ddd;}
.pkBtn a:hover { background: #c00; color: #fff;}
.pkLineA { display: block; height: 49px; line-height: 49px; color: #333; font-size: 14px; text-align: left; padding: 0 20px;}
.pkLineA:hover { color: #333;}
.pkDx { width: 50%; display: block; float: left; height: 49px; line-height: 49px; font-size: 14px; color: #333; border-right: 1px solid #ddd; box-sizing: border-box;}
.pkDx:hover { background:#c00; color:#fff;}
.book_list .pkDx {height: 47px;line-height: 47px;}

@media screen and (max-width:1200px){
	.packageNew {width:98%;margin: 40px auto 0;}
}
@media screen and (max-width:960px){
	.packageNew li { width: calc(98.5%/2);}
	.packageNew li:nth-child(2n) { margin-right: 0;}
}
@media screen and (max-width:480px){
	.packageNew li { width: calc(100%); margin-right: 0;}
}