body {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  color: #666;
}

a:hover {
  color: #f50;
  text-decoration: none;
}

a,
img {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

div,
ul,
li,
dl,
dd,
dt,
p,
a,
tt,
em {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0;
  color: #333;
  font-style: normal;
}

/*浮动*/

.fleft {
  float: left;
}

.fright {
  float: right;
}

.guangao {
  width: 100%;
  position: relative;
  margin: 20px auto;
}

.gaopc {
  max-height: 90px;
}

.gaopc img.guang {
  width: 100%;
  max-height: 90px;
}

.guangao img.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -16px;
  right: -15px;
  z-index: 99;
  cursor: pointer;
}

.gaoindex {
  width: 300px;
  max-height: 300px;
  position: relative;
}

.gaoindex img.guang {
  width: 100%;
  height: 300px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

/*浮动清除*/

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '';
}

#bendibao-topbar {
  height: 34px;
  background-color: #333333;
}

#bendibao-topbar > div {
  width: 1200px;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  padding: 6px 0;
  color: #fff;
}

#main-wrap {
  width: 1200px;
  margin: 0 auto;
}

#bendibao-topbar > div a {
  color: #fff;
  text-decoration: none;
}
#bendibao-topbar > div a:first-of-type {
  font-weight: 700;
}

#bendibao-topbar > div a:hover {
  color: #f50;
}

#header::after {
  content: none;
}
#header {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #0961a0;
  padding: 13px 0;
}
#header .logo {
  width: 120px;
}
#header .logo img {
  width: 100%;
  height: 100%;
}
#header .select-city {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 16px 30px;
  position: relative;
}
#header .select-city a {
  text-decoration: none;
}
#header .select-city > a::after {
  content: '';
  color: #156fab;
  font-size: 12px;
  border: 2px solid #156fab;
  border-left: none;
  margin-left: 4px;
  padding: 3px 12px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: url(../image/changecitybottom.png) no-repeat center;
  background-size: 15px;
}
#header .select-city a em {
  color: #fff;
  font-size: 14px;
  background-color: #156fab;
  padding: 3px 7px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}
#header .icon-arr-down {
  display: none;
}
#header .select-city ul {
  background-color: #0961a0;
  position: absolute;
  z-index: 2;
  display: none;
  top: 62px;
  width: 1050px;
  flex-wrap: wrap;
  overflow: auto;
  height: 32px;
}
#header .select-city ul li {
  line-height: 24px;
  font-size: 14px;
  white-space: nowrap;
}
#header .select-city ul li > a {
  color: #ffffff;
  display: block;
  padding: 4px 10px;
}
#header .select-city ul li a:hover {
  background-color: #ffffff;
  color: #333;
}
#header .select-city:hover ul {
  display: flex;
  transition: all 0.3s;
}
#header .weather_nav {
  overflow: hidden;
}
#header .search_nav {
  order: 4;
  flex: 1;
}
#header .search_nav form {
  float: right;
  width: 310px;
  height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 12px;
  overflow: hidden;
}
#header .search_nav form .search {
  height: 100%;
  flex: 1;
}
#header .search_nav form input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
}
#header .search_nav form input:focus {
  border: none;
  outline: none;
}
#header .search_nav form button {
  width: 50px;
  z-index: 1;
  right: 0;
  height: 40px;
  background-color: transparent;
  border: none;
  text-indent: -999em;
  background: url(../image/search.png) no-repeat center;
  background-size: 18px;
}
.w10_l,
.w11_l,
.w12_l,
.w13_l,
.w14_l,
.w16_l,
.w19_l,
.w20_l,
.w26_l,
.w28_l,
.w32_l,
.w37_l,
.w39_l,
.w40_l,
.w41_l,
.w42_l,
.w60_l,
.w61_l,
.w62_l,
.w63_l,
.w64_l,
.w65_l {
  width: 55px;
  height: 45px;
  display: block;
  background: url(../image/w_day40.png) no-repeat;
}

#header .weather_nav .weather_icon span {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.w11_l {
  background-position: -50px 0px;
}

.w28_l {
  background-position: -200px -50px;
}

#header .weather_nav .line1 {
  padding-bottom: 5px;
}

