header{min-width: 1000px;}
em{font-style:normal;}
.columnEssay img {
  max-width: 100%;
}
.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.img-style1 {
  position: relative;
  overflow: hidden;
}
.img-style1 img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-style2 {
  position: relative;
  overflow: hidden;
}
.img-style2 img {
  width: 100%;
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  color: #333;
  font-family: 'SanFrancisco';
  font-size: 16px;
  min-height: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.afterClear:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.clear {
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border-color: transparent;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.layout {
  height: 100%;
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.layout:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.item-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
header .top {
  padding: 25px 0 20px;
  font-size: 14px;
}
header .logo {
  display: inline-block;
  margin-right: 30px;
  width: 290px;
  vertical-align: middle;
}
header .logo img {
  width: 100%;
}
header .lang-select {
  vertical-align: middle;
  width: 114px;
  display: inline-block;
  border: 1px solid #ebebeb;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  color: #999;
  background: #f4f5f7 url('../images/down1.png') no-repeat 76px center;
  cursor: pointer;
  position: relative;
}
header .lang-select span {
  padding-left: 24px;
  display: block;
  position: relative;
  z-index: 4;
}
header .lang-select div {
  cursor: auto;
  display: none;
  padding: 16px 0 4px;
  line-height: 24px;
  position: absolute;
  z-index: 3;
  top: 61%;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: -1px;
  width: 100%;
  background-color: #f4f5f7;
}
header .lang-select a {
  display: block;
  padding-left: 24px;
  color: #999;
}
header .lang-select a:hover {
  color: #59c7c6;
}
header .search {
  background-color: #f4f5f7;
  float: right;
  margin-top: 15px;
  width: 496px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
}
header .search button {
  background-color: #59c7c6;
  color: #fff;
  height: 54px;
  float: right;
  margin-top: -1px;
  border-radius: 6px;
  width: 118px;
  text-align: center;
  border: 0;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
header .search button:hover {
  background-color: #f1760c;
}
header .search input {
  background-color: #f4f5f7;
  height: 100%;
  font-size: 14px;
  margin-left: 14px;
  vertical-align: middle;
  width: 220px;
  border: 0;
}
header .select {
  position: relative;
  display: inline-block;
  width: 118px;
  height: 34px;
  cursor: pointer;
  padding-top: 18px;
  vertical-align: middle;
}
header .select div {
  height: 16px;
  line-height: 16px;
  padding-left: 18px;
  border-right: 2px solid #ebebeb;
  background: url('../images/down1.png') no-repeat 86px center;
}
header .select ul {
  display: none;
  cursor: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 116px;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #ebebeb;
  z-index: 10;
}
header .select li {
  cursor: pointer;
  padding-left: 18px;
  line-height: 32px;
}
header .select li:hover {
  background-color: #f4f5f7;
}
header nav {
  position: relative;
  background-color: #f4f5f7;
  height: 62px;
  line-height: 62px;
  border-top: 1px solid #ebebeb;
  text-align: center;
  font-size: 0;
  min-width: 100px;
}
header nav .item {
  width: 134px;
  display: inline-block;
  position: relative;
}
header nav .item:hover .link a {
  color: #59c7c6;
}
header nav .item.sp {
  position: static;
}
header nav .link {
  font-size: 16px;
  width: 100px;
  margin: 0 auto;
}
header nav .link a {
  display: block;
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
}
header .subnav {
  display: none;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -200px;
  right: -200px;
  width: 160px;
  top: 56px;
  margin: auto;
  z-index: 10;
}
header .subnav .jt {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #f4f5f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header .subnav .jt-c {
  left: 0;
  margin: auto;
  right: 0;
}
header .subnav ul {
  background-color: #f4f5f7;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px 0;
}
header .subnav li {
  line-height: 46px;
}
header .subnav li a {
  display: block;
}
header .subnav li:hover {
  background-color: #ebebeb;
}
header .subnav li:hover a {
  color: #59c7c6;
}
header .subnav.subnav-sp {
  width: 100%;
}
header .subnav-sp {
  background-color: #f4f5f7;
}
header .subnav-sp .jt {
  left: 358px;
}
header .subnav-sp .left,
header .subnav-sp .center,
header .subnav-sp .right {
  background-color: #f4f5f7;
  position: relative;
  z-index: 2;
  float: left;
  height: 200px;
  padding-top: 60px;
}
header .subnav-sp .left {
  width: 440px;
}
header .subnav-sp .title {
  padding-left: 64px;
  margin-bottom: 40px;
  position: relative;
}
header .subnav-sp .title div {
  font-size: 22px;
  color: #f1760c;
  margin-bottom: 10px;
  line-height: 22px;
}
header .subnav-sp .title p {
  line-height: 16px;
  font-family: 'Arial';
}
header .subnav-sp .title i {
  display: block;
  line-height: 0;
  width: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
header .subnav-sp .title i img {
  width: 100%;
}
header .subnav-sp .enter-wrap div {
  position: relative;
  padding-left: 16px;
  line-height: 16px;
  float: left;
  margin: 0 42px 24px 0;
}
header .subnav-sp .enter-wrap div:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #f1760c;
}
header .subnav-sp .enter-wrap div:hover a {
  color: #f1760c;
}
header .subnav-sp .center {
  margin-top: 2px;
  width: 174px;
  padding: 58px 52px 0;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
}
header .subnav-sp .center .addr {
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 18px;
}
header .subnav-sp .center p {
  line-height: 16px;
  color: #999;
  height: 44px;
  font-size: 14px;
}
header .subnav-sp .center .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e4e5e7 url('../images/icon24.png') no-repeat center center;
  overflow: hidden;
}
header .subnav-sp .center .icon a {
  display: block;
  height: 100%;
}
header .subnav-sp .right {
  padding-left: 48px;
  width: 632px;
}
header .subnav-sp .right div {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 14px;
}
header .subnav-sp .right p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  color: #999;
}
header .subnav-sp .bottom {
  padding: 38px 0 48px;
  border-top: 1px solid #e4e5e7;
  text-align: right;
  line-height: 0;
}
header .subnav-sp .bottom div {
  display: inline-block;
  margin-left: 66px;
  line-height: 33px;
}
header .subnav-sp .bottom a {
  display: block;
}
header .subnav-sp .bottom i {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
}
header .subnav-sp .bottom span {
  font-weight: bold;
  margin-left: 10px;
}
.leadership .item {
  padding: 34px;
  border-top: 1px solid #ebebeb;
  height: 222px;
}
.leadership .item:first-child {
  border-top: 0;
}
.leadership .img {
  width: 156px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.leadership .img img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.leadership .text {
  float: right;
  width: 786px;
  padding-top: 22px;
}
.leadership .name {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 14px;
}
.leadership .zc {
  line-height: 16px;
  margin-bottom: 32px;
  color: #59c7c6;
}
.leadership .info {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}
.service-door {
  margin-top: 54px;
  background-color: #f4f5f7;
}
.service-door .item {
  width: 249px;
  border-left: 1px solid #ebebeb;
  height: 162px;
  float: left;
  padding: 34px 50px 0;
}
.service-door .item:first-child {
  width: 250px;
  border: 0;
}
.service-door .title {
  margin-bottom: 14px;
  font-weight: bold;
  line-height: 34px;
}
.service-door .title i {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 12px;
  vertical-align: top;
}
.service-door .title img {
  width: 100%;
}
.service-door .title span {
  display: inline-block;
  vertical-align: middle;
}
.service-door p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  height: 68px;
  text-align: justify;
}
.service-door a {
  font-size: 14px;
  color: #f1760c;
}
.service-door a:hover {
  text-decoration: underline;
}
.external-links {
  margin-top: 45px;
}
.external-links .title {
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 18px;
}
.external-links .title a {
  float: right;
  color: #f1760c;
}
.external-links .item {
  position: relative;
  background-color: #f4f5f7;
  border: 1px solid #ebebeb;
  width: 264px;
  height: 68px;
  font-size: 14px;
  margin-left: 17.5px;
  float: left;
}
.external-links .item:first-child {
  margin-left: 0;
}
.external-links .item a {
  width: 154px;
  display: table;
  height: 100%;
  padding: 0 30px 0 80px;
}
.external-links .item i {
  position: absolute;
  display: inline-block;
  width: 42px;
  top: 13px;
  left: 16px;
}
.external-links .item img {
  width: 100%;
}
.external-links .item span {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}
footer {
  background-color: #f4f5f7;
  margin-top: 40px;
  padding-top: 76px;
}
footer .left,
footer .center,
footer .right {
  float: left;
}
footer .left {
  width: 268px;
  padding-right: 56px;
}
footer .top {
  height: 100px;
  border-bottom: 1px solid #9fa0a1;
}
footer .title {
  font-size: 22px;
  color: #59c7c6;
  line-height: 22px;
  margin-bottom: 10px;
}
footer p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
footer .tel1 {
  padding-left: 60px;
  background: url('../images/icon-tel1.png') no-repeat left top;
  margin-top: 16px;
  font-family: 'Arial';
}
footer .tel1 div {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 2px;
}
footer .center {
  padding: 0 62px;
  width: 570px;
  border-left: 1px solid #9fa0a1;
  border-right: 1px solid #9fa0a1;
}
footer .footer-contact {
  padding-left: 82px;
  position: relative;
}
footer .footer-contact div {
  font-family: 'Arial';
  color: #59c7c6;
  line-height: 30px;
}
footer .footer-contact span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e7e9ec;
  background: no-repeat center center;
}
footer .tel2 {
  display: inline-block;
}
footer .tel2 div {
  font-size: 22px;
  font-weight: bold;
}
footer .tel2 span {
  background-image: url('../images/icon-tel2.png');
}
footer .email {
  float: right;
}
footer .email div {
  font-size: 18px;
  position: relative;
}
footer .email i {
  display: block;
  width: 100%;
  background-color: #59c7c6;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 4px;
}
footer .email span {
  background-image: url('../images/icon-email.png');
}
footer .contact-link {
  height: 32px;
  margin-top: 28px;
}
footer .contact-link > div {
  float: left;
  margin-left: 61.3px;
  line-height: 32px;
  position: relative;
}
footer .contact-link > div:first-child {
  margin-left: 0;
}
footer .contact-link span {
  cursor: pointer;
  display: block;
  padding-left: 16px;
  font-size: 14px;
  color: #999;
}
footer .contact-link span:hover {
  color: #f1760c;
}
footer .contact-link span:before {
  background-color: #f1760c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .contact-link i {
  font-family: 'Arial';
  display: none;
  color: #707070;
  font-size: 20px;
  height: 64px;
  line-height: 64px;
  padding: 0 18px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  left: -30px;
  font-style: normal;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
footer .right {
  padding-left: 68px;
}
footer .right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
footer .qr {
  float: left;
  text-align: center;
  margin-left: 60px;
}
footer .qr img {
  width: 126px;
}
footer .qr p {
  margin-top: 10px;
}
footer .qr:first-child {
  margin-left: 0;
}
footer .copy {
  margin-top: 80px;
  border-top: 1px solid #9fa0a1;
  font-size: 14px;
  line-height: 16px;
  padding: 34px 0 46px;
  color: #666;
}
footer .copy a {
  color: #666;
}
footer .copy-left {
  display: inline-block;
}
footer .copy-right {
  float: right;
}
footer .support:hover {
  color: #59c7c6;
}
.side-nav {
  width: 56px;
  height: 380px;
  position: fixed;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: right 0.6s 0s ease;
  -o-transition: right 0.6s 0s ease;
  -ms-transition: right 0.6s 0s ease;
  -moz-transition: right 0.6s 0s ease;
  -webkit-transition: right 0.6s 0s ease;
}
.side-nav > div {
  overflow: hidden;
  position: absolute;
  right: 0;
  display: inline-block;
  cursor: pointer;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  -ms-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -webkit-transition: all 0.4s 0s ease;
}
.side-nav > div a {
  display: block;
  width: 200px;
  height: 100%;
  transition: background 0.4s 0s ease;
  -o-transition: background 0.4s 0s ease;
  -ms-transition: background 0.4s 0s ease;
  -moz-transition: background 0.4s 0s ease;
  -webkit-transition: background 0.4s 0s ease;
}
.side-nav > div:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0);
}
.side-nav > div:hover a {
  background-color: #f1760c;
}
.side-nav .link:hover {
  width: 150px;
}
.side-nav .gotop {
  transition: background 0.4s 0s ease;
  -o-transition: background 0.4s 0s ease;
  -ms-transition: background 0.4s 0s ease;
  -moz-transition: background 0.4s 0s ease;
  -webkit-transition: background 0.4s 0s ease;
}
.side-nav .gotop:hover {
  background-color: #f1760c;
}
.side-nav .icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: no-repeat center center;
  vertical-align: top;
  transition: background 0.4s 0s ease;
  -o-transition: background 0.4s 0s ease;
  -ms-transition: background 0.4s 0s ease;
  -moz-transition: background 0.4s 0s ease;
  -webkit-transition: background 0.4s 0s ease;
}
.side-nav .text {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  padding-left: 6px;
  color: #fff;
}
.side-nav .link1 {
  top: 0;
}
.side-nav .link1 .icon {
  background-image: url('../images/icon10.png');
}
.side-nav .link1:hover .icon {
  background-image: url('../images/icon10-2.png');
}
.side-nav .link2 {
  top: 64px;
}
.side-nav .link2 .icon {
  background-image: url('../images/icon11.png');
}
.side-nav .link2:hover .icon {
  background-image: url('../images/icon11-2.png');
}
.side-nav .link3 {
  top: 128px;
}
.side-nav .link3 .icon {
  background-image: url('../images/icon12.png');
}
.side-nav .link3:hover .icon {
  background-image: url('../images/icon12-2.png');
}
.side-nav .link4 {
  top: 192px;
}
.side-nav .link4 .icon {
  background-image: url('../images/icon13.png');
}
.side-nav .link4:hover .icon {
  background-image: url('../images/icon13-2.png');
}
.side-nav .link5 {
  top: 256px;
}
.side-nav .link5 .icon {
  background-image: url('../images/icon14.png');
}
.side-nav .link5:hover .icon {
  background-image: url('../images/icon14-2.png');
}
.side-nav .gotop {
  top: 320px;
}
.side-nav .gotop .icon {
  background-image: url('../images/icon15.png');
}
.side-nav .gotop:hover .icon {
  background-image: url('../images/icon15-2.png');
}
.page-title {
  position: relative;
  padding: 45px 0 28px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  line-height: 48px;
  height: 48px;
}
.page-title .top-shadow {
  height: 1px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}
