* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
#dongkou-xcsp a {
  font-family: Microsoft YaHei;
  color: #134B89;
  text-decoration: none;
}
body {
  width: 100%;
  height: 100%;
}
#dongkou-xcsp {
  width: 100%;
}
#dongkou-xcsp img {
  vertical-align: middle;
}
.xcsp-container {
  width: 1110px;
  margin: 0 auto;
  height: 100%;
}
.xcsp-banner {
  width: 100%;
  position: relative;
}
.xcsp-banner img {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1110px;
  width: 100%;
  height: 100%;
}
/*-------当前位置-----*/
.xcsp-location {
  line-height: 56px;
  height: 56px;
  color: #999999;
  font-size: 16px;
  background-color: #F1F1F1;
  max-width: 1920px;
  margin: 0 auto;
}
.xcsp-location .szwz {
  color: #999999;
}
.xcsp-location a {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #999999 !important;
}
.xcsp-location a:hover {
  color: #DB0000 !important;
}
/**------主要内容-----*/
.xcsp-cont {
  width: 100%;
  margin-top: 41px;
}
.xcsp-cont .xcsp-conts .cont-title {
  width: 1110px;
  height: 36px;
  background: url('../images/xcjy-title.png');
}
.xcsp-cont .xcsp-conts .cont-main {
  margin-top: 30px;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont {
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont ul {
  font-size: 18px;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li {
  height: 57px;
  list-style: none;
  line-height: 57px;
  border-bottom: 1px dotted #D3CFCB;
  padding: 0 0 0 20px;
  position: relative;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li a:first-child {
  display: inline-block;
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li a {
  display: inline-block;
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333 !important;
  font-size: 18px;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li a:hover {
  color: #DB0000 !important;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li:last-child {
  border-bottom: none;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li .li-marker {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../images/red-threePoint.png") no-repeat center;
  top: 21px;
  left: 1px;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li .cont-mian {
  display: inline-block;
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333 !important;
  font-size: 18px;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li .cont-mian:hover {
  color: #1658A0 !important;
}
.xcsp-cont .xcsp-conts .cont-main .tab-cont li .cont-time {
  float: right;
}
#page_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_div .currentIndex {
  background: #DB0000 !important;
  border: 1px solid #DB0000 !important;
}