#header .weather_nav em {
  font-style: normal;
  text-decoration: none;
}
.main-nav {
  display: flex;
  justify-content: space-between;
}
.nav-mod {
  display: block;
  flex: 1;
  /* height: 50px; */
  float: left;
  margin: 16px 0 10px 0;
  border-right: 1px solid #eadfdf;
}
.nav-mod:not(:last-of-type) {
  padding-right: 15px;
  margin-right: 15px;
}

.main-nav > .nav-mod:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.main-nav > .nav-mod.lastchild {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.main-nav ul,
.main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul {
  height: 30px;
  clear: both;
  font-family: 'Microsoft YaHei', 微软雅黑;
  display: flex;
  justify-content: space-between;
}

.main-nav li {
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  white-space: nowrap;
  display: inline;
  float: left;
  text-align: left;
}
.main-nav li:not(:last-of-type) {
  padding-right: 5px;
}

.main-nav a {
  color: #000;
  text-decoration: none;
}

.main-nav a:hover {
  color: #e66100;
}

.page-container {
  padding-top: 15px;
}

.page-main {
  width: 900px;
  float: left;
  margin-bottom: 10px;
}

.page-main1 {
  width: 885px;
  padding-right: 15px;
  float: left;
  position: sticky;
  top: 0;
}

.page-main1 {
  font-family: 'Microsoft YaHei';
}

.page-main-left {
  width: 416px;
  float: left;
}

.page-main-right {
  width: 444px;
  float: left;
  padding: 0 20px;
  font-family: 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1';
}

/*聚焦专题*/

.focue_ul {
  margin-top: 15px;
}
.focue_ul ul.main_item_news li {
  height: 170px;
}
.focue_ul ul.main_item_news li img {
  height: 130px;
}
.focus-header,
.focus-list-header {
  border-top: 1px solid #e5e5e5;
}

.focus-header-left {
  height: 20px;
  line-height: 20px;
  padding: 12px;
  border-top: 2px solid #0961a0;
  display: inline-block;
  *float: left;
}

.focus-header-left > * {
  vertical-align: top;
}

.focus-header-left > span {
  height: 22px;
  line-height: 22px;
  font-size: 22px;
}

.focus-list-header > .focus-left {
  height: 20px;
  line-height: 20px;
  padding: 12px;
  border-top: 2px solid #0961a0;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  color: #0961a0;
  *float: left;
}

.focus-news {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

.focus-news > li {
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  position: relative;
  padding-left: 12px;
  overflow: hidden;
}

.focus-news > li:nth-of-type(1),
.focus-news > li:nth-of-type(7) {
  font-weight: bold;
  font-size: 18px;
}

.focus-news > li > a {
  color: #404040;
  text-decoration: none;
}

.focus-news > li > a:hover {
  color: #f33;
}

.tabnav {
  position: relative;
  margin: 0;
  padding: 3px 0 0 3px;
  list-style: none;
  background-color: #0961a0;
  white-space: nowrap;
  overflow: auto;
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #c1baba #d8d8d8;
}
.tabnav::-webkit-scrollbar {
  width: 0px;
  height: 5px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道

内阴影+圆角*/

.tabnav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块

内阴影+圆角*/

.tabnav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dbd3d3;
}
.tabnav li {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  flex: 1;
}

.tabnav li a {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}

.tabnav li.current a {
  background: #fff;
  color: #333;
}

.news-blocks > ul {
  margin: 0;
  padding: 0;
  display: none;
}

.news-blocks > ul > li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: block;
  position: relative;
}

.news-blocks > ul > li:last-child {
  border-bottom: none;
}

.news-blocks > ul > li > a {
  zoom: 1;
  color: #333;
}

.news-blocks > ul > li > a:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '';
}

.news-blocks .news-logo {
  width: 245px;
  height: 153px;
  float: left;
}

.news-blocks .news-logo > img {
  width: 100%;
  height: 100%;
}

.news-blocks .news-top {
  color: #8c8c8c;
  line-height: 22px;
  overflow: hidden;
}

.news-blocks .nopic .news-top {
  width: 100%;
  padding-left: 0;
}

.news-blocks .news-top h5 {
  color: #252525;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.news-blocks .news-top .news-intro {
  line-height: 24px;
  font-size: 16px;
  margin: 15px 0 10px 0;
}

