/**!
 * 当前栏目
 * author: fxyue;
 * date: 2019-07-04
 */
body {
  background: #f2f2f2;
}

/* 面包屑 */
.ewb-location {
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    background: url("../images/location_icon.png") 1px 50% no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #ff7200;
}

.ewb-header {
    background: #fff;
}

/* 左 */
.ewb-main-left {
  width: 180px;
  float: left;
  padding-top: 16px;
  height: 465px;
  background: url("../images/main_left_bg.jpg");
}

.ewb-main-item a {
  display: block;
  height: 58px;
  padding: 16px 0 0 75px;
  color: #fff;
  background-position: 32px 50%;
  background-repeat: no-repeat;
}

.ewb-main-item span {
  font-size: 18px;
  display: block;
  line-height: 24px;
}

.ewb-main-item label {
  display: block;
  line-height: 20px;
}

.main1 {
  background-image: url("../images/main_icon_01.png");
}

.main2 {
  background-image: url("../images/main_icon_02.png");
}

.main3 {
  background-image: url("../images/main_icon_03.png");
}

.main4 {
  background-image: url("../images/main_icon_04.png");
}

.main5 {
  background-image: url("../images/main_icon_05.png");
}

.main6 {
  background-image: url("../images/main_icon_06.png");
}

.ewb-main-item.current {
  background: url("../images/white_bg.png");
}

.ewb-main-item.current span {
  font-weight: bold;
}

/* 右 */
.ewb-main-right {
  height: 464px;
  background: #fff;
  margin-left: 180px;
  padding: 17px 30px 0;
}

.tt1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.tt2 {
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

.tt3 {
  color: #999;
  line-height: 22px;
}

.ewb-login-content {
  margin-top: 6px;
  overflow: hidden;
}

.ewb-login-content ul {
  margin-left: -40px;
}

.ewb-login-item {
  float: left;
  width: 33.33%;
  margin-top: 30px;
}

.ewb-login-item a {
  display: block;
  height: 60px;
  border: 1px solid #4782ce;
  margin-left: 40px;
  border-radius: 6px;
  color: #1167b7;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ewb-login-item a:hover {
  background: #e8f2ff;
}