.position {
	width: 1200px;
	margin: 20px auto 0;
}
.position a{
	color: #333;
}
.position a:hover {
	text-decoration: underline;
	color: #da2f08;
}

.position a {
	margin-right: 6px;
}

.pjContPartLeft {
	width: 360px;
	margin-top: 20px;
}

.pjContPartLeft .tit {}

.pjContPartLeft .tit h1 {
	font-size: 20px;
	font-weight: normal;
}

.pjContPartLeft .tit a {
	font-size: 12px;
	color: #a2a2a2;
	margin-top: 4px;
	background: url(../images/arrright.png) right center no-repeat;
	padding-right: 16px;
}

.pjContPartLeft .tit img {
	padding-top: 10px;
}

.pjContPartLeft .partCont {
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 2px 4px 4px rgba(164, 149, 119, 0.05);
	padding: 30px 20px;
	border: 1px solid #eeeadf;
}

.docPicPart {
	margin-top: 30px;
}

.docPicPart .docImg {
	width: 320px;
	height: 320px;
	overflow: hidden;
}

.docPicPart .docImg img {
	width: 100%;
	height: 100%;
}

.docPicPart h4 {
	text-align: center;
	font-size: 30px;
	color: #81411e;
	margin-top: 16px;
}

.docPicPart h4 span {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}


.pjContPartLeft .docBtn {
	margin-top: 30px;
}

.pjContPartLeft .docBtn a {
	display: block;
	text-align: center;
	background: #81411e;
	color: #fff;
	width: 48%;
	padding: 8px 0;
	font-size: 18px;
	border-radius: 4px;
}

.pjContPartLeft .docBtn a.fr {
	background: #e84525;
}


.pjContPartLeft .part2 {
	margin-top: 30px;
}

.formPart .w48 {
	width: 48%;
	margin-bottom: 16px
}

.formPart .w48 input {
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	color: #999;
	text-indent: 10px;
	line-height: 36px;
}

.formPart .txt {
	width: 100%;
}

.formPart .txt textarea {
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	color: #999;
	text-indent: 10px;
	line-height: 36px;
}

.formPart .btn {
	margin-top: 10px;
}

.formPart .btn input {
	width: 100%;
	line-height: 36px;
	text-align: center;
	background-color: #afafaf;
	border-radius: 4px;
	cursor: pointer;
}

.formPart .btn input:hover {
	background: #e84525;
	color: #fff;
}

.pinned1 {
	width: 100%;
}

.pjContPartLeft .part3 {
	margin-top: 30px;
}

.pjContPartLeft .part3 .mapImg {
	margin-top: 30px;
}

.pjContPartLeft .part3 .mapImg p {
	margin-top: 16px;
}

.pjContPartLeft .part3 .mapImg p:last-child {
	margin-top: 6px;
}

.pjArtRightCont {
	width: 800px;
	background: #fff;
	margin-top: 20px;
	box-shadow: 1px 2px 4px 4px rgba(164, 149, 119, 0.05);
	padding: 30px 20px;
	box-sizing: border-box;
	border: 1px solid #ece2d4;
}

.pjArtRightCont h2 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 30px;
}

.pjArtRightCont img {
	margin-left: auto;
	margin-right: auto;
	max-width:100%
}
.pjArtListPart li a{
	color:#333
}
.pjArtListPart li {
	margin-bottom: 25px;
	border-bottom: 1px dashed #ece2d4;
	padding-bottom: 25px;
}

.pjArtListPart .pjArtPic {
	width: 260px;
	height: 160px;
	overflow: hidden;
}

.pjArtListPart .pjArtPic img {
	width: 100% !important;
	height: 100% ;
}

.pjArtListPartdoctor .pjArtPic{
	width: 260px;
	height: 300px;
}
.pjArtListPartdoctor .pjArtPic img{
	width: 100% !important;
	height: auto !important;
}
.pjArtListPart .pjArtTxt {
	width: 480px;
}

.pjArtListPart .pjArtTxt h3 {
	font-size: 20px;
	line-height: 36px;
}

.pjArtListPart .pjArtTxt p.txt {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 24px;
}

.pjArtListPart .pjArtTxt p.txt span {
	color: #e84525;
}

.pjArtListPart .pjArtTxt p.time {
	font-size: 14px;
	color: #ccc;
	margin-top: 24px;
	
}

.pageNumWrap {
	margin-top: 20px;
}

.pageNumWrap .pageList li {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 4px 14px;
	margin: 0 4px;
}
.pageNumWrap a{
	display: inline-block;
	padding: 0 5px;
	color: #333;
}
.pageNumWrap .pageList li.pageOn {
	background: #e84525;
}

.pageNumWrap .pageList li.pageOn a {
	color: #fff;
}

.pageNumWrap .pageList li.thisclass {
	background: #e84525;
	color: #fff
}

.pageList {
	border-top: 1px dashed #e1e1e1;
	padding-top: 20px;
	line-height: 24px;
	text-align: center;
}

.pageList li:hover a {
	text-decoration: underline;
	color: #e84525;
}

.pjArtPart {  }
.pjArtPart a{
	color: #333;
}
.pjArtPart .tit { text-align: center; border-bottom: 1px dashed #e1e1e1; padding-bottom: 10px;}
.pjArtPart .tit h1 { font-size: 22px; font-weight: bold; color: #c62809;  }
.pjArtPart .tit p{ font-size: 12px; color: #999;padding-top: 10px; }
.pjArtPart .tit p span{padding:10px;}



.artBody { padding: 30px 0; }

.pageList { border-top: 1px dashed #e1e1e1; padding-top: 20px; line-height: 24px; text-align: center;}
.pageList li:hover a{ text-decoration: underline; color: #e84525; }

.pjArtRightCont .tjHotArt {  margin-top: 40px;  }
.pjArtRightCont .tjHotArt h3{ font-size: 20px; border-bottom: 1px solid #e1e1e1; padding-bottom: 10px; }
.pjArtRightCont .tjHotArt ul { margin-top: 10px; }
.pjArtRightCont .tjHotArt li { width: 370px; float: left; margin-right: 20px;margin-top: 10px; }
.pjArtRightCont .tjHotArt li:hover a { text-decoration: underline;color: #e84525;}
.pjArtRightCont .tjHotArt li:nth-child(2n) {margin-right: 0px; }
.pjArtRightCont .tjHotArt li span { color: #999; }

.page-status{
	color: #c62809;
}
.page-num-current{
	color: #c62809;
}
.contactPart { background: #fff; box-shadow: 1px 2px 4px 4px rgba(164,149,119,0.05); padding: 30px 20px; margin-top: 30px;}
.contactPart .part1 { margin-top: 20px; }
.contactPart .part1 h2{ font-size: 20px; color: #81411e; line-height: 30px;margin-bottom: 6px;}
.contactPart .part1 p{ font-size: 14px; margin-bottom: 4px;}
.contactPart h3 { font-size: 20px;margin-top: 30px; }
.contactPart .part2 { margin-top:10px; }
.contactPart .part2 p { font-size: 14px; line-height: 30px; }
.contactPart .pLast { color: #e00f0f; margin-top: 20px; }