.news-blocks .news-top .news-intro > dl {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  padding: 0;
}

.news-blocks .news-top .news-intro dt {
  width: 85px;
  height: 30px;
  float: left;
  padding-right: 10px;
  color: #666;
  overflow: hidden;
}

.news-blocks .news-top .news-intro dd {
  margin-left: 85px;
}

.news-blocks a:hover h5 {
  color: #d81517;
}

.news-blocks .tagtime {
  color: #999;
  display: inline-block;
  padding-left: 22px;
  box-sizing: border-box;
  background: url(../image/date.png) left center no-repeat;
}

.news-blocks .tagtime .times {
  float: left;
  color: #999;
  display: inline-block;
  margin-right: 10px;
}

.news-blocks .tagtime a {
  color: #999;
  display: inline;
  text-decoration: none;
}

.news-blocks .tagtime a:hover {
  color: #f33;
}

.news-blocks .tagtime .tags {
  background: url(../image/tags_03.gif) center left no-repeat;
  float: left;
  display: block;
  padding-left: 5px;
  overflow: hidden;
  height: 20px;
}

.news-blocks .tagtime .tags a {
  padding-left: 15px;
}

/*底部*/

#footer {
  background: #333;
  color: #999;
  padding: 20px 0;
  margin-top: 20px;
}

.footer-container {
  width: 1200px;
  margin: 0 auto;
  font-family: 'Microsoft Yahei';
  text-align: center;
}

.footer-container > .footer-info-latest {
  padding: 6px 0 12px 0;
  font-size: 13px;
  border-bottom: 1px solid #4d4d4d;
}

.footer-container > .footer-info-latest strong {
  color: #d4caca;
  font-weight: normal;
}

.footer-container > .footer-info-latest a {
  color: #fff;
  text-decoration: none;
  padding: 0 2px;
}

.footer-container > .footer-info-latest a:hover {
  color: #ffcd00;
}

.footer-container > .siteinfo {
  position: relative;
  line-height: 2.33;
  padding-top: 10px;
}

.footer-container > .siteinfo > p {
  margin: 0;
  padding: 0;
}

.footer-container > .siteinfo a {
  color: #999;
  text-decoration: none;
}

.footer-container > .siteinfo a:hover {
  color: #ffcd00;
}

.footer-container > .siteinfo .sep {
  margin: 0 1em;
  color: #999;
}

