@charset "utf-8";

/* 热点专题 */
.div1{
	margin-top: 30px;
	overflow: hidden;
}
.div1 p,.div2 p{
	font-size: 19px;
  color: #015293;
  
  /* margin-left: 20px; */
  border-bottom: 1px solid #cfcfcf;
  height: 30px;
}

.div1 p span,.div2 p span{
  border-bottom: 2px solid #015293;
  display:inline-block;
  height:30px;
  font-weight: bold;
  
}
.div1 p a,.div2 p a{
  font-size: 15px;
  float: right;
  color: #999999;
}
.div1 .div1-1{
	margin-top: 20px;
	/* border: 1px solid #c2cfe3; */
	min-height: 100px;
	/* padding: 30px 0px 0 60px; */
}
.div1 .div1-1 ul{
  min-height: 100px;
  width: 1220px;
}
.div1 .div1-1 ul li{
	float: left;
	margin-right: 20px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #cfcfcf;

}
.div1 .div1-1 ul li img{
  width: 255px;
  height: 100px;
object-fit: cover;
}
/* 往期专题 */
.div2{
	margin-top: 10px;
	margin-bottom: 30px;
}
.div2 .div2-1{
	/* border: 1px solid #c2cfe3; */
	min-height: 100px;
	margin-top: 15px;
}
.div2 .div2-1 table{
	/* width: 599px; */
  /* float: left; */
	margin-top: 15px;
}
.div2 .div2-1 table tr td div{
	/* margin: 0 20px; */
	border-bottom: 1px dashed #c2cfe3;
	font-size: 17px;
  line-height: 240%;
  float: left;
  width: 570px;
}
.div2 .div2-1 table tr td table td:first-child{
  padding-right: 30px;
}
.div2 .div2-1 table tr td:first-child+td{
  border-left: 1px solid #cfcfcf;
  padding-left: 30px;
}