/* 外网专题页样式 */
.header-bg .header-slogan{
  text-align: center;
  height: 62px;
  line-height: 62px;
  margin-top: 180px;
  font-family: slogonFont;
  font-size: 86px;
  color: rgb(255, 225, 143);
  letter-spacing: 0.05px;
  text-shadow: 2px 2px 1px rgba(52, 43, 13, 0.8);
  font-weight: 400;
}
.top_news{
  width: 100%;
  height: 364px;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.topMain_news_lunbo{
  width: 585px;
  height: 100%;
  display: block;
}

/* 轮播图样式 */
.main_news_lunbo{
  width: 100%;
  height: 329px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
/* 轮播图样式 */
.main_news_lunbo .main_news_pic{
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_news_lunbo .main_news_pic li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.main_news_lunbo .main_news_pic li,
.main_news_lunbo .main_news_pic li a{
  width: 100%;
  height: 100%;
}
.main_news_lunbo .main_news_pic li .img-container{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main_news_lunbo .main-news_txtbg{
  position: absolute;
  width: 100%;
  height: 28px;
  transform: scaleY(-1);
  background-image: linear-gradient(180deg, #353535 0%, rgba(53,53,53,0.00) 100%);
  bottom: 0;
  z-index: 10;
}
/* 轮播图标题样式 */
.main_news_lunbo_title{
  width: 100%;
  height: 30px;
  background-color: #C1C1C1;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}
.main_news_lunbo_title .main_news_title{
  position: relative;
  width: 100%;
  bottom: -30px;
}
.main_news_lunbo_title .main_news_title li{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all .5s;
}
.main_news_lunbo_title .main_news_title li a{
  display: inline-block;
  width: 494px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main_news_lunbo .main_news_button{
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 12;
  display: flex;
  justify-content: right;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.38);
}
.main_news_lunbo .main_news_button li{
  height: 20px;
  line-height: 20px;
  width: 34px;
  border-left: 1px solid #ffffff;
  opacity: 0.5;
  cursor: pointer;
  color: #fff;
}
.main_news_lunbo .main_news_button li:hover{
  background: #f4000d;
  opacity: 1 !important;
}

/* 顶部要闻右侧样式 */
.topMain_news_right{
  width: 585px;
  height: 364px;
}
.topMain_news_right .new_right_redTitle{
  width: 100%;
  height: 52px;
  text-align: center;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topMain_news_right .new_right_redTitle a{
  color: #c41a04;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  overflow: hidden;
  cursor: pointer;
}
.topMain_news_right .new_right_redTitle a:hover{
  color:#F13B20
}
.topMain_news_right .news_right_list li{
  display: block;
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topMain_news_right .news_right_list li a:hover span{
  color:#F13B20
}
.topMain_news_right .news_right_list li img{
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.topMain_news_right .news_right_list li span{
  width:561px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  font-size: 18px;
}

.content_main{
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

/* 中间栏目，学习贯彻 */
.content_main_left{
  float: left;
  width: 585px;
  height: 732px;
  overflow: hidden;
}
.widget_title{
  width: 585px;
  height: 50px;
  background: red;
  /* 后续图片通过style设定供后台可配置 */
  background-image: url('../img/subject_widgetbg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}
.widget_title .widget_title_left{
  position: relative;
  float: left;
  width: 450px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  left: 61.51px;
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
}
.widget_title .widget_more{
  float: right;
  margin-right: 10px;
}
.widget_title .widget_more span{
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  vertical-align: middle;
  transform: translateY(14px);
}
.widget_title .widget_more img{
  width: 17px;
  height: 14px;
  top: 14px;
  transform: translateY(14px);
}
.left_news_list .left_redTitle{
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_main_left .left_news_list .left_redTitle a{
  color: #c41a04;
}
.block-list{
  width: 585px;
  margin-top: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E6E9EC;
}
.block-list li{
  width: 100%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-list li a{
  font-size: 18px;
}
.block-list li a:hover span{
  color:#F13B20;
}
.block-list li a img{
  width: 14px;
  height: 14px;
}
.block-list li a span{
  padding-left: 10px;
}

/* 主内容右边栏 */
.content_main_right{
  float: right;
  width: 585px;
  height: 733px;
  overflow: hidden;
}
/* 全会解读 */
.content_main_right .content_main_right_top{
  width: 100%;
  height: 308px;
  overflow: hidden;
}
.content_main_right .content_main_right_bottom{
  margin-top: 33px;
  width: 100%;
  height: 392px;
  overflow: hidden;
}

