* {
  font-family: "Microsoft YaHei" !important;
}

body {
  background: #fcf4dd;
}

.active {
  background-color: #e50000;
}

.header {
  width: 100%;
  background: rgb(0 0 0 / 0%);
  position: relative;
}

.header-search {
  width: 100%;
  height: 0px;
  /* overflow: hidden; */
}

.header-search-func {
  margin: 0 auto;
  width: 1100px;
  height: 0px;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}

.header-search-func-1 {
  line-height: 30px;
}

.header-search-func-1>span {
  font-size: 14px;
  color: #5e5e5e;
  margin-right: 20px;
  cursor: pointer;
}

.header-search-func-1>span:hover {
  color: #03101a;
}

.header-search-func-2 .layui-input-block {
  height: 30px;
  position: relative;
}

.header-search-func-2 .layui-input-block .header-search-func-2-btn {
  position: absolute;
  width: 50px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  top: 0;
  right: 0;
  background: #eb2111;
  cursor: pointer;
  transition: all .2s;
}

.header-search-func-2 .layui-input-block .header-search-func-2-btn:hover {
  background: #e11e11;
}

.header-search-func-2 .layui-input-block .header-search-func-2-btn:active {
  background: #d81d10;
}

.header-search-func-2 .layui-input-block .header-search-func-2-btn img {
  user-select: none;
  height: 13px;
  width: 13px;
  transform: translateY(3px);
}

.header-title {
	width: 1200px;
	height: 106px;
  text-align: center;
  line-height: 106px;
	margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 120px;
	background-size: contain;
	background-repeat: no-repeat;
}

.header-bg {
  width: 100%;
  min-width: 1200px;
  height: 790px;
  background-size: cover;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  min-height: 1200px;
  position: relative;
	margin: 0 auto;
  margin-top: 295px;
}

.container .headline {
  text-align: center;
  max-width: 1480px;
	min-width: 1200px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 18%, #FFFFFF 54%, #FFFFFF 88%, rgba(255, 255, 255, 0.00) 100%);
}

.container .headline a {
  font-size: 32px;
  color: #CF0101;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
	width: 1200px;
}

.carousel {
  margin: auto;
  margin-top: 16px;
  width: 1200px;
}

.carousel-container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  margin: 0 auto;
}

.slides {
  margin: auto;
  height: 565px;
}

.slides li {
  position: absolute;
  background: #dd472c;
  left: 0;
  top: 0;
  width: 1200px;
  height: 565px;
  text-align: center;
}

.slides li img {
  position: relative;
  width: 1200px;
  height: 565px;
}

.slides li .title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1200px;
  height: 50px;
  background: rgba(0, 0, 0, 0.57);
  text-align: center;
}

.slides li .title h4 {
	width: 840px;
  margin: auto;
  font-size: 28px;
  font-weight: bolder;
  line-height: 50px;
  margin: 0px 20px;
  text-align: center;
  color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
}

.slides li .title h4 a {
  color: #ffffff;
}

.slides li .title h4 a:hover {
  text-decoration: underline;
}


.indicators {
  margin: auto;
  text-align: center;
  z-index: 20;
  margin-left: 0px;
}

.indicators span {
  background: url(../img/indicator.gif) no-repeat right top;
  width: 196px;
  height: 5px;
  line-height: 5px;
  display: inline-block;
  cursor: pointer;
  left: 0px;
  right: 0px;
}

.indicators span.on {
  background: url(../img/indicator.gif) no-repeat left top;
}