.page-title .title {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
}
.page-title .title i {
  vertical-align: middle;
  display: inline-block;
  width: 48px;
}
.page-title .title i img {
  width: 100%;
}
.page-title .title span {
  margin-left: 14px;
  font-size: 28px;
  vertical-align: middle;
}
.page-title .crumb-nav {
  float: right;
  font-size: 0;
  line-height: 72px;
  height: 48px;
}
.page-title .crumb-nav span {
  font-size: 14px;
}
.page-title .crumb-nav span:first-child {
  color: #999;
}
.page-title .crumb-nav a {
  color: #999;
  font-size: 14px;
}
.page-title .crumb-nav a:hover {
  color: #333;
}
.page-title .crumb-nav i {
  font-size: 14px;
  margin: 0 6px 0 4px;
}
.common-sidebar {
  width: 300px;
  float: left;
}
.common-sidebar li {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  line-height: 68px;
  padding-left: 58px;
  position: relative;
  background: #f4f5f7 url('../images/right1-2.png') no-repeat 320px center;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.common-sidebar li a {
  display: block;
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
}
.common-sidebar li a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d6b77b;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.common-sidebar li span {
  display: block;
  width: 225px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.common-sidebar li:first-child span {
  display: none;
}
.common-sidebar li:hover,
.common-sidebar li.on {
  border-color: #59c7c6;
  background-color: #59c7c6;
  background-position-x: 254px;
}
.common-sidebar li:hover a,
.common-sidebar li.on a {
  color: #fff;
}
.common-sidebar li:hover a:before,
.common-sidebar li.on a:before {
  background-color: #fff;
}
.common-sidebar li:hover span,
.common-sidebar li.on span {
  background-color: #59c7c6;
}
.common-sidebar .list-bottom {
  border: 1px solid #ebebeb;
  border-top: 0;
  background-color: #f4f5f7;
  height: 20px;
}
.common-sidebar .assist {
  padding: 36px 0 280px 36px;
  margin-top: 24px;
  background-color: #f4f5f7;
  position: relative;
}
.common-sidebar .assist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.common-sidebar .icon {
  margin-bottom: 15px;
  width: 34px;
}
.common-sidebar .icon img {
  width: 100%;
}
.common-sidebar .title {
  width: 180px;
  color: #f1760c;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 26px;
}
.common-sidebar .link {
  float: left;
  margin-right: 42px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 22px;
}
.common-sidebar .link:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f1760c;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.common-sidebar .link a {
  display: block;
}
.common-sidebar .link a:hover {
  color: #f1760c;
}
.common-sidebar .assist-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-content {
  width: 1058px;
  float: right;
}
.common-content .column-title {
  padding: 34px 0;
}
.common-content .column-title div {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
  color: #f1760c;
}
.common-content .column-title p {
  line-height: 16px;
  font-family: Arial;
}
.img-list .item {
  background-color: #f4f5f7;
  height: 296px;
  margin-bottom: 36px;
}
.img-list .item a {
  display: block;
  height: 100%;
}
.img-list .item a > span {
  display: inline-block;
}
.img-list .item .img {
  width: 504px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-list .item .img img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-list .item .img img {
  transition: transform 0.3s 0s ease;
  -o-transition: -o-transform 0.3s 0s ease;
  -ms-transition: -ms-transform 0.3s 0s ease;
  -moz-transition: -moz-transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.img-list .item .text {
  width: 450px;
  margin: 68px 42px 0 58px;
}
.img-list .item .title {
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list .item em {
  font-style: normal;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  height: 56px;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.img-list .item .time {
  color: #59c7c6;
}
.img-list .item.type1 .text {
  float: right;
  margin-left: 0;
}
.img-list .item.type2 .img {
  float: right;
}
.img-list .item.type2 .text {
  margin-right: 0;
}
.img-list .item:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.img-list .item:hover em {
  color: #666;
}
.img-list .item:hover .title {
  text-decoration: underline;
}
.img-list .item:hover .time {
  color: #f1760c;
}
.common-pagination {
  margin: 80px 0 90px;
}
.common-pagination:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.common-pagination a,
.common-pagination span {
  width: 46px;
  height: 46px;
  border: 1px solid #ebebeb;
  line-height: 46px;
  float: left;
  text-align: center;
  border-radius: 6px;
  margin-right: 10px;
}
.common-pagination a {
  background-color: #f4f5f7;
}
.common-pagination a:hover {
  background-color: #fff;
}
.common-pagination span {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.common-pagination .prev,
.common-pagination .next {
  background: #59c7c6 no-repeat center center;
  border-color: #59c7c6;
}
.common-pagination .prev:hover,
.common-pagination .next:hover {
  background-color: #f1760c;
  border-color: #f1760c;
}
.common-pagination .prev {
  background-image: url('../images/left1-2.png');
}
.common-pagination .next {
  background-image: url('../images/right1-2.png');
}
.columnEssay {
  margin-bottom: 80px;
  padding: 60px 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.columnEssay .title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 54px;
}
.columnEssay p {
  line-height: 32px;
}
.columnList {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.columnList .item {
  line-height: 88px;
  height: 88px;
  position: relative;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.columnList .item a {
  height: 100%;
  display: block;
  padding: 0 40px;
}
.columnList .item em {
  display: inline-block;
  width: 76%;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.columnList .item span {
  float: right;
  font-size: 14px;
  color: #f1760c;
}
.columnList .item:nth-child(2n) {
  background-color: #f4f5f7;
}
.columnList .item:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.newsEssay {
  background-color: #f4f5f7;
  padding: 32px 0 58px;
}
.newsEssay .news-container {
  background-color: #fff;
  width: 1060px;
  display: inline-block;
}
.newsEssay .content {
  padding: 68px 40px 72px;
}
.newsEssay .title {
  font-size: 24px;
  margin-bottom: 54px;
  text-align: justify;
}
.newsEssay .info-bar {
  height: 68px;
  line-height: 68px;
  margin-bottom: 40px;
  background-color: #f4f5f7;
  padding: 0 22px 0 32px;
  font-size: 14px;
}
.newsEssay .time {
  display: inline-block;
  margin-right: 50px;
}
.newsEssay .time span {
  font-size: 16px;
  color: #f1760c;
  margin-left: 14px;
}
.newsEssay .source {
  display: inline-block;
}
.newsEssay .source span {
  font-size: 16px;
  color: #f1760c;
  margin-left: 14px;
}
.newsEssay .info-btn-wrap {
  float: right;
}
.newsEssay .text-btn {
  background-color: #e7e7e7;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.newsEssay .text-btn.on {
  background-color: #f1760c;
  color: #fff;
}
.newsEssay .text-b {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  margin-right: 8px;
}
.newsEssay .text-s {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-right: 28px;
}
.newsEssay .move-qr {
  width: 128px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.newsEssay .move-qr .qr {
  position: absolute;
  top: 100%;
  width: 96px;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 10;
  transition: height 0.3s 0s ease;
  -o-transition: height 0.3s 0s ease;
  -ms-transition: height 0.3s 0s ease;
  -moz-transition: height 0.3s 0s ease;
  -webkit-transition: height 0.3s 0s ease;
}
.newsEssay .move-qr .qr img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.newsEssay .move-qr:hover .qr {
  height: 104px;
}
.newsEssay p {
  line-height: 36px;
  text-align: justify;
}
.newsEssay .big p {
  font-size: 18px;
  line-height: 40px;
}
.newsEssay .news-sidebar {
  width: 310px;
  float: right;
}
.newsEssay .news-sidebar > div {
  background-color: #fff;
  padding-bottom: 34px;
}
.newsEssay .news-sidebar > div div {
  font-size: 18px;
  line-height: 18px;
  padding: 38px 38px 22px;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
}
.newsEssay .news-sidebar > div div a {
  float: right;
  font-weight: normal;
  color: #f1760c;
}
.newsEssay .news-sidebar > div li:first-child {
  border: 0;
}
.newsEssay .sidebar-type1 li {
  border-top: 1px solid #ebebeb;
  padding: 26px 38px;
  position: relative;
  transition: box-shadow 0.3s 0s ease;
  -o-transition: box-shadow 0.3s 0s ease;
  -ms-transition: box-shadow 0.3s 0s ease;
  -moz-transition: box-shadow 0.3s 0s ease;
  -webkit-transition: box-shadow 0.3s 0s ease;
}
.newsEssay .sidebar-type1 li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.newsEssay .sidebar-type1 li span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
}
.newsEssay .sidebar-type1 li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.newsEssay .sidebar-type2 {
  margin-top: 26px;
}
.newsEssay .sidebar-type2 ul {
  padding-left: 38px;
}
.newsEssay .sidebar-type2 li {
  padding: 30px 38px 30px 16px;
  position: relative;
  line-height: 16px;
  border-top: 1px solid #ebebeb;
}
.newsEssay .sidebar-type2 li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #59c7c6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.newsEssay .sidebar-type2 li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsEssay .sidebar-type2 li a:hover {
  color: #59c7c6;
}
.newsEssay .bottom-change {
  border-top: 1px solid #ebebeb;
  padding: 44px 40px 74px;
}
.newsEssay .bottom-change div {
  position: relative;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsEssay .bottom-change div a {
  padding-left: 70px;
}
.newsEssay .bottom-change div a:hover em {
  text-decoration: underline;
}
.newsEssay .bottom-change div span {
  color: #59c7c6;
  position: absolute;
  left: 0;
  top: 0;
}
.newsEssay .bottom-change div em {
  font-style: normal;
}
.newsEssay .bottom-change .prev {
  margin-bottom: 30px;
}
.newsList {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.newsList .item {
  line-height: 100px;
  height: 100px;
  position: relative;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.newsList .item a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 25% 0 36px;
}
.newsList .item .time {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 52px;
  margin: auto;
  color: #999;
  line-height: 25px;
  height: 50px;
  display: block;
  padding-left: 44px;
  border-left: 1px solid #e5e5e5;
}
.newsList .item .time span {
  display: block;
}
.newsList .item .time span:first-child {
  font-size: 14px;
  color: #f1760c;
}
.newsList .item:nth-child(2n) {
  background-color: #f4f5f7;
}
.newsList .item:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.doctorList {
  padding-top: 72px;
  margin-bottom: 70px;
}
.doctorList .filter-text {
  font-size: 0;
  line-height: 16px;
  height: 16px;
  margin-bottom: 12px;
}
.doctorList .filter-text span {
  font-size: 16px;
  display: inline-block;
}
.doctorList .filter-text span:first-child {
  width: 240px;
}
.doctorList .doctor-filter {
  font-size: 14px;
  height: 54px;
  margin-bottom: 82px;
}
.doctorList .doctor-filter > div {
  float: left;
  margin-right: 16px;
}
.doctorList .select {
  width: 222px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #edecec;
  background-color: #f4f5f7;
  border-radius: 6px;
  position: relative;
}
.doctorList .select div {
  background: url('../images/down1.png') no-repeat 92% center;
  cursor: pointer;
  padding-left: 16px;
}
.doctorList .select ul {
  display: none;
  border: 1px solid #edecec;
  position: absolute;
  left: -1px;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 0;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
  z-index: 2;
}
.doctorList .select li {
  color: #9a9a9a;
  line-height: 32px;
  padding-left: 16px;
  cursor: pointer;
}
.doctorList .select li:hover {
  background-color: #f4f5f7;
}
.doctorList .filter-btn {
  color: #fff;
  background-color: #59c7c6;
  width: 224px;
  height: 54px;
  line-height: 54px;
  border-radius: 6px;
  text-align: center;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.doctorList .filter-btn:hover {
  background-color: #fe710d;
}
.doctorList .classify {
  margin-bottom: 14px;
}
.doctorList .classify .title {
  background-color: #f9f9f9;
  padding: 16px 22px;
  margin-bottom: 3px;
}
.doctorList .classify .title div {
  background-color: #fe7b1e;
  font-size: 20px;
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
}
.doctorList .item-wrap {
  position: relative;
}
.doctorList .item-wrap .line {
  background-color: #edecec;
  display: block;
  z-index: 2;
  position: absolute;
}
.doctorList .item-wrap .col {
  width: 1px;
  height: 100%;
}
.doctorList .item-wrap .row {
  height: 1px;
  width: 100%;
}
.doctorList .item {
  float: left;
  width: 200px;
  height: 75px;
  line-height: 75px;
  position: relative;
  background: url('../images/corner1.png') no-repeat 200px 75px;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.doctorList .item a {
  display: block;
  padding-left: 40px;
}
.doctorList .item a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  border-radius: 50%;
  background-color: #fe7b1e;
}
.doctorList .item:hover {
  z-index: 3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-position: 165px 41px;
}
.departmentList {
  margin-bottom: 80px;
}
.departmentList .item {
  width: 454px;
  margin-left: 19px;
  margin-bottom: 20px;
  float: left;
  background: #f9f9f9 url('../images/corner1.png') no-repeat bottom right;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.departmentList .item a {
  display: block;
  padding: 40px 38px 34px;
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
}
.departmentList .item span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 22px;
}
.departmentList .item em {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  display: block;
  color: #8d8d8d;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
}
.departmentList .item.left {
  margin-left: 0;
}
.departmentList .item:hover {
  background-color: #59c7c6;
  background-image: url('../images/corner2.png');
}
.departmentList .item:hover a {
  color: #fff;
}
.departmentList .item:hover em {
  color: #fff;
}
.department-filter {
  margin: 48px 0 70px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
}
.department-filter > div {
  float: left;
}
.department-filter .btn {
  height: 100%;
  width: 224px;
  text-align: center;
  background-color: #59c7c6;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.department-filter .btn:hover {
  background-color: #fe710d;
}
.department-filter .filter-text {
  width: 144px;
  font-size: 22px;
}
.department-filter .select {
  background: #f4f5f7 url('../images/down1.png') no-repeat 92% center;
  margin-right: 12px;
  border-radius: 6px;
  color: #848484;
  width: 338px;
  height: 52px;
  line-height: 52px;
  position: relative;
  border: 1px solid #e9eef4;
}
.department-filter .select div {
  cursor: pointer;
  padding-left: 16px;
}
.department-filter .select ul {
  display: none;
  border: 1px solid #e9eef4;
  position: absolute;
  left: -1px;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 0;
  padding: 10px 0;
  max-height: 180px;
  overflow: auto;
  z-index: 10;
}
.department-filter .select li {
  line-height: 32px;
  padding-left: 16px;
  cursor: pointer;
}
.department-filter .select li:hover {
  background-color: #f4f5f7;
}
.department .department-filter {
  margin: 48px auto 52px;
}
.department-info {
  background-color: #59c7c6;
  padding: 60px 0 44px;
  color: #fff;
}
.department-info .layout {
  padding-bottom: 10px;
}
.department-info .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 36px;
}
.department-info .text-wrap {
  overflow: hidden;
  height: 64px;
  margin-bottom: 44px;
  transition: height 0.3s 0s ease;
  -o-transition: height 0.3s 0s ease;
  -ms-transition: height 0.3s 0s ease;
  -moz-transition: height 0.3s 0s ease;
  -webkit-transition: height 0.3s 0s ease;
}
.department-info .text-container {
  line-height: 32px;
  text-align: justify;
}
.department-info .more {
  text-align: right;
  line-height: 0;
}
.department-info span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  width: 224px;
  line-height: 54px;
  font-size: 14px;
  color: #f1760c;
  background-color: #fff;
}
.department-info .medal {
  line-height: 76px;
  height: 76px;
  padding-left: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.department-info .medal i {
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
.department-info .medal img {
  width: 72%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.department-doctor .title {
  padding-top: 6px;
  padding-left: 40px;
  line-height: 28px;
  font-size: 22px;
  margin: 42px 0;
  color: #59c7c6;
  background: url('../images/icon25.png') no-repeat left bottom;
}
.department-doctor .item {
  width: 412px;
  height: 156px;
  padding: 36px 0 34px 34px;
  margin-left: 31px;
  margin-bottom: 30px;
  float: left;
  background-color: #f4f5f7;
  position: relative;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.department-doctor .item:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.department-doctor .item.left {
  margin-left: 0;
}
.department-doctor .img {
  vertical-align: top;
  height: 100%;
  width: 110px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.department-doctor .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.department-doctor .text {
  vertical-align: top;
  width: 160px;
  margin-right: 110px;
  float: right;
}
.department-doctor .text .name {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.department-doctor .text .ks {
  color: #59c7c6;
}
.department-doctor .text .zc {
  margin-top: 12px;
  font-size: 14px;
  height: 36px;
  line-height: 18px;
}
.department-doctor .text .more {
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 6px;
  text-align: center;
  display: block;
  background-color: #59c7c6;
  color: #fff;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.department-doctor .text .more:hover {
  background-color: #f1760c;
}
.department-doctor .register {
  padding-left: 22px;
  border-left: 1px solid #ebebeb;
  text-align: center;
  position: absolute;
  right: 26px;
  top: 42px;
}
.department-doctor .register a {
  display: block;
}
.department-doctor .register i {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f4f5f7 url('../images/icon17.png') no-repeat center center;
  margin-bottom: 15px;
}
.doctor-top {
  background-color: #f4f5f7;
  padding-top: 100px;
}
.doctor-top .layout {
  padding-bottom: 20px;
  padding-left: 228px;
  width: 1172px;
}
.doctor-top .name {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 22px;
}
.doctor-top .box > div {
  float: left;
}
.doctor-top .box > div div {
  line-height: 16px;
  margin-bottom: 14px;
  color: #f1760c;
}
.doctor-top .box > div p {
  font-size: 14px;
  line-height: 24px;
}
.doctor-top .left {
  width: 248px;
  /*border-right: 1px solid #ebebeb;*/
}
.doctor-top .left div {
  color: #59c7c6 !important;
}
.doctor-top .right {
  padding-left: 26px;
  width: 670px;
  border-left: 1px solid #ebebeb;
}
.doctor-top .btn {
  width: 160px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  background-color: #59c7c6;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.doctor-top .btn:hover {
  background-color: #f1760c;
}
.doctor-top .photo {
  padding: 34px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.doctor-top .photo div {
  width: 110px;
  height: 156px;
  position: relative;
  overflow: hidden;
}
.doctor-top .photo img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.doctor-info {
  padding: 110px 0 64px;
  border-bottom: 1px solid #f4f5f7;
  color: #7b7b7b;
  line-height: 32px;
  margin-bottom: 52px;
}
.doctor {
  margin-bottom: 130px;
}
.doctor .time-title {
  font-size: 22px;
  margin-bottom: 34px;
}
.doctor .table-row {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  line-height: 74px;
  height: 74px;
  border-bottom: 1px solid #ebebeb;
}
.doctor .table-row span {
  float: left;
  padding-left: 36px;
  border-left: 1px solid #ebebeb;
}
.doctor .table-row .name {
  width: 178px;
  border-left: 0;
}
.doctor .table-row .time1 {
  width: 288px;
  color: #7b7b7b;
}
.doctor .table-row .time2 {
  width: 124px;
  color: #f1760c;
}
.doctor .table-row .addr {
  color: #7b7b7b;
}
.doctor .table-row i {
  font-style: normal;
  color: #f1760c;
  margin-right: 18px;
}
.doctor .table-row a {
  color: #f1760c;
  margin-left: 4px;
}
.doctor .table-row:nth-child(2n) {
  background-color: #f4f5f7;
}
.doctor .table-row:first-child {
  border-top: 1px solid #ebebeb;
}
.doctor .table-head {
  background-color: #59c7c6;
  border-color: #59c7c6;
  color: #fff;
  line-height: 76px;
  height: 76px;
  border-bottom: 0;
  margin-bottom: 3px;
}
.doctor .table-head span {
  border-color: #fff;
}
.doctor .table-head .time {
  width: 610px;
}
.doctor .table-head .addr {
  color: #fff;
}
.political-top img {
  width: 100%;
}
.political-title {
  background-color: #f4f5f7;
  padding-bottom: 110px;
}
.political {
  margin-top: -38px;
}
.political .item-wrap {
  margin-bottom: 80px;
}
.political .item {
  background-color: #f4f5f7;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  position: relative;
}
.political .item:hover {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.political .type1 {
  padding: 44px 40px 40px;
  margin-bottom: 28px;
}
.political .type1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.political .type1 .left {
  width: 1000px;
  float: left;
}
.political .type1 .right {
  float: right;
  text-align: right;
}
.political .type1 .part {
  width: 6px;
  height: 24px;
  top: 43px;
  left: 0;
  position: absolute;
  background-color: #c8ab73;
}
.political .type1 .title {
  font-size: 22px;
  line-height: 22px;
  color: #d6b77b;
  font-weight: bold;
  margin-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.political .type1 p {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999;
}
.political .type1 .time {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 28px;
  color: #d6b77b;
}
.political .type1 .time span {
  display: inline-block;
  line-height: 14px;
}
.political .type1 .time span:first-child {
  border-right: 1px solid #d6b77b;
  padding-right: 12px;
  margin-right: 12px;
}
.political .type1 .more {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ececec;
  border-radius: 22px;
  font-size: 14px;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
}
.political .type1 .more:hover {
  background-color: #d6b77b;
  color: #fff;
  border-color: #d6b77b;
}
.political .type2 a {
  line-height: 30px;
  height: 30px;
  padding: 32px 40px 28px;
  display: block;
}
.political .type2 .title {
  display: inline-block;
  width: 1060px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
}
.political .type2 .more {
  float: right;
  color: #d6b77b;
}
.political .type2:nth-child(2n-1) {
  background-color: #fff;
}
.political .type2:first-child {
  border-top: 1px solid #ebebeb;
}
.political .type2:hover .title {
  color: #d6b77b;
}
.political .common-pagination .prev,
.political .common-pagination .next {
  background-color: #d6b77b;
  border-color: #d6b77b;
}
.political .common-pagination .prev:hover,
.political .common-pagination .next:hover {
  background-color: #c1a56f;
  border-color: #c1a56f;
}
.political-nav {
  background-color: #d00109;
  margin-bottom: 82px;
}
.political-nav:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.political-nav div {
  height: 80px;
  line-height: 80px;
  width: 349px;
  float: left;
  text-align: center;
  position: relative;
  transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
}
.political-nav div:first-child {
  width: 350px;
}
.political-nav div.on,
.political-nav div:hover {
  background-color: #b71a15;
}
.political-nav div.on span,
.political-nav div:hover span {
  background-color: #b71a15;
}
.political-nav div.on span {
  top: 68px;
}
.political-nav a {
  color: #f1d339;
  position: relative;
  z-index: 2;
  display: block;
}


.political-nav span {
  display: block;
  width: 23px;
  height: 23px;
  background-color: #d00109;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.political-nav i {
  float: left;
  background-color: #fff;
  width: 1px;
  height: 18px;
  margin-top: 31px;
}
.keyDepartment1 {
  margin-top: 60px;
}
.keyDepartment1 .left {
  width: 370px;
  position: relative;
  float: left;
}
.keyDepartment1 .left img {
  width: 100%;
}
.keyDepartment1 .left .icon {
  width: 50px;
  position: absolute;
  left: 52px;
  top: 116px;
}
.keyDepartment1 .title {
  position: absolute;
  top: 56px;
  left: 48px;
}
.keyDepartment1 .title div {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #0258b9;
}
.keyDepartment1 .title p {
  line-height: 16px;
  color: #999;
  font-family: 'Arial';
}
.keyDepartment1 .right {
  width: 996px;
  height: 520px;
  float: right;
  border: 1px solid #ebebeb;
  position: relative;
}
.keyDepartment1 .line {
  background-color: #ebebeb;
  position: absolute;
  z-index: 2;
}
.keyDepartment1 .row {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.keyDepartment1 .col {
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
}
.keyDepartment1 .item {
  width: 50%;
  height: 50%;
  float: left;
  position: relative;
  transition: background 0.5s 0s ease;
  -o-transition: background 0.5s 0s ease;
  -ms-transition: background 0.5s 0s ease;
  -moz-transition: background 0.5s 0s ease;
  -webkit-transition: background 0.5s 0s ease;
}
.keyDepartment1 .item a {
  display: block;
  overflow: hidden;
  padding: 0 40px;
  height: 100%;
}
.keyDepartment1 .item .name {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin: 42px 0 20px;
}
.keyDepartment1 .item em {
  width: 274px;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin-bottom: 36px;
  display: block;
  font-style: normal;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.keyDepartment1 .item .medal {
  position: relative;
  display: block;
  padding-left: 48px;
  font-size: 14px;
  height: 58px;
  line-height: 74px;
  color: #f1760c;
}
.keyDepartment1 .item .medal i {
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  height: 100%;
  line-height: 0;
}
.keyDepartment1 .item .medal img {
  height: 100%;
}
.keyDepartment1 .item .icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #f4f5f7;
  border: 1px solid #ebebeb;
  position: absolute;
  right: 36px;
  bottom: 36px;
  transition: background 0.5s 0s ease;
  -o-transition: background 0.5s 0s ease;
  -ms-transition: background 0.5s 0s ease;
  -moz-transition: background 0.5s 0s ease;
  -webkit-transition: background 0.5s 0s ease;
}
.keyDepartment1 .item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: opacity 0.5s 0s ease;
  -o-transition: opacity 0.5s 0s ease;
  -ms-transition: opacity 0.5s 0s ease;
  -moz-transition: opacity 0.5s 0s ease;
  -webkit-transition: opacity 0.5s 0s ease;
}
.keyDepartment1 .item .img2 {
  z-index: 1;
  opacity: 0;
}
.keyDepartment1 .item:hover {
  background-color: #f4f5f7;
}
.keyDepartment1 .item:hover .icon {
  background-color: #f1760c;
}
.keyDepartment1 .item:hover .img1 {
  opacity: 0;
}
.keyDepartment1 .item:hover .img2 {
  opacity: 1;
}
.keyDepartment2 {
  margin-top: 32px;
}
.keyDepartment2 .left {
  float: left;
  position: relative;
  background-color: #ee9288;
  width: 370px;
  height: 252px;
}
.keyDepartment2 .title {
  margin: 54px 0 18px 40px;
}
.keyDepartment2 .title div {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.keyDepartment2 .title p {
  color: #f8d8d4;
  line-height: 16px;
}
.keyDepartment2 .medal {
  height: 58px;
  margin-left: 32px;
}
.keyDepartment2 .medal img {
  height: 100%;
}
.keyDepartment2 .icon {
  position: absolute;
  bottom: 48px;
  right: 52px;
  width: 62px;
}
.keyDepartment2 .icon img {
  width: 100%;
}
.keyDepartment2 .right {
  background-color: #f4f5f7;
  width: 996px;
  height: 250px;
  float: right;
  border: 1px solid #eeeded;
  position: relative;
}
.keyDepartment2 .line {
  background-color: #eeeded;
  position: absolute;
  z-index: 2;
}
.keyDepartment2 .row {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
.keyDepartment2 .col {
  width: 1px;
  height: 100%;
  top: 0;
}
.keyDepartment2 .col1 {
  left: 25%;
}
.keyDepartment2 .col2 {
  left: 50%;
}
.keyDepartment2 .col3 {
  left: 75%;
}
.keyDepartment2 .item {
  width: 25%;
  height: 50%;
  background: url('../images/corner1.png') no-repeat 110% 115%;
  transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  float: left;
  position: relative;
}
.keyDepartment2 .item:hover {
  z-index: 3;
  background-color: #fff;
  background-position: right bottom;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.keyDepartment2 .item a {
  display: table;
  height: 100%;
  width: 163px;
  padding: 0 30px 0 56px;
}
.keyDepartment2 .item a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #f1760c;
}
.keyDepartment2 .item span {
  display: table-cell;
  vertical-align: middle;
}
.keySide {
  margin-top: 0 !important;
}
.leadership .item:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.leadership .item {
  height: auto !important;
}
.leadership .img {
  height: 222px;
}

@media screen and (max-width: 1440px) {
  .layout {
    width: 1200px;
  }
  header .top {
    padding: 15px 0 10px;
  }
  header .logo {
    width: 230px;
  }
  header .lang-select {
    width: 90px;
    height: 28px;
    line-height: 28px;
    background-position: 66px center;
    background-size: 12px;
  }
  header .lang-select span {
    padding-left: 14px;
  }
  header .lang-select div {
    top: 62%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  header .lang-select a {
    padding-left: 14px;
  }
  header .search {
    margin-top: 12px;
    height: 42px;
    width: 430px;
  }
  header .search input {
    width: 160px;
  }
  header .search button {
    height: 44px;
    width: 100px;
  }
  header .select {
    height: 29px;
    padding-top: 13px;
  }
  header nav {
    height: 48px;
    line-height: 48px;
  }
  header nav .item {
    width: 110px;
  }
  header nav .link {
    width: 84px;
  }
  header .subnav {
    top: 46px;
    width: 130px;
  }
  header .subnav .jt {
    top: -5px;
    width: 12px;
    height: 12px;
  }
  header .subnav li {
    line-height: 34px;
    font-size: 14px;
  }
  header .subnav-sp .left,
  header .subnav-sp .right,
  header .subnav-sp .center {
    height: 160px;
    padding-top: 38px;
  }
  header .subnav-sp .center {
    padding: 36px 32px 0;
  }
  header .subnav-sp .center .addr {
    margin-bottom: 12px;
  }
  header .subnav-sp .center p {
    height: 38px;
  }
  header .subnav-sp .left {
    width: 330px;
  }
  header .subnav-sp .title {
    padding-left: 54px;
    margin-bottom: 28px;
  }
  header .subnav-sp .title div {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  header .subnav-sp .title p {
    font-size: 14px;
  }
  header .subnav-sp .title i {
    width: 42px;
  }
  header .subnav-sp .enter-wrap div {
    font-size: 14px;
    padding-left: 14px;
    margin: 0 30px 18px 0;
  }
  header .subnav-sp .right {
    padding-left: 28px;
    width: 602px;
  }
  header .subnav-sp .bottom {
    padding: 20px 0 32px;
  }
  header .subnav-sp .bottom div {
    margin-left: 48px;
  }
  .side-nav {
    width: 48px;
    height: 330px;
  }
  .side-nav > div {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .side-nav .link:hover {
    width: 122px;
  }
  .side-nav .icon {
    width: 48px;
    height: 48px;
  }
  .side-nav .text {
    font-size: 14px;
    padding-left: 2px;
  }
  .side-nav .link1 {
    top: 0;
  }
  .side-nav .link2 {
    top: 56px;
  }
  .side-nav .link3 {
    top: 112px;
  }
  .side-nav .link4 {
    top: 168px;
  }
  .side-nav .link5 {
    top: 224px;
  }
  .side-nav .gotop {
    top: 280px;
  }
  .service-door {
    margin-top: 38px;
  }
  .service-door .item {
    padding: 30px 34px 0;
    width: 231px;
  }
  .service-door .item:first-child {
    width: 232px;
  }
  .service-door .item .title i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .external-links {
    margin-top: 28px;
  }
  .external-links .item {
    width: 226px;
    margin-left: 15px;
    height: 60px;
  }
  .external-links .item a {
    width: 142px;
    padding: 0 20px 0 64px;
  }
  .external-links .item i {
    width: 38px;
    top: 11px;
    left: 14px;
  }
  .leadership .item {
    padding: 26px;
    height: 178px;
  }
  .leadership .img {
    width: 126px;
  }
  .leadership .text {
    width: 696px;
    padding-top: 16px;
  }
  .leadership .name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .leadership .zc {
    margin-bottom: 24px;
  }
  .leadership .info {
    line-height: 24px;
  }
  footer {
    margin-top: 26px;
    padding-top: 50px;
  }
  footer .top {
    height: 86px;
  }
  footer .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  footer .tel1 {
    padding-left: 56px;
    background-size: 43px auto;
  }
  footer .tel1 div {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
  footer p {
    line-height: 24px;
  }
  footer .left {
    width: 236px;
    padding-right: 36px;
  }
  footer .qr {
    margin-left: 36px;
  }
  footer .qr img {
    width: 96px;
  }
  footer .qr p {
    margin-top: 18px;
  }
  footer .right {
    padding-left: 36px;
  }
  footer .center {
    padding: 0 36px;
    width: 530px;
  }
  footer .footer-contact {
    padding-left: 62px;
  }
  footer .footer-contact span {
    width: 44px;
    height: 44px;
  }
  footer .footer-contact div {
    margin-top: 2px;
    line-height: 20px;
  }
  footer .tel2 div {
    font-size: 20px;
  }
  footer .email i {
    bottom: -1px;
  }
  footer .contact-link div {
    margin-left: 48px;
  }
  footer .contact-link i {
    font-size: 18px;
    line-height: 52px;
    height: 52px;
    bottom: 36px;
    left: -26px;
  }
  footer .copy {
    padding: 26px 0 32px;
    margin-top: 40px;
  }
  .page-title {
    padding: 28px 0 16px;
    line-height: 38px;
    height: 38px;
  }
  .page-title .top-shadow {
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.07);
  }
  .page-title .title i {
    width: 38px;
  }
  .page-title .title span {
    margin-left: 12px;
    font-size: 24px;
  }
  .page-title .crumb-nav {
    line-height: 54px;
  }
  .common-sidebar {
    width: 256px;
  }
  .common-sidebar li {
    padding-left: 42px;
    line-height: 58px;
  }
  .common-sidebar li a:before {
    left: 26px;
  }
  .common-sidebar li span {
    width: 202px;
  }
  .common-sidebar .list-bottom {
    height: 14px;
  }
  .common-sidebar .assist {
    margin-top: 16px;
    padding: 28px 0 240px 22px;
  }
  .common-sidebar .title {
    width: 168px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .common-sidebar .icon {
    margin-bottom: 10px;
    width: 32px;
  }
  .common-sidebar .link {
    margin-right: 28px;
    padding-left: 16px;
  }
  .common-content {
    width: 916px;
  }
  .common-content .column-title {
    padding: 24px 0;
  }
  .common-content .column-title div {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 20px;
  }
  .common-content .column-title p {
    font-size: 14px;
  }
  .img-list .item {
    height: 238px;
  }
  .img-list .item .img {
    width: 406px;
  }
  .img-list .item .text {
    width: 428px;
    margin: 54px 30px 0 44px;
  }
  .img-list .item .title {
    margin-bottom: 18px;
  }
  .img-list .item em {
    margin-bottom: 18px;
    line-height: 24px;
    height: 48px;
  }
  .common-pagination {
    margin: 50px 0 60px;
  }
  .common-pagination a,
  .common-pagination span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .columnEssay {
    margin-bottom: 56px;
    padding: 44px 24px;
  }
  .columnEssay .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 42px;
  }
  .columnEssay p {
    line-height: 28px;
  }
  .columnList .item {
    line-height: 72px;
    height: 72px;
  }
  .columnList .item a {
    padding: 0 30px;
  }
  .newsEssay {
    padding: 24px 0 38px;
  }
  .newsEssay .news-container {
    width: 940px;
  }
  .newsEssay .content {
    padding: 50px 32px 54px;
  }
  .newsEssay .title {
    font-size: 22px;
    margin-bottom: 42px;
  }
  .newsEssay .info-bar {
    height: 54px;
    line-height: 54px;
    padding: 0 16px 0 24px;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .newsEssay .time span {
    font-size: 14px;
    margin-left: 10px;
  }
  .newsEssay .source span {
    font-size: 14px;
    margin-left: 10px;
  }
  .newsEssay .text-b {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .newsEssay .text-s {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 22px;
  }
  .newsEssay .move-qr {
    height: 32px;
    line-height: 32px;
    width: 110px;
  }
  .newsEssay .move-qr .qr {
    width: 88px;
  }
  .newsEssay .move-qr:hover .qr {
    height: 96px;
  }
  .newsEssay p {
    font-size: 14px;
    line-height: 28px;
  }
  .newsEssay .big p {
    font-size: 16px;
    line-height: 36px;
  }
  .newsEssay .bottom-change {
    padding: 36px 32px 54px;
  }
  .newsEssay .bottom-change div {
    font-size: 14px;
  }
  .newsEssay .bottom-change div a {
    padding-left: 62px;
  }
  .newsEssay .bottom-change .prev {
    margin-bottom: 24px;
  }
  .newsEssay .news-sidebar {
    width: 242px;
  }
  .newsEssay .news-sidebar > div {
    padding-bottom: 20px;
  }
  .newsEssay .news-sidebar > div div {
    font-size: 16px;
    line-height: 16px;
    padding: 26px 24px 14px;
  }
  .newsEssay .sidebar-type1 li {
    padding: 18px 24px;
  }
  .newsEssay .sidebar-type1 li span {
    line-height: 22px;
    height: 44px;
    font-size: 14px;
  }
  .newsEssay .sidebar-type2 ul {
    padding-left: 24px;
  }
  .newsEssay .sidebar-type2 li {
    padding: 16px 24px 16px 14px;
    font-size: 14px;
  }
  .newsList {
    padding: 20px 0;
  }
  .newsList .item {
    line-height: 80px;
    height: 80px;
  }
  .newsList .item a {
    padding: 0 25% 0 28px;
  }
  .newsList .item .time {
    right: 38px;
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    padding-left: 32px;
  }
  .doctorList {
    margin-bottom: 40px;
    padding-top: 46px;
  }
  .doctorList .filter-text {
    margin-bottom: 8px;
  }
  .doctorList .filter-text span:first-child {
    width: 210px;
  }
  .doctorList .doctor-filter {
    height: 44px;
    margin-bottom: 52px;
  }
  .doctorList .doctor-filter > div {
    margin-right: 14px;
  }
  .doctorList .select {
    width: 194px;
    height: 42px;
    line-height: 42px;
  }
  .doctorList .select ul {
    padding: 8px 0;
  }
  .doctorList .select li {
    line-height: 32px;
  }
  .doctorList .filter-btn {
    width: 196px;
    height: 44px;
    line-height: 44px;
  }
  .doctorList .classify {
    margin-bottom: 12px;
  }
  .doctorList .classify .title {
    padding: 12px 18px;
  }
  .doctorList .classify .title div {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
  .doctorList .item {
    height: 64px;
    line-height: 64px;
  }
  .doctorList .item:hover {
    background-position: 168px 32px;
    background-size: 30px;
  }
  .departmentList {
    margin-bottom: 50px;
  }
  .departmentList .item {
    width: 388px;
    margin-left: 18px;
    margin-bottom: 18px;
    background-size: 30px;
  }
  .departmentList .item a {
    padding: 32px 26px 26px;
  }
  .departmentList .item span {
    margin-bottom: 18px;
  }
  .departmentList .item em {
    line-height: 24px;
    height: 48px;
  }
  .department-filter {
    margin: 34px 0 50px;
    height: 44px;
    line-height: 44px;
  }
  .department-filter .btn {
    width: 200px;
  }
  .department-filter .filter-text {
    width: 120px;
    font-size: 20px;
  }
  .department-filter .select {
    width: 288px;
    height: 42px;
    line-height: 42px;
  }
  .department .department-filter {
    margin: 32px auto 34px;
  }
  .department-info {
    padding: 44px 0 30px;
  }
  .department-info .title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 26px;
  }
  .department-info .text-container {
    line-height: 28px;
    font-size: 14px;
  }
  .department-info .text-wrap {
    height: 56px;
    margin-bottom: 30px;
  }
  .department-info span {
    width: 180px;
    line-height: 46px;
  }
  .department-info .medal {
    line-height: 64px;
    height: 64px;
    padding-left: 78px;
  }
  .department-info .medal i {
    width: 64px;
    height: 64px;
  }
  .department-doctor .title {
    padding-top: 4px;
    padding-left: 36px;
    line-height: 24px;
    font-size: 20px;
    margin: 32px 0;
    background-size: 24px auto;
  }
  .department-doctor .item {
    width: 354px;
    height: 130px;
    padding: 24px 0 26px 24px;
    margin-left: 27px;
    margin-bottom: 26px;
  }
  .department-doctor .img {
    width: 92px;
  }
  .department-doctor .text {
    width: 152px;
    margin-right: 90px;
  }
  .department-doctor .text .name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .department-doctor .text .ks {
    font-size: 14px;
  }
  .department-doctor .text .zc {
    margin-top: 12px;
    font-size: 12px;
    height: 32px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .department-doctor .text .more {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 134px;
  }
  .department-doctor .register {
    padding-left: 18px;
    right: 20px;
    top: 32px;
    font-size: 14px;
  }
  .department-doctor .register i {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    background-size: 24px auto;
  }
  .doctor-top {
    padding-top: 64px;
  }
  .doctor-top .layout {
    padding-left: 186px;
    width: 1014px;
    padding-bottom: 14px;
  }
  .doctor-top .name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .doctor-top .box > div div {
    margin-bottom: 10px;
  }
  .doctor-top .left {
    width: 212px;
  }
  .doctor-top .right {
    padding-left: 20px;
    width: 550px;
  }
  .doctor-top .btn {
    width: 144px;
    line-height: 40px;
    bottom: 14px;
  }
  .doctor-top .photo {
    padding: 26px;
    top: -30px;
  }
  .doctor-top .photo div {
    height: 130px;
    width: 92px;
  }
  .doctor-info {
    padding: 80px 0 30px;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .doctor {
    margin-bottom: 86px;
  }
  .doctor .time-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .doctor .table-row {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
  }
  .doctor .table-row span {
    padding-left: 26px;
  }
  .doctor .table-row .name {
    width: 152px;
  }
  .doctor .table-row .time1 {
    width: 218px;
  }
  .doctor .table-row .time2 {
    width: 106px;
  }
  .doctor .table-row i {
    margin-right: 14px;
  }
  .doctor .table-head {
    height: 62px;
    line-height: 62px;
  }
  .doctor .table-head .time {
    width: 484px;
  }
  .political-title {
    padding-bottom: 80px;
  }
  .political-nav {
    margin-bottom: 58px;
  }
  .political-nav div {
    width: 299px;
    line-height: 62px;
    height: 62px;
  }
  .political-nav div:first-child {
    width: 300px;
  }
  .political-nav div.on span {
    top: 50px;
  }
  .political-nav span {
    width: 19px;
    height: 19px;
    top: 32px;
  }
  .political-nav i {
    margin-top: 22px;
  }
  .political {
    margin-top: -28px;
  }
  .political .item-wrap {
    margin-bottom: 68px;
  }
  .political .type1 {
    padding: 32px 30px 30px;
    margin-bottom: 22px;
  }
  .political .type1 .left {
    width: 860px;
  }
  .political .type1 .part {
    width: 5px;
    height: 22px;
    top: 31px;
  }
  .political .type1 .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .political .type1 p {
    line-height: 24px;
    height: 48px;
  }
  .political .type1 .time {
    margin-bottom: 24px;
    line-height: 20px;
  }
  .political .type1 .more {
    width: 108px;
    line-height: 38px;
    height: 38px;
  }
  .political .type2 a {
    line-height: 28px;
    height: 28px;
    padding: 26px 28px 24px;
  }
  .political .type2 .title {
    width: 970px;
    font-size: 16px;
  }
  .political .type2 .more {
    font-size: 14px;
  }
  .keyDepartment1 {
    margin-top: 42px;
  }
  .keyDepartment1 .left {
    width: 316px;
  }
  .keyDepartment1 .left .icon {
    width: 46px;
    left: 42px;
    top: 100px;
  }
  .keyDepartment1 .title {
    top: 42px;
    left: 38px;
  }
  .keyDepartment1 .title div {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .keyDepartment1 .right {
    width: 856px;
    height: 444px;
  }
  .keyDepartment1 .item a {
    padding: 0 28px;
  }
  .keyDepartment1 .item .name {
    margin: 32px 0 16px;
  }
  .keyDepartment1 .item em {
    width: 252px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 30px;
  }
  .keyDepartment1 .item .medal {
    padding-left: 42px;
    height: 50px;
    line-height: 66px;
  }
  .keyDepartment1 .item .icon {
    width: 62px;
    height: 62px;
    bottom: 28px;
    right: 28px;
  }
  .keyDepartment2 {
    margin-top: 24px;
  }
  .keyDepartment2 .left {
    width: 316px;
    height: 188px;
  }
  .keyDepartment2 .title {
    margin: 32px 0 14px 32px;
  }
  .keyDepartment2 .title div {
    font-size: 22px;
    margin-bottom: 6px;
    line-height: 22px;
  }
  .keyDepartment2 .medal {
    height: 50px;
    margin-left: 26px;
  }
  .keyDepartment2 .icon {
    bottom: 36px;
    width: 50px;
    right: 38px;
  }
  .keyDepartment2 .right {
    height: 186px;
    width: 856px;
  }
  .keyDepartment2 .item {
    background-position: 115% 115%;
    background-size: 28px;
  }
  .keyDepartment2 .item a {
    padding: 0 22px 0 48px;
    width: 144px;
  }
  .keyDepartment2 .item a:before {
    left: 30px;
  }
  .leadership .img {
  height: 178px;
}


}

@media screen and (max-width: 1280px) {
  .layout {
    width: 1000px;
  }
  header .top {
    padding: 8px 0 6px;
  }
  header nav {
    height: 40px;
    line-height: 40px;
  }
  header nav .item {
    width: 96px;
  }
  header nav .link {
    font-size: 14px;
    width: 78px;
  }
  header .subnav {
    top: 40px;
    width: 116px;
  }
  header .subnav li {
    line-height: 32px;
  }
  header .subnav-sp .left,
  header .subnav-sp .right,
  header .subnav-sp .center {
    height: 150px;
    padding-top: 26px;
  }
  header .subnav-sp .center {
    padding: 24px 28px 0;
  }
  header .subnav-sp .center .addr {
    font-size: 16px;
    line-height: 16px;
  }
  header .subnav-sp .center p {
    height: 38px;
  }
  header .subnav-sp .left {
    width: 280px;
  }
  header .subnav-sp .title {
    padding-left: 46px;
    margin-bottom: 20px;
  }
  header .subnav-sp .title div {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  header .subnav-sp .title i {
    width: 38px;
  }
  header .subnav-sp .enter-wrap div {
    padding-left: 10px;
    margin: 0 22px 18px 0;
  }
  header .subnav-sp .enter-wrap div:before {
    width: 4px;
    height: 4px;
  }
  header .subnav-sp .right {
    padding-left: 24px;
    width: 464px;
  }
  header .subnav-sp .right div {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  header .subnav-sp .right p {
    line-height: 24px;
  }
  header .subnav-sp .bottom {
    padding: 16px 0 24px;
    font-size: 14px;
  }
  header .subnav-sp .bottom div {
    margin-left: 38px;
  }
  header .subnav-sp .bottom i {
    width: 28px;
  }
  header .subnav-sp .bottom span {
    margin-left: 8px;
  }
  .leadership .item {
    height: 142px;
    padding: 20px;
  }
  .leadership .img {
    width: 100px;
  }
  .leadership .text {
    width: 608px;
    padding-top: 12px;
  }
  .leadership .name {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .leadership .zc {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 18px;
  }
  .leadership .info {
    font-size: 12px;
    line-height: 20px;
  }
  .service-door .item {
    padding: 24px 22px 0;
    width: 205px;
    height: 148px;
  }
  .service-door .item:first-child {
    width: 206px;
  }
  .service-door .item .title i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .service-door .item p {
    line-height: 22px;
    height: 52px;
  }
  .external-links .title {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .external-links .item {
    width: 186px;
    margin-left: 15px;
  }
  .external-links .item a {
    width: 120px;
    padding: 0 14px 0 52px;
  }
  .external-links .item i {
    width: 32px;
    top: 14px;
    left: 10px;
  }
  footer {
    margin-top: 22px;
    padding-top: 38px;
  }
  footer .top {
    height: 74px;
  }
  footer .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  footer .tel1 {
    margin-top: 12px;
    padding-left: 42px;
    background-size: 35px auto;
  }
  footer .tel1 div {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
  }
  footer p {
    font-size: 12px;
    line-height: 20px;
  }
  footer .left {
    width: 190px;
    padding-right: 30px;
  }
  footer .qr {
    margin-left: 24px;
  }
  footer .qr img {
    width: 86px;
  }
  footer .qr p {
    margin-top: 18px;
  }
  footer .right {
    padding-left: 30px;
  }
  footer .center {
    padding: 0 30px;
    width: 448px;
  }
  footer .footer-contact {
    padding-left: 48px;
  }
  footer .footer-contact span {
    width: 36px;
    height: 36px;
  }
  footer .footer-contact div {
    line-height: 18px;
  }
  footer .tel2 div {
    font-size: 18px;
  }
  footer .email div {
    font-size: 16px;
  }
  footer .email i {
    bottom: 0px;
  }
  footer .contact-link {
    margin-top: 20px;
  }
  footer .contact-link > div {
    margin-left: 44px;
  }
  footer .contact-link span {
    font-size: 12px;
    padding-left: 10px;
  }
  footer .contact-link span:before {
    width: 4px;
    height: 4px;
  }
  footer .contact-link i {
    font-size: 16px;
    height: 42px;
    bottom: 32px;
    left: -22px;
    padding: 0 12px;
    line-height: 44px;
  }
  footer .copy {
    padding: 14px 0 20px;
    margin-top: 32px;
    font-size: 12px;
  }
  .page-title {
    padding: 22px 0 8px;
    line-height: 34px;
  }
  .page-title .title i {
    width: 34px;
  }
  .page-title .title span {
    font-size: 20px;
  }
  .page-title .crumb-nav {
    line-height: 48px;
  }
  .common-sidebar {
    width: 210px;
  }
  .common-sidebar li {
    line-height: 48px;
    font-size: 14px;
  }
  .common-sidebar li span {
    width: 160px;
  }
  .common-sidebar .list-bottom {
    height: 10px;
  }
  .common-sidebar .assist {
    margin-top: 12px;
    padding: 20px 0 210px 16px;
  }
  .common-sidebar .title {
    width: 148px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .common-sidebar .icon {
    margin-bottom: 10px;
    width: 32px;
  }
  .common-sidebar .link {
    font-size: 14px;
    margin-right: 26px;
    padding-left: 14px;
    margin-bottom: 4px;
  }
  .common-content {
    width: 772px;
  }
  .common-content .column-title {
    padding: 18px 0;
  }
  .common-content .column-title div {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 18px;
  }
  .img-list .item {
    height: 190px;
    margin-bottom: 24px;
  }
  .img-list .item .img {
    width: 324px;
  }
  .img-list .item .text {
    width: 390px;
    margin: 40px 22px 0 38px;
  }
  .img-list .item .title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 16px;
  }
  .img-list .item em {
    margin-bottom: 16px;
    line-height: 22px;
    height: 44px;
    font-size: 12px;
  }
  .img-list .item .item {
    font-size: 14px;
  }
  .common-pagination {
    margin: 34px 0 44px;
  }
  .columnEssay {
    margin-bottom: 40px;
    padding: 30px 18px;
  }
  .columnEssay .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .columnEssay p {
    font-size: 14px;
    line-height: 24px;
  }
  .columnList .item {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
  }
  .columnList .item a {
    padding: 0 22px;
  }
  .columnList .item span {
    font-size: 12px;
  }
  .newsEssay {
    padding: 20px 0 32px;
  }
  .newsEssay .news-container {
    width: 780px;
  }
  .newsEssay .content {
    padding: 35px 24px 40px;
  }
  .newsEssay .title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .newsEssay .info-bar {
    padding: 0 12px 0 18px;
    margin-bottom: 24px;
  }
  .newsEssay .time {
    margin-right: 32px;
  }
  .newsEssay p {
    font-size: 14px;
    line-height: 22px;
  }
  .newsEssay .big p {
    font-size: 16px;
    line-height: 30px;
  }
  .newsEssay .bottom-change {
    padding: 28px 24px 38px;
  }
  .newsEssay .bottom-change .prev {
    margin-bottom: 18px;
  }
  .newsEssay .news-sidebar {
    width: 206px;
  }
  .newsEssay .news-sidebar > div {
    padding-bottom: 14px;
  }
  .newsEssay .news-sidebar > div div {
    padding: 20px 14px 10px;
  }
  .newsEssay .sidebar-type1 li {
    padding: 14px;
  }
  .newsEssay .sidebar-type2 ul {
    padding-left: 14px;
  }
  .newsEssay .sidebar-type2 li {
    padding: 12px 14px;
  }
  .newsList {
    padding: 14px 0;
  }
  .newsList .item {
    line-height: 64px;
    height: 64px;
    font-size: 14px;
  }
  .newsList .item a {
    padding: 0 25% 0 24px;
  }
  .newsList .item .time {
    right: 32px;
    line-height: 18px;
    height: 36px;
    font-size: 14px;
    padding-left: 24px;
  }
  .newsList .item .time span:first-child {
    font-size: 12px;
  }
  .doctorList {
    margin-bottom: 28px;
    padding-top: 32px;
  }
  .doctorList .filter-text {
    margin-bottom: 6px;
  }
  .doctorList .filter-text span {
    font-size: 14px;
    line-height: 14px;
  }
  .doctorList .filter-text span:first-child {
    width: 180px;
  }
  .doctorList .doctor-filter {
    font-size: 12px;
    height: 36px;
    margin-bottom: 34px;
  }
  .doctorList .doctor-filter > div {
    margin-right: 12px;
  }
  .doctorList .select {
    width: 166px;
    height: 34px;
    line-height: 34px;
  }
  .doctorList .select div {
    padding-left: 12px;
  }
  .doctorList .select ul {
    padding: 6px 0;
    max-height: 160px;
  }
  .doctorList .select li {
    padding-left: 12px;
    line-height: 28px;
  }
  .doctorList .filter-btn {
    width: 168px;
    height: 36px;
    line-height: 36px;
  }
  .doctorList .classify .title {
    padding: 8px 14px;
    margin-bottom: 2px;
  }
  .doctorList .classify .title div {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .doctorList .item {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
  .doctorList .item:hover {
    background-position: 172px 20px;
    background-size: 26px;
  }
  .departmentList {
    margin-bottom: 30px;
  }
  .departmentList .item {
    width: 322px;
    margin-left: 17px;
    background-size: 28px;
  }
  .departmentList .item a {
    padding: 26px 18px 20px;
  }
  .departmentList .item span {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 16px;
  }
  .departmentList .item em {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
  }
  .department-filter {
    margin: 24px 0 36px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  .department-filter .btn {
    width: 160px;
  }
  .department-filter .filter-text {
    width: 100px;
    font-size: 18px;
  }
  .department-filter .select {
    width: 218px;
    height: 36px;
    line-height: 36px;
  }
  .department-filter .select li {
    line-height: 24px;
  }
  .department .department-filter {
    margin: 24px auto 26px;
  }
  .department-info {
    padding: 32px 0 24px;
  }
  .department-info .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .department-info .text-container {
    line-height: 24px;
  }
  .department-info .text-wrap {
    height: 48px;
    margin-bottom: 22px;
  }
  .department-info span {
    width: 140px;
    font-size: 12px;
    line-height: 40px;
  }
  .department-info .medal {
    line-height: 56px;
    height: 56px;
    padding-left: 70px;
  }
  .department-info .medal i {
    width: 56px;
    height: 56px;
  }
  .department-doctor .title {
    padding-left: 30px;
    line-height: 22px;
    font-size: 18px;
    margin: 24px 0;
    background-size: 22px auto;
  }
  .department-doctor .item {
    width: 302px;
    height: 116px;
    padding: 18px 0 18px 18px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .department-doctor .img {
    width: 82px;
  }
  .department-doctor .text {
    width: 124px;
    margin-right: 82px;
  }
  .department-doctor .text .name {
    margin-bottom: 7px;
  }
  .department-doctor .text .zc {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .department-doctor .text .more {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    width: 116px;
  }
  .department-doctor .register {
    padding-left: 14px;
    right: 18px;
    top: 26px;
    font-size: 14px;
  }
  .department-doctor .register i {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    background-size: 24px auto;
  }
  .doctor-top {
    padding-top: 54px;
    height: 82px;
  }
  .doctor-top .layout {
    padding-left: 140px;
    width: 860px;
  }
  .doctor-top .name {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .doctor-top .box > div div {
    margin-bottom: 8px;
    line-height: 14px;
    font-size: 14px;
  }
  .doctor-top .box > div p {
    font-size: 12px;
    line-height: 12px;
  }
  .doctor-top .left {
    width: 184px;
  }
  .doctor-top .right {
    padding-left: 16px;
    width: 440px;
  }
  .doctor-top .btn {
    width: 118px;
    line-height: 36px;
    font-size: 12px;
  }
  .doctor-top .photo {
    padding: 14px;
    top: -30px;
  }
  .doctor-top .photo div {
    height: 116px;
    width: 82px;
  }
  .doctor-info {
    padding: 56px 0 24px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .doctor {
    margin-bottom: 48px;
  }
  .doctor .time-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .doctor .table-row {
    line-height: 52px;
    height: 52px;
    font-size: 14px;
  }
  .doctor .table-row span {
    padding-left: 20px;
  }
  .doctor .table-row .name {
    width: 138px;
  }
  .doctor .table-row .time1 {
    width: 202px;
  }
  .doctor .table-row .time2 {
    width: 86px;
  }
  .doctor .table-head {
    height: 54px;
    line-height: 54px;
  }
  .doctor .table-head .time {
    width: 416px;
  }
  .political-title {
    padding-bottom: 58px;
  }
  .political-nav {
    margin-bottom: 40px;
  }
  .political-nav div {
    width: 249px;
    line-height: 54px;
    height: 54px;
  }
  .political-nav div:first-child {
    width: 250px;
  }
  .political-nav div.on span {
    top: 45px;
  }
  .political-nav span {
    width: 17px;
    height: 17px;
    top: 32px;
  }
  .political-nav i {
    margin-top: 18px;
  }
  .political .item-wrap {
    margin-bottom: 50px;
  }
  .political .type1 {
    padding: 22px 20px 20px;
    margin-bottom: 18px;
  }
  .political .type1 .left {
    width: 720px;
  }
  .political .type1 .part {
    width: 4px;
    height: 20px;
    top: 21px;
  }
  .political .type1 .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .political .type1 p {
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }
  .political .type1 .time {
    margin-bottom: 14px;
    line-height: 18px;
    font-size: 12px;
  }
  .political .type1 .time span {
    line-height: 12px;
  }
  .political .type1 .more {
    font-size: 12px;
    width: 92px;
    line-height: 32px;
    height: 32px;
  }
  .political .type2 a {
    line-height: 24px;
    height: 24px;
    padding: 20px 22px 18px;
  }
  .political .type2 .title {
    width: 800px;
    font-size: 16px;
  }
  .keyDepartment1 {
    margin-top: 30px;
  }
  .keyDepartment1 .left {
    width: 244px;
  }
  .keyDepartment1 .left .icon {
    width: 38px;
    left: 30px;
    top: 88px;
  }
  .keyDepartment1 .title {
    left: 24px;
    top: 34px;
  }
  .keyDepartment1 .title div {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 20px;
  }
  .keyDepartment1 .title p {
    font-size: 14px;
    line-height: 14px;
  }
  .keyDepartment1 .right {
    width: 736px;
    height: 342px;
  }
  .keyDepartment1 .item a {
    padding: 0 20px;
  }
  .keyDepartment1 .item .name {
    margin: 22px 0 12px;
    font-size: 16px;
    line-height: 16px;
  }
  .keyDepartment1 .item em {
    width: 210px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  .keyDepartment1 .item .medal {
    padding-left: 34px;
    line-height: 46px;
    font-size: 12px;
    height: 40px;
  }
  .keyDepartment1 .item .icon {
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 20px;
  }
  .keyDepartment2 {
    margin-top: 18px;
  }
  .keyDepartment2 .left {
    width: 244px;
    height: 142px;
  }
  .keyDepartment2 .title {
    margin: 20px 0 12px 20px;
  }
  .keyDepartment2 .title div {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .keyDepartment2 .title p {
    font-size: 12px;
    line-height: 12px;
  }
  .keyDepartment2 .medal {
    height: 42px;
    margin-left: 16px;
  }
  .keyDepartment2 .icon {
    bottom: 20px;
    width: 42px;
    right: 22px;
  }
  .keyDepartment2 .right {
    height: 140px;
    width: 736px;
  }
  .keyDepartment2 .item {
    background-size: 24px;
    font-size: 14px;
  }
  .keyDepartment2 .item a {
    padding: 0 16px 0 38px;
    width: 130px;
  }
  .keyDepartment2 .item a:before {
    left: 22px;
    width: 5px;
    height: 5px;
  }
  .leadership .img {
  height: 142px;
}
}