p,img{margin-bottom: 0;}
a:focus, a:hover {
  text-decoration: none;
}
h1, h2, h3{margin: 0;}
.btn:active:after, .state:active:after,a:active:after,a:focus:after,a:hover:after{
  text-decoration: none;
  box-shadow: none;
  background-color: rgba(255,255,255,0);
}
.setoneline{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.settwoline{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*头部*/
.index-header{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-header>img{
  width: 100%;
}
/*底部*/
.index-footer{
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #990000;
  padding: 3vw;
}
.index-footer>p{
  font-size: 0.7rem;
  color: #fff;
}

.part-section{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.part-content{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3vw;
}

.part-header{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 3vw 0;
}
.part-header img{
  width: 100%;
}
.part-header>.part-more{
  display: block;
  position: absolute;
}

/*背景色*/
.index-body{
  background: #fff;
}
/**
* 最新动态
 */
.zxdt-header>.part-more{
  right: 5vw;
  top: 7.5vw;
  width: 13vw;
  height: 4vw;
}
.zxdt-content{
  background: #ffffee;
}
.zxdt-item{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2vw 0;
  border-bottom: 1px dotted #a6a6a6;
}
.zxdt-item span{
  width: 4.5vw;
  font-size: 0.6rem;
  color: #333;
  text-align: center;
  background: #cecece;
  margin: 0 1.5vw;
  display: inline-block;
}
.zxdt-item:nth-child(-n+3) span{
  color: #fff;
  background: #ff6600;
}
.zxdt-item>p{
  display: inline-block;
  font-size: 0.85rem;
  color: #333;
}
/**
* 采访实录
 */
.cfsl-section{
  background: url("../images/index-cfsl-back.png");
  background-size: 100% auto;
}
.cfsl-header>.part-more{
  right: 5vw;
  top: 7.2vw;
  width: 13vw;
  height: 4vw;
}
.cfsl-item>p{
  color: #fff;
}
/**
* 学习贯彻新思想
 */
.xsgcxsx-header>.part-more{
  right: 4vw;
  top: 8.5vw;
  width: 13vw;
  height: 4vw;
}
.part-item{
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 3vw 0;
  border-bottom: 1px solid #ededed;
}
.part-img{
  float: left;
  width: 32%;
  position: relative;
}
.part-img>img{
  width: 100%;
  padding: 3px;
  border: 1px solid #eee;
}
.part-title{
  float: left;
  width: 68%;
  position: relative;
  padding-left: 2vw;
}
.part-title>p{
  font-size: 0.85rem;
  color: #333;
}
/**
* 视频报道
 */
.spbd-item{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3vw;
}
.spbd-item>img{
  width: 100%;
  margin-bottom: 1vw;
}
.spbd-item>p{
  font-size: 0.85rem;
  color: #333;
  text-align: center;
}
/**
* 沿着总书记指引的方向奋进(fxfj)
 */
.fxfj-content{
  background: #990000;
  padding-bottom: 3vw;
}
.fxfj-content p{
  color: #fff;
}
/**
* 反响评论
 */
.fxpl-header>.part-more{
  right: 5vw;
  top: 8vw;
  width: 13vw;
  height: 4vw;
}
.fxpl-item{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2vw 0;
  border-bottom: 1px dotted #a6a6a6;
}
.fxpl-item span{
  width: 1vw;
  height: 1vw;
  background: #cbcbcb;
  margin: 1vw 1.5vw;
  display: inline-block;
}
.fxpl-item>p{
  display: inline-block;
  font-size: 0.85rem;
  color: #333;
}
