/* 新闻列表 */
#container{
    height: 480px;
}
.banner-item{
    height: 400px;
}
.banner-item-right{
    width: 500px;
    height: 328px;
}
.swiper-pagination{
    bottom:50px !important;
}
#baike-active{
    background: #1463bd;
    color:#fff;
}
.banner-item-left h1{
    font-size:30px;
}
.banner-item-left h2{
    font-size:30px;
}
.banner-item-left h3{
    font-size:18px;
}
.xinwen-container{
    display: none;
}
.xinwen-container.active{
    display:flex;
}
.xinwen-left{
    width: 770px;
    height: 900px;
    overflow: hidden;
    border-bottom: 1px solid #979797;
}
.xinwen-right{
    width: 280px;
    height: 710px;
    margin-left: 60px;
}
.xinwen-left li{
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 10px 10px 0;
    border-bottom:1px solid #ccc;
    box-sizing: border-box;
}
.xinwen-left li>div{
    width: 500px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.xinwen-left li>div>div{
    width: 240px;
    align-self: flex-end;
    display: flex;
    justify-content: space-around;
}
.xinwen-left li img{
    width: 240px;
    height: 140px;
    border-radius: 10px;
}
.xinwen-left li p{
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    color:#333;
}
.xinwen-left li p:hover{
    color:#1d6bdf;
}
.xinwen-left li span{
    position: relative;
    font-size: 14px;
    color:#979797;
}
.preview::before{
    content:"";
    position:absolute;
    background: url("../images/预览.png")no-repeat;
    background-size: contain;
    display: block;
    top:1px;
    left: -18px;
    width: 18px;
    height: 18px;
}
.time::before{
    content:"";
    position:absolute;
    background: url("../images/日历.png")no-repeat;
    background-size: contain;
    display: block;
    top:1px;
    left: -18px;
    width: 18px;
    height: 18px;
}
.tiyan-zixun{
    margin-top:30px;
}
#menuhome-news{
    border-bottom:2px solid #fff !important;
}

.rightbox{
	border: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	padding: 20px;
}

.rightbox b {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  color: #333;
}

.rightbox .hot-box {
  border: 1px solid #ddd;
  border-radius: 15px;
  float: left;
  padding: 2px 10px;
  margin: 5px 10px;
}