@charset "utf-8";

/* 通用 */
body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","Arial";
}
body.oh{
	overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd{
	margin:0;
	padding:0;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
    text-decoration: none;
}
.clear{
clear:both;
}
.fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .fix{
	display:inline-block;
}
*:first-child+html .fix{
	display:inline-block;
}
/*a:hover img{
	opacity: 0.7;
}*/
a:active, a:visited, a:focus {
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
/* 20180323 */
.header-contents, .global-nav__inner, .footer__inner, .top-message__inner, .topics-list, .page-topics-list, .maintenance-contents, .movie-list, .fun-text, .page-main, .topics-archives, .shop-main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.button:hover, .header-social__item:hover, .global-nav__item a:hover, .topics-list__item:hover, .page-topics-list__item:hover, .top-banners__item a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.button, .header-social__item, .global-nav__item a, .topics-list__item, .page-topics-list__item, .top-banners__item a {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.header-logo {
    margin-top: 15px;
    margin-left: 13px;
    margin-bottom: 10px;
}
.header-logo__link {
    display: block;
}
.global-nav {
    margin-top: 3px;
    background: #d70039;
}
.global-nav__inner {
    border-right: solid 1px #fff;
    font-size: 0;
}
.global-nav__item {
    display: inline-block;
    width: 158px;
    border-left: solid 1px #fff;
}
.global-nav__item a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d70039;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide img {
    display: block;
}
.slider__item {
    width: 100%;
}
.slick-arrow {
    position: absolute;
    z-index: 1001;
    top: 50%;
    overflow: hidden;
    margin-top: -62px;
    padding: 0;
    width: 43px;
    height: 41px;
    background: none;
    border: 0;
    background: url(/common/images/icon/button_next.png) 0 0 no-repeat;
    text-indent: -9999px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slick-arrow.slick-prev {
    left: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: 30px;
}
.slick-dots {
	padding: 14px 0;
    background: #f5f5f5;
    text-align: center;
    font-size: 0;
}
.slick-dots > li {
	display: inline-block;
	margin: 0 4px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d60039;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    vertical-align: middle;
}
.slick-dots > li.slick-active {
    background: #fff;
    border: solid 3px #d60039;
}
.top-section{
	margin-top: 30px;
}
.top-section.is-topics {
    margin-top: 30px;
}
.page-main h2, .page-headline, .top-section__title {
    width: 100%;
    text-align: center;
}
.top-section__title {
	position: relative;
    padding-top: 85px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: 50% top;
}
.is-topics .top-section__title {
    background-image: url(/common/images/icon/title_topics.png);
    color: #caa21c;
}
.top-section__title:before{
	position: absolute;
	bottom: 10px;
    border-top: 2px solid #c49600;
    content: "";
    display: block;
    width: 100%;
}
.top-section__title span{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	z-index: 1;
	font-weight: normal;
}
.top-section__contents {
    margin-top: 20px;
}
.is-topics .top-section__contents {
    padding: 50px 0;
    background-image: url(/common/images/index/bg_topics_pc.jpg);
    color: #5b9529;
}
.topics-list {
    margin-top: -20px;
    text-align: center;
}
.topics-list__item {
    margin-top: 20px;
    width: 225px;
  	display: inline-block;
  	margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    text-align: left;
}
.topics-list-item {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 6px;
}
.topics-list-item__image {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.topics-list-item__caption {
    position: relative;
    display: block;
    padding: 12px 20px;
    color: #000;
}
.topics-list-item__caption .date {
    display: block;
    font-size: 12px;
    max-width: 85px;
}
.topics-list-item__caption .category.is-event {
    background: #ffab00;
}
.topics-list-item__caption .category {
    position: absolute;
    top: 10px;
    right: -4px;
    display: block;
    padding: 0 20px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}
.topics-list-item__caption .category:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 0;
    height: 0;
    border: solid 2px transparent;
}
.topics-list-item__caption .category.is-event:before {
    border-left-color: #ef6c00;
    border-bottom-color: #ef6c00;
}
.topics-list-item__caption .title {
    display: block;
    margin-top: 12px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
.topics-list-item__caption .category.is-info {
    background: #0085c5;
}
.topics-list-item__caption .category.is-info:before {
    border-left-color: #3949ab;
    border-bottom-color: #3949ab;
}
.top-section-more {
    margin-top: 50px;
    text-align: center;
}
.button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.top-section-more__button > span {
    display: inline-block;
}
.button.is-l {
    height: 64px;
    line-height: 64px;
    max-width: 260px;
    border-radius: 32px;
    font-size: 36px;
}
.button.is-topics {
    background: #fff;
    color: #c49600;
}
.button.is-l > span {
    padding-left: 22px;
    background-position: left 50%;
    background-repeat: no-repeat;
}
.button.is-topics > span {
    background-image: url(/common/images/icon/icon_arrow_yello_pc.png);
    background-size: 8px auto;
}
.is-fun .top-section__title {
    background-image: url(/common/images/icon/title_fun.png);
    color: #d6003a;
}
.is-fun .top-section__title:before{
    border-top: 2px solid #d6003a;
}
.is-fun .top-section__contents {
    background-image: url(/common/images/index/bg_fun_pc.jpg);
}
.fun-contents-item {
    position: relative;
    min-height: 317px;
    font-size: 0;
}
.fun-contents-item__text {
    width: 50%;
}
.fun-text {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.fun-contents-item:nth-child(2n) .fun-text{
	text-align: left;
}
.fun-text__inner {
    position: relative;
    z-index: 1;
    margin: 20px -40px 20px 0;
    padding: 30px 20px;
    display: inline-block;
    width: 560px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 108, 184, 0.3);
    text-align: left;
}
.fun-contents-item:nth-child(2n) .fun-text__inner{
	margin: 20px 0 20px -40px;
}
.fun-text__title {
    line-height: 1;
    font-size: 28px;
    color: #c49600;
}
.fun-contents-item:nth-child(2n) .fun-text__title{
    color: #d6003a;
}
.fun-text__body {
    margin-top: 15px;
    line-height: 2;
    font-size: 20px;
    color: #000;
}
.button.is-s {
    width: auto;
    height: 34px;
    line-height: 34px;
    width: 180px;
    border-radius: 17px;
    font-size: 16px;
}
.button.is-s > span {
    padding-left: 22px;
    background-position: left 50%;
    background-repeat: no-repeat;
}
.button.is-white-s {
    color: #fff;
}
.button.is-white-s > span {
    background-image: url(/common/images/icon/icon_arrow_white_pc.png);
    background-size: 6px auto;
}
.fun-photo {
    position: relative;
    width: 50%;
    display: inline-block;
    overflow: hidden;
    height: 380px;
    vertical-align: middle;
}
.fun-photo__image {
    position: absolute;
    width: auto;
    height: auto;
    left: 45%;
    top: 50%;
    display: block;
    /*width: 80%;*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fun-photo__image.fun-photo__image_02{
    left: auto;
    right: 45%;
    /*width: 85%;*/
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.fun-text-more__button {
    margin-top: 10px;
    margin-left: 0;
    background: #d6003a;
}
.fun-scroll-area{
    padding-top: 30px;
    background-color: #fff;
}
.fun-scroll{
    margin: 0 auto;
    width: 90%;
}
.l-footer {
    margin-top: 100px;
}
.footer {
    background: #d6003a;
}
#index .footer{
    margin-top: 65px;
}
.footer__first{
    position: relative;
    margin: 0 auto;
    width: 990px;
}
.footer__inner {
    position: relative;
    width: auto;
    padding: 20px 20px 20px 20px;
}
.footer-pagetop {
    position: absolute;
    bottom: 100%;
    right: 0;
    display: block;
}
.footer-pagetop img {
    display: block;
}
.footer__contents {
    float: left;
}
.footer-logo {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}
.footer-nav {
    display: inline-block;
    padding: 30px 0 0 0;
    vertical-align: top;
}
.footer-nav ul li{
    margin-right: 20px;
    display: inline-block;
}
.footer-nav ul li .footer-nav__item{
    margin: 0;
}
.footer-nav__col {
	margin-right: 190px;
    display: inline-block;
    vertical-align: top;
}
.footer-nav__item {
	margin-bottom: 30px;
    font-size: 16px;
    display: block;
    color: #fff;
}
.footer-copyright {
    margin-top: 30px;
    float: right;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
/* 下层页 */
#tempo #main{
    overflow: visible;
}
.shop-main {
    margin-top: 60px;
}
.page-header {
    margin-top: 4px;
    background: url(/common/images/bg_page-title.jpg) 0 0 repeat;
}
.page-header h1 {
    padding: 52px 0;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}
.page-main h2, .page-headline {
	position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #d70039;
}
.page-headline:before{
	content: '';
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
	border-top: 4px solid #d6003a;
}
.page-headline > span{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}
.shop-map {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1110px;
    min-height: 841px;
    background: url(/common/images/tempo/map_china.png) center top no-repeat;
}
.map-area {
    position: relative;
}
.map-area__item {
    position: absolute;
    z-index: 1;
}
.map-area-item {
    width: 184px;
    height: 34px;
    border-radius: 17px;
    background: #ff5252;
    font-size: 16px;
    color: #fff;
}
.map-area-item__title {
    position: relative;
    padding: 7px 10px 5px 48px;
    font-weight: bold;
}
.js-toggle-accordion {
    cursor: pointer;
}
.map-area-item.is-open {
    z-index: 2;
    height: auto;
    background: #fa7556;
}
.map-area-item__title:before, .map-area-item__title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    margin-top: 0;
    width: 14px;
    height: 3px;
    background: #fff;
}
.map-area-item__title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.map-area-item.is-open .map-area-item__title:after{
    display: none;
}
.map-item-body {
    margin: 3px 10px 0;
    padding: 10px 0 18px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.js-accordion-contents {
    display: none;
}
.js-accordion-contents.is-open {
    display: block;
}

.map-item-body__shop {
    position: relative;
    display: block;
    padding-left: 20px !important;
    height: 30px;
    color: #fff;
}
.map-item-body__shop:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 6px;
    height: 20px;
    background: url(/common/images/icon/icon_arrow_white_s_pc@2x.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.map-area-item__title.is-open:after{
	display: none;
}
.map-item-body__shop .shop-detail-img{
    position: absolute;
    left: -260px;
    top: -10px;
    display: none;
}
.map-item-body__shop:hover .shop-detail-img{
    display: block;
}
.map-area__item.is-area01 {
    top: 255px;
    left: 1020px;
}
.map-area__item.is-area02 {
    top: 387px;
    left: 926px;
}
.map-area__item.is-area03 {
    top: 500px;
    left: 955px;
}
.map-area__item.is-area04 {
    top: 616px;
    left: 758px;
}
.map-area__item.is-area05 {
    top: 558px;
    left: 955px;
}
.map-area__item.is-area06 {
    top: 444px;
    left: 912px;
}
.map-area__item.is-area07 {
    top: 656px;
    left: 566px;
}
.shop-example {
	
    margin-top: 20px;
    padding: 13px 19px;
}
.shop-example__item {
	display: inline-block;
	margin-right: 30px;
    font-size: 16px;
    
}
.shop-icon {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: .1px;
    vertical-align: bottom;
    position: absolute;

}
.shop-example .shop-icon {
    position: relative;
    left: 0px !important;
}
.shop-icon.is-cs {
    background-color: #339966;
    left: 0;
}
.shop-icon.is-fc {
    background-color: #0085c5;
    left: 0;
}
.shop-icon.is-ht {
    border: 1px solid #d70039;
    left: 0;
    width: 40px;
    height: 16px;
    line-height: 16px;
    color: #d70039;
}

.shop-example__item .example-label {
    display: inline-block;
    margin-left: 10px;
}
.shop-area-list__item {
    margin-top: 32px;
    width: 33%;
    display: inline-table;
}
.shop-area__name {
    font-size: 20px;
    color: #d70039;
    border-bottom: 2px solid #d70039;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.area-shop-item{
    height: 30px;
    line-height: 30px;
    clear: both;
}
.area-shop-item .shop-icon.is-ht{
    position: relative;
    border: 1px solid #d70039;
    left: 0;
    top: 5px;
    vertical-align: top;
    color: #d70039;
}
.area-shop-item__type {
    width: 130px;
    display: block;
    vertical-align: top;
    float: left;
    position: relative;
}
.shop-area-list .shop-icon {
    top: 5px;
}
.small-beizhu{
    margin: 60px 0 0 0;
    color: #010101;
    font-size: 16px;
}
.area-shop-item__type+a {
    display: block;
    vertical-align: top;
    float: left;
    background-position: right .6px !important;
    margin-left: 60px;
    color: #0085c5;
    font-size: 16px;
}
.area-shop-item__name {
    position: relative;
    line-height: 1.875;
}
.area-shop-item__detail{
    position: absolute;
    display: none;
    right: -260px;
    top: 0;
    z-index: 1;
}
.area-shop-item__type+a:hover .area-shop-item__detail{
    display: block;
}
.about-main{
	padding: 50px 0 100px 0;
	background-color: #ededed;
}
.about-wrapper{
	margin: 0 auto;
	width: 1110px;
}
.about-ttl{
	position: relative;
	margin: 0 0 40px 0;
}
.about-txt{
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 2px;
}
.about-intro{
	margin: 0 0 50px 0;
}
.about-intro .about-txt{
	font-size: 20px;
}
.about-intro .about-pz{
    margin: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
}
.about-f-detail{
	overflow: hidden;
}
.about-f-detail .img{
	margin: 0 0 0 20px;
	float: right;
}
.about-f-detail .txt span{
	margin: 0 0 50px 0;
	display: block;
	line-height: 2;
}
.about-f-detail .txt span.last{
	width: 800px;
}
.about-ji{
	margin: 0 0 80px 0;
	padding: 60px 0 0 0;
}
.about-tang{
	margin: -60px 0 0 0;
	min-height: 439px;
}
.about-tang .right-wave{
	font-size: 0;
	text-align: right;
}
.about-tang .about-wrapper{
	position: relative;
}
.about-tang .about-wrapper .left-wave{
	position: absolute;
	/*left: -150px;*/
	bottom: 0;
}
.about-tang-area{
	margin: 40px 0 0 0;
}
.about-tang-area dt span{
	display: inline-block;
	margin: 0 0 20px 0;
	width: 75px;
	height: 25px;
	line-height: 25px;
	background-color: #9c9b9a;
	color: #fff;
	text-align: center;
}
.about-tang-area dd{
	margin-bottom: 20px;
}
.about-idea{
	position: relative;
	margin: 0 0 115px 0;
}
.about-idea .short-wave{
	font-size: 0;
	text-align: right;
}
.about-idea .about-ttl{
	position: relative;
	margin: -54px 0 0 0;
	z-index: 1;
}
.about-idea .about-txt{
	position: relative;
	margin: 40px 0 40px 0;
	z-index: 1;
}
.about-idea .about-list{
	position: relative;
	z-index: 1;
}
.about-idea .about-big-le{
	position: absolute;
	bottom: -270px;
	right: 0;
	font-size: 0;

}
.about-list{
	line-height: 1.8;
	font-size: 18px;
}
.about-list li{
	margin: 0 0 20px 0;
	list-style-type: disc;
}
.about-last-wave{
	position: relative;
	/*left: -50px;*/
}
#about .l-footer{
    margin-top: 0;
}
.page-content {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-content h2 {
    font-size: 22px;
    line-height: 40px;
    background: url(../img/page/h2-bg.png) no-repeat 0 bottom;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-content h2.group-info {
    background: none;
    border-bottom: solid 4px #df0615;
    padding-bottom: 2px;
    margin-bottom: 10px;
}
.page-content p {
    line-height: 2;
    margin-bottom: 1em;
    min-height: 1px;
    text-align: center;
}


.top-content#group-column {
    padding: 95px 3.5% 0;
}
.top-content {
    overflow: hidden;
    clear: both;
}
.top-ttl {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #a72e3c;
    font-weight: bold;
    margin-bottom: 70px;
}
.top-ttl span {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 16px;
    background: url(../img/top-ttl-bg.png) no-repeat center bottom;
}
.top-content#group-column ul li {
    width: 50%;
    float: left;
}
.top-content#group-column ul li dt {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
dt.border_pic {
    border: 1px #000000 solid;
}
.top-content#group-column ul li dt img {
    width: 100%;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    vertical-align: middle;
}
.top-content#group-column ul li dt img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.top-content#group-column ul li dd h3 {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

.topics-archives {
    height: 60px;
    font-size: 0;
    text-align: center;
}
.topics-archives__item {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 315px;
	height: 64px;
	line-height: 64px;
    background: #fff;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.topics-archives__item.is-active {
    color: #d70039;
    
}
.topics-archives__item.is-active:after{
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	border-top: solid 4px #d70039;
}
.topics-archives__item > span {
    position: relative;
    display: inline-block;
}

.topics-pager {
	padding: 40px 0;
    background: #f5f5f5;
    font-size: 0;
    text-align: center;
}
.topics-pager__item {
    display: inline-block;
    margin: 0 4px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 34px;
    color: #000;
}
.topics-pager__item.is-active {
    color: #d70039;
    border-bottom: solid 4px #d70039;
}
.page-topics {
    margin: 10px 0 10px;
    padding: 30px 0 40px;
    background: #ededed;
}
.business-main{
	width: 960px;
	margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.business-txt{
	margin: 0 0 60px 0;
	color: #000;
	font-size: 24px;
	line-height: 1.8;
}
#business .page-headline{
	margin: 0 0 80px 0;
}
/* 新闻详细 */
.news-detail{
    margin: 0 auto;
    width: 960px;
}
.news-detail-content{
    padding: 40px 30px 40px 30px;
    background: #fff;
}
.news-detail-content .news-time{
    display: block;
    margin: 0 0 40px 0;
}
.news-detail-content .news-detail-detail{
    margin: 0 0 60px 0;
}
.news-button-area{
    text-align: center;
}