.container{
	min-width: 1170px !important;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.detail{
	padding-top: 30px;
	background-color: #f4f4f4;
	min-height: 500px;
	padding-bottom: 60px;
}
.detail-left{
	width: 820px;
	padding: 30px 30px;
	background: #FFFFFF;
}
.xq-tit h2{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #333;
}
.xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}
.xq-tit p span{
	margin: 0 10px;
}
.xq-tit{
	padding-bottom: 15px;
	border-bottom: 1px dashed #e0e0e0;
}
.news-xq-box{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}
.news-xq-box p{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-align: justify;
}
.news-xq-box>div>h3,.news-xq-box>div>h4{
	padding: 8px 5px;
	color: #fff;
	background-color: #0098d8;
}
.news-xq-box img{
	display: block;
	max-width: 90%;
	margin: 10px auto;
}
.news-fh{
	padding-top: 31px;
	border-top: 1px solid #e7e7e7;
	margin-top: 70px;
}
.news-fh>a{
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	background: url(/Public/Home/img/news/fh.png) no-repeat 20px center;
	margin-bottom: 20px;
}
.news-fh ul li{
	font-size: 15px;
	line-height: 30px;
}
.news-fh ul li span{
	color: #666;
}
.news-fh ul li a{
	color: #787878;
}
.detail-box{
	display: flex;
	justify-content:space-between;
}
.detail-right{
	width: 345px;
}
.detail-right1{
	font-size: 14px;
    background: #FFFFFF;
    padding: 28px 34px 20px 30px;
}
.detail-right1 h4{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.detail-right1 a{
	flex: 1;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #333;
	margin-bottom: 15px;
	display: block;
}
.detail-right1 a:hover{
	text-decoration: none;
}
.detail-right1 a i{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
	color: #666;
	line-height: 22px;
}
.detail-right1 a:nth-child(1) i{
	background: #0098d8;
    color: #fff;
}
.detail-right1 a:nth-child(2) i{
	background: #00b4ff;
    color: #fff;
}
.detail-right1 a:nth-child(3) i{
	background: #45c8ff;
    color: #fff;
}
.detail-right2{
	margin-top: 35px;
	background-color: #fff;
	font-size: 14px;
	padding: 28px 34px 20px 30px;
	position: relative;
}
.detail-right2 h4{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.detail-right2 div{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-right2 div a{
	padding: 0 5px;
    width: 130px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #00b4ff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 10px;
    color: #242424;
}
.detail-right2 div a:nth-child(2n+1){
	margin-right: 10px;
}
.detail-right2 div a:hover{
	background-color: #00b4ff;
	color: #fff;
	text-decoration: none;
}
.detail-right2>a{
	font-siz:12px;
	color: #333;
	position: absolute;
	top: 32px;
	right: 34px;
}
a:hover{
	text-decoration: none;
}
/*page*/
.pageList {
	margin-bottom: 30px;
	margin-top: 40px;
}
.pageList div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.pageList a{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}
.pageList span{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #00b4ff;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}
.rows{
	display: none;
}