@charset "utf-8";
.column .column-left {
	min-height:575px;
}
.news_pic img {
	width:100%
}
/*二级页面左右栏*/

.column {
	width:1200px;
	overflow:hidden;
	min-height:270px;
	padding-bottom:5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.column .column-left {
	width:200px;
	float:left;
	background-color:#fff;
	min-height:270px;
}
.column .article-left {
	min-height:270px;
}
.column .column-right {
	width:980px;
	float:right;
	background-color:#fff;
	padding:0 20px;
}
/*二级页面左ce栏*/

.column-left h1 {
	font-size:18px;
	line-height:45px;
	text-align:center;
	border-bottom:1px #dcdcdc solid;
	color:#fff;
	background-color:#1D8FD6;
}
.column-left li {
	width:200px;
	line-height:45px;
	font-size:16px;
	text-align:center;
	border-bottom:1px #dcdcdc solid;
	list-style:none;
}
/*当前位置*/

.column .home {
	line-height:36px;
	border-bottom:1px #dcdcdc solid;
	margin-bottom:15px;
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.column .home h2 {
	font-size:14px;
}
/*专家团队*/

.depart a li {
	width:15%;
}
.depart a li img {
}
/*专家团队详情*/

#photo {
	float:left;
	margin: 0 20px 0 0;
}
/*新闻页*/

.news-right {
	min-height:450px;
}
.news-right li {
	font-size:14px;
	line-height:36px;
	overflow:hidden;
	background-image:url(../images/news-bg.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:5px auto;
	padding-left:15px;
	border-bottom:1px #dcdcdc dashed;
}
.news-right li span {
	float:right;
	font-size:12px;
	color:#666;
}
/*新闻详情*/

.news-content {
	margin:20px 0;
}
.news-content h1 {
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
}
.news-content .dada {
	text-align:center;
}
.news-content .neirong {
	margin-top:20px;
	min-height:450px;
}
.news-content .neirong img {
	display:block;
	margin:5px auto;
	max-width:100%;
}
/*文章详情*/

.article-content {
	margin:20px 0;
	text-align: -webkit-center;
}
.article-content h1 {
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
}
.article-content .dada {
	text-align:center;
}
.article-content .neirong {
	margin-top:20px;
	min-height:450px;
	text-align:left;
}
.article-content .neirong img {
	display:block;
	margin:5px auto;
	max-width:100%;
}
/*图片列表*/

.pic-right ul {
	overflow:hidden;
 
}
.pic-right li {
	float:left;

	padding:10px;
}
.pic-right li img {

	border: 1px solid #CCCCCC;

}
.pic-right li h1 {
	font-size:16px;
	text-align:center;
	margin:10px 0;
}
.pic-right figure {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding-bottom: 100%; /* 关键就在这里 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
}
/*联系我们*/

.contact-content {
	overflow:hidden;
	margin-bottom:30px;
}
.contact-content ul {
	float:left;
}
.contact-content .phone {
	background-image:url(../images/phone0.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.contact-content li {
	padding-left:30px;
	font-size:14px;
	line-height:36px;
	text-align:left;
}
.contact-content .youxiang {
	background-image:url(../images/email.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.contact-content .dizhi {
	background-image:url(../images/dizhi.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.contact-content .luxian {
	background-image:url(../images/luxian.png);
	background-repeat:no-repeat;
	background-position:left center;
}
/*分页*/
.pager {line-height: 17px; margin: 30px auto 20px;text-align: center;width: 870px;}

.pager a {border: 1px solid #ccc;margin-right: 0px;padding: 3px 7px;}

.pager button { background-color: #ccc;border: 1px solid #ccc;margin-left: 3px; padding: 2px 5px;}

.pager input {border: 1px solid #ccc; height: 17px;margin-left: 3px;margin-right: 3px;padding-left: 3px;}