@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "微软雅黑";
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

/*当前位置*/
.position {
  width: 800px;
  height: 40px;
  line-height: 40px;
}

.position .position-txt {
  font-size: 13px;
  color: #454545;
}


/*内容*/
.con {
  padding-top: 20px;
  padding-bottom: 20px;
}

.con .con-left {
  width: 800px;
  padding: 30px 30px;
  /*min-height: 940px;*/
  /*text-align: center;*/
  margin-right: 30px;
  border: 1px solid #f8e9cf;
  min-height: 1020px;
}


.con .con-title {
  font-size: 25px;
  color: #000;
  line-height: 150%;
  text-align: center;
  border-bottom: 2px #717171 solid;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.con-left .small-title {
  width: 700px;
  font-size: 15px;
  color: #333;
  height: 50px;
  line-height: 50px;
}

.con-left .small-title .date {
  margin: 0 50px 0 150px;
}

.con-left .small-title .fare {
  float: right;
  min-width: 150px;
}

.main-txt {
  margin-top: 10px;
}

.main-txt p {
  font-size: 17px;
  color: #333;
  line-height: 2em;
  text-align: justify;
}

.main-corner {
  float: right;
  margin-top: 20px;
  margin-bottom: 40px;
}

.main-corner div {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}

.main-word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #f1f1f1;
}

.main-word .main-word-left {
  float: left;
}

.main-word-left span {
  font-size: 15px;
  font-weight: bold;
  color: #fa0505;
}

.main-word .main-word-right {
  float: right;
}

.main-word-right span {
  float: left;
}

.main-word-right .printer {
  margin-left: 30px;
  padding-left: 25px;
  background: url(printer.png) no-repeat left center;
  cursor: pointer;
}

.main-word-right .close {
  margin-left: 25px;
  padding-left: 25px;
  background: url(close.png) no-repeat left center;
  cursor: pointer;
}

.con-main .line {
  border: 1px #c5c5c5 dotted;
  margin: 20px 0;
}

.con-main .prev {
  margin-bottom: 15px;
}


.con .con-right {
  float: left;
  width: 370px;
}

.con-right .right-list {
  width: 370px;
  height: 288px;
  margin-bottom: 30px;
  border: 1px #d9d9d9 solid;
  border-top: 2px #1d79cc solid;
  background-color: #f7f7f7;
}

.right-list .right-list-title {
  width: 300px;
  height: 45px;
  padding: 0 25px;
  border-bottom: 1px #fbfbfb solid;
}

.right-list-title .list-title-txt {
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #1d79cc;
  /*margin-left: 25px;*/
  margin-top: 12px;
  padding-left: 15px;
  border-left: 4px #1d79cc solid;
}

.right-list-title .list-title-more {
  float: right;
  font-size: 15px;
  color: #999;
  line-height: 45px;
}

.right-list .right-list-content {
  font-size: 17px;
  color: #333;
  padding-top: 10px;
  padding-left: 25px;
}

.right-list-content li {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  padding-left: 15px;
  background: url(dot.png) no-repeat left center;
}

.right-list-content li a {
  color: #333;
}

/*底*/
/*.footer-banner {*/
/*width: 100%;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*font-size: 13px;*/
/*color: #fff;*/
/*text-align: center;*/
/*background-color: #427fda;*/
/*}*/

/*.footer {*/
/*width: 100%;*/
/*height: 110px;*/
/*line-height: 110px;*/
/*font-size: 13px;*/
/*color: #999;*/
/*text-align: center;*/
/*background-color: #dbdbdb;*/
/*}*/

.w1260 {
  width: 1260px;
  margin: 0 auto;
}

.contentBg {
  background: url(content-bg.png) repeat-y left center;
  /* width: 1260px; */
  margin-left: -3px;
}

#zoom img {
  max-width: 100%;
}
.leader-img {
  text-align: center !important;
  margin-bottom: 30px;
}

.leader-duty {
  margin-bottom: 30px;
}

.leader-tab {
  line-height: 2em;
  margin-bottom: 10px;
}

.leader-tabs {
  line-height: 2em;
  margin-bottom: 10px;
}

.leader-tab {
  padding: 0 5px;
  color: #666;
  cursor: default;
  font-size: 17px;
}

.leader-tab.active,
.leader-tab.active a {
  color: #4872b0;
  font-weight: bold;
}

.act-list li {
  padding-left: 12px;
  position: relative;
  font-size: 17px;
  line-height: 1.8;
}

.act-list li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
}

.act-list li span {
  float: right;
  color: #999;
  font-size: 15px;
}