/**
 * 鎻忚堪锛氭垜瑕佸姙 鏍峰紡
 * 鍒涘缓鏃ユ湡锛�018-1-30
 * 寮�彂锛氶儎鏈嬩寒
 * 淇敼浜猴細
 * 淇敼鏃堕棿锛�
 */
a{
  border-bottom: none; /* 1 */
  text-decoration: none; /* 2 */
}
a:HOVER{
	text-decoration: none; /* 2 */
	}
#main {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 24px;
}

/* ===========================    椤堕儴瀵艰埅鏉�  =========================== */
#info-navbar {
  height: 44px;
  line-height: 44px;
}

#info-navbar span, #info-navbar i {
  color:#818181;
  font-size: 14px;
}
#info-navbar span  {
 cursor: pointer;
}
#info-navbar span:HOVER  {
  color: #1296db;
}
/* ===========================    瀵艰埅  =========================== */
#info-nav {
  width: 276px;
  background-color: #eceded;
  padding-left: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
}

#info-nav li {
  background-color: #fff;
  width: 44%;
  height: 44px;
  /**line-height: 100%;*/
  float: left;
  text-align: center;
  vertical-align: middle;
  /* padding-left: 19px; */
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
}

#info-nav li:nth-child(even){
  margin-left: 15px;
}

#info-nav li img {
    max-width: 18px;
}

#info-nav li font {
  font-size: 12px;
  color: #808080;
}

#info-nav li.border-active {
  border:1px solid #0063a4;
  background-color: #e9f2f9;
}

/* ===========================   鍐呭閮ㄥ垎  =========================== */
.info-cont-wrapper {
  width: 100%;
}

#info-cont {
  margin-left: 294px;
  min-height: 290px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}

#info-cont h4 {
  height: 40px;
  font-size: 15px;
  color: #0063a4;
  border-bottom: 1px solid #bfbfbf;
}

#info-cont h4 span {
  display: block;
  width: 100px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-bottom: 2px solid #0063a4;
}

.info-cont-items {

}
.info-cont-items .info-cont-item {
  height: 52px;
  border-bottom: 1px solid #bfbfbf;
}

.info-cont-items .info-cont-item span {
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 48px;
  background-color: #eceded;
  color:#777;
  margin-top: 4px;
  font-size: 14px;
}

.info-cont-items .info-cont-item a {
  display: inline-block;
  width: 126px;
  height: 36px;
  line-height: 36px;
  background-color: #eee;
  border: 1px solid #bfbfbf;
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
  background-image: url('../../images/gou_brey.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}

.info-cont-items .info-cont-item a.item-active {
  background-color: #1296db;
  color: #fff;
  border: 1px solid #1296db;
  background-image: url('../../images/gou_white.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.info-cont-items .info-cont-item a.item-active-per {
  background-color: #ffcd2e;
  color: #fff;
  background-image: url('../../images/gou_white.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.info-cont-list {
  display: none;
}

/* ===========================   鏈嶅姟浜嬮」  鎿嶄綔  =========================== */

.info-cont-lists {
  height: 600px;
}

.info-cont-lists h5 {
  height: 44px;
  line-height: 44px;
  background-color: #eaf5ff;
  color: #4c4c4c;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 120px;
}

.info-cont-lists h5 em{
  float: right;
}


.server-table i {
    color: #ffcd2e;
}

