.xl-main{
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.xl-left{
	width: 100%;
	margin: 0;
}
.xl-left.active{
	width: 959px;
	margin-left: 12px;
}
.xl-title{
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	color: #333;
	text-align: center;
	-moz-text-align-last: center;
	text-align-last: center;
	padding: 30px 0 44px;
}
.xl-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.xl-bar .newsBtn a, .xl-bar span{
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}
.xl-bar .left span{
	margin-left: 76px;
}
.xl-bar .left span:first-child{
	margin-left: 0;
}
.xl-bar .right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xl-bar .right .newsBtn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 30px;
}
.xl-bar .right .newsBtn a {
	border-radius: 50%;
	line-height: 28px;
	margin: 0 4px;
	width: 28px;
	height: 28px;
	text-align: center;
}
.xl-bar .right .newsBtn a.on{
	color: #fff;
	background: #3C88F2;
}

.codeBoxCon {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20
}

.codeBox {
	background: #fff;
	width: 240px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	box-shadow: 0 0 15px rgba(51,51,51,.2);
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.showImg>img,.yjBtn:hover,.zc-bm2 ul li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.2)
}

.codeBox .tit {
	font-size: 14px;
	line-height: 2;
	color: #333;
	font-weight: 700
}

.codeBox .close {
	position: absolute;
	padding: 5px 10px;
	right: 0;
	top: 5px;
	font-size: 16px
}

.codeBox #qrcodeOne {
	width: 200px;
	height: 200px;
	margin: 10px auto
}

.codeBox p {
	font-size: 12px;
	line-height: 22px;
	color: #666
}
.codeBot{
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
}
#qrcodeTwo {
	margin: 20px auto 0;
	width: 132px;
	height: 132px;
}

.xl-article{
	padding-top: 40px;
}
.xl-article *{
	max-width: 100%;
	color: #333;
	transition: all .3s;
	font-size: 18px!important;
	line-height: 36px!important;
	font-family: auto!important
}

.xl-article.small * {
	font-size: 14px!important;
	line-height: 2.5!important
}

.xl-article.big * {
	font-size: 24px!important;
	line-height: 2!important
}

.xl-link{
	background-color: #f6f6f6;
	padding: 0 30px 30px;
	margin-top: 30px;
}
.xl-link-item{
	padding-top: 30px;
}
.xl-link-item .tit{
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 26px;
}
.xl-link-item .tit span{
	font-size: 22px;
	color: #3c88f2;
	vertical-align: middle;
}
.xl-link-item .tit:before{
	display: inline-block;
	content: ' ';
	width: 4px;
	height: 22px;
	background-color: #3c88f2;
	margin-right: 16px;
	vertical-align: middle;
}
.xl-link-item .con a{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	cursor: pointer;
}
.xl-link-item .con a:first-child{
	margin-top: 0;
}
.xl-right{
	border-left: 1px solid #eeeeee;
	width: 354px;
	padding-left: 24px;
	margin-right: 30px;
	flex-shrink: 0;
	margin-left: 18px;
}
.xl-link-item2{
	margin-bottom: 10px;
}
.xl-link-item2 .tit{
	font-size: 21px;
	line-height: 48px;
	color: #0059a7;
	text-decoration: underline;
}
.xl-link-item2 .con a{
	display: inline-block;
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
}
.xl-link-item2 .con a img{
	width: 100%;
	margin-bottom: .2rem;
}

.detailInfo {
	width: 100%;
	margin: 20px 0 40px;
	box-sizing: border-box;
}
.detailInfo *{
	box-sizing: border-box;
}

.detailInfoOne {
	height: 52px;
	color: #000;
	font-size: 18px;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
    border: 1px solid #ebebeb;
}

.detailInfoOne span {
	-webkit-line-clamp: 2;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detailInfoOne:last-child {
	border-bottom: 1px solid #ebebeb;
}

.detailInfoOne div {
	border-right: 1px solid #ebebeb;
	height: 100%
}

.detailInfoOne div:last-child {
	border: none
}

.detailInfoOne .title {
	width: 160px;
	line-height: 50px;
	text-align: center;
	background-color: #f2f2f2;
}

.detailInfoOne .context {
	width: calc(33.33% - 160px);
	display: flex;
	align-items: center;
	padding: 0 10px;
	word-break: break-all
}

.detailInfoTwo .context {
    width: calc(100% - 160px)
}

.detailInfoThree .context:last-child {
    width: calc(66.67% - 160px)
}

@media screen and (min-width: 769px){
	.xl-link-item .con a:hover,.xl-link-item2 .con a:hover{
		text-decoration: underline;
		font-weight: bold;
		color: #3c88f2;
	}
}

@media screen and (max-width: 768px){
	.xl-main{
		padding: 0 .2rem .5rem;
		overflow: hidden;
		flex-wrap: wrap;
	}
	.xl-left{
		width: 100%;
		margin: 0;
	}
	.xl-article{
		padding-top: .3rem;
	}
	.xl-article img,.xl-article video,.xl-article iframe{
		max-width: 96%;
		height: auto;
	}
	.xl-right{
		border: none;
		padding: 0;
		margin: .3rem 0 0;
	}
	.xl-title{
		padding: .3rem 0;
		font-size: .5rem;
		line-height: initial;
	}
	.xl-bar{
		padding: 0 0 .3rem;
	}
	.xl-bar .left span{
		margin-left: .3rem;
	}
	.xl-bar .right{
		display: none;
		flex-wrap: wrap;
	}
	.xl-bar .right .newsBtn{
		margin: .2rem 0 0;
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.xl-bar .newsBtn a, .xl-bar span{
		font-size: .32rem;
	}
	.xl-bar .right .newsBtn a{
		width: .5rem;
		height: .5rem;
		line-height: .5rem;
		vertical-align: middle;
	}
	.xl-bar .right .newsBtn a img{
		width: 100%;
		height: 100%;
	}

	.codeBot{
		display: none;
	}

	.xl-link{
		padding: 0 .3rem .3rem;
		margin-top: .3rem;
	}
	.xl-link-item{
		padding-top: .3rem;
	}
	.xl-link-item .tit{
		margin-bottom: .2rem;
		line-height: .5rem;
	}
	.xl-link-item .tit span{
		font-size: .32rem;
	}
	.xl-link-item .tit:before{
		width: .08rem;
		height: .32rem;
		margin-right: .2rem;
	}
	.xl-link-item .con a{
		font-size: .32rem;
	}
	.xl-link-item2 .tit{
		font-size: .32rem;
		margin-bottom: .2rem;
		line-height: .5rem;
	}
	.xl-link-item2 .con a{
		font-size: .32rem;
		line-height: initial;
		margin-bottom: .1rem;
	}

	.detailInfoOne {
		height: auto;
		margin: 0 .2rem;
		font-size: .32rem;
	}
	 .detailInfoOne .title {
        width: 100px;
        line-height: .7rem;
        height: .7rem;
        border-bottom: 1px solid #ddd
    }

    .detailInfoOne .context {
        height: .7rem;
        width: calc(100% - 100px)!important;
        border-bottom: 1px solid #ddd;
    }

    .detailInfoOne .context span {
        font-size: 12px
    }

    .detailInfoOne div:nth-child(2),.detailInfoOne div:nth-child(4) {
        border-right: none
    }

    .detailInfoOne div:nth-child(5) {
        border-bottom: none
    }

    .detailInfoTwo .title {
        border-bottom: 0
    }

    .detailInfoThree .title:nth-child(3) {
        border-bottom: none
    }
}