﻿.zhuanjia_tit { background: #f3faf6; padding: 30px; overflow: hidden; margin-bottom: 50px; width: 280px; }
.zhuanjia_tit .img { max-height: 250px; max-width: 100%; text-align: center; margin-bottom: 20px; }
.zhuanjia_tit img { height: 150px; }
.rztj { text-align: center; }
.rztj span { padding: 20px 10px; font-size: 16px; display: inline-block; }
.rztj img { height: 24px; vertical-align: middle; margin-right: 5px; }
.zhuanjia_tit .txt p { font-size: 16px; line-height: 2em; }
.zhuanjia_tit .txt span { font-size: 14px; color: #999; white-space: nowrap; }
.zhuanjia_tit .txt p.name { font-size: 26px; color: #037b38; }
.pgBut { display: block; margin: 20px auto; font-size: 18px; padding: 10px 20px; text-align: center; background: #037b38; color: #fff; }

.zhuanjia_con { padding: 50px 30px; border: 1px solid #ccc; border-top: 5px solid #037b38; width: 750px; background: #fbfffc; }
.zhuanjia_con, .zhuanjia_con * { font-size: 16px; line-height: 2em; font-family: "微软雅黑"; min-height: 20px; text-align: justify; }
.zhuanjia_con a, .zhuanjia_con strong { color: #037b38; }
.zhuanjia_con strong { font-weight: bold; }

.tuijian_con { width: 338px; border: 1px solid #eee; }
.tuijian_con h3 a { display: block; width: 100%; height: 40px; line-height: 40px; font-size: 18px; background: #037b38; text-align: center; font-weight: normal; color: #fff; }
.tuijian_list { padding: 30px; }
.tuijian_list li a { font-size: 14px; line-height: 2em; padding-left: 30px; display: block; background: url(../image/tuijian.png) no-repeat left center/18px; }

/* 适配样式 */
@media screen and (min-width:1600px) {
	.zhuanjia_tit, .tuijian_con { width: 25%; }
	.zhuanjia_con { width: 72%; }
}

@media screen and (max-width:1200px) {
	.zhuanjia_tit { width: 25%; }
	.zhuanjia_con { width: 72%; }
	.rztj span { padding: 10px 5px; }
}
@media screen and (max-width:1025px) {
	.zhuanjia_tit, .zhuanjia_con { width: 100%; float: none; }
}