.banner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 120px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left 120px;
	background-attachment: fixed;
}
.banner .bannerBg {
	visibility: hidden;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.banner .bannerInfo {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 220px;
	margin-top: -110px;
	text-align: center;
	color: #fff;
}
.banner .bannerInfo .title {
	font-family: 'MyriadPro-Bold_0';
	font-size: 55px;
	line-height: 60px;
}
.banner .bannerInfo .titleCh {
	position: relative;
	top: 20px;
	border: 3px solid #fff;
	padding: 6px 24px 8px 24px;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.main {
	position: relative;
	text-align: center;
	padding: 0px 0 0px 0;
	border-bottom: 1px solid #949494;
}
.main .container {
	width: 1156px;
}
.main .mainNav {
	padding: 72px 0 68px 0;
	border-bottom: 1px solid #949494;
}
.main .mainNav:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main .mainNav .child {
	display: inline-block;
*display:inline;
*zoom:1;
	margin: 0 8px;
	color: #808080;
	font-size: 16px;
	width: 222px;
	height: 46px;
	border: 2px solid #B9B8B8;
	text-align: center;
	line-height: 46px;
}
.main .mainNav .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.main .mainNav .child:hover {
	color: #fff;
	background: #e60012;
	border-color: #e60012;
}
.main .mainNav .child.on {
	color: #fff;
	background: #e60012;
	border-color: #e60012;
}
.main .content {
	margin-top: 80px;
}
.main .content .child {
	position: relative;
	margin-bottom: 80px;
}
.main .content .child:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main .content .child .childImg {
	width: 400px;
	height: 300px;
	float: left;
}
.main .content .child .childImg img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.main .content .child .childInfo {
	text-align: left;
	margin-left: 40px;
	float: left;
	position: relative;
	width: 710px;
	height: 300px;
}
.main .content .child .childInfo .day {
	color: #9D9D9D;
	font-size: 16px;
	line-height: 16px;
}
.main .content .child .childInfo .datetime {
	line-height: 62px;
	color: #9D9D9D;
	font-size: 48px;
	font-family: "MyriadPro-LightCond";
}
.main .content .child .childInfo .title {
	width: 100%;
	color: #060000;
	font-size: 22px;
	line-height: 50px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .content .child .childInfo .info {
	color: #656565;
	font-size: 16px;
	line-height: 24px;
}
.main .content .child .childInfo .childBtn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
	width: 163px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #e60012;
	color: #e60012;
	font-size: 12px;
	background-image: url(../images/rightIcon.png);
	background-repeat: no-repeat;
	background-position: 110px center;
	background-size: 36px 18px;
}
.main .content .child .childInfo .childBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.main .content .child .childInfo .childBtn:hover {
	background-color: #e60012;
	color: #fff;
	background-image: url(../images/rightIconOn.png);
}
.main .content .child .childInfo .childBtn span {
	margin: 0 10px;
}
.main .linkBtn {
	margin: 0 auto;
}
@media (max-width: 479px) {
.banner {
	margin-top: 74px;
	background-position: center 74px;
	background-size: auto 230px;
}
.banner .bannerBg {
	height: 230px;
}
.banner .bannerInfo {
	height: 80px;
	margin-top: -40px;
}
.banner .bannerInfo .title {
	font-size: 20px;
	line-height: 20px;
}
.banner .bannerInfo .titleCh {
	width: auto;
	font-size: 14px;
	padding: 1px 4px 3px 4px;
	border: 1px solid #fff;
	top: 12px;
}
.main .container {
	width: 80%;
}
.main .mainNav {
	padding: 14px 0 12px 0;
}
.main .mainNav .child {
	margin: 0 3px;
	font-size: 12px;
	width: 80px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #B9B8B8;
}
.main .content {
	margin-top: 20px;
}
.main .content .child {
	margin-bottom: 20px;
	height: 108px;
}
.main .content .child .childImg {
	width: 45%;
	height: 108px;
}
.main .content .child .childImg img {
	width: 100%;
	height: 108px;
}
.main .content .child .childInfo {
	margin-left: 2%;
	width: 53%;
	height: 108px;
	float: right;
}
.main .content .child .childInfo .day {
	font-size: 12px;
	line-height: 12px;
}
.main .content .child .childInfo .datetime {
	line-height: 30px;
	font-size: 20px;
	display: none;
}
.main .content .child .childInfo .title {
	font-size: 14px;
	line-height: 18px;
}
.main .content .child .childInfo .info {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.main .content .child .childInfo .childBtn {
	width: 80px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background-position: 57px center;
	background-size: 15px 8px;
	border: 1px solid #e60012;
}
.main .content .child .childInfo .childBtn span {
	margin: 0 4px;
}
}
@media (min-width: 480px) and (max-width: 639px) {
.banner {
	margin-top: 74px;
	background-position: center 74px;
	background-size: auto 340px;
}
.banner .bannerBg {
	height: 340px;
}
.banner .bannerInfo {
	height: 120px;
	margin-top: -60px;
}
.banner .bannerInfo .title {
	font-size: 30px;
	line-height: 30px;
}
.banner .bannerInfo .titleCh {
	width: auto;
	font-size: 20px;
	padding: 2px 6px 5px 6px;
	border: 1px solid #fff;
	top: 16px;
}
.main .container {
	width: 93.75%;
}
.main .mainNav {
	padding: 20px 0 18px 0;
}
.main .mainNav .child {
	margin: 0 5px;
	font-size: 12px;
	width: 120px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #B9B8B8;
}
.main .content {
	margin-top: 30px;
}
.main .content .child {
	margin-bottom: 30px;
}
.main .content .child .childImg {
	width: 218px;
	height: 162px;
}
.main .content .child .childInfo {
	margin-left: 7px;
	width: 225px;
	height: 162px;
}
.main .content .child .childInfo .day {
	font-size: 14px;
	line-height: 14px;
}
.main .content .child .childInfo .datetime {
	line-height: 40px;
	font-size: 26px;
}
.main .content .child .childInfo .title {
	font-size: 18px;
	line-height: 22px;
}
.main .content .child .childInfo .info {
	display: none;
}
.main .content .child .childInfo .childBtn {
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-position: 80px center;
	background-size: 23px 12px;
}
.main .content .child .childInfo .childBtn span {
	margin: 0 6px;
}
}
@media (min-width: 640px) and (max-width:1023px ) {
.banner {
	margin-top: 74px;
	background-position: center 74px;
	background-size: auto 450px;
}
.banner .bannerBg {
	height: 450px;
}
.banner .bannerInfo {
	height: 160px;
	margin-top: -80px;
}
.banner .bannerInfo .title {
	font-size: 40px;
	line-height: 40px;
}
.banner .bannerInfo .titleCh {
	position: relative;
	top: 16px;
	width: auto;
	font-size: 26px;
	padding: 2px 10px 6px 10px;
	border: 2px solid #fff;
}
.main .container {
	width: 93.75%;
}
.main .mainNav {
	padding: 28px 0 24px 0;
	border-bottom: 1px solid #949494;
}
.main .mainNav .child {
	margin: 0 6px;
	font-size: 12px;
	width: 160px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #B9B8B8;
}
.main .content {
	margin-top: 40px;
}
.main .content .child {
	margin-bottom: 40px;
}
.main .content .child .childImg {
	width: 290px;
	height: 216px;
}
.main .content .child .childInfo {
	margin-left: 10px;
	width: 300px;
	height: 216px;
}
.main .content .child .childInfo .day {
	font-size: 14px;
	line-height: 14px;
}
.main .content .child .childInfo .datetime {
	line-height: 53px;
	font-size: 40px;
}
.main .content .child .childInfo .title {
	font-size: 22px;
	line-height: 30px;
}
.main .content .child .childInfo .info {
	display: none;
}
.main .content .child .childInfo .childBtn {
	width: 138px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-position: 94px center;
	background-size: 30px 15px;
}
.main .content .child .childInfo .childBtn span {
	margin: 0 8px;
}
}
@media (min-width: 1024px) and (max-width:1199px ) {
.banner {
	margin-top: 68px;
	background-position: left 68px;
	background-size: auto 300px;
}
.banner .bannerBg {
	height: 300px;
}
.banner .bannerInfo {
	transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	-webkit-transform-origin: center;
}
.banner .bannerInfo {
	transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	-webkit-transform: scale(0.83);
}
.banner .bannerInfo {
	height: 160px;
	margin-top: -80px;
}
.banner .bannerInfo .title {
	font-size: 46px;
	line-height: 48px;
}
.banner .bannerInfo .titleCh {
	position: relative;
	top: 16px;
	border: 3px solid #fff;
	padding: 5px 18px 6px 18px;
	font-size: 20px;
}
.main .container {
	width: 796px;
}
.main .mainNav {
	padding: 60px 0 60px 0;
	border-bottom: 1px solid #949494;
}
.main .mainNav .child {
	margin: 0 6px;
	font-size: 12px;
	width: 188px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #B9B8B8;
}
.main .content {
	margin-top: 56px;
}
.main .content .child {
	margin-bottom: 56px;
}
.main .content .child .childImg {
	width: 282px;
	height: 211px;
}
.main .content .child .childInfo {
	margin-left: 23px;
	width: 490px;
	height: 211px;
}
.main .content .child .childInfo .day {
	font-size: 12px;
	line-height: 12px;
}
.main .content .child .childInfo .datetime {
	line-height: 44px;
	font-size: 33px;
}
.main .content .child .childInfo .title {
	font-size: 15px;
	line-height: 35px;
}
.main .content .child .childInfo .info {
	font-size: 12px;
	line-height: 16px;
}
.main .content .child .childInfo .childBtn {
	border: 1px solid #e60012;
	width: 114px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-position: 78px center;
	background-size: 25px 12px;
}
.main .content .child .childInfo .childBtn span {
	margin: 0 6px;
}
}
@media (min-width: 1200px) and (max-width:1439px ) {
.banner {
	margin-top: 68px;
	background-position: left 68px;
}
.banner .bannerInfo {
	transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	-webkit-transform-origin: center;
}
.banner .bannerInfo {
	transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	-webkit-transform: scale(0.83);
}
.banner .bannerInfo {
	height: 160px;
	margin-top: -80px;
}
.banner .bannerInfo .title {
	font-size: 46px;
	line-height: 48px;
}
.banner .bannerInfo .titleCh {
	position: relative;
	top: 16px;
	border: 3px solid #fff;
	padding: 5px 18px 6px 18px;
	font-size: 20px;
}
.main .container {
	width: 796px;
}
.main .mainNav {
	padding: 60px 0 60px 0;
	border-bottom: 1px solid #949494;
}
.main .mainNav .child {
	margin: 0 6px;
	font-size: 12px;
	width: 188px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #B9B8B8;
}
.main .content {
	margin-top: 56px;
}
.main .content .child {
	margin-bottom: 56px;
}
.main .content .child .childImg {
	width: 282px;
	height: 211px;
}
.main .content .child .childInfo {
	margin-left: 23px;
	width: 490px;
	height: 211px;
}
.main .content .child .childInfo .day {
	font-size: 12px;
	line-height: 12px;
}
.main .content .child .childInfo .datetime {
	line-height: 44px;
	font-size: 33px;
}
.main .content .child .childInfo .title {
	font-size: 15px;
	line-height: 35px;
}
.main .content .child .childInfo .info {
	font-size: 12px;
	line-height: 16px;
}
.main .content .child .childInfo .childBtn {
	border: 1px solid #e60012;
	width: 114px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-position: 78px center;
	background-size: 25px 12px;
}
.main .content .child .childInfo .childBtn span {
	margin: 0 6px;
}
}
@media (min-width: 1440px) and (max-width:1920px ) {
.banner {
	margin-top: 82px;
	background-position: left 82px;
}
.banner .bannerInfo {
	height: 160px;
	margin-top: -80px;
}
.banner .bannerInfo .title {
	font-size: 46px;
	line-height: 48px;
}
.banner .bannerInfo .titleCh {
	position: relative;
	top: 16px;
	border: 3px solid #fff;
	padding: 5px 18px 6px 18px;
	font-size: 24px;
}
.main .container {
	width: 960px;
}
.main .mainNav {
	padding: 72px 0 72px 0;
	border-bottom: 1px solid #949494;
}
.main .mainNav .child {
	margin: 0 7px;
	font-size: 12px;
	width: 188px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #B9B8B8;
}
.main .content {
	margin-top: 68px;
}
.main .content .child {
	margin-bottom: 68px;
}
.main .content .child .childImg {
	width: 340px;
	height: 255px;
}
.main .content .child .childInfo {
	margin-left: 28px;
	width: 590px;
	height: 255px;
}
.main .content .child .childInfo .day {
	font-size: 14px;
	line-height: 14px;
}
.main .content .child .childInfo .datetime {
	line-height: 53px;
	font-size: 40px;
}
.main .content .child .childInfo .title {
	font-size: 18px;
	line-height: 42px;
}
.main .content .child .childInfo .info {
	font-size: 14px;
	line-height: 20px;
}
.main .content .child .childInfo .childBtn {
	width: 138px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-position: 94px center;
	background-size: 30px 15px;
}
.main .content .child .childInfo .childBtn span {
	margin: 0 8px;
}
}

/*分页*/
.m-page {
	text-align: right;
	font-size: 0;
	height: 38px;
	line-height: 38px;
	padding-right: 10px;
	padding-bottom:10px
}
.m-page li {
	display: inline
}
.m-page a, .m-page i {
	display: inline-block;
	font-size: 15px;
	background-color: #fff;
	padding: 0px 13px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	border: 1px #ddd solid;
	color: #bbb;
	font-family: Arial;
	margin-left: 5px;
	vertical-align: top;
}
.m-page a.next, .m-page a.prev {
	font-family: 宋体;
	font-size: 16px;
	font-weight: 700;
}
.m-page a:hover, .m-page li.thisclass a {
	background-color: #ff0000;
	color: #fff;
}
.m-page span {
	font-size: 14px;
	padding-right: 10px;
}
