﻿body {
  font-family: 'microsoft yahei';
}
.container {
  width: 1170px;
}
.panel,.btn {
  border-radius: 0;
}
.panel-title {
  border-left: solid 4px #ea799f;
  padding-left: 8px;
}
.fws-header-search-btn .btn {
  border-color: #00a1d6;
}
a:hover {color: #00a1d6;}

.pagination > li > a {
  color: #999;
}
.pagination > li.active > a {
  background-color: #00a1d6;
  border-color: #00a1d6;
}

/* 糖果 */
.panel-default {
  border-color: #f0f0f0;
}
.panel-default .panel-heading {
  color: #333;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #ea799f;
}
.navbar {
  border-width: 0;
  background-color: #fff;
}
.container-fluid > .navbar-header {
  margin-left: -15px;
}
.navbar-space {
  float: none;
  border-bottom: solid 1px #ddd;
  display: block;
  height: 51px;
}
.navbar-default .navbar-nav li,
.navbar-default .navbar-header

 {
  border-bottom: solid 1px #ddd;
}
.navbar-default .navbar-nav .active {
  border-bottom: solid 2px #00a1d6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #00a1d6;
}
.btn-primary {
  background-color: #00a1d6;
  border-color: #00a1d6;
}
.btn-primary:hover {
  background-color: #00B4F0;
  border-color: #00B4F0;
}
.form-control {
  border-radius: 0;
  border-color: #00a1d6;
}
p {
  line-height: 1.42857143;
}
.job-search-type p {
  line-height: 2;
}
/* diy */
.cul-rw-item img {
  width: 100%;
  height: 130px;
}
.cul-rw-item h5 {
  text-align: center;
}

.cul-zp-item {
  margin-bottom: 20px;
}
.cul-zp-item a.img-thumbnail {
  display: block;
  position: relative;
  height: 105px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 50%;
  border-color: #00a1d6;
  border-width: 1px;
}
.cul-zp-item a.img-thumbnail:hover {
  border-radius: 10%;
}
.cul-zp-item img {
  width: 100%;
  position: absolute;
  opacity: 0.9;
}
.cul-zp-item img:hover {
  opacity: 1;
}
.cul-zp-item h5 {
  margin: 0 0 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cul-zp-item h4 {
  margin: 0 0 5px 0;
}
.cul-zp-item-big a.img-thumbnail {
  height: 250px;
}
.rw-header { /* 头像 */
  float: right;
  max-width: 200px;
  margin-left: 1.5em;
}