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);
}
@media screen and (min-width: 1024px){
  html,body{
    font-size: 6px;
  }
}
@media screen and (min-width: 1280px){
  html,body{
    font-size: 7px;
  }
}
@media screen and (min-width: 1366px){
  html,body{
    font-size: 8px;
  }
}
@media screen and (min-width: 1680px){
  html,body{
    font-size: 9px;
  }
}
@media screen and (min-width: 1920px){
  html,body{
    font-size: 10px;
  }
}
@media screen and (min-width: 2130px){
  html,body{
    font-size: 12px;
  }
}
@media screen and (min-width: 2350px){
  html,body{
    font-size: 14px;
  }
}
@media screen and (min-width: 2560px){
  html,body{
    font-size: 16px;
  }
}
@media screen and (min-width: 3200px){
  html,body{
    font-size: 18px;
  }
}
@media screen and (min-width: 3840px){
  html,body{
    font-size: 22px;
  }
}
.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;
}
.setthreeline{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*头部*/
.index-header{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-header>img{
  width: 100%;
}
/*底部*/
.index-footer{
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #CF0015;
  padding: 30px;
}
.index-footer>p{
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.part-section{
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 330px;
  margin: 0 auto;
}
.part-content{
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.part-header{
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.part-header img{
  width: 100%;
}
.part-header>.part-more{
  display: block;
  position: absolute;
}
/*头部与底部*/
.xyesd-footer{
  background: #C90C23;
}
.index-section{
  background: #faefcd url("../images/index-bg-104.png") no-repeat;
  background-size: 100% auto;
}
/**
头条关注
 */
/*置顶新闻*/
.ttgz-top{
  position: relative;
  overflow: hidden;
  width: 1235px;
  margin: 0 auto;
  padding: 30px 0 10px;
}
.ttgz-top-images{
  float: left;
  width: 193px;
  margin-right: 18px;
}
.ttgz-top-images>img{
  width: 100%;
}
.ttgz-top-title{
  float: left;
  width: 1024px;
  padding: 28px 0;
}
.ttgz-top-title>a{
  font-size: 36px;
  color: #E92129;
  font-weight: bold;
}
/*主要内容*/
.ttgz-content{
  width: 1240px;
  padding: 20px;
}
/*主要内容-左侧图片*/
.ttgz-imglist{
  float: left;
  width: 612px;
  height: 464px;
  background: #EDBD63;
  padding: 15px;
  box-shadow: 0 3px 18px 0 rgba(0,0,0,0.24);
  margin-right: 14px;
}
.ttgz-img{
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.ttgz-img>img{
  width: 100%;
  height: 100%;
}
.ttgz-imglist>.ttgz-active{
  display: block!important;
}
/*主要内容-右侧列表*/
.ttgz-newslist{
  float: left;
  width: 574px;
  height: 464px;
  background: #FDF1F0;
}
.ttgz-news{
  display: block;
  position: relative;
  width: 100%;
  height: 76px;
}
.ttgz-icon,.ttgz-icon-active{
  float: left;
  width: 38px;
}
.ttgz-icon{
  padding: 28px 10px 0 20px;
}
.ttgz-icon-active{
  display: none;
  padding: 27px 5px 0;
}
.ttgz-icon>img,.ttgz-icon-active>img{
  width: 100%;
}
.ttgz-title{
  float: left;
  width: 516px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.11);
}
.ttgz-title>p{
  font-size: 18px;
  color: #333;
}
.ttgz-newslist>.ttgz-active{
  background: url("../images/index-xwjj-xbg-104.png") no-repeat;
  background-size: 100% 100%;
  width: 598px;
  margin-left: -24px;
  padding-left: 24px;
}
.ttgz-newslist>.ttgz-active>.ttgz-icon{
  display: none;
}
.ttgz-newslist>.ttgz-active>.ttgz-icon-active{
  display: block;
}
.ttgz-newslist>.ttgz-active>.ttgz-title>p{
  color: #fff;
}
.ttgz-news:last-child>.ttgz-title{
  border-bottom: 0;
}
/*更多*/
.index-more{
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 12px;
}
.index-more-btn{
  display: block;
  width: 90px;
  float: right;
  margin-right: 30px;
}
.index-more-btn>img{
  width: 100%;
}
/**
  报告解读
 */
.bgjd-section{
  background: url("../images/index-dbfc-bg.png") no-repeat;
  background-size: 104% auto;
  margin-top: 3vw;
  min-height: 54vw;
}
.bgjd-header{
  position: relative;
  width: 90.3vw;
  padding: 4vw 0 4vw;
}
.bgjd-header>img{
  width: 100%;
}
.bgjd-part{
  float: left;
  position: relative;
}
/*左侧*/
.bgjd-left{
  width: 33.5vw;
  padding-left: 4.6vw;
}
.bgjd-left-icon{
  position: absolute;
  width: 3vw;
  top: 21.5vw;
  left: 0;
}
.bgjd-left-icon>img{
  width: 100%;
}
.bgjd-left-item{
  display: block;
  position: relative;
  overflow: hidden;
  width: 28.9vw;
}
.bgjd-left-img{
  width: 100%;
  height: 21.7vw;
  padding: 0.1vw;
  margin-bottom: 1.2vw;
  background: url("../images/index-bgjd-left-bg.png") no-repeat;
  background-size: 100% 100%;
}
.bgjd-left-img>img{
  width: 100%;
  height: 100%;
}
.bgjd-left-title{
  width: 100%;
  position: relative;
}
.bgjd-left-title>p{
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
/*右侧*/
.bgjd-right{
  margin-left: 2.2vw;
  width: 26.8vw;
}
.bgjd-right-item{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.9vw;
  background: url("../images/index-bgjd-item-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 2.1vw 0.9vw;
}
.bgjd-right-item>p{
  font-size: 3rem;
  color: #D92228;
}
/*列表部分*/
.bgjd-list{
  position: relative;
  width: 100%;
  margin-top: 2vw;
}
.bgjd-list-item{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1vw;
}
.bgjd-list-item>.bgjd-icon{
  float: left;
  width: 0.5vw;
  height: 0.5vw;
  background: #FFE8B9;
  margin: 0.6vw 0.6vw 0 0;
}
.bgjd-list-item>.bgjd-title{
  float: left;
  width: 25.6vw;
}
.bgjd-list-item>.bgjd-title>p{
  font-size: 2rem;
  color: #fff;
}
/**
  二十大代表风采
 */
.dbfc-content{
  width: 62.5vw;
}
.dbfc-top{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3vw;
}
.dbfc-top-item{
  float: left;
  display: block;
  position: relative;
  width: 26vw;
  height: 13vw;
  padding: 1vw 0;
  background: #E63931;
  border-radius: 0.5vw;
  margin: 0 2.3vw 0 3.2vw;
}
.dbfc-top-item:nth-child(2n){
  margin-right: 0;
}
.dbfc-top-img{
  float: left;
  width: 15vw;
  height: 11vw;
  margin-left: -3.2vw;
}
.dbfc-top-img>img{
  width: 100%;
  height: 100%;
}
.dbfc-top-title{
  float: left;
  width: 14vw;
  padding: 1vw;
}
.dbfc-top-title>p{
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
.dbfc-list{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.dbfc-item{
  float: left;
  width: 28.8vw;
  margin-right: 4.1vw;
  padding: 0.5vw 0;
}
.dbfc-item:nth-child(2n){
  margin-right: 0;
}
.dbfc-item>.dbfc-icon{
  float: left;
  width: 0.3vw;
  height: 0.3vw;
  background: #D92228;
  margin: 0.6vw 0.6vw 0;
}
.dbfc-item>.dbfc-title{
  float: left;
  width: 27.3vw;
}
.dbfc-item>.dbfc-title>p{
  font-size: 1.8rem;
  color: #333;
}
/*代表风采-更多*/
.dbfc-more{
  width: 62.5vw;
  padding: 3vw 0;
}
.dbfc-more>.index-more-btn{
  margin-right: 0.5vw;
}
/**
  视频报道
 */
.spbd-header{
  width: 100%;
  padding: 3vw 0;
}
.spbd-content{
  position: relative;
  overflow: hidden;
  width: 62.5vw;
  margin: 0 auto;
}
.spbd-card{
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 15.2vw;
  height: 14.3875vw;
  margin-bottom: 1vw;
}
.spbd-card>img{
  width: 100%;
  height: 8.55vw;
}
.spbd-card>.spbd-title{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.9vw;
  padding: 0.5vw;
  background: linear-gradient(0deg,#E6382F,#F09570);
}
.spbd-card>.spbd-title>p{
  font-size: 1.8rem;
  color: #fff;
}
.spbd-card:first-child{
  width: 46vw;
  height: 29.775vw;
  margin-right: 1vw;
}
.spbd-card:first-child>img{
  width: 100%;
  height: 25.875vw;
}
.spbd-card:first-child>.spbd-title{
  position: relative;
  overflow: hidden;
  padding: 1vw;
  width: 100%;
  height: 3.9vw;
  background: linear-gradient(0deg,#E6382F,#F09570);
}
.spbd-card:first-child>.spbd-title>p{
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.spbd-play{
  position: absolute;
  width: 6vw;
  height: 6vw;
  left: 1vw;
  bottom: 6vw;
}
.spbd-play>img{
  width: 100%;
  height: 100%;
}
/**
  非凡十年
 */
.ffsn-card{
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 370px;
  margin: 0 45px 30px 0;
}
.ffsn-card>img{
  width: 100%;
  height: 208px;
  margin-bottom: 10px;
}
.ffsn-card>p{
  font-size: 18px;
  color: #333;
  height: 55px;
}
.ffsn-card:nth-child(3n){
  margin-right: 0;
}
/**
分页
 */
.pager-section{
  background: #faefcd;
}
.pager-header{
  width: 100%;
}
.page-card{
  float: left;
  position: relative;
  width: 280px;
  margin: 10px;
}
.page-card>img{
  width: 100%;
  margin-bottom: 10px;
}
.page-card>p{
  font-size: 18px;
  height: 55px;
  color: #333;
}
.news-card>img{
  height: 210px;
}
.video-card>img{
  height: 158px;
}
