﻿body {
  font-family: Microsoft YaHei, Arial, verdana, serif;
  font-size: 14px;
  color: #4d4d4d;
}
.g-main {
  /* 所有的样式调整到 .g-main 下面防止相互污染*/
}
.g-main .content .type-nav {
  width: 290px;
  border-radius: 4px;
  overflow: hidden;
  margin: 20px auto;
}
.g-main .content .type-nav li {
  width: 49%;
  float: left;
  height: 45px;
  border: 1px solid #1a50a1;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  transition: .5s;
}
.g-main .content .type-nav li.active {
  color: #fff;
  background-color: #1a50a1;
}
.g-main .content .type-content {
  width: 940px;
  margin: 0 auto;
}
.g-main .content .type-content .theme:after {
  content: '';
  clear: both;
  display: block;
}
.g-main .content .type-content .theme li {
  position: relative;
  width: 212px;
  height: 45px;
  background-color: #f5f5f5;
  border-radius: 6px;
  float: left;
  margin-left: 26px;
  margin-top: 12px;
}
.g-main .content .type-content .theme li:nth-child(4n-3) {
  margin-left: 0;
}
.g-main .content .type-content .theme li:before {
  opacity: 0;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  border-left: 3px solid #1a50a1;
  border-top: 1px solid #1a50a1;
  border-bottom: 1px solid #1a50a1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.g-main .content .type-content .theme li:hover:before {
  opacity: 1;
}
.g-main .content .type-content .theme li .icon {
  display: inline-block;
  background-image: url("../img/index.png");
  margin-left: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 28px;
}
.g-main .content .type-content .theme li .icon.icon1 {
  background-position: -34px -17px;
}
.g-main .content .type-content .theme li .icon.icon2 {
  background-position: -168px -17px;
}
.g-main .content .type-content .theme li .icon.icon3 {
  background-position: -319px -17px;
}
.g-main .content .type-content .theme li .icon.icon4 {
  background-position: -462px -17px;
}
.g-main .content .type-content .theme li .icon.icon5 {
  background-position: -602px -17px;
}
.g-main .content .type-content .theme li .icon.icon6 {
  background-position: -739px -17px;
}
.g-main .content .type-content .theme li .icon.icon7 {
  background-position: -892px -17px;
}
.g-main .content .type-content .theme li .icon.icon8 {
  background-position: -1036px -17px;
}
.g-main .content .type-content .theme li .icon.icon9 {
  background-position: -1187px -17px;
}
.g-main .content .type-content .theme li .icon.icon10 {
  background-position: -1323px -17px;
}
.g-main .content .type-content .theme li .icon.icon11 {
  background-position: -1464px -17px;
}
.g-main .content .type-content .theme li .icon.icon12 {
  background-position: -1608px -17px;
}
.g-main .content .type-content .theme li .icon.icon13 {
  background-position: -1753px -17px;
}
.g-main .content .type-content .theme li .icon.icon14 {
  background-position: -1890px -17px;
}
.g-main .content .type-content .theme li .icon.icon15 {
  background-position: -2028px -17px;
}
.g-main .content .type-content .theme li .icon.icon16 {
  background-position: -2172px -17px;
}
.g-main .content .type-content .theme li .info {
  display: inline-block;
  line-height: 45px;
  margin-left: 12px;
}
.g-main .content .type-content .department {
  display: none;
}
.g-main .content .type-content .department:after {
  content: '';
  clear: both;
  display: block;
}
.g-main .content .type-content .department li {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.5;
  text-align: left;
  width: 185px;
}
.g-main .content .type-content .department li:before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #999;
  left: 5px;
  top: 14px;
}
.g-main .content .type-content .department li span.org-text {
  display: block;
  margin-left: 10px;
}
.g-main .content .type-content .department li a.org-text {
  display: block;
  margin-left: 10px;
}
.g-main .content .chart-content {
  width: 970px;
  margin: 40px auto;
  height: 400px;
}
.g-main .content .chart-content .carousel .caro-main > ul > li {
  height: 300px;
  width: 970px;
}
.g-main .content .chart-content .carousel .caro-main > ul > li .chart {
  height: 300px;
  width: 970px;
}
.g-main .line {
  height: 1px;
  margin-top: 26px;
  box-shadow: 0 3px 5px #ddd;
}
.g-main .loading-dialog {
  background: #f8f8f8;
}
/*# sourceMappingURL=index.css.map */