html,
body {
  padding: 0px;
  margin: 0px;
  font-family: '微软雅黑';
  font-size: 18px;
  min-width: 1200px;
  background-color: #dd0101;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1100px) {
  .main{
    width:1100px
  }
.list-title{
width:272px;
}
.active-list{
 width:430px
}
}
@media screen and (min-width:1200px) {
  .main{
    width:1200px
  }
  .list-title{
   width:380px;
}
.active-list{
 width:492px
}
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  cursor: pointer;
  color: #ce0201;
}
.header{
  background: url('../../img/xyesdImg/header-bac.png') top center no-repeat;
  height: 650px;
}
.main{
  margin: -152px auto 0;
}
.common{
  background-color: #ffffff;
  border-radius: 12px;
}
.top-news{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 40px 40px;
  min-height: 510px;
}
.title p{
  font-size: 48px;
  padding: 0 20px;
  text-align: center;
  color: red;
  font-weight: bold;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}
.top-content{
  display: flex;
  justify-content: space-between;
  height: 380px;
}
.list-img{
  width: 720px;
  position: relative;
}
.list-img li {
  position: absolute;
  opacity:0;
 z-index:1;
  transition: opacity 1s;
}
.list-img > .active{
  opacity:1;
  z-index:11;
}
.list-img img {
  position: relative;
  height:380px ;
  width: 720px;
}
.list-img span{
    position: absolute;
    bottom: 5px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 0px;
}
.list-title{
    margin-left: 20px;
}
.list-title li{
  height: 88px;
   padding: 0 10px;
  margin-bottom: 9px;
  background-color: #e5e5e5;
}
.list-title li span{
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.bac-common{
  height: 154px;
}
.news-bac{
  background: url('../../img/xyesdImg/news-bac.png')center center no-repeat;
}
.location-bac{
  background: url('../../img/xyesdImg/location-acative.png')center center no-repeat;
}
.ershi-bac{
  background: url('../../img/xyesdImg/daibiao-bac.png')center center no-repeat;
}

.news-content ul{
  width: 88%;
  padding: 25px 25px 0 25px;
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-common ul li{
  display: flex;
  margin: 0 0 25px 0;
  
}
.list-common ul li::before{
  content: "●";
  font-size: 12px;
  color: #030303;
  margin: 2px 4px;
}
.list-common ul li a{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 430px;
}
.more{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.more a{
  height: 20px;
  margin:20px 20px 20px 0 ;
  font-size: 16px;
  color: gray;
}
.active-content{
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 20px;
}
.active-pic{

  position: relative;
  width:550px;
  height: 286px;
}
.active-pic a img{
  width: 100%;
  height: 286px;
}
.active-pic a  span{
  position: absolute;
  bottom: 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:calc(100% - 30px) ;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 15px;
}
.active-list ul li{
  padding: 12px 0;
  margin: 0;
  border-top:1px dashed #f93535 ;
}
.active-list ul li:first-child{
  border: none;
}
.active-list > .more a{
  margin: 10px -16px 0px 0 ;
}
.foot{
  background-color: #dd0101 !important;
}
.foot .foot-container {
  background: none;
}
.float-menu {
  display: none;
}