.footer-container > .siteinfo .notice span {
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .goTop {
    right: 100px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .goTop {
    right: 0;
  }
}

.goTop {
  position: fixed;
  bottom: 200px;
  right: 100px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(../image/top.png) no-repeat center center #fff;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
}

/*flash*/

.slider {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.dis {
  display: block;
}

.undis {
  display: none;
}

.slider .s-body {
  overflow: hidden;
  height: 260px;
  margin: 0;
  padding: 0;
}

.slider .s-body li {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 260px;
}

.slider .s-body li img {
  width: 100%;
  height: 100%;
  transition: 400ms;
}

.slider .s-body li:hover img {
  -webkit-transform: rotate(7deg) scale(1.2);
  -moz-transform: rotate(7deg) scale(1.2);
  -ms-transform: rotate(7deg) scale(1.2);
  -o-transform: rotate(7deg) scale(1.2);
  transform: rotate(7deg) scale(1.2);
}

.slider .s-body li em {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
}

.slider .s-body li em span {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.75);
}

.slider .s-body li em a {
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  padding: 0 15px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Tahoma, Helvetica, Arial, 宋体, sans-serif;
  font-style: normal;
}

.slider .s-body li em a:hover {
  text-decoration: underline;
}

.slider .prev {
  position: absolute;
  top: 93px;
  left: 0;
  width: 28px;
  height: 44px;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url(../image/arr.png) no-repeat 0 0;
}

.slider .next {
  position: absolute;
  top: 93px;
  right: 0;
  width: 28px;
  height: 44px;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url(../image/arr.png) no-repeat -29px 0;
}

.slider .s-nav {
  height: 8px;
  padding: 7px 0;
}

.slider .s-nav .wraper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.slider .s-nav .wraper span {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 1px;
  cursor: pointer;
  background: #ccc;
}

.slider .s-nav .wraper span.active {
  background: #0961a0;
}

/*右侧---------------------------------------------*/

.content-right * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-right a {
  color: #333;
  text-decoration: none;
}

.content-right a:hover {
  color: #f50;
}

.content-right {
  width: 300px;
  float: right;
  color: #333;
  font-family: 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1';
  font-size: 16px;
  position: sticky;
  top: 0;
}

.box-right {
  width: 300px;
  margin-bottom: 20px;
}

.box-right .box-tit {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.box-right .box-tit .tit {
  width: 149px;
  border-left: 1px #e5e5e5 solid;
  display: inline-block;
  font-size: 16px;
  color: #0961a0;
  font-weight: bold;
  float: left;
  border-top: #0961a0 2px solid;
  text-align: center;
}

.box-right .box-tit .more {
  width: 120px;
  color: #666;
  font-size: 14px;
  border: 1px #e5e5e5 solid;
  display: inline-block;
  background: url(../image/more.png) 125px center no-repeat;
  text-align: right;
  float: right;
  padding-right: 28px;
  height: 38px;
}

.box-right .box-tit .no-more {
  background: none;
}

.box-csfw {
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
}

.box-csfw .smore {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  overflow: hidden;
  height: 16px;
  padding-top: 5px;
}

.box-csfw .smore a {
  font-size: 12px;
  line-height: 16px;
  display: block;
  width: 50px;
  height: 16px;
  color: #999;
}

.box-csfw .red-bd {
  border-color: #f65c5b;
}

.box-csfw .blue-bd {
  border-color: #31a9ee;
}

.box-csfw .green-bd {
  border-color: #15bd68;
}

.box-wei {
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
}

.box-wei .pic {
  padding-top: 20px;
  border-bottom: 1px #e5e5e5 dashed;
  overflow: hidden;
  clear: both;
  padding-bottom: 10px;
  margin: 0 5px 0 10px;
}

.box-wei .pic img {
  float: left;
  width: 104px;
  height: 73px;
  margin-right: 10px;
}

.box-wei .pic .text span {
  color: #999;
}

.box-wei .pic .text a {
  display: inline-block;
  background: #7eb5ec;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 2px;
}

.box-wei .pic .text a.topic {
  line-height: 24px;
  height: 48px;
  display: block;
  overflow: hidden;
  color: #999;
  padding: 0;
  margin: 0;
  background: none;
  text-align: left;
  border: none;
}

.box-wei .pic .text a.topic:hover {
  color: #f50;
}

.box-wei ul {
  overflow: hidden;
  clear: both;
  margin: 5px 0;
}

.box-wei ul li {
  line-height: 30px;
  background: url(../image/dot.png) 8px center no-repeat;
  padding-left: 25px;
  height: 30px;
  width: 270px;
  overflow: hidden;
  font-size: 14px;
}

.box-zn {
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
}

.box-zn ul {
  padding: 10px;
}

.box-zn ul li {
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  height: 30px;
  font-size: 14px;
}

.box-zn ul li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #999999;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  margin-right: 10px;
  border-radius: 2px;
}

.box-zn ul li:nth-child(1) span {
  background: #f58c85;
}

.box-zn ul li:nth-child(2) span {
  background: #fcbc4b;
}

.box-zn ul li:nth-child(3) span {
  background: #a1d958;
}

.box-meishi {
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
}

.box-meishi .pic {
  padding-top: 20px;
  border-bottom: 1px #e5e5e5 dashed;
  overflow: hidden;
  clear: both;
  padding-bottom: 10px;
  margin: 0 7px;
}

.box-meishi .pic a {
  width: 140px;
  height: 136px;
  overflow: hidden;
  float: left;
  line-height: 20px;
  font-size: 14px;
}

.box-meishi .pic a:first-child {
  margin-right: 3px;
}

.box-meishi .pic img {
  width: 140px;
  height: 90px;
  margin-bottom: 5px;
  display: block;
}

.box-meishi ul {
  overflow: hidden;
  clear: both;
  margin: 5px 0;
}

.box-meishi ul li {
  line-height: 30px;
  background: url(../image/dot.png) 8px center no-repeat;
  padding-left: 25px;
  height: 30px;
  width: 270px;
  overflow: hidden;
}

.box-wanle {
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
}

.box-wanle .pic {
  border-bottom: 1px #e5e5e5 dashed;
  overflow: hidden;
  clear: both;
  padding: 10px 0;
  margin: 0 9px;
}

.box-wanle .pic a {
  display: block;
  position: relative;
}

.box-wanle .pic img {
  width: 280px;
  height: 175px;
  margin-bottom: 5px;
}

.box-wanle .pic p {
  position: absolute;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  top: 145px;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.box-wanle ul {
  overflow: hidden;
  clear: both;
  margin: 5px 0;
  font-size: 14px;
}

.box-wanle ul li {
  line-height: 30px;
  background: url(../image/dot.png) 8px center no-repeat;
  padding-left: 25px;
  height: 30px;
  width: 270px;
  overflow: hidden;
}

.box-xiaofang {
  font-size: 14px;
  line-height: 30px;
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
}

.box-xiaofang > a {
  display: inline-block;
  width: 100%;
}

.box-xiaofang > a strong {
  color: #0961a0;
  margin-right: 8px;
  font-size: 12px;
  font-weight: normal;
}

.box-help {
  clear: both;
  border: 1px #e5e5e5 solid;
  border-top: none;
}

.box-help .tit {
  height: 16px;
  line-height: 16px;
  margin: 0px 10px 5px;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px #e5e5e5 dashed;
  padding-bottom: 10px;
  padding-top: 10px;
}

.box-help .tit span {
  position: absolute;
  top: 12px;
  left: 0;
  border-left-width: 3px;
  border-left-style: solid;
  border-color: red;
  display: block;
  height: 12px;
}

.box-help .qq {
  color: #999;
  line-height: 40px;
  margin: 5px 0px 5px 15px;
}

.box-help .qq img {
  vertical-align: middle;
}

.box-help .qq span {
  color: #0961a0;
  font-size: 20px;
}

.box-tit span {
  cursor: pointer;
}

.new-box-csfw ul li a {
  margin-left: 0 !important;
  box-sizing: border-box;
  padding-left: 8px !important;
  padding-right: 7px !important;
  font-size: 14px;
}

.new-box-csfw ul li a > div {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

.new-box-csfw ul li .split1:nth-of-type(1) {
  left: 99px !important;
}

.new-box-csfw ul li .split1:nth-of-type(2) {
  left: 199px !important;
}

.show-more {
  width: calc(100 - 20px);
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  color: rgba(153, 153, 153, 1);
  font-size: 13px;
  font-weight: 400;
  font-family: 'PingFang SC';
  cursor: pointer;
  border-top: 1px #e5e5e5 dashed !important;
}

.box-right .box-tit .fir-tit {
  width: 148px;
  border-right: 1px #e5e5e5 solid;
  border-left: 1px #e5e5e5 solid;
  display: inline-block;
  font-size: 16px;
  color: #0961a0;
  font-weight: bold;
  float: left;
  border-top: #0961a0 2px solid;
  text-align: center;
}

.box-right .box-tit .new-tit {
  border-bottom: #e5e5e5 1px solid !important;
  color: #666666 !important;
  border-top: #e5e5e5 1px solid !important;
  font-weight: normal !important;
}

.has-border {
  border-bottom: 1px #e5e5e5 dashed !important;
}

.no-border {
  border-bottom: none !important;
}

#mytitle {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  padding: 7px 10px 8px 10px;
  z-index: 999;
  border-radius: 4px;
  font-family: 'Inter';
  opacity: 1;
  border: 1px solid rgba(239, 239, 239, 1);
  background: rgba(102, 102, 102, 1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.nav-content {
  display: flex;
}

.nav-content li {
  width: 33.3%;
  box-sizing: border-box;
  border: 1px #e5e5e5 solid;
  border-right: none;
  font-size: 16px;
  color: hsl(0, 0%, 53%);
  line-height: 40px;
  text-align: center;
  background: #f8f8f8;
  cursor: pointer;
}

.nav-content li:last-child {
  border-right: 1px #e5e5e5 solid;
}

.nav-content .active {
  border-top: 2px #0961a0 solid !important;
  color: #0961a0 !important;
  border-bottom: none !important;
  background: #fff !important;
  font-weight: bold !important;
}

.nav-content .active a {
  color: #0961a0 !important;
}

/*列表*/

.wrapper {
  margin: 0 auto;
  width: 1200px;
}

.rtuijian_list {
  margin: 0 0 0 0;
  color: #333;
  margin: 0 0 15px 0;
}
.rtuijian_list ul em {
  font-style: normal;
  font-weight: bold;
  float: left;
  width: 280px;
  padding: 0 10px 0 0;
  margin: 0;
  background: #fc6400;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  border-left: 10px solid #990000;
  text-indent: 14px;
  overflow: hidden;
}

.rtuijian_list ul em span {
  float: right;
  font-size: 12px;
  color: #ccc;
  font-weight: normal;
}

.rtuijian_list ul em a {
  color: #fff;
}

.rtuijian_list li {
  padding: 0 10px 0 0;
  margin: 1px 0 0 0;
  background: #eee;
  color: #bbb;
  text-indent: 23px;
  height: 36px;
  line-height: 36px;
  list-style-position: inside;
  list-style-type: square;
  overflow: hidden;
  font-size: 14px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#wd_header {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.ny_top {
  width: auto;
  height: 46px;
  background: url(../image/ny_02.jpg) repeat-x;
}

.ip-header {
  min-width: 1000px;
  font-size: 12px;
}

.ip-header-bor {
  border-bottom: 2px solid #0961a0;
}

.guess_title {
  width: 100%;
  margin: 10px 0 20px 0;
  border-bottom: 2px solid #666;
  padding-bottom: 3px;
  font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, 'Microsoft YaHei', arial, sans-serif;
}

.guess_title a {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #333;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-right: 10px;
}

/* 特别推荐 */

.special-list {
  padding-left: 10px;
  font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, 'Microsoft YaHei', arial, sans-serif;
  margin-top: 14px;
  margin-left: -10px;
}

.special-list .special-item {
  margin-bottom: 5px;
}

.special-list .special-item a {
  display: table;
  position: relative;
  height: 28px;
  overflow: hidden;
}

.special-list .special-item a .img {
  display: none;
}

.special-list .special-item a .txt {
  font-size: 14px;
  line-height: 2em;
  margin-left: 30px;
}

.special-list .special-item a .index {
  position: absolute;
  display: block;
  width: 20px;
  height: 16px;
  line-height: 14px;
  left: 0;
  top: 8px;
  background-image: url(../image/index_10.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.special-list .special-item a .index.i0 {
  background-position: 0 0;
}

.special-list .special-item a .index.i1 {
  background-position: 0 -17px;
}

.special-list .special-item a .index.i2 {
  background-position: 0 -34px;
}

.special-list .special-item a .index.i3 {
  background-position: 0 -51px;
}

.special-list .special-item a .index.i4 {
  background-position: 0 -68px;
}

.special-list .special-item a .index.i5 {
  background-position: 0 -85px;
}

.special-list .special-item a .index.i6 {
  background-position: 0 -102px;
}

.special-list .special-item a .index.i7 {
  background-position: 0 -119px;
}

.special-list .special-item a .index.i8 {
  background-position: 0 -136px;
}

.special-list .special-item a .index.i9 {
  background-position: 0 -153px;
}

p.txt {
  height: 28px;
}

.main_item_cnter {
  width: 300px;
  height: auto;
  overflow: hidden;
}

/* 鼠标放上去之后的效果 */

.special-list .special-item a.active {
  height: auto;
}

.special-list .special-item a.active .img {
  display: block;
  width: 110px;
  height: 75px;
}

.special-list .special-item a.active span {
  display: none;
}

.special-list .special-item a.active .img img {
  width: 100px;
  height: 70px;
}

.special-list .special-item a.active .txt {
  font-size: 14px;
  height: auto;
  line-height: 1.8em;
  font-weight: bold;
}

.special-list .special-item span {
  float: left;
  font-family: fangsong;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  color: #999;
}

.special-list .special-item:nth-of-type(1) span,
.special-list .special-item:nth-of-type(2) span,
.special-list .special-item:nth-of-type(3) span {
  color: #0961a0;
}

/*常用宽度值*/

.w960 {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.w300 {
  width: 300px;
}

/*浮动*/

.lfloat {
  float: left;
}

.rfloat {
  float: right;
  position: sticky;
  top: 0;
  background: #fff;
  padding: 0 10px;
  height: 100%;
  box-sizing: border-box;
  width: 330px !important;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.cclear {
  overflow: auto;
  zoom: 1;
}

/*面包屑导航样式*/

.pathlinks {
  line-height: 35px;
  font-size: 12px;
  color: #777;
  line-height: 25px;
  padding-top: 15px;
}

.pathlinks a {
  margin: auto 3px;
  color: #333;
}

.pathlinks a:hover {
  color: #f30;
}

.pathlinks .pl_ico {
  background: url(../image/nmo_bg.gif) no-repeat 0 -97px;
  padding-left: 12px;
}
.listNewsTimeLy .listNews-item-s2 {
  width: 100%;
  height: 230px;
  padding-bottom: 15px;
  padding-top: 15px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.listNewsTimeLy .listNews-item-s1 {
  height: 135px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.listNewsTimeLy .listNews-item-s2 h3 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  height: 28px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 15px;
}

.listNewsTimeLy .listNews-item-s2 h3 a {
  color: #333;
}

.listNewsTimeLy .listNews-item-s2 .img-wrap {
  width: 710px;
  height: 140px;
  overflow: hidden;
  margin-top: 15px;
}

.listNewsTimeLy .listNews-item-s2 .img-wrap a {
  width: 200px;
  height: 140px;
  margin-right: 35px;
  overflow: hidden;
}

.listNewsTimeLy .listNews-item-s2 .from {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 12px;
  color: #999;
}

img.animation {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

img.animation:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.fl {
  float: left;
  display: inline;
}

.listNewsTimeLy .listNews-item-s1 .info {
  overflow: hidden;
  box-sizing: border-box;
  font-family: '微软雅黑';
}

.listNewsTimeLy .listNews-item-s1 .info h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  float: none;
}

.listNewsTimeLy .listNews-item-s1 .img {
  padding-right: 20px;
}
.listNewsTimeLy .listNews-item-s1 .img img {
  width: 100%;
  height: 100%;
}
.listNewsTimeLy .listNews-item-s1 .info h3 a {
  color: #333;
  font-weight: bold;
}

.listNewsTimeLy .listNews-item-s1 .info .desc {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
  color: #666;
  overflow: hidden;
}

.listNewsTimeLy .listNews-item-s1 .info .from {
  font-size: 12px;
  color: #999;
}

.listNewsTimeLy .listNews-item-s1 .img a {
  display: block;
  width: 180px;
  height: 126px;
  overflow: hidden;
}

.pathlinks {
  background: #fff;
}

.rim {
  border: 0;
}

.slider_cnt_channel h1 a:hover {
  color: #ee4b4b;
}

.listNewsTimeLy .listNews-item-s2 h3 a:hover {
  color: #0961a0;
}

.listNewsTimeLy .listNews-item-s1 .info h3 a:hover {
  color: #0961a0;
}

ul.special_more_item {
  width: auto;
  height: auto;
  overflow: hidden;
  padding-left: 10px;
  padding-left: 1px;
}

ul.main_item_news {
  overflow: hidden;
}

ul.main_item_news li {
  float: left;
  display: inline;
  width: 48%;
  height: 150px;
  overflow: hidden;
}

ul.main_item_news li:nth-child(2n) {
  float: right;
}

ul.main_item_news li p {
  padding-top: 5px;
  font-size: 15px;
  line-height: 25px;
}

ul.main_item_news li img {
  width: 100%;
  height: 110px;
}

ul.special_more_item li i {
  position: absolute;
  display: block;
  width: 20px;
  height: 16px;
  line-height: 14px;
  left: 0;
  top: 12px;
  background-image: url(../image/index_10.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.special_more_item li a {
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 35px;
}

ul.special_more_item li a:hover {
  color: #0961a0;
}

div.w960 {
  width: 1140px;
  margin: 0px auto;
}

.w650 {
  width: calc(100% - 390px);
  border: 1px solid #f0f0f0;
  border-top: 0;
  background: #fff;
  margin: 0 14px 0 0;
  padding: 0 20px 14px 20px;
}

.pages {
  text-align: center;
  font-size: 14px;
  margin: 30px 0;
  width: 100%;
  background: #fff;
  line-height: 35px;
  box-sizing: border-box;
}

.pages a,
.pages span {
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
}

.pages a {
  background: #fff;
  color: #0961a0;
  border: 1px solid #0961a0;
  margin: 0 3px;
}

.pages span {
  background: #0961a0;
  border: 1px solid #0961a0;
  color: #fff;
}

/*城市*/

.container {
  width: 1000px;
  margin: 0 auto;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

/* 全局顶部导航 */

#global-menu {
  line-height: 34px;
  height: 34px;
  border-bottom: 1px solid #e0e0e0;
  background: #f9f9f9;
}

#global-menu .switch a {
  margin: 0 3px;
}

#global-menu .login-bar {
  color: #bebebe;
}

#global-menu .login-bar a {
  margin: 0 5px;
}

#global-menu .login-bar a .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  vertical-align: middle;
  background-image: url(../image/city_icons.gif);
  background-repeat: no-repeat;
}

#global-menu .login-bar a .icon.icon-home {
  background-position: 0 0;
}

#global-menu .login-bar a .icon.icon-plus {
  background-position: 0 -24px;
}

#global-menu .login-bar a:hover .icon.icon-home {
  background-position: 0 -12px;
}

#global-menu .login-bar a:hover .icon.icon-plus {
  background-position: 0 -36px;
}

#city-list .wrap {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#city-list dl {
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

#city-list dl dt {
  font-weight: bold;
  float: left;
  width: 60px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: right;
}

#city-list dl dd {
  margin-left: 70px;
}

#city-list dl dd a {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}

#city-list dl dd a.a01 {
  color: #0961a0;
}

