.case_top{
	background: url(../img/news_bg.png) no-repeat center center;
	color: #1681d3;
	padding: 25px 0px 25px 2rem;
	background-size: cover;
}
.case_top h2{
	font-size: 1.2rem;
	margin: 10px 0;
}
.case_top h3{
	font-size: 0.9rem;
}
.case_text li:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}
.case_text{
	font-size: 0.6rem;
	width: 71%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}
.case_btns{
	font-size: 0;
	padding: 20px 2%;
}
.case_btns a{
	width: 29%;
	font-size: 14px;
	display: inline-block;
	color: #59595A;
	border: 1px solid #59595a;
	box-sizing: border-box;
	margin: 2%;
	text-align: center;
    padding: 7px 0;
}
.case_btns .active{
	border-color:#009bff;
	color: #1681d3;
}
.case_content{
	padding: 10px 4%;
	display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eaebec;
}
.case_des{
	font-size: 13px;
    color: #828283;
	line-height: 1.8;
	position: relative;
}
.case_title{
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 5px;
}
.case_img{
	position: relative;
	flex: 0 0 110px;
    height: 66px;
    width: 110px;
    overflow: hidden;
    margin-right: 10px;
}
.case_img img{
    height: 100%;
    width: 100%;
}
.case_ico{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-size: 12px;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
    border-radius: 4px;
}
.more_btn{
	color: #999999;
	background: #e6e6e6;
	font-size: 15px;
	margin: 10px 10px 30px 15px;
	padding: 8px;
	text-align: center;
}
.case_date{
	font-size: 12px;
	color: #bdbdbd;
}
.case-type{
	display: inline-block;
    color: #a8a8a8;
    font-size: 13px;
    text-decoration: underline;
	margin-right: 5px;
}
/*资讯详情*/
.case_dis{
	margin-top:10px;
}
.case_more{
	border-top: 1px solid #e3e5e9;
}
.news_head{
	text-align: center;
    color: #5E6569;
    font-size: 16px;
}
.news_subhead{
	text-align: center;
	color: #bdbdbd;
	font-size: 13px;
	margin-top: 5px;
    margin-bottom: 10px;
}
.news_subhead span{
	margin: 0 10px;
}
.news_subhead a{
	color: #1681d3;
	font-size: 13px;
}
.news_remark{
	color: #999999;
	font-size: 14px;
	line-height: 1.3;
}
.news_top{
	padding: 15px;
}
.news_content{
	padding: 0 15px;
	line-height: 1.5;
	color: #5e6569;
	font-size: 15px;
}
.news_content img{
	max-width: 100%;
	height: auto;
    width: auto;
}
.news_content p{
	margin-bottom: 10px;
}
.reprint{
	color: #999999;
	font-size: 12px;
}
.case_each{
	width: 8.5rem;
}
.case_each img{
	width: 100%;
	height: 5.1rem;
}
