@charset "UTF-8";
.medicalEducation {
  min-height: 500px;
}
.medicalEducation li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  transition: color 0.5s ease 0;
}
.medicalEducation li .list_title {
  line-height: 35px;
  font-size: 20px;
  width: 1060px;
}
.medicalEducation li .list_time {
  line-height: 35px;
}
.medicalEducation li .list_summary {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.medicalEducation li:hover .list_title {
  color: #902b2f;
  font-weight: bold;
}
.administrativeOffice .administrativeOffice_title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.administrativeOffice .administrativeOffice_title > div {
  border-bottom: 4px solid #902b2f;
  margin-bottom: -1px;
  line-height: 45px;
}
.administrativeOffice .administrativeOffice_title i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #902b2f;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}
.administrativeOffice .administrativeOffice_title .more {
  display: inline-block;
  color: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 12px;
  padding: 0 12px;
}
.administrativeOffice ul li {
  float: left;
  width: 180px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #eeeeee;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin-right: 24px;
  margin-bottom: 20px;
  transition: all 0.5s ease 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
}
.administrativeOffice ul li:nth-child(6n) {
  margin-right: 0;
}
.administrativeOffice ul li:hover {
  background-color: #902b2f;
  color: #fff;
}
.admOfficeSec .admOfficeSec_title {
  /*border-bottom: 1px solid #e6e6e6;*/
  margin-bottom: 30px;
  background-color: #ddd;
}
.admOfficeSec .admOfficeSec_title > div {
  /*border-bottom: 4px solid #902b2f;*/
  margin-bottom: -1px;
  line-height: 45px;
}
.admOfficeSec .admOfficeSec_title span {
  border-left: 6px solid #ddd;
}
.admOfficeSec .admOfficeSec_title .more {
  display: inline-block;
  color: #000;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 12px;
  padding: 0 12px;
}
.admOfficeSec .news li {
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.5s ease 0s;
  padding: 0;
  overflow: hidden;
}
.admOfficeSec .news li span {
  color: #808080;
  transition: all 0.5s ease 0s;
}
.admOfficeSec .news li:hover {
  background-color: #902b2f;
  color: #fff!important;
  padding: 0 10px;
}
.admOfficeSec .news li:hover span,
.admOfficeSec .news li:hover p {
  color: #fff!important;
}
.admOfficeSec .news li p {
  width: 260px;
}
/*.admOfficeSec .news1 p {*/
/*  width: 630px!important;*/
/*}*/
.admOfficeSec .news2 {
  padding-top: 10px;
}
.admOfficeSec .news2 li {
  float: left;
  margin-right: 65px;
}
.admOfficeSec .news2 li:last-child {
  margin: 0;
}
.admOfficeSec .news2 li div {
  width: 220px;
  height: 190px;
  overflow: hidden;
}
.admOfficeSec .news2 li img {
  transition: transform 1s ease 0s;
}
.admOfficeSec .news2 li p {
  line-height: 56px;
}
.admOfficeSec .news2 li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
.admOfficeSec .news2 li:hover p {
  color: #902b2f;
}
.admOfficeSec .news3 li {
  float: left;
  margin-right: 25px;
}
.admOfficeSec .news3 li:last-child {
  margin: 0;
}
.admOfficeSec .news3 li div {
  width: 220px;
  height: 190px;
  overflow: hidden;
}
.admOfficeSec .news3 li img {
  transition: transform 1s ease 0s;
}
.admOfficeSec .news3 li p {
  line-height: 56px;
}
.admOfficeSec .news3 li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
.admOfficeSec .news3 li:hover p {
  color: #902b2f;
}
.admOfficeSec .friendlyLink a {
  padding: 0 20px;
  margin-bottom: 20px;
}
.admOfficeSec .friendlyLink a:hover {
  color: #902b2f;
}
.mailbox table {
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 16px;
}
.mailbox table tr {
  border-bottom: 1px dashed #eeeeee;
}
.mailbox table td:first-child {
  width: 180px;
  background-color: #f4f5f6;
  text-align: right;
  line-height: 58px;
  padding-right: 25px;
  box-sizing: border-box;
  vertical-align: top;
}
.mailbox table td:last-child {
  padding-left: 30px;
}
.mailbox table input {
  width: 400px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 16px;
}
.mailbox table textarea {
  width: 850px;
  height: 180px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 16px;
  line-height: 40px;
}
.mailbox table span.num {
  color: #b2b2b2;
  font: 16px;
  position: absolute;
  bottom: 20px;
  right: 150px;
}
.mailbox table input::-webkit-input-placeholder,
.mailbox table textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2;
  font: 16px;
  line-height: 40px;
}
.mailbox table input:-moz-placeholder,
.mailbox table textarea:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  font: 16px;
  line-height: 40px;
}
.mailbox table input::-moz-placeholder,
.mailbox table textarea::-moz-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  font: 16px;
  line-height: 40px;
}
.mailbox table input:-ms-input-placeholder,
.mailbox table textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2;
  font: 16px;
  line-height: 40px;
}
.mailbox table button {
  background-color: #902b2f;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 400px;
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  line-height: 50px;
  margin: 40px 0 40px 200px;
}
.partyBuilding li {
  /*border-bottom: 1px solid #eeeeee;
  padding: 20px 0;*/
  transition: color 0.5s ease 0;
}
.partyBuilding li .img_box {
  width: 170px;
  height: 125px;
  overflow: hidden;
}
.partyBuilding li .img_box img {
  transition: transform 1s ease 0s;
}
.partyBuilding li .list_title {
  line-height: 35px;
  font-size: 20px;
  width: 560px;
}
.partyBuilding li .list_time {
  line-height: 35px;
}
.partyBuilding li .list_summary {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.partyBuilding li:hover .list_title {
  color: #902b2f;
  font-weight: bold;
}
.partyBuilding li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
.regBook .regBook_nav {
  margin: 0 auto;
  text-align: center;
}
.regBook .regBook_nav li {
  width: 200px;
  height: 50px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin: 0 10px;
}
.regBook .regBook_nav li.active,
.regBook .regBook_nav li:hover {
  background-color: #902b2f;
  color: #fff;
  border: 1px solid #902b2f;
}
.regBook .richTextTitle {
  font-size: 28px;
}
.visitInquiry .visInq_nav li {
  width: 250px;
  height: 100px;
  font-size: 24px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  float: left;
  line-height: 100px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  margin-right: 66px;
}
.visitInquiry .visInq_nav li:last-child {
  margin-right: 0;
  background-color: #ecc878;
}
.visitInquiry .visInq_nav li:nth-child(1) {
  background-color: #528eb5;
}
.visitInquiry .visInq_nav li:nth-child(2) {
  background-color: #01763a;
}
.visitInquiry .visInq_nav li:nth-child(3) {
  background-color: #55a5aa;
}
.visitInquiry .visInq_search {
  margin-bottom: 80px;
}
.visitInquiry .visInq_search span {
  font-size: 24px;
  margin-right: 25px;
}
.visitInquiry .visInq_search input {
  width: 390px;
  height: 50px;
  margin-right: 25px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  padding: 0 20px;
}
.visitInquiry .visInq_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  font: 20px;
  line-height: 50px;
}
.visitInquiry .visInq_search input::-moz-placeholder,
.visitInquiry .visInq_search textarea::-moz-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  font: 20px;
  line-height: 50px;
}
.visitInquiry .visInq_search input:-ms-input-placeholder,
.visitInquiry .visInq_search textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
  font: 20px;
  line-height: 50px;
}
.visitInquiry .visInq_search button {
  background-color: #902b2f;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 185px;
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.visitInquiry .visInq_table {
  font-size: 18px;
  border: 1px solid #902b2f;
  text-align: center;
}
.visitInquiry .visInq_table th {
  color: #fff;
  background-color: #830d0d;
  font-weight: normal;
  width: 150px;
  padding: 12px 0;
}
.visitInquiry .visInq_table td {
  width: 150px;
  padding: 28px 0;
}
.expertsDetail .expertsDetailTitle p {
  width: 440px;
  font-size: 26px;
  line-height: 40px;
}
.expertsDetail .expertsDetailTitle .more {
  width: 70px;
  height: 24px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 24px;
  margin-top: 7px;
  font-size: 14px;
}
.expertsDetail .expertsDetailTitle .more:hover {
  background-color: #902b2f;
  color: #fff;
}
.expertsDetail .list li {
  line-height: 36px;
  height: 36px;
  transition: all 0.5s ease 0s;
  padding: 0;
}
.expertsDetail .list li span {
  color: #808080;
  transition: all 0.5s ease 0s;
}
.expertsDetail .list li:hover {
  background-color: #902b2f;
  color: #fff!important;
  padding: 0 10px;
}
.expertsDetail .list li:hover span,
.expertsDetail .list li:hover p {
  color: #fff!important;
}
.expertsDetail .list li p {
  width: 260px;
}
.popularScience .ppsc-item-title {
  font-size: 18px;
  height: 48px;
}
.popularScience .list li {
  float: left;
  width: 280px;
  margin-right: 25px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #cccccc;
}
.popularScience .list li:nth-child(4n) {
  margin-right: 0;
}
.popularScience .list li div {
  height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
}
.popularScience .list li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 1s ease 0s;
}
.popularScience .list li:hover {
  border-bottom: 2px solid #902b2f;
}
.popularScience .list li:hover .ppsc-item-title {
  color: #902b2f;
}
.popularScience .list li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
/* 1.科室与专家 */
.experts .expertsTitle span {
  font-size: 24px;
  line-height: 30px;
}
.experts .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #830d0d;
  float: left;
}
.experts .line {
  width: 1040px;
  height: 1px;
  background-color: #830d0d;
  float: left;
  margin: 3.5px 0;
}
.experts .experts-subTitle-r {
  margin-top: 11px;
}
.experts .list {
  margin-bottom: 75px;
}
.experts .list li span {
  display: block;
  width: 230px;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 12px;
  margin-top: 20px;
}
.experts .list li:nth-child(5n) span {
  margin-right: 0;
  transition: transfrom 1s ease 0s;
}
.experts .list li:hover span {
  background-color: #902b2f;
  color: #fff;
}
.expertsDetail .item1_img {
  width: 580px;
  height: 400px;
  overflow: hidden;
}
.expertsDetail .item1_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 100px;
}
.expertsDetail .item1_img img {
  transition: transform 1s ease 0s;
}
.expertsDetail .item1_img:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
.advantages .list li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  transition: color 0.5s ease 0;
}
.advantages .list li .img_box {
  width: 170px;
  height: 125px;
  overflow: hidden;
}
.advantages .list li .img_box img {
  transition: transform 1s ease 0s;
}
.advantages .list li .list_title {
  line-height: 35px;
  font-size: 20px;
  width: 560px;
}
.advantages .list li .list_time {
  line-height: 35px;
}
.advantages .list li .list_summary {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.advantages .list li:hover .list_title {
  color: #902b2f;
  font-weight: bold;
}
.advantages .list li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
}
.advantages .tab_header ul {
  padding: 35px 0 40px;
}
.advantages .tab_header ul li {
  font-size: 22px;
  float: left;
  padding: 0 20px;
}
.advantages .tab_header ul li.active,
.advantages .tab_header ul li:hover {
  color: #902b2f;
  cursor: pointer;
}
.advantages .tab_content {
  height: 180px;
  overflow: hidden;
}
.advantages .tab_content > ul > li {
  height: 180px;
  overflow: hidden;
  display: none;
}
.advantages .tab_content > ul > li.active {
  display: block;
}

