body{
    min-width: 1200px;
}
header .top {
    font-size: 0;
}
header .top img{
    /* font-size: 0; */
    /* background: url(banner.jpg) no-repeat center top; */
    width: 100%;
    /* height: 656px; */
    /* text-align: center;
    position: relative; */
}

header .nav {
    background-color: #d2010a;
    width: 100%;
    height: 78px;
    line-height: 78px;
}
header .nav ul li a{
    color: #fffae0 !important;
    font-size: 24px;
    font-weight: bold;
}
header .nav ul{
    width: 1200px;
    margin: 0 auto;
    height: 78px;
    display: flex;
    justify-content: space-around;
    background-color: #d2010a;
}


main {
    width: 100%;
    background: url(bg.jpg) no-repeat center top;
    height: auto;
    background-size: 100% 100%;
}
main .cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.zyjs_tit  {
    display: block;
    font-size: 0;
}
.zyjs_tit img {
    margin: 42px 0 48px;
}

.contBox {display: flex;width: 100%;height: 370px;}
/* 轮播图 */
.slide {width: 50%;height: 370px;position:relative;overflow:hidden;}
.slide .swiper-container {width: 100%;height: 370px;}
.slide .swiper-container li {position:relative;}
.slide .swiper-container li a {display:block;width:100%;height:100%;}
.slide .swiper-container li a img {width:100%;height:100%;}
/* .slideTxt {width: 600px;height:50px;line-height:50px;position:absolute;bottom:0;left:0;margin-left:30px;z-index:2;background:url(bt-shadow.png);} */
/* .slideTxt a {font-size:16px;color:#fff;} */
.slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{position:absolute; right: 0; bottom: 20px; left: 0;margin: auto;width: 112px;height: 17px;}
.slide  .swiper-pagination.swiper-pagination-fraction{padding-right:20px;}
.slide .swiper-pagination-bullet {float:left;width:15px;height:15px;background:#fff;opacity:0.7;margin-left:.5rem;}
.slide .swiper-pagination-bullet-active {background:#eeb120;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {pointer-events:initial;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 9px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
/* @media (max-width:767px) {.slide,.slide .swiper-container,.slide .swiper-container li a img {width:100%;height:30rem;}
.slideTxt a {font-size:1.75rem;}
} */

/* 中央精神 */
.news-container {
  background-color: #fef9ef;
  width: 50%; 
  height: 370px; 
  padding: 20px 39px; 
  box-sizing: border-box; 
}
.news-list {
  display: flex;
  flex-direction: column; 
  justify-content: space-around; 
  height: 100%;
}
.news-list li a {
    font-size: 18px;
    color: #5f381e;
}
.news-list li p{
    font-size: 16px;
    color: #5f381e;
    text-indent: 2em;
}
/* .news-list li a:hover {
    text-decoration: underline;
} */
.news-list li {
  position: relative;
  line-height: 33px;
  flex: 0 0 auto;
}
.news-list li::before {
  content: "•";
  position: absolute;
  left: -29px;
  color: #ff0000;
  font-size: 35px;
}

/* 权威解读 */
.qwjd_list ul,
.sjbs_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qwjd_list ul li {
    background: url(qwjdlistbg.png) no-repeat;
    width: 585px;
    height: 60px;
    line-height: 60px;
    margin-top: 21px;
    padding-left: 40px;
    box-sizing: border-box;
}
.qwjd_list ul li:nth-child(1),
.qwjd_list ul li:nth-child(2) {
    margin-top: 0;
}
.qwjd_list ul li a{
    font-size: 18px;
}
.qwjd_list ul li:hover {
    background: url(qwjdhover.png) no-repeat;
}
.qwjd_list ul li:hover a{
    color: #fff;
}

/* 上级部署 */
.sjbs_list ul li{
    background: url(sjbsbg.png) no-repeat;
    width: 585px;
    height: 160px;
    padding: 25px 22px;
    box-sizing: border-box;
    margin-top: 35px;
}
.sjbs_list ul li:nth-child(1),
.sjbs_list ul li:nth-child(2) {
    margin-top: 0;
}
.sjbs_list ul li a{
    color: #e1150d;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    /* white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;  */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sjbs_list ul li a:hover{
    text-decoration: underline;
}
.sjbs_list ul li p{
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 集团动态 */
.cont_bom {
    width: 1260px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.jtdt_list {
    width: 1256px;
    height: 520px;
    border: 2px solid #fbcdbe;
    border-radius: 30px;
    background-color: rgb(254, 241, 227,0.8);
}
.jtdt_list_fl  {
    width: 1200px;
    display: flex;
    align-items: center;
    margin: 35px auto 33px;
}
.jtdt_list_fl img {
    width: 322px;
    height: 200px;
}
.jtdt_list_fl .jtdt_ltft {
    width: 878px;
    height: 160px;
    background-color: #fbe6d9;
    padding: 30px 40px;
    box-sizing: border-box;
    text-align: left;
}
.jtdt_list_fl .jtdt_ltft>a{
    color: #5f381e;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
/* .jtdt_list_fl .jtdt_ltft>a:hover{
    text-decoration: underline;
} */
.jtdt_list_fl .jtdt_ltft p{
    font-size: 16px;
    line-height: 32px;
    color: #5f381e;
    text-align: justify;
}
.jtdt_list_fl .jtdt_ltft .more,
.news-list li p .more {
    font-size: 16px;
    color: #e21b0e;
    float: right;
    text-align: justify;
    text-indent: 0 !important;
}

.zwn {
 margin-bottom: 130px;
}
.zwn_list {
    width: 1256px;
    min-height: 686px;
    border: 2px solid #fbcdbe;
    background-color: rgb(255, 231, 213,0.8);
    border-radius: 30px;
   
}
.zwn_list .zwn_lt_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zwn_list .zwn_img_text {
    text-align:justify;
    width: 580px;
    font-size: 0;
    display: flex;
    margin-top: 35px;
}
.zwn_list .zwn_img_text img{
    width: 300px;
    height: 200px;
}
.zwn_list .zwn_img_text .zwn_tit{
    width: 282px;
    height: 200px;
    box-sizing: border-box;
    padding: 18px;
    background-color: #fff6f0;
}
.zwn_list .zwn_img_text .zwn_tit>a{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #333;
}
/* .zwn_list .zwn_img_text .zwn_tit>a:hover{
    text-decoration: underline;
} */
.zwn_list .zwn_img_text .zwn_tit p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}
.zwn_list .zwn_img_text .zwn_tit p a{
    color: #e21b0e;
    float: right;
}
.zwn_tit_list {
    width: 1200px;
    margin: 0 auto;
}


.zwn_tit_list {
  /* background-color: #fef9ef;
  width: 50%; 
  height: 370px; 
  padding: 20px 39px;  */
  box-sizing: border-box; 
  text-align: left;
  margin-top: 36px;
}
.zwn_tit_list .news-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    flex-wrap: wrap;
}
.zwn_tit_list .news-list li a {
    font-size: 18px;
    color: #5f381e;
}
.zwn_tit_list .news-list li a:hover {
    text-decoration: underline;
}
.zwn_tit_list .news-list li {
  position: relative;
  line-height: 33px;
  flex: 0 0 auto;
  width: 580px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.zwn_tit_list .news-list li::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #ff0000;
  font-size: 35px;
}






footer {
    height: 140px;
    background: #c40316;
    /* border-top: 8px solid #0b5dc3; */
    overflow: hidden;
}
footer p {
    text-align: center;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    color: #fff;
}
footer  .inner{
    margin-top: 36px;
}



.col_more {
    font-size: 18px;
    color: #e21b0e !important;
    float: right;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}