.carousel-container .pre {
  background: url(../img/subject5_pre.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 35%;
  opacity: 0.7;
  cursor: pointer;
  z-index: 20;
}

.carousel-container .next {
  background: url(../img/subject5_next.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  right: 0px;
  top: 35%;
  opacity: 0.7;
  cursor: pointer;
  z-index: 20;
}

.carousel-container .pre:hover {
  background: url(../img/subject5_pre.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 35%;
  /*opacity:0.7;*/
  cursor: pointer;
  z-index: 20;
}

.carousel-container .next:hover {
  background: url(../img/subject5_next.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  right: 0px;
  top: 35%;
  /*opacity:0.7;*/
  cursor: pointer;
  z-index: 20;
}

.container .hot-topic {
  display: flex;
  flex-direction: column;
  margin-top: 46px;
  margin-bottom: 30px;
}

.container .hot-topic .golden-title {
  cursor: pointer;
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
	background-repeat: no-repeat;
}

.container .hot-topic .golden-title p {
  font-size: 30px;
  font-weight: bold;
  color: #ffda88;
}

/* 要闻 评论 图解盒子 */
.box{
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
  margin-top: 80px;
}
.yaowen_box{
  width: 100%; 
  height: 380px; 
}
.yaowen_box .header{
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  height: 40px; 
  border-bottom: 2px solid #E50804;
}
.yaowen_box .header .title{
  display: block; 
  font-size: 30px;
  color: #E50804;
  line-height: 32px;
  font-weight: 600; 
  border-bottom: 5px solid #E50804;
  padding: 3px;
	text-align: center;
}
.yaowen_box .header .more{
  cursor: pointer; 
  color: #E50804;
  text-decoration: none;
}
.yaowen_box .header .more_img{
  width: 12px;
  height: 11px;
}
.yaowen_box .content{
  list-style: none;
  padding: 0;
}
.yaowen_box .content .content_item{
  position: relative;
  padding-left: 49px;
  margin-top: 30px;
  font-size: 24px;
  color: #03101A;
  line-height: 40px;
  font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yaowen_box .content .content_item::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E50804;
  display: block;
  position:absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.yaowen_box .content .content_item a{
text-decoration: none;
color: #03101A;
}
.yaowen_box .content .content_item a:hover{
   color: #941e23;
}

.last_line{
  display: flex;
  justify-content: space-between;
  height: 560px;
  margin-bottom: 50px;
  margin-top: 20px;
}
/* 贯彻模块css */
.last_line .guanche_box{
  width: 550px;
  margin-top: 60px; 
}
.last_line .guanche_box .header{
  display: flex; 
  justify-content: 
  space-between; 
  align-items: center; 
  height: 40px; 
  border-bottom: 2px solid #E50804;
}
.last_line .guanche_box .header .title{
  display: block; 
  font-size: 30px;
  color: #E50804;
  line-height: 32px;
  font-weight: 600; 
  border-bottom: 5px solid #E50804;
  padding: 3px;
	text-align: center;
}
.last_line .guanche_box .header .more{
  cursor: pointer; 
  color: #E50804;
  text-decoration: none;
}
.last_line .guanche_box .header .more_img{
  width: 12px;
  height: 11px;
}
.last_line .guanche_box .content{
  list-style: none;
  padding: 0;
}
.last_line .guanche_box .content .content_item{
  position: relative;
  padding-left: 49px;
  margin-top: 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.last_line .guanche_box .content .content_item::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E50804;
  display: block;
  position:absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.last_line .guanche_box .content .content_item a{
 text-decoration: none;
 color: #03101A;
}
.last_line .guanche_box .content .content_item a:hover{
  text-decoration: none;
  color: #941e23;
 }
/* 评论模块css */
.last_line .pinlun_box{
  width: 550px;
  margin-top: 60px; 
}
.last_line .pinlun_box .header{
  display: flex; 
  justify-content: 
  space-between; 
  align-items: center; 
  height: 40px; 
  border-bottom: 2px solid #E50804;
}
.last_line .pinlun_box .header .title{
  display: block; 
  font-size: 30px;
  color: #E50804;
  line-height: 32px;
  font-weight: 600; 
  border-bottom: 5px solid #E50804;
  padding: 3px;
	text-align: center;
}
.last_line .pinlun_box .header .more{
  cursor: pointer; 
  color: #E50804;
  text-decoration: none;
}
.last_line .pinlun_box .header .more_img{
  width: 12px;
  height: 11px;
}
.last_line .pinlun_box .content{
  list-style: none;
  padding: 0;
}
.last_line .pinlun_box .content .content_item{
  position: relative;
  padding-left: 49px;
  margin-top: 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.last_line .pinlun_box .content .content_item::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E50804;
  display: block;
  position:absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.last_line .pinlun_box .content .content_item a{
 text-decoration: none;
 color: #03101A;
}
.last_line .pinlun_box .content .content_item a:hover{
  text-decoration: none;
  color: #941e23;
 }