.departmentName{
	width: 100%;
}
.departmentName .dn_xx{
	width: 100%;
	margin-bottom: 60px;
}
.departmentName .dn_xx img.photo{
	float: left;
	width: 250px;
	height: 315px;
}
.departmentName .dn_xx .dnx_right{
	padding-left: 280px;
	padding-top: 10px;
	min-height: 315px;
	box-sizing: border-box;
}
.departmentName .dn_xx .dnx_right .xr_name{
	line-height: 1;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}
.departmentName .dn_xx .dnx_right .xr_name span{
	margin-left: 20px;
	font-weight: 400;
	color: #808080;
	font-size: 18px;
}
.departmentName .dn_xx .dnx_right .xr_text{
	width: 100%;
}
.departmentName .dn_xx .dnx_right .xr_text p{
	margin: 14px 0;
	line-height: 34px;
	color: #333333;
	font-size: 18px;
}
.departmentName .dn_xx .dnx_right .xr_text p span{
	color: #808080;
}
.departmentName .dn_box{
	width: 100%;
	margin-bottom: 50px;
}
.departmentName .dn_box .nb_tit{
	color: #333333;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}
.departmentName .dn_box .nb_text{
	line-height: 1.8;
	font-size: 18px;
}
.departmentName .dn_box .nb_text img{
	max-width: 100%;
}
.departmentName .dn_box .nb_table{
	width: 100%;
}
.departmentName .dn_box .nb_table table{
	width: 100%;
}
.departmentName .dn_box .nb_table table tr th{
	padding: 10px 0;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	background-color: #830d0d;
	border: 1px solid #902b2f;
}
.departmentName .dn_box .nb_table table tr td{
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	border: 1px solid #902b2f;
}






