﻿/* 网站样式表不一 */
.clearfl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ysjs {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  color: #000;
}
.relative {
  position: relative;
}
.ysjs-banner {
  margin-top: 20px;
  width: 100%;
  height: 120px;
  line-height: 110px;
  background: url(../images/banner.png) center center no-repeat;
  background-size: 100%;
  font-family: MicrosoftYaHei-Bold;
  box-shadow: 3px 3px 9px 0px #600000;
  text-align: center;
  position: relative;
}
.ysjs-banner p {
  height: 100%;
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}
.ysjs-back {
  width: 106px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #ce6603;
}
.ysjs-table {
  margin-top: 20px;
  border-bottom: 1px solid #bc6262;
  font-size: 16px;
}
.ysjs-table li {
  float: left;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.actived {
  background-color: #cb0306;
  color: #fff;
}
.ysjs-list {
  padding: 10px 0 30px 0;
  min-height: 240px;
}
.list-item {
  width: 414px;
  padding: 0 10px;
  margin: 9px 0 9px 36px;
  float: left;
  height: 34px;
  line-height: 34px;
  border: 1px solid #eeeeee;
  text-align: start;
  font-size: 14px;
}

.list-item span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-text {
  width: 320px;
}
.item-icon {
  margin-left: 10px;
  color: #b30000;
  font-size: 12px;
}
.item-style {
  width: 414px;
  padding: 0 10px;
}
.ysjs-content {
  padding: 10px 20px;
}
.content-box {
  border: solid 1px #e6c7c7;
  margin-top: 26px;
  display: none;
}
.show-content {
  display: block;
}
.box-title {
  height: 46px;
  line-height: 46px;
  background-color: #f9f9f9;
}
.box-title p {
  width: 252px;
  background-color: #cb0306;
  font-size: 18px;
  /* font-weight: bold; */
  text-align: center;
  color: #fff;
}
.box-list {
  padding: 30px;
}
.sg-item {
  text-align: start;
  margin-bottom: 14px;
  font-size: 16px;
  text-indent: 20px;
  background: url(../images/icon.png) left center no-repeat;
}
.qx-item {
  width: 268px;
  height: 34px;
  text-indent: 32px;
  line-height: 40px;
  background-color: #f6f6f6;
  border: solid 1px #eeeeee;
  float: left;
  margin: 9px 0 9px 36px;
}
/* .qx-item:nth-child(3n+2){
    margin: 18px 36px 0;
} */

.box-list img {
  margin-right: 6px;
}
.box-item {
  text-align: start;
  font-size: 14px;
  float: left;
  width: 182px;
  padding: 6px 0 6px 24px;
  margin: 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: url(../images/icon.png) left center no-repeat;
}
/* 弹窗 */
.alert-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 464px;
  height: 272px;
  padding: 18px 30px;
  background-color: #ffffff;
  border: solid 1px #bfbfbf;
  overflow: hidden;
}
.alert-title {
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  color: #cb0306;
  text-align: center;
  border-bottom: 1px solid #d9a8a9;
}
.alert-content {
  padding: 10px;
  height: 160px;
  overflow-y: auto;
}

.alert-content span {
  color: #b30000;
  margin-right: 10px;
  font-weight: bold;
}

.alert-content ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.alert-content li {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.alert-content li a {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}
.alert-content .item-time {
  display: none;
}
.alert-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.alert-warnning {
  margin-top: 20px;
  text-align: center;
}
