p.no_data {
  padding: 15px 0;
  text-align: center;
}

.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;
}

.aling-center4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.aling-center5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.aling-center6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.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;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  color: #333;
  font-family: 'Arial';
  font-size: 16px;
  min-height: 100%;
  -webkit-touch-callout: none;
  /* 禁止链接长按的时候弹出选项 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*禁止链接高亮显示 */
  /* min-width: 1080px; */
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  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 {
  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 {
  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 {
  background-color: #fff;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #e0e0e0;
  /* min-width: 900px; */
  position: relative;
}

header .top {
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  background-color: #056c7b;
}

header .left {
  float: left;
}

header .right {
  float: right;
}

header .right a {
  float: left;
  padding: 0 28px;
  color: #fff;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

header .right a:hover,
header .right a.on {
  background-color: #064851;
}

header .bottom {
  height: 130px;
}

header .bottom .layout {
  height: 100%;
}

header .bottom a {
  display: block;
}

header .logo {
  height: 92px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header .logo img {
  height: 100%;
}

header .home {
  width: 30px;
  height: 22px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-left: 30px;
  float: right;
  margin-top: 32px;
  display: none;
}

header .home span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: .5s;
  position: absolute;

}

header .home span:nth-child(1) {
  top: 0;
  left: 0;
}

header .home span:nth-child(2) {
  top: 10px;
  left: 0;
}

header .home span:nth-child(3) {
  top: 20px;
  left: 0;
}

header .home.active span:nth-child(1) {
  transform: rotateZ(-45deg);
  top: 10px;
}

header .home.active span:nth-child(2) {
  transform: translateX(100%);
}

header .home.active span:nth-child(3) {
  transform: rotateZ(45deg);
  top: 10px;
}

header .links {
  float: right;
}

header .item {
  float: left;
  margin: 0 40px;
  line-height: 130px;
}

header .item a {
  position: relative;
}

header .item a::after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #056c7b;
  height: 3px;
  opacity: 0;
  transition: width 0.3s, opacity 0s 0.3s;
  -webkit-transition: width 0.3s, opacity 0s 0.3s;
}

header .item:hover a:after,
header .item.on a:after {
  width: 100%;
  opacity: 1;
  transition: width 0.3s, opacity 0s;
  -webkit-transition: width 0.3s, opacity 0s;
}

header .down-nav {
  /* display: none; */
  width: 100%;
  height: calc(100vh - 127px);
  position: absolute;
  top: 127px;
  background-color: #fff;
  z-index: 1000;
  display: none;

}

header .down-nav .item {
  float: none;
}

footer {
  background-color: #f1f1f1;
  padding: 48px 0 58px;
  text-align: center;
  /* min-width: 900px; */
}

footer .select {
  position: relative;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  height: 44px;
  width: 382px;
  margin: 0 auto;
}

footer .select:after,
footer .select:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

footer .select:before {
  right: 0;
  background-color: #fff;
  height: 100%;
  width: 52px;
}

footer .select:after {
  width: 13px;
  height: 10px;
  right: 20px;
  background: url('../images/down1.png') no-repeat center;
}

footer select {
  display: block;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0 52px 0 20px;
  box-sizing: border-box;
}

footer .links {
  line-height: 22px;
  margin: 40px 0 30px;
}

footer .link {
  display: inline-block;
  border-left: 1px solid #dfdfdf;
  padding: 0 50px;
}

footer .link:first-child {
  border-left: 0;
}

footer .link a:hover {
  color: #999;
}

footer p {
  line-height: 30px;
  font-size: 14px;
}

footer .text2 {
  color: #999;
}

footer .text2 a {
  color: #999;
}

.page-banner {
  height: 270px;
  position: relative;
  overflow: hidden;
}

.page-banner img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
}

.page-container {
  margin-top: 30px;
  margin-bottom: 120px;
}

.page-container .site-nav {
  line-height: 26px;
  padding-bottom: 24px;
  margin-bottom: 42px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0;
}

.page-container .site-nav span,
.page-container .site-nav i,
.page-container .site-nav a {
  font-size: 14px;
  display: inline-block;
}

.page-container .site-nav span {
  color: #056c7b;
}

.page-container .site-nav a:hover {
  color: #999;
}

.page-container .site-nav i {
  font-style: normal;
  margin: 0 12px;
}

.side-bar {
  float: left;
  width: 276px;
}

.side-bar .title {
  background-color: #056c7b;
  line-height: 68px;
  height: 68px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  padding-left: 38px;
}

.side-bar .title img {
  margin-right: 22px;
  vertical-align: middle;
}

.side-bar .list>li {
  line-height: 52px;
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.side-bar .list>li:first-child {
  border-top: 1px solid #eee;
}

.side-bar .list>li>a {
  padding-left: 54px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.side-bar .list>li.spread {
  border: 0;
}

.side-bar .list>li.spread div {
  border: 1px solid #eee;
  border-top: 0;
  background: url('../images/down2.png') no-repeat 84% center;
  cursor: pointer;
  padding-left: 54px;
  transition: padding 0.3s, background 0.3s, border 0.3s;
  -webkit-transition: padding 0.3s, background 0.3s, border 0.3s;
}

.side-bar .list>li.spread.on div,
.side-bar .list>li.spread:hover div {
  background-image: url('../images/right2.png');
  padding-left: 30px;
  border-color: #c49d66;
}

.side-bar .list>li.spread.on {
  border-color: #eee;
}

.side-bar .list>li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #056c7b;
  position: absolute;
  top: 21px;
  /* bottom: 0; */
  left: 30px;
  margin: auto;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.side-bar .list>li.on,
.side-bar .list>li:hover {
  color: #fff;
  background-color: #c49d66;
  border-color: #c49d66;
}

.side-bar .list>li.on>a,
.side-bar .list>li:hover>a {
  color: #fff;
  padding-left: 30px;
}

.side-bar .list>li.on:before,
.side-bar .list>li:hover:before {
  opacity: 0;
}

.side-bar .sublist {
  padding: 18px 0;
  font-size: 14px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-top: 0;
}

.side-bar .sublist li {
  padding-left: 60px;
  line-height: 34px;
}

.side-bar .sublist li:hover a,
.side-bar .sublist li.on a {
  color: #bd945b;
}

.side-bar .sublist a {
  display: block;
}

.side-bar .item {
  text-align: center;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  margin-top: 20px;
}

.side-bar .item:first-child {
  margin-top: 36px;
}

.side-bar .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.side-bar .item:hover .text {
  text-decoration: underline;
  border-color: #eee;
}

.side-bar .item span {
  display: block;
}

.side-bar .top {
  padding: 38px 0 30px;
  color: #fff;
}

.side-bar em {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 1;
  font-style: normal;
}

.side-bar .text {
  background-color: #fff;
  font-size: 20px;
  line-height: 58px;
  border: 1px solid #dcdcdc;
  border-top: 0;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  padding-left: 16px;
}

.side-bar .text:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 19px;
  background: no-repeat center;
  margin-left: 22px;
  vertical-align: middle;
}

.side-bar .item1 {
  background-color: #efab51;
}

.side-bar .item1 .text {
  color: #efab51;
}

/*.side-bar .item1 .text:after {*/
  /*background-image: url('../images/right1-3.png');*/
/*}*/

.side-bar .item2 {
  background-color: #80c37a;
}

.side-bar .item2 .text {
  color: #80c37a;
}

/*.side-bar .item2 .text:after {*/
  /*background-image: url('../images/right1-4.png');*/
/*}*/

.page-content {
  float: right;
  width: calc(100% - 350px);
}

.page-title {
  line-height: 1;
  color: #c49d66;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 28px;
  text-transform: uppercase;
}

.essay-content {
  line-height: 36px;
  text-align: justify;
}

.essay-content img {
  max-width: 100%;
}

.leadership-list .item {
  width: 202px;
  margin-left: 120px;
  margin-top: 60px;
  float: left;
}

.leadership-list .item.left {
  margin-left: 0;
}

.leadership-list .item.top {
  margin-top: 0;
}

.leadership-list .img {
  width: 156px;
  height: 224px;
  overflow: hidden;
}

.leadership-list img {
  width: 100%;
}

.leadership-list .name {
  font-size: 18px;
  line-height: 1;
  margin: 30px 0 16px;
}

.leadership-list p {
  color: #999;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cooperative-list .item {
  background-color: #f5f5f5;
  line-height: 124px;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

.cooperative-list .item a {
  display: block;
  padding-left: 82px;
  position: relative;
  z-index: 2;
}

.cooperative-list .icon {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 58px;
  margin: auto;
  line-height: 0;
}

.department {
  margin-bottom: 42px;
}

.department .title {
  line-height: 28px;
  padding-bottom: 22px;
  margin-bottom: 36px;
  padding-left: 40px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  color: #056c7b;
  background: url('../images/icon04.png') no-repeat;
}

.department .item {
  float: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 270px;
  margin-left: 22px;
  margin-bottom: 22px;
  line-height: 48px;
}

.department .item.left {
  margin-left: 0;
}

.department .item a {
  display: block;
  padding: 0 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.department2 .title {
  line-height: 1;
  padding-top: 62px;
  margin-top: 62px;
  margin-bottom: 44px;
  border-top: 1px solid #d9d9d9;
  font-weight: bold;
}

.department2 .title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.department2 .item {
  position: relative;
  height: 128px;
  line-height: 128px;
  margin-bottom: 22px;
  background: #f1f1f1 url('../images/right3.png') no-repeat 90% center;
}

.department2 .item a {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 270px;
}

.department2 .img {
  width: 202px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #056c7b;
}

.department2 .img img {
  width: 100%;
}

.newsList1 .item {
  margin-top: 87px;
  height: 170px;
  position: relative;
}

.newsList1 .item:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: -44px;
  left: 0;
}

.newsList1 .item:first-child {
  margin-top: 0;
}

.newsList1 .item:first-child:before {
  content: none;
}

.newsList1 .item a {
  padding-left: 338px;
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.newsList1 .item span {
  display: block;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.newsList1 .item:hover .title {
  color: #b98e51;
}

.newsList1 .img {
  width: 304px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.newsList1 .img img {
  width: 100%;
  position: absolute;
  top: -500px;
  bottom: -500px;
  left: 0;
  margin: auto;
}

.newsList1 .title {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList1 .content {
  font-size: 14px;
  line-height: 26px;
  height: 78px;
  margin: 16px 0 22px;
  color: #999;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsList1 .time {
  line-height: 1;
  color: #666;
  font-size: 14px;
}

.page-pagination {
  font-size: 14px;
  height: 36px;
  margin-top: 120px;
}

.page-pagination a,
.page-pagination span {
  margin-right: 8px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  float: left;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.page-pagination .next,
.page-pagination .prev {
  width: 130px;
}

.page-pagination .on {
  background-color: #a6657f;
  color: #fff;
}

.newsList2 .item {
  margin-bottom: 87px;
  position: relative;
}

.newsList2 .item:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: -44px;
  left: 0;
}

.newsList2 .item a,
.newsList2 .item span {
  display: block;
}

.newsList2 .item:hover .title {
  color: #b98e51;
}

.newsList2 .title {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 14px;
  max-height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.newsList2 .time {
  color: #999;
  font-size: 14px;
  line-height: 1;
}

.representatives .item {
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 26px;
}

.representatives .item a {
  display: block;
  padding: 30px 36px 22px 194px;
  position: relative;
  z-index: 2;
  height: 166px;
}

.representatives.leader .item a {
  display: block;
  padding: 30px 36px 22px 20px;
  position: relative;
  z-index: 2;
  height: 166px;
  cursor: default;
}

.representatives .item span {
  display: block;
}

.representatives .img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  left: 26px;
  width: 124px;
  height: 166px;
}

.representatives img {
  width: 100%;
}

.representatives .icon {
  width: 27px;
}

.representatives .name {
  font-size: 18px;
  margin: 22px 0 14px;
  line-height: 1;
}

.representatives .content {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1560px) {

  html,
  body {
    font-size: 15px;
  }

  .layout {
    width: 90%;
  }

  header .top {
    line-height: 36px;
  }

  header .right a {
    padding: 0 18px;
  }

  header .logo {
    height: 64px;
  }

  header .item {
    margin: 0 26px;
    line-height: 90px;
  }

  header .bottom {
    height: 90px;
  }

  footer {
    padding: 32px 0 38px;
  }

  footer .select {
    height: 34px;
    width: 326px;
  }

  footer .select:after {
    right: 16px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  footer .select:before {
    width: 46px;
  }

  footer select {
    padding: 0 46px 0 18px;
  }

  footer .links {
    line-height: 18px;
    margin: 28px 0 22px;
  }

  footer .link {
    padding: 0 38px;
  }

  footer p {
    line-height: 22px;
    font-size: 12px;
  }

  .page-banner {
    height: 220px;
  }

  .page-container {
    margin-top: 20px;
    margin-bottom: 86px;
  }

  .page-container .site-nav {
    line-height: 22px;
    padding-bottom: 12px;
    margin-bottom: 26px;
  }

  .page-container .site-nav a,
  .page-container .site-nav i,
  .page-container .site-nav span {
    font-size: 12px;
  }

  /* .side-bar {
    width: 208px;
  } */
  .side-bar .title {
    line-height: 52px;
    height: 52px;
    margin-bottom: 18px;
    font-size: 18px;
    padding-left: 22px;
  }

  .side-bar .title img {
    margin-right: 16px;
    width: 26px;
  }

  .side-bar .list>li {
    line-height: 42px;
  }

  .side-bar .list>li:before {
    width: 6px;
    height: 6px;
    left: 20px;
  }

  .side-bar .list>li>a {
    padding-left: 44px;
  }

  .side-bar .list>li:hover>a,
  .side-bar .list>li.on>a {
    padding-left: 20px;
  }

  .side-bar .list>li.spread div {
    padding-left: 44px;
  }

  .side-bar .list>li.spread:hover div,
  .side-bar .list>li.spread.on div {
    padding-left: 20px;
  }

  .side-bar .sublist {
    padding: 12px 0;
    font-size: 13px;
  }

  .side-bar .sublist li {
    padding-left: 46px;
    line-height: 28px;
  }

  /* .page-content {
    width: 646px;
  } */
  .page-title {
    margin-bottom: 42px;
    font-size: 24px;
  }

  .essay-content {
    line-height: 32px;
  }

  .cooperative-list .item {
    line-height: 90px;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .cooperative-list .item a {
    padding-left: 60px;
  }

  .cooperative-list .icon {
    width: 50px;
    height: 50px;
    right: 44px;
  }

  .cooperative-list .icon img {
    width: 100%;
  }

  .department {
    margin-bottom: 28px;
  }

  .department .title {
    background-size: 20px auto;
    line-height: 20px;
    padding-bottom: 16px;
    margin-bottom: 26px;
    padding-left: 34px;
  }

  .department .item {
    width: 202px;
    margin-left: 17px;
    margin-bottom: 18px;
    line-height: 38px;
    font-size: 14px;
  }

  .department .item a {
    padding: 0 16px;
  }

  .department2 .title {
    padding-top: 46px;
    margin-top: 46px;
    margin-bottom: 34px;
  }

  .department2 .item {
    height: 96px;
    line-height: 96px;
    margin-bottom: 18px;
  }

  .department2 .item a {
    padding-left: 202px;
  }

  .department2 .img {
    width: 152px;
  }

  .leadership-list .item {
    width: 154px;
    margin-left: 92px;
    margin-top: 42px;
  }

  .leadership-list .img {
    width: 118px;
    height: 170px;
  }

  .leadership-list .name {
    font-size: 16px;
    margin: 20px 0 12px;
  }

  .leadership-list p {
    line-height: 18px;
    font-size: 14px;
    height: 36px;
  }

  .newsList1 .item {
    height: 128px;
    margin-top: 65px;
  }

  .newsList1 .item:before {
    top: -33px;
  }

  .newsList1 .item a {
    padding-left: 252px;
  }

  .newsList1 .img {
    width: 228px;
  }

  .newsList1 .title {
    font-size: 16px;
    padding-top: 4px;
  }

  .newsList1 .content {
    font-size: 12px;
    line-height: 22px;
    height: 66px;
    margin: 12px 0 16px;
  }

  .newsList1 .time {
    font-size: 13px;
  }

  .page-pagination {
    font-size: 12px;
    height: 30px;
    margin-top: 86px;
  }

  .page-pagination a,
  .page-pagination span {
    margin-right: 6px;
    width: 28px;
    height: 28px;
    line-height: 29px;
  }

  .page-pagination .prev,
  .page-pagination .next {
    width: 110px;
  }

  .newsList2 .item {
    margin-bottom: 65px;
  }

  .newsList2 .item:before {
    bottom: -33px;
  }

  .newsList2 .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    max-height: 56px;
  }

  .newsList2 .time {
    font-size: 13px;
  }

  .representatives .item {
    margin-bottom: 20px;
  }

  .representatives .item a {
    height: 126px;
    padding: 26px 26px 16px 144px;
  }

  .representatives .img {
    left: 20px;
    width: 94px;
    height: 126px;
  }

  .representatives .icon {
    width: 20px;
  }

  .representatives .name {
    font-size: 16px;
    margin: 16px 0px 10px;
  }

  .representatives .content {
    font-size: 12px;
    line-height: 20px;
    height: 44px;
  }
}

@media screen and (max-width:1080px) {
  header .left {
    display: none;
  }

  header .links {
    display: none;
  }

  header .home {
    display: block;
  }

  footer {
    padding: 32px 5%;
  }

  footer .links {
    display: none;
  }

  .page-container .side-bar {
    float: none;
    width: 100%;
  }

  .page-content {
    float: none;
    width: 100%;
    margin-top: 60px;
  }

  .page-container .side-bar .item-wrap {
    display: none;
  }
}
