﻿.con{
	width: 100%;
	height: 100%;
	padding: 150px;
}
.con img{max-width:100%}
.con .BN{
	font-size: 14px;
	color: #999;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	transition: 0.1s;
}
.con .BN:hover{
	text-decoration: underline;
	color: #333;
}
.con .con-l {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 50px;
    background: #fff;
}
.con .con-r{
	display: inline-block;
	width: 38%;
	vertical-align: top;
	padding-left: 50px;
}
.con h1{
	font-size: 32px;
	width: 100%;
	color: #333;
	vertical-align: middle;
}
.con h1 a{
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -5px;
	display: inline-block;
	left: 20px;
	top: 20px;
	width: 80px;
	height: 36px;
	background: #b54242;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	transition: 0.2s;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.con span{
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	display: inline-block;
	margin-right: 30px;
}
.con .abstract{
	padding: 30px;
	background: #eee;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: 200;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.con .content p{
	line-height: 32px;
	font-size: 16px;
}
.con .advise{
	display: flex;
	justify-content:center;
}
.con .advise a{
	display: block;
	margin-top: 50px;
	font-size: 14px;
	color: #999;
	transition: 0.1s;
	text-align: center;
	margin-right: 50px;
}
.con .advise a:hover{
	text-decoration: underline;
	color: #333;
}
.con .case-advise{
	margin-top: 50px;
}
.con .case-advise h2{
	margin-bottom: 30px;
	font-size: 20px;
	color: #333;
}
.con .case-advise a{
	width: 33.33%;
	display: block;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.con .case-advise a img{
	width: 100%;
	background: #ddd;
	display: block;
}
.con .case-advise a p{
	line-height: 50px;
	display: block;
	color: #666;
	text-align: center;
	width: 100%;
	transition: 0.1s;
}
.con .case-advise a:hover{
	opacity: 0.8;
}
.con .con-r .AD{
	width: 100%;
	margin-bottom: 30px;
	max-width: 600px;
	cursor: pointer;
}
.con .con-r h3{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	margin-top: 30px;
}
.con .con-r a{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	transition: 0.1s;
}
.con .con-r a:hover{
	text-decoration: underline;
	color: #333;
	letter-spacing: 1px;
}