*{box-sizing:border-box;font-family:PingFang SC,tahoma,arial,'Microsoft Yahei','Hiragino Sans GB','\5b8b\4f53',sans-serif}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5tahoma,arial,\5b8b\4f53}
h1,h2,h3,h4,h5,h6{font-size:100%}
.match{min-height: calc(100vh - 280px);}
div.column_hd_text li {
    display: inline;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 30px;
}
.column_bd_category {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    white-space: nowrap;
    width: 1200px;
    height: 40px;
    background: #d0dff3;;
}
.column_bd_category span {
    color: #292a2e;
    font-size: 14px;
    font-weight: 600;
    /*margin: 20px 45px;*/
    /*padding: 10px 20px;*/
    letter-spacing: 1px;
    line-height: 40px;
}
.kind {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 12px;
    padding-left: 36px;
}
span#kedui {
    margin-left: 64px;
}
.rank {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 65px;
    margin-left: 50px;
}
.operate {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    text-align: center;
    user-select: none;
    padding-left: 110px;
}


#newscolumn {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 26px;
}
 #newscolumn li figure {
  display: flex;
  gap: 32px;
}
#newscolumn li figure figcaption {
  order: 1;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 23px;
}
#newscolumn li figure figcaption .time_info {
  display: flex;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  white-space: nowrap;
  background: #f1f1f1;
  border-radius: 10px;
}
#newscolumn li figure figcaption .time_info span {
  font-size: 30px;
  color: #332f3b;
  font-weight: 600;
}
#newscolumn li figure figcaption .time_info time {
  font-size: 16px;
  color: #332f3b;
  font-weight: 600;
}
#newscolumn li figure figcaption article {
  display: flex;
  flex: 1;
  overflow: hidden;
  height: 102px;
  flex-direction: column;
  justify-content: space-between;
  gap: 21px;
}
#newscolumn li figure figcaption article span {
  font-size: 18px;
  color: #332f3b;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: block;
}
#newscolumn li figure figcaption article p {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

#newscolumn li figure .cover {
  width: 31%;
  height: 160px;
  order: 2;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
}

#newscolumn li figure .cover .Image {
  width: 100%;
  height: 100%;
}

#newscolumn li:hover figure figcaption .time_info {
  background: #FAEA9C;
}

#newscolumn li:hover figure figcaption .time_info span,
#newscolumn li:hover figure figcaption .time_info time {
  color: #38960e;
}

#newscolumn li:hover figure figcaption article span {
  color: #38960e;
}



.vertical {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vertical li {
  width: 100%;
  padding-left: 3px;
}

.vertical li:hover a p {
  color: #E7A014;
}

.vertical li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.vertical li a .icon {
  position: relative;
}

.vertical li a .icon .iconfont {
  font-size: 24px;
  color: #d2d2d2;
}

.vertical li a .icon .strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #b33838;
  font-weight: bold;
}

.vertical li a p {
  font-size: 16px;
  color: #413d48;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  margin: 8px;
}

.vertical li:nth-child(1) {
  padding-left: 0;
}

.vertical li:nth-child(1) a .icon .iconfont {
  color: #f43f3b;
  font-size: 30px;
}

.vertical li:nth-child(1) a .icon .strong {
  transform: translate(-50%, -30%);
}

.vertical li:nth-child(2) {
  padding-left: 0;
}

.vertical li:nth-child(2) a .icon .iconfont {
  color: #f4a83b;
  font-size: 30px;
}

.vertical li:nth-child(2) a .icon .strong {
  transform: translate(-50%, -30%);
}

.vertical li:nth-child(3) {
  padding-left: 0;
}

.vertical li:nth-child(3) a .icon .strong {
  transform: translate(-50%, -30%);
}

.vertical li:nth-child(3) a .icon .iconfont {
  color: #f4a83b;
  font-size: 30px;
}