#city-list dl.last {
  border-bottom: 0;
}

#city-list dl:hover {
  border-bottom: 1px dotted #aaa;
}

#city-list dl:hover dt {
  color: #0961a0;
}

#city-list dl:hover.last {
  border-bottom: 0;
}

#container {
  width: 1000px;
  margin: 0 auto;
  float: none;
}

#container .search_nav {
  float: right !important;
}

/*首屏内容*/

.f-link {
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.f-link a {
  margin: 0 3px;
}

.city_head {
  background: #fff;
  margin-bottom: 20px;
}

.news_ul ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: #fff;
}

.news_ul ul li:nth-child(3n) {
  margin-right: 0;
}

.news_ul ul li .img,
.news_ul ul li .img a {
  width: 100%;
  height: 160px;
  display: inline-block;
}

.news_ul ul li .img img {
  width: 100%;
  height: 100%;
}

.news_ul ul li p {
  font-family: 'Microsoft Yahei';
  font-size: 15px;
  line-height: 22px;
  padding: 10px 12px 0 10px;
  height: 55px;
  overflow: hidden;
  box-sizing: border-box;
}
.hotWatch {
  border: 1px solid #ddd;
}
.hotWatch ul {
  padding: 0 12px 15px 12px;
  box-sizing: border-box;
}
.hotWatch li {
  margin-top: 12px;
  font-size: 13px;
  overflow: hidden;
}

.hotWatch li a {
  display: block;
  background: #fff;
}

.hotWatch li a:hover {
  background: #f2f2f2;
}

.hotWatch .face {
  width: 100px;
  height: 80px;
  display: block;
  float: left;
  position: relative;
}

.hotWatch img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.hotWatch .face p {
  display: none;
}

.hotWatch .text {
  padding: 10px 0 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.hotWatch .text strong {
  font-size: 15px;
  color: #000;
  display: block;
  font-weight: normal;
}

.hotWatch .text p {
  margin: 10px 0 6px 0;
  color: #999;
}

.hotWatch .text .time {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.hotWatch a:hover strong {
  text-decoration: underline;
}
/*=========*/

.box-wanle .pic p,
.hotWatch .text strong,
.hotWatch .text p,
.box-zn ul li,
.bigHot .yiong span,
ul.main_item_news li p,
.box-wei ul li,
.rtuijian_list li,
.box-xiaofang > a,
.bigHot .text a em {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news_ul ul li p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.label {
  margin: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.news_ul ul {
  overflow: hidden;
}
