﻿/*党建工作*/
.fl {
  float: left;
}

.fr {
  float: right
}

.W700 {
  width: 100%;
  box-sizing: border-box;
}

.W210 {
  width: 310px;
}

.W455 {
  width: 455px;
}

.W329 {
  width: 70%;
}

.H275 {
  height: 275px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.borT {
  border-top: 1px dashed #ddd;
}

/*基层组织建设*/
.article_box img {
  width: 250px;
  height: 160px;
  float: left;
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 2px;
}

.article_box h2 a {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
}

.article_box p {
  line-height: 22px;
  font-size: 12px;
}

ul.new_list {
  padding-top: 5px;
  margin-top: 5px;
}

/*图栏目*/
.CountUl {
  position: relative;
  padding: 10px;
}

.imgAreaDiv2 {
  width: 100%;
  overflow: hidden
}

.imgAreaDiv2 ul li {
  display: block;
  float: left;
  margin: 0 10px 12px;
  width: 170px;
}

.imgAreaDiv2 ul li img {
  border: 1px solid #d9d9d9;
  display: block;
  height: 112px;
  padding: 2px;
  width: 164px;
}

.imgAreaDiv2 ul li .title_type {
  display: block;
  line-height: 24px;
  overflow: hidden;
  padding-top: 5px;
}

.imgAreaDiv_in2 {
  width: 10000px
}

.picList2 {
  float: left
}

.Min.mt15.allDiv {
  padding-bottom: 0;
}


@media only screen and (max-width:768px) {
  .article_box img {
 display: none;
  }

  .W700, .W455, .W210 {
 width: 49%;
 box-sizing: border-box;
 margin-top: 15px;
  }

  .W329 {
 width: 100%;
  }

  .new_list li {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 display: inline-block;
 width: 100%;
  }

  .article_box.mt10 {
 height: 102px;
  }

  .H275 {
 height: auto;
  }
}

@media only screen and (max-width:545px) {
  .article_box img {
 display: block;
 float: none;
 margin: 10px auto;
  }

  .article_box.mt10 {
 height: auto;
  }

  .W700, .W455, .W210 {
 width: 100%;
 float: none !important;
 margin-top: 15px;
  }

  .tab_box {
 border: none;
  }
} 