.box{
	/*width: 1200px;*/
	min-width: 1200px;
	/*margin: 0px auto;*/
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (min-width: 1200px)
.container {
    width: 1200px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
}
/*���瀹规��棰�*/
.detail-top {
	padding-bottom: 40px
}

.detail-top {
	border-bottom: 1px solid #ededed
}

.detail-top-con {
	position: relative
}


.detail-tit {
	margin-right: 130px;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 400;
	color: #464a53
}

.detail-introduce {
	line-height: 18px;
	font-size: 14px;
	color: #b0b0b0
}

.detail-label {
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 15px;
	border-radius: 18px;
	border: 1px solid #b0b0b0
}

.detail-label:hover{
	color: white;
	background-color: #208bd3;
}

.detail-desc {
	display: inline-block;
	margin-left: 12px
}

.more-btn {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 22px;
	line-height: 22px color: #dbdbdb;
	border-radius: 22px;
	border: 1px solid #dbdbdb;
	transition: all .6s cubic-bezier(0.215, .61, .355, 1);
	-moz-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
	-webkit-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
}
.detail-back {
	color: #dbdbdb;;
	position: absolute;
	right: 15px;
	top: 0;
	padding: 0 22px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-right: 100px;
}
.detail-back .to-back{
	width: 30px;
	height: 7px;
	margin-right: 0;
	margin-top: 16px;
	float: right;
	display: block;
	background: url(../img/to-more-before.png) no-repeat center center;
}
.detail-back:after {
	right: 22px;
	top: 17px
}

.detail-back:hover{
	color:white;
	background-color:  #208bd3;
}
.detail-back:hover .to-back{
	background: url(../img/to-more-after.png) no-repeat center center;
}
/*���瀹�*/

.detail-content {
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 20px;
	line-height: 24px;
	margin-top: 40px;
}

.detail-content a {
	color: #208BD3;
	text-decoration: underline
}

.detail-content p{
    white-space: normal;
    font-size: 14px;
    color: rgb(51, 51, 51)!important;
    line-height: 26px;
	margin-bottom: 25px;
	margin-top: 15px;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    background-color: rgb(255, 255, 255);
    /*font-family: 瀹�浣�, Arial, Helvetica, sans-serif;*/
    font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}

.detail-content span{
    margin: 0px; 
    padding: 0px; 
    width: 66%;
    display:block;
    max-width: 100%; 
    color: rgb(51, 51, 51)!important;
    box-sizing: border-box !important; 
    word-wrap: break-word !important;
}
.detail-content img{
	max-width: 740px;
	margin-bottom: 25px
}
.detail-souce{
	font-size: 12px; 
	text-align: right;
}
@media (max-width:991px) {
	.detail-top {
		padding-bottom: 20px
	}
	.detail-back {
		padding: 0 10px;
		width: auto;
		height: 26px;
		line-height: 26px
	}
	.detail-back:after {
		display: none!important
	}
	.detail-tit {
		margin-right: 56px
	}
}

/*缈婚〉*/

.page-box {
	overflow: hidden;
	padding-top: 70px;
	margin-right:100px ;
	margin-left: 100px;
	border-top:1px solid #ededed;
}

.page-turn {
	overflow: hidden;
	float: right;
	margin-top: 10px;
}

.page-turn .more-btn {
	display: block;
	width: 91px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #208bd3;
	background-color: #208bd3
}

.page-turn .more-btn.cur {
	cursor: default;
	border-color: #dbdbdb;
	background-color: transparent;
}

.page-turn .page-turn-left {
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: #dbdbdb;
}

.page-turn .page-turn-right {
	float: right;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.to-last-btn {
	margin-top: 16px;
	width: 30px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(../img/to-last-after.png) no-repeat center;
}

.to-next-btn {
	margin-top: 16px;
	width: 30px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(../img/to-more-after.png) no-repeat center;
}
.page-turn-left:after {
	top: 17px;
	right: 51px;
	background-repeat: no-repeat;
}

.page-turn-right:after {
	top: 17px;
	right: 22px;
	background-repeat: no-repeat;
}
.page-turn-left.cur .to-last-btn{
	background: url(../img/to-last-before.png) no-repeat center;
}
.page-turn-right.cur .to-last-btn{
	background: url(../img/to-last-before.png) no-repeat center;
}

