<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none!important;
}
.topBar1 {
  width: 100%;
  height: 116px;
  background: #FFFFFF;
}
.advertisement{
  width: 100%;
}
.advertisement a{
  width: 100%;
  display: inline-block;
}
.advertisement a img{
  width: 100%;
}
.banner {
  width: 100%;
  height: 180px;
  background: #1E2F68;
}

.content1 {
  width: 1200px;
  margin: 0 auto 50px;
}

.currentPosition {
  height: 55px;
  line-height: 55px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.positionLink {
  color: #999999;
}

.positionLink:hover {
  color: #05A4FF;
}

.mainContent {
  width: 100%;
  overflow: hidden;
}

.contentLeft {
  width: 900px;
  padding: 20px;
  border: 1px solid #E9E9E9;
  float: left;
}

.contentUl {
  width: 100%;
}

.contentLi {
  list-style: none;
  width: 100%;
  display: flex;
  margin-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #E9E9E9;
}
.contentLi:last-child {
  border: none;
}

.contentLi:nth-of-type(1) {
  margin-top: 0;
}

.itemImgBox {
  width: 148px;
  height: 84px;
  background: #EFF4F7;
}

.itemImg {
  width: 100%;
  height: 100%;
  border: solid 1px #ebebeb;
}

.itemInfo {
  margin-left: 20px;
  width: 100%;
}

.itemTopInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.itemTitle1 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #222222;
}

.itemTitle1:hover {
  color: #05A4FF;
  text-decoration: underline!important;
}

.itemCreatTime {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.itemInfoContent {
  margin-top: 8px;
  width: 688px;
  height: 56px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pagenation1 {
  width: 100%;
  margin-top: 30px;
}

#kkpager {
  display: flex;
  justify-content: flex-end;
}
#kkpager ul{
    display: flex;
    align-items: center;
}
.contentRight {
  margin-left: 20px;
  width: 280px;
  float: right;
}

.hotSearch {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.searchTitle {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #05A4FF;
}

.searchContent {
  width: 100%;
  margin-top: 20px;
}

.searchUl {
  width: 100%;
}

.searchLi {
  list-style: none;
  float: left;
  margin-left: 20px;
  width: 224px;
}

.searchLi:nth-of-type(1) {
  margin-left: 0;
}

.searchItemBox {
  width: 100%;
  height: 126px;
  position: relative;
  transition: all .2s;
}

.searchItemImg {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s;
}

.searchItemBox:hover {
  transform: scale(1.1);
}

.mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00B5FF;
  opacity: 0.55;
  display: none;
  transition: all .2;
}

.searchItemBox:hover .mantle {
  display: block;
}

.searchItemBox:hover+a .searchItemTitle {
  color: #05A4FF;
}

.mantleIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  display: inline-block;
}

.searchItemTitle {
  margin-top: 18px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.searchItemTitle:hover {
  color: #05A4FF;
}

.searchItemDetail {
  margin-top: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.footer {
  width: 100%;
  height: 420px;
}
.tab{
    width: 100%;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding: 14px 20px 7px;
    overflow: hidden;
}
.tab .tab_nav .item {
width: 100%;
height: auto;
float: left;
/* cursor: pointer; */
}

.tab .tab_nav .item .title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6B6B6B;
  line-height: 20px;
width: 60px;
  height: 17px;
  float: left;
  margin-right: 11px;
}
.tab .tab_nav .item .info div {
  cursor: pointer;
  /*float: left;*/
  display: inline-block;
  width: 48px;
  height: 34px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 20px;
}
.tab .tab_nav .item .category {
width: 1005px;
height: auto;
overflow: hidden;
float: left;
}
.tab .tab_nav .item .category span {
cursor: pointer;
width: auto;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
display: inline-block;
margin-left: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 17px;
  font-size: 12px;
  color: #3C3C3C;
  line-height: 17px;
}
.tab .tab_nav .item .category span:hover{
  color: #666666 ;
/* background: rgba(230, 246, 255,0.5); */

}
/* ------------------------------------------------------------ */

.tab .tab_nav .item &gt; button {
float: right;
line-height: 22px;
font-size: 12px;
color: #707070;
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
width: 58px;
height: 26px;
background: #f6f6f6;
border: 1px solid #e8e8e8;
margin-right: 20px;
}
.tab .tab_nav .item &gt; button:hover {
background: #fff;
}
.tab .tab_nav .item &gt; .pkUp {
display: inline-block;
}
.tab .tab_nav .item &gt; .pkUp:hover,
.tab .tab_nav .item &gt; .pkAn:hover {
cursor: pointer;
}
.tab .tab_nav .item &gt; .pkAn {
display: none;
}
/* æ·»åŠ&nbsp;ç‚¹å‡»åŽçš„æ&nbsp;·å¼ */
.fontColor {
/* color: white !important;
  background: rgba(5, 164, 255,1)!important; */
  color: #05A4FF !important;
}
/* ä¸é™------æ&nbsp;·å¼ */
.noactive {
/* background: white !important; */
/* border: 1px solid #f4f4f4 !important; */
font-size: 12px !important;
  font-family: PingFangSC-Regular, PingFang SC !important;
  font-weight: 400;
  color:#3C3C3C !important;
}
.more {
	height: 17px !important;
}

.mayNecessary {
  width: 280px;
  height: auto;
  /*height: 443px;*/
  background: #0f0;
  background: #FFFFFF;
  /*border: 1px solid #E9E9E9;*/
  margin-top: 20px;
}

.answer {
  width: 280px;
  /*height: 238px;*/
  height: auto;
  background: #FFFFFF;
  /*border: 1px solid #E9E9E9;*/
}

.hotVideo {
  width: 277px;
  /*height: 401px;*/
  height: auto;
  background: #FFFFFF;
  /*border: 1px solid #E9E9E9;*/
  margin-top: 20px;
}
.noData{
  float: left;
  width: 900px;
  position: relative;
}
.noData .imgWrap{
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.noData .imgWrap p{
  color: #3C3C3C;
}</pre></body></html>