* {
  list-style: none;
  box-sizing: border-box;

  padding: 0px;
}

p {
  font-size: 20px;
}

span {
  font-size: 20px;
  color: #000000;
}

.xian {
  display: inline-block;
  width: 3px;
  height: 22px;
  background-color: #0099ff;
  margin-right: 10px;
}

.more {
  color: #0099ff;
}

.long-xian {
  width: 1196px;
  height: 1px;
  background-color: #e9eaeb;
}

/* 要闻 */
.content1 {
  margin-top: 60px;
}

.content-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.content1-xian {
  width: 770px;
  height: 1px;
  background-color: #e9eaeb;
}

.content1-xian2 {
  width: 380px;
  height: 1px;
  background-color: #e9eaeb;
}

.list-group {
  margin-top: 18px;

}

.item {
  margin-bottom: 7px;
  display: flex;
}

.list-group span {
  font-size: 15px;
}

.item-left {
  width: 5px;
  height: 5px;
  background-color: #00b8ff;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.badge {
  float: right;
}

/* 右 */
.item2 {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.item2-left {
  width: 61px;
  height: 61px;
  background-color: #007acc;
  margin-right: 16px;
}

.left1 {
  font-size: 25px;
  color: #ffffff;
  margin: 0;
}

.left2 {
  font-size: 14px;
  color: #ffffff;
}

.item2 span {
  font-size: 18px;


}

/* 风采 */
.content2 {
  margin-top: 50px;
}

.content2-middle {
  margin-top: 25px;
  /*display: flex;*/
  /*justify-content: flex-start;*/
}
.box{
  margin-right: 20px;
}
.middle-left {
  width: 100%;
  height: 250px;
  /*background-color: antiquewhite;*/
  border: 1px solid #ccc;
}

.text-box {
  height: 57px;
  background-color: #ffffff;
  opacity: 0.48;
  margin-top: 164px;

}

.text-box p {
  padding: 20px 8px 8px 8px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.middle-foot {
  width: 100%;
  height: 20px;
  margin-top: 21px;
  font-size: 15px;
}



/*要闻 资讯 */

.content3-xian {
  width: 362px;
  height: 1px;
  background-color: #e9eaeb;
}

.badge3 {
  font-size: 15px;
}

.text-kuang {
  margin-top: 22px;
  width: 85px;
  height: 26px;
  background-color: #0099ff;
  border-radius: 5px;
}

.text-kuang p {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

/*节日祝福 */
.content3 , .content4{
  margin-top: 50px;
}

/* 友情链接 */
.content5 {
  margin-top: 50px;
  height: 250px;
}

.content5-middle-boxs {
  display: flex;
  justify-content: flex-start;
}

.text-kuang1 {
  margin-top: 22px;
  margin-right: 10px;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  background-color: #0099ff;
  border-radius: 5px;
}

.text-kuang1 p {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}