 
 .new-banner img {
 	width: 100%;
 }
 .new-dis {
 	background: #f5f5f5;
 }
 .new-dis .new-w {
 	width: 1200px;
 	margin: 0px auto;
 	height: 50px;
 	line-height: 50px;
 	color: #000000;
 }
 .new-lists:hover {
 	background: #f5f5f5;
 }
 .new-lists dl {
 	width: 1200px;
 	border-bottom: 1px dashed #ebebeb;
 	height: 220px;
 	margin: 0px auto;
 	position: relative;
 }
 .new-lists dl dt,
 .new-lists dl dd {
 	float: left;
 }
 .new-lists dl dt {
 	width: calc(100% - 310px);
 	padding-right: 166px;
 }
 .new-lists dl dd {
 	width: calc(100% - 1056px);
 	display: block;
 }
 .new-lists dl dt a {
 	font-size: 18px;
 	color: #000;
 	margin-top: 40px;
 	display: block;
 }
 .new-lists dl dt a:hover {
 	color: #e62129;
 }
 .new-box {
 	margin-top: 60px;
 }
 .new-box h1 {
 	text-align: center;
 	font-size: 24px;
 	padding-bottom: 8px;
 }
 .new-box .detail-info {
 	text-align: center;
 	color: #787878;
 }
 .new-lists dl p {
 	margin: 0px;
 }
 .new-lists dl .list-content {
 	color: #787878;
 	margin-top: 22px;
 }
 .new-lists dl dt {
 	font-weight: 100;
 }
 .new-lists dl .list-time {
 	color: #b2b2b2;
 	font-size: 16px;
 	bottom: 35px;
 	position: absolute;
 	left: 0px;
 }
 .new-lists dl dd {
 	position: relative;
 }
 .new-lists dl dd::after {
 	content: "";
 	height: 78px;
 	width: 2px;
 	display: inline-block;
 	background: #ebebeb;
 	position: absolute;
 	top: 72px;
 	left: 0px;
 }
 .new-lists dl dd img {
 	margin-top: 100px;
 	padding-left: 50px;
 }
 .new-box .new-content {
 	width: 1200px;
 	margin: 40px auto;
 }
 /*** page
-------------------------------------------------------------- ****/
 
 
 .new-banner .title1 {
    color: #fff;
    width: 100%;
    z-index: 999;
    text-align: center;
    font-size: 60px;
}
.child-title-a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate( -50%, -50%);
}

.new-banner {
    position: relative;
}
 
 .pageBox {
 	margin-top: 20px;
 	text-align: center;
 	padding-bottom: 20px;
 }
 .pageBox a {
 	border: 1px solid #ddd;
 	display: inline-block;
 	margin-right: 6px;
 	color: #707070;
 	width: 54px;
 	height: 34px;
 	font: bold 14px/34px arial;
 	border-radius: 3px;
 }
 .pageBox a:hover,
 .pageBox a:active {
 	border: 1px solid #e62129;
 	color: #000;
 	text-decoration: none;
 }
 .pageBox .cur {
 	background: #3aa9f2;
 	border: 1px solid #3aa9f2;
 	text-decoration: none;
 }
 .pageBox a.cur {
 	color: #fff;
 }
 .pageBox .disabled {
 	width: 79px;
 }
 .pageBox b {
 	border-radius: 3px;
 	display: inline-block;
 	background: #e62129;
 	color: #fff;
 	width: 54px;
 	height: 34px;
 	line-height: 34px;
 	font: bold 14px/34px arial;
 	vertical-align: bottom;
 }
 .nav-num {
 	position: relative;
 }
 .new-child {
 	display: none !important;
 	background: #fff;
 	width: 100%;
 	position: absolute !important;
 	z-index: 9999;
 	top: 75px;
 	left: 0px;
 }
 .new-child p a {
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
 	display: block;
 }
 .new-child {
 	border-radius: 3px;
 	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
 	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
 	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
 }
 .nav-num:hover .new-child {
 	display: block !important;
 }
 .new-banner {
 	position: relative;
 }
 .no-info {
 	text-align: center;
 	margin-top: 50px;
 }
 .page-bg>a {
 	display: block;
 	text-decoration: none !important;
 }
 .foot-lx img {
 	width: 90px;
 	height: 90px;
 }
 .ewm-box img {
 	margin-left: -12px;
 	margin-top: 6px;
 	height: 90px;
 	width: 90px;
 }


@media screen and (max-width: 960px) {
  .new-lists dl {width: 100%}
  .new-lists dl dd {display: none}
  .new-lists dl dt {padding-right: 0;width: 100%}
}

 