@charset "utf-8";
body {
  background: #f6f6f6;
}
.top img {
  width: 1200px;
  height: 418px;
  margin-top: 32px;
}

.topicwrap{
	background: #ffffff;
     margin: 36px 0 0;
}
/*    .tablist {
        display: block;
        height: 27px;
        margin: 0 auto;
        
        border-bottom: 1px solid #eeeeee;
        padding: 24px 0 22px ;
        overflow: auto;
        overflow-y: hidden;
        width: 785px;
      white-space: nowrap;
        
    }

    .tablist li {
        margin-right: 20px;
        cursor: pointer;
        display: inline-block;
    }
*/
/*20231019*/
.tablist {
    display: block;
    /* height: 27px; */
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    padding: 24px 0 0px;
    /* padding: 24px 0 22px;*/
    overflow: auto;
    overflow-y: hidden;
    width: 785px;
    /* white-space: nowrap; */
}
.tablist li {
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}

.tablist li span{
	font-size:18px;

}

.tablist li.active span{
	font-size:18px;
    font-weight: 500;
    color: #1690e3;
}
.list {
  width: 853px;
}
.list li {
  padding: 24px 44px 22px 24px;
  background: #ffffff;
  margin-bottom: 24px;
}
.list li img {
  width: 222px;
  display: block;
  margin-right: 22px;
}
.list li .info {
  width: 541px;
  max-height: 165px;
  position: relative;
}
.list li .info p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  line-height: 48px;
}
.list li .info .brief,
.list li .info .time {
  display:block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.list li .info .time {
 /* position: absolute;
  left: 0;
  bottom: 0;*/
}
.list li.wutu .info {
  width: 784px;
}
.right {
  margin-top: 35px;
}


.footer{
  margin-top: 60px;
}