.banner {
  overflow: hidden;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}

/*开始*/
.mhjj {
  padding-bottom: 10px;
}
.mhjj .cont {
  /*padding-top: 50px;*/
  overflow: hidden;
}
.mhjj .tit {
  font-size: 35px;
  line-height: 76px;
  font-weight: bold;
  text-align: center;
}
.mhjj .cont .txt {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 2;
}
.mhjj .cont .txt p{
  margin-top:12px;
  text-indent: 2em;
}
.mhjj .cont .p1 {
  color: #2b78d9;
  text-indent: 0;
}
.mhjj .cont .tit {
  color: #f56c00;
  padding-bottom: 10px;
}

.mhjj .fun {
  padding-top: 46px;
  overflow: hidden;
}
.mhjj .fun .tit {
  color: #2b78d9;
}
.mhjj .fun table {
  padding-top: 28px;
  padding-bottom: 36px;
  width: 100%;
}
.mhjj .fun td {
  padding-bottom: 46px;
  vertical-align: top;
}
.mhjj .fun .last {
  padding-right: 0;
}
.mhjj .fun .li_img {
  width: 78px;
  height: 78px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  background: #e1e1e1;
}
.mhjj .fun .active .li_img {
  background: #2b78d9;
}
.mhjj .fun .active .li_img .img2 {
  display: inline-block;
}
.mhjj .fun .active .li_img .img1 {
  display: none;
}
.mhjj .fun .li_img .img2 {
  display: none;
}
.mhjj .fun .li_con {
  width: 230px;
  float: right;
}
.mhjj .fun .li_tit {
  font-size: 16px;
  color: #393939;
  font-weight: bold;
  line-height: 36px;
}
.mhjj .fun .li_txt {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.mhjj .fun .active .li_txt {
  color: #2b78d9;
}
.mhjj .fun .inner {
  overflow: hidden;
  width: 334px;
}
.mhjj .fun .td_img {
  position: relative;
}
.mhjj .fun .td_img img {
  position: absolute;
  right: 0;
  top: -104px;
}
.mhjj .nex {
  text-align: center;
}
.mhjj .nex a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #575757;
  line-height: 36px;
  padding: 0 22px;
  border: 1px solid #d2d2d2;
  margin: 0 10px;
}
.mhjj .nex a:hover {
  background: #dcdcdc;
}
/*结束*/

/*开始*/
.news {
  padding-top: 36px;
  background: #eee;
  padding-bottom: 30px;
}
.news .list {
  /*padding-bottom:42px;*/
}
.news .list li {
  width: 588px;
  height: 192px;
  background: #fff;
  float: left;
  margin-bottom: 30px;
}
.news .list li:nth-child(2n + 1) {
  float: right;
}
.news .list li a {
  display: block;
}
.news .list .left {
  width: 106px;
  padding-right: 20px;
  text-align: right;
  background: #3498db;
  height: 192px;
}
.news .list .left .num {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
  line-height: 80px;
}
.news .list .left .time {
  font-size: 15px;
  color: #fff;
  line-height: 16px;
}
.news .list .left .bj {
  font-size: 13px;
  color: #fff;
  line-height: 38px;
  background: url(../images/74_03.jpg) no-repeat right bottom;
}
.news .list .left .js {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
}
.news .list .con {
  width: 408px;
  padding-left: 28px;
}
.news .list .tit {
  font-size: 18px;
  color: #292929;
  line-height: 44px;
  padding-top: 15px;
  overflow: hidden; /*//超出的文本隐藏*/
  text-overflow: ellipsis; /*//用省略号显示*/
  white-space: nowrap; /*//不换行*/
}
.news .list .txt {
  font-size: 15px;
  color: #717171;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list .more {
  font-size: 13.39px;
  color: #3498db;
  border: 1px solid #4caafc;
  margin-right: 27px;
  line-height: 26px;
  width: 89px;
  float: right;
  text-align: center;
}
.news .list .right {
  float: right;
}
.news .list li {
  box-shadow: 4px 4px 4px #cfcfcf;
}
.news .list .active {
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.news .list .active .more {
  background: #3498db;
  color: #fff;
}

.news_view a {
  color: #666;
}
.news_view a:hover {
  color: #6cf;
}
/*结束*/
