a,
a:hover {
  color: #333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wws-i {
  font-style: normal;
}
.wws-color {
  color: #de0041;
}
.wws-height {
  height: 42px;
}
.wws-input {
  height: 42px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px #d6dee2;
  outline: none;
}
.wws-select {
  height: 42px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px #d6dee2;
  outline: none;
}
.wws-btn {
  display: block;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #de0041;
  color: #fff;
  -webkit-border-radius: 4px ;
          border-radius: 4px ;
}
.wws-btn:hover {
  color: #fff;
}
.wws-container {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.common-container {
  width: 1200px;
  margin: 0 auto;
}
.section-wrap {
  position: relative;
}
.section-wrap:before {
  content: '';
  position: absolute;
  top: 90px;
  left: 0;
  width: 360px;
  height: 300px;
  background: url('/static/edu/images/hxzy/left-bg.png') no-repeat left 90px;
}
.section-wrap:after {
  content: '';
  position: absolute;
  top: 90px;
  right: 0;
  width: 360px;
  height: 300px;
  background: url('/static/edu/images/hxzy/right-bg.png') no-repeat right 90px;
}
.ws_alert {
  padding: 30px 50px;
  position: fixed;
  text-align: center;
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 999;
}
.paginate-wrap .paginate {
  text-align: center;
}
.paginate-wrap .paginate a,
.paginate-wrap .paginate span {
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  border: 1px solid #ccc;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.paginate-wrap .paginate li {
  display: inline-block;
}
.paginate-wrap .paginate li.active a {
  background-color: #de0041;
  color: #fff;
  border: 1px solid #de0041;
}
.paginate-wrap .paginate a:hover,
.paginate-wrap .paginate a.on {
  background-color: #de0041;
  color: #fff;
  border: 1px solid #de0041;
}
.paginate-wrap .paginate a.unclick,
.paginate-wrap .paginate a.unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}
.paginate-wrap .reviewSys .current {
  color: #de0041;
  border: 1px solid #de0041;
}
.shadow-common {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.dialog-common {
  display: none;
  width: 522px;
  height: 492px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin-left: -238px;
  margin-top: -246px;
  background: url('/static/edu/images/hxzy/member-manage-add.png') no-repeat #fff;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-animation-name: flyIn5;
          animation-name: flyIn5;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.dialog-common .dialog-common-title {
  height: 45px;
  line-height: 45px;
  position: relative;
  font-size: 20px;
  background: #fef1f5;
  text-align: center;
  color: #fe1459;
}
.dialog-common .dialog-common-title .dialog-common-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 45px;
  height: 45px;
  color: #bbb;
  cursor: pointer;
}
.dialog-common .dialog-common-cont {
  width: 442px;
  height: 386px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 14px;
          border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog-common .common-form {
  width: 382px;
  margin: 0 auto;
  padding-top: 36px;
}
.dialog-common .form-item {
  margin-bottom: 24px;
}
.dialog-common .form-item .item-left {
  width: 100px;
  line-height: 42px;
}
.dialog-common .form-item .item-right .item-right-input {
  width: 260px;
  height: 42px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px #d6dee2;
  outline: none;
}
.dialog-common .form-item .item-right .item-right-select {
  width: 150px;
  height: 42px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px #d6dee2;
  outline: none;
}
.dialog-common .form-item .item-right .item-right-text {
  line-height: 42px;
  padding-left: 20px;
}
.dialog-common .common-btn {
  width: 260px;
  height: 42px;
  position: relative;
  top: 6px;
  text-align: center;
  margin-left: 130px;
  line-height: 42px;
  background-color: #fe1459;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
}
.wws-input-fail {
  border: 1px solid #de0041!important;
}
.dialog-alert-box {
  display: block;
  width: 422px;
  height: 284px;
  margin-top: -120px;
  margin-left: -211px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
          box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
}
.dialog-alert-box .dialog-alert .dialog-alert-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  padding: 16px 0 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.dialog-alert-box .dialog-alert .dialog-alert-warn {
  background: url(/static/edu/images/hxzy/dialog-warn.png) no-repeat center;
}
.dialog-alert-box .dialog-alert .dialog-alert-succ {
  background: url(/static/edu/images/hxzy/dialog-success.png) no-repeat center;
}
.dialog-alert-box .dialog-alert .dialog-alert-error {
  background: url(/static/edu/images/hxzy/dialog-error.png) no-repeat center;
}
.dialog-alert-box .dialog-alert .dialog-alert-text {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  color: #fc054d;
  margin-bottom: 20px;
}
.dialog-alert-box .dialog-alert .dialog-alert-btn {
  width: 198px;
  height: 40px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fc054d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.dialog-confirm-box {
  display: block;
  width: 422px;
  height: 284px;
  margin-top: -120px;
  margin-left: -211px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
          box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  padding: 16px 0 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-text {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  color: #fc054d;
  margin-bottom: 20px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-input input {
  width: 240px;
  height: 42px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-text {
  min-height: 20px;
  line-height: 1.8;
  margin-top: 35px;
  margin-bottom: 35px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-btn {
  width: 240px;
  height: 40px;
  margin: 0 auto;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-btn .dialog-confirm-btn-item {
  width: 45%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fc054d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.undis{
  display: none;
}

.newsLi tt{
  background: #DE0041;
  border-radius: 4px;
  font-family: 'Microsoft YaHei';
  width: 24px;
  height: 14px;
  line-height: 14px;
  right: 0px;
  top: 1px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.paginate {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 72px;
}
.paginate a,
.paginate span {
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  border: 1px solid #ccc;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.paginate li {
  display: inline-block;
}
.paginate li.active a {
  background-color: #de0041;
  color: #fff;
  border: 1px solid #de0041;
}
.paginate a:hover,
.paginate a.on {
  background-color: #de0041;
  color: #fff;
  border: 1px solid #de0041;
}
.paginate a.unclick,
.paginate a.unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}

.header .header-nav .nav .nav-ul .nav-li.selected {
  background: #DE0041;
}

.header .header-nav .nav .nav-ul .nav-li:hover {
  background: #DE0041;
}

.header .header-top .header-top-cont{
  overflow: hidden;
}
.friend{margin-bottom: 15px;margin-left: -4px;}
.friend a{padding: 2px;}
.friend a, .friend span{color: #666;font-size: 14px;}
.friend a:hover{color: #fff;text-decoration: underline}