
.banner {
	width: 100%;
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
}


a{
    color: #000000;
}
a:hover{
    color: #e11358;
}
.news{
  width: 1440px;
line-height: 50px;
margin: auto;
margin-top: 40px;
}
.news-title dt{
width:100%;
height: 50px;
font-size: 25px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
border-bottom:3px solid #ccc;
line-height: 30px;
}
.news-title  dd{
  line-height: 20px;
  display: inline-block;
  color: #a9a9a9;
  margin-left: 15px;
  cursor: pointer;
  }
.news-title a{
  margin-left: 10px;
  padding: 8px 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.news-title a:nth-child(1){
margin-left: 0;
}
.news-title dd:first-child{
border-right: 2px solid #c9c9c9; 
}
.news-title dd{
  width: 100%;
  height: 50px;
  margin-top: 50px;
}
.news_active{
  background: #e11358;
  color: #fff !important;
}
.news-body{
  width: 1200px;
  margin-top: 50px;
  min-height: 500px;
  margin: 0 auto;
}
.news-body li {
  width: 85%;
  height: 150px;
  margin-top: 20px;
  overflow: hidden;
  padding-right: 5px;
  border-radius: 10px;
}
.news_left{
    width: 900px;
    float: left;
}
.news_right{
    width:400px;
    padding: 20px;
    box-shadow: 0 0 20px 0 #ddd;
    float: right;
}
.news_right_top{
    font-size: 24px;
    font-weight: bold;
}
.news_right_title{
    font-size: 16px;
    text-overflow:ellipsis;
	white-space: nowrap;
	color: #747474;
	overflow: hidden;
	text-indent: 14px;
	position: relative;
}
.news_right_title:hover{
    color: #df1c4e;
}
.news_right_title::before{
  	content: "";
	width: 6px;
	height: 6px;
	background: #df1c4e;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;  
}
.news-body li:hover{
  box-shadow: 0 0 15px #ddd;
}
.news-body li:hover .info_title{
  color:#e11358;
}
.news-body li .thumb{
  width: 200px; 
  height: 150px; 
  border:solid 1px #ddd; 
  float: left;
  border-radius: 10px;
}
.news-body li .thumb img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.news-body li span{
  color: #a9a9a9;
  float: right;
}
.news-body li a:hover{
  color: #000000;
}
.news-body .info{
  padding-left: 220px;
}
.news-body .info_title{
  width: 100%;
  height: 40px;
  font-size: 18px;
}
.news-body .info_desc{
  width: 100%;
  height: 50px;
  margin-top: 20px;
  line-height: 25px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: wrap;
}
.news-body .info_desc :hover{
  color: #000000;
}
.news-body .info_time{
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: right;
  color: #a9a9a9;
  font-size: 15px;
  margin-top: 5px;
  padding-right: 10px;
}
.news_body_title{
  font-size: 26px;
	line-height: 1.6;
  font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.news_body_time{
  font-size: 14px;
	line-height: 1.2;
	color: #a9a9a9;
	text-align: right;
}
.news_body_word{
  margin-top: 50px;
}
.news_body_word p, .news_body_word div{
  line-height: 30px;
  margin-top: 15px;
}
.news-button {
  width: 420px;
  height: 45px;
  margin: 50px auto;
}
.news .news-prev, .news .news-next{
  width: 200px;
  height: 45px;
  border: 1px solid #333;
  float: left;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  -webkit-transition: all .3s;
	transition: all .3s;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 10px;
}
.news-button div:hover{
  border: none;
  background: #e11358;
  color: #ffffff !important;
}
.news-button div a:hover{
    color: #ffffff !important;
}
.news-button div:hover a{
   color: #ffffff !important; 
}
.news .news-next{
  float: right;
}