<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overflowhide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  width: 100%;
  height: 150px;
  max-width: 1920px;
  background-color: #fd6628;
}
.header .header_top {
  width: 1200px;
  margin: 0 auto;
}
.header img {
  width: 520px;
  height: 88px;
  margin-top: 14px;
}
.header .header-span01 {
  position: absolute;
  width: 156px;
  height: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 46px;
  margin-left: 17px;
}
.header .header-span02 {
  position: absolute;
  width: 65px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 395px;
  margin-top: 49px;
}
.header .searth-input {
  width: 200px;
  height: 30px;
  border-radius: 25px;
  float: right;
  margin-top: 43px;
  background-color: #ffffff;
}
.header .searth-input:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  margin-left: 168px;
  margin-top: 5px;
  background-color: #999999;
}
.header .searth-input input {
  float: left;
  width: 150px;
  height: 30px;
  border-radius: 25px;
  border: none;
  padding-left: 15px;
}
.header .searth-input p {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  background: url(../img/searth.png) center no-repeat;
  margin-top: 6px;
  margin-right: 8px;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #fd6628;
  box-shadow: 0px 0px 1px 0px #ffffff;
}
.nav .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav .main li {
  width: 120px;
  height: 50px;
  position: relative;
}
.nav .main li &gt; a {
  display: block;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.nav .main li.on,
.nav .main li:hover {
  background-color: #fff;
}
.nav .main li.on&gt;a{
	color: #fd6628;
}
.nav .main li:hover&gt;a{
	color: #fd6628;
}
.nav .main li dl {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 99;
}
.nav .main li dl dd {
  width: 100%;
  height: 40px;
  background-color: rgba(89, 61, 49, 0.8);
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  margin-top: 1px;
}
.nav .main li dl dd a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav .main li dl dd:hover {
  background-color: #805f51;
}
.list_addr_wrap {
  margin-bottom: 35px;
}
.flex-box {
  display: flex;
}
.list_addr_wrap .flex-box {
  background-color: #fff;
  padding: 28px 30px 0 26px;
  height: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_addr_wrap .flex-box .list_nav_wrap .col_name {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  line-height: 1;
  margin-right: 30px;
}
.list_addr_wrap .flex-box .list_nav_wrap .col_name:last-child {
  margin-right: 0;
}
.list_addr_wrap .flex-box .list_nav_wrap .col_name.on {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fd6628;
  line-height: 1;
}
.list_addr_wrap .flex-box .list_nav_wrap .col_name.on:after {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  background-color: #fd6628;
  margin-top: 10px;
}
.list_addr_wrap .flex-box .addr .Pnav {
  display: inline-block;
}
.list_addr_wrap .flex-box .addr img {
  vertical-align: -4px;
  margin-right: 10px;
}
.list_addr_wrap .flex-box .addr a {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1200 .tzgg ul li {
  width: 1200px;
  height: 128px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgb(0 0 0%);
  margin-bottom: 40px;
}
.w1200 .tzgg ul li a {
  display: flex;
}
.w1200 .tzgg ul li a .time {
  position: relative;
  width: 110px;
  height: 121px;
  background-color: #fd6628;
  transform: translateY(-10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  text-align: center;
}
.w1200 .tzgg ul li a .time:after {
  content: '';
  display: block;
  position: absolute;
  border-width: 5px 3px;
  border-color: transparent transparent #e64b0c #e64b0c;
  border-style: solid;
  right: -6px;
  top: 0;
}
.w1200 .tzgg ul li a .time .day {
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 15px;
}
.w1200 .tzgg ul li a .time .y_m {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
.w1200 .tzgg ul li a .text {
  margin-left: 20px;
  padding-top: 28px;
  flex: 1;
}
.w1200 .tzgg ul li a .text .title {
  max-width: 393px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}
.w1200 .tzgg ul li a .text .detail {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
}
/*åˆ†é¡µ*/
.page_wrap {
  text-align: center;
}
.page_wrap #page_turn_box a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  margin-right: 40px;
  line-height: 1;
}
.page_wrap #page_turn_box a:last-child {
  margin-right: 0;
}
.page_wrap #page_turn_box a:hover,
.page_wrap #page_turn_box a.on {
  color: #fd6628;
}
</pre></body></html>