@media screen and (max-width: 768px) {
 #newscolumn li figure {
    gap: 0.42667rem;
  }

 #newscolumn li figure figcaption {
    gap: 0.30667rem;
  }

  #newscolumn {
    gap: 0.34667rem;
    padding-top: 0.34667rem;
  }

  #newscolumn li figure figcaption .time_info {
    padding: 0.26667rem 0.13333rem;
    gap: 0.13333rem;
    border-radius: 0.13333rem;
  }

  #newscolumn li figure figcaption .time_info span {
    font-size: 1.5rem;
    height: 2em;
  }

  #newscolumn li figure figcaption .time_info time {
    font-size: 0.34667rem;
  }

  #newscolumn li figure figcaption article span {
    font-size: 0.987rem;
    height: 2em;
  }

  #newscolumn li figure figcaption article {
    gap: 0.28rem;
    height: 5.5rem;
  }

  #newscolumn li figure figcaption article p {
    font-size: 0.34998rem;
    line-height: 1.48rem;
    height: 9.5em;
  }

  #newscolumn li figure .cover {
    height: 5rem;
    border-radius: 0.13333rem;
  }
  
  
  .vertical li a {
    gap: 0.06667rem;
  }

  .vertical {
    gap: 0.2rem;
  }

  .vertical li a .icon .strong {
    font-size: 0.32rem;
  }

  .vertical li:nth-child(1) a .icon .iconfont {
    font-size: 0.6rem;
  }

  .vertical li:nth-child(2) a .icon .iconfont {
    font-size: 0.6rem;
  }

  .vertical li:nth-child(3) a .icon .iconfont {
    font-size: 0.6rem;
  }

  .vertical li a .icon .iconfont {
    font-size: 0.45333rem;
  }

  .vertical li a p {
    font-size: 0.34667rem;
  }
}


ul.header_menu.float-left.float-clear {
    width: 1000px;
}

address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:couriernew,courier,monospace}
small{font-size:12px}
ul,ol{list-style:none}
a{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;text-decoration:none;outline:none;color:black}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
@keyframes upToDown{0%{transform:translate(0px,0px);opacity:1}
    50%{transform:translate(0px,-10px);opacity:0.6}
    100%{transform:translate(0px,0px);opacity:1}
}@-webkit-keyframes upToDown{0%{-webkit-transform:translate(0px,0px);opacity:1}
     50%{-webkit-transform:translate(0px,-10px);opacity:0.6}
     100%{-webkit-transform:translate(0px,0px);opacity:1}
 }@keyframes brees{0%{-webkit-transform:scale(0.95);transform:scale(0.95)}
      50%{-webkit-transform:scale(1);transform:scale(1)}
      100%{-webkit-transform:scale(0.95);transform:scale(0.95)}
  }@-webkit-keyframes brees{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}
       50%{-webkit-transform:scale(1);transform:scale(1)}
       100%{-webkit-transform:scale(0.8);transform:scale(0.8)}
   }.row{zoom:1}
.row:after{display:block;height:0;clear:both;content:"";visibility:hidden}
.flexbox {display: flex}
.flex-1{float:left;width:8.33333%}
.flex-2{float:left;width:16.66667%}
.flex-3{float:left;width:25%}
.flex-4{float:left;width:33.33333%}
.flex-5{float:left;width:41.66667%}
.flex-6{float:left;width:50%}
.flex-7{float:left;width:58.33333%}
.flex-8{float:left;width:66.66667%}
.flex-9{float:left;width:75%}
.flex-10{float:left;width:83.33333%}
.flex-11{float:left;width:91.66667%}
.flex-12{float:left;width:100%}
body{background:#f5f5f5;}
.container {width: 1200px;margin: 0 auto;}
.float-clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.float-clear{zoom:1}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.ellipsis2{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}
.breakword{word-wrap:break-word;word-break:break-all;overflow:hidden}
.pointer{cursor:pointer}
.float-left{float:left}
.float-right{float:right}
.pagination-box{text-align:center; margin-top: 30px}
.pagination-box ul.pagination{display:inline-block;padding:0;margin:0}
.pagination-box a{color:#05addf;}
.position-container{width:100%;margin-bottom:24px;font-size:14px;font-weight:400;color:#949494}
.position-container .arrow{padding:0 2px}
[hidden]{display:none}
.container_left {width: 796px;float: left;}
#container_index_left {width: 1200px;float: left;}
.container_right {width: 390px;float: right;}
.mt30 {/*margin-top: 30px*/}
.not_data {padding: 5px 15px;color: #999999}
.breadcrumb {font-size: 14px;padding: 15px 0}
.breadcrumb {color: #8D8D8D;}

@media (max-width: 600px) {
    .container {width: 100%;margin: 0}
    .float-left {float: none}
    #container_index_left, .container_left {width: 100%;float: none;}
    .container_right {width: 100%;float: none;margin-top: 30px}
    .breadcrumb {padding: 15px}
}