@charset "UTF-8";

* {
  font-family: '微软雅黑';
}

/* 清浮动 */
.cf {
  zoom: 1;
}

.cf:after {
  content: '020';
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.slh1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  color: #333333;
}

a:hover {
  color: #4166ac;
}

.inbox {
  width: 1200px;
  margin: auto;
}

/* 头部样式 */
.header {
  width: 100%;
  height: 500px;
  background: url(../images/banner.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 20px;
}

.top a,
.top span {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.tpl {
  float: left;
}

.tpr {
  float: right;
}

.tfgx {
  margin: 0 5px;
}

.old_boount,
.sjghb,
.mobile_type .old_boount,
.mobile_type .new_boount,
.old_type .sjghb,
.old_type .new_boount {
  display: none;
}

.mobile_type .sjghb,
.old_type .old_boount {
  display: block;
}

.logo {
  margin-top: 40px !important;
}

.logo img {
  display: block;
  width: 294px;
  margin: 0 auto;
}

.search {
  position: relative;
  width: 500px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  margin: 30px auto 70px;
}

.setxt {
  width: 400px;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  border: none;
}

.sesub {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background: #1c68c4 url(../images/search.png) no-repeat center;
  background-size: 25px 25px;

}

.nav {
  width: 100%;
  height: 60px;
  background: #1c68c4;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav li {
  width: 20%;
  height: 60px;
}

.nav a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.nav a:hover,
.navon a {
  background: #004fab;
  font-weight: bold;
}

/* 用户中心 */
.loggin_group {
  position: relative;
}

.loginItems {
  display: none;
  position: absolute;
  width: 90px;
  height: 80px;
  z-index: 99;
  text-align: center;
  background: url(../images/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
  padding-top: 12px;
  left: -10px;
  top: 20px;
}

.loginItems a {
  display: block;
  width: 98%;
  margin: 0 auto;
  color: #333;
  padding: 0;
  text-align: center;
  line-height: 30px;
  background: none;
  float: none;
}

.loginItems a:hover {
  color: #1c68c4;
}

.loggin_group:hover .loginItems {
  display: block;
}

/* 用户中心 */
/* 老年版样式 */
.old_type .top a,
.old_type .top span {
  font-size: 32px;
  line-height: 64px;
}

.old_type .search {
  width: 800px;
  height: 60px;
  border-radius: 30px;
}

.old_type .setxt {
  width: 650px;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  font-size: 28px;
}

.old_type .sesub {
  width: 140px;
  height: 50px;
  border-radius: 25px;
}

.old_type .nav {
  height: 90px;
}

.old_type .nav li {
  height: 90px;
}

.old_type .nav a {
  font-size: 36px;
  line-height: 90px;
}

.old_type .header {
  height: 585px;
}

.old_type .loginItems {
  width: 140px;
  height: 120px;
  background-size: 140px;
  left: -5px;
  top: 55px;
}

.old_type .loginItems a {
  line-height: 50px;
}

.mobile_type .inbox {
  width: 100%;
}

.mobile_type .tpl {
  display: none;
}

.mobile_type .header {
  width: 100%;
  height: 93vw;
  padding-top: 5vw;
}

.mobile_type .tpr {
  padding: 0 2vw;
}

.mobile_type .sjbdn {
  display: none;
}

.mobile_type .sjghb {
  margin-right: 3vw;
}

.mobile_type .sjghb {
  display: block;
  float: left;
  margin-right: 3vw;
  width: 18vw;
  height: 8vw;
  border-radius: 1vw;
  background: #ec940a;
  line-height: 8vw;
  text-align: center;
  font-size: 4vw;
}

.mobile_type .top a {
  font-size: 4vw;
  line-height: 8vw;
}

.mobile_type .logo {
  margin-top: 5vw !important;
}

.mobile_type .logo img {
  width: 40vw;
}

.mobile_type .search {
  width: 90%;
  height: 12vw;
  border-radius: 6vw;
  margin: 5vw auto;
}

.mobile_type .setxt {
  width: 80%;
  height: 12vw;
  padding: 0 5vw;
  border-radius: 6vw;
  font-size: 4vw;
}

.mobile_type .sesub {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 15%;
  height: 10vw;
  border-radius: 5vw;
  background: #1c68c4 url(../images/search.png) no-repeat center;
  background-size: 5vw;
}

.mobile_type .nav {
  height: auto;
}

.mobile_type .nav ul {
  justify-content: flex-start;
}

.mobile_type .nav li {
  width: 33%;
  height: 12vw;
}

.mobile_type .nav a {
  font-size: 5vw;
  line-height: 12vw;
}
.mobile_type .loginItems {
  display: none;
  width: 120%;
  height: auto;
  z-index: 99;
  border-bottom: none;
  padding-top: 2vw;
  left: -2vw;
  top: 9vw;
  background-image: none;
  background-color: #fff;
  border: 1px solid #999;
}
.mobile_type .loginItems a {
  font-size: 4vw;
  line-height: 7vw;
}

/* 头部样式结束 */

/* 主体内容区样式 */
.cont,
.hotnews,
.picbox,
.syjsyw,
.syggtg,
.syztzl {
  margin-top: 40px !important;
}
.hf{
  margin-top: 40px;
}

.hf img {
  display: block;
  width: 100%;
}

/* 热点新闻 */
.hotnews {
  overflow: hidden;
}

.hottit a {
  display: block;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1c68c4;
}

.hottit a:hover {
  color: #004fab;
}

.hotnr {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.sylb {
  float: left;
  width: 600px;
  height: 338px;
  overflow: hidden;
}

/* 轮播图 */
.sylb img {
  width: 600px;
  height: 338px;
}

.lbtit {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 40px;
}

.lbtit p {
  width: 65%;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: unset !important;
  width: auto !important;
  right: 20px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .7;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* 按钮 */
.lb_next,
.lb_prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 26px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
}

.lb_next {
  background: url(../images/next.png) no-repeat center;
  background-size: 100%;
  right: 0;
}

.lb_next:hover {
  background: rgba(255, 255, 255, 0.7) url(../images/nexton.png) no-repeat center;
  background-size: 100%;
}

.lb_prev {
  background: url(../images/prev.png) no-repeat center;
  background-size: 100%;
  left: 0;
}

.lb_prev:hover {
  background: rgba(255, 255, 255, 0.7) url(../images/prevon.png) no-repeat center;
  background-size: 100%;
}

/* 轮播图 */
.sytab {
  width: 570px;
  height: 338px;
  float: right;
}

/* tab切换 */
.tab .hd {
  position: relative;
  border-bottom: 2px solid #E6F1FB;
}

.tab .hd ul li {
  float: left;
  font-size: 18px;
  line-height: 30px;
  margin-left: 40px;
  height: 50px;
}

.tab .hd ul li:first-child {
  margin-left: 0 !important;
}

.tab .more {
  position: absolute;
  top: 8px;
  right: 0;
  line-height: 19px;
  font-size: 14px;
}

.tab .hd ul li a {
  display: block;
  height: 52px;
  float: left;
  line-height: 52px;
  padding: 0 20px;
}

.on a {
  font-weight: bold;
  background: #1c68c4;
  color: #fff;
  border-bottom: 2px solid #1c68c4;
}

.tab .conWrap {
  margin-top: 15px;
}

.tab .bd li {
  margin-top: 0;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  background: url(../images/dian.png) center left no-repeat;
  transition: 0.3s;
  box-shadow: 0px 0px 0px transparent;
}

.tab .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.tab .bd li .span1,.tab .bd .govpushinfo150203 li a {
  display: block;
  float: left;
  color: #333;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab .bd li span {
  float: right;
  color: #999;
}

.tab .bd li:hover {
  padding: 0 20px 0 40px;
  box-shadow: 0px 0px 10px #ccc;
  background-position-x: 20px;
}

.tab .bd li:hover span {
  color: #1c68c4;
}


/* jsyw */
.jsywl {
  float: left;
  width: 670px;
}

.jsywr {
  float: right;
  width: 500px;
}

.xxgklogo img {
  display: block;
  width: 500px;
  height: 90px;
}

.xxgkbox {
  padding: 0 20px;
  width: 500px;
  height: 230px;
  background: #f4f7ff;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}

.xxgkbox li {
  width: 220px;
  height: 50px;
  background: #fff;
  margin-top: 20px;
}

.xxgkbox li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 10px;
  background-size: 36px;
  line-height: 50px;
}

.xxgkbox li a:hover {
  box-shadow: 0 0 10px #1c68c466;
  color: #1c68c4;
}

.gka1 {
  background: url(../images/gkzn.png) no-repeat 10px center;
}

.gka2 {
  background: url(../images/gknb.png) no-repeat 10px center;
}

.gka3 {
  background: url(../images/sqgk.png) no-repeat 10px center;
}

.gka4 {
  background: url(../images/gkzd.png) no-repeat 10px center;
}

.gka5 {
  background: url(../images/gknr.png) no-repeat 10px center;
}

.gka6 {
  background: url(../images/wznb.png) no-repeat 10px center;
}

.xxgkbox li a span {
  float: right;
}

/* ggtg */
.ggtgl {
  width: 570px;
  float: left;
}

.ggtgr {
  width: 500px;
  float: right;
}

.ggtgr a {
  padding-left: 30px;
  display: block;
  width: 100%;
  height: 145px;
  background-size: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 145px;
  color: #fff;
}

.ggtgr .zwfw {
  background: url(../images/zwfw.png) no-repeat center;
}

.ggtgr .zwfw:hover {
  box-shadow: 0 0 10px #2c77dc;
}

.ggtgr .zfgk {
  margin-top: 30px;
  background: url(../images/zfgk.png) no-repeat center;
}

.ggtgr .zfgk:hover {
  box-shadow: 0 0 10px #6f7fd5;
}

/* ztzl */
.ztzltit  {
  font-weight: 700;
  font-size: 22px;
  color: #1c68c4;
}

.ztbox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.ztbox li {
  width: 285px;
  height: 90px;
}

.ztbox li a,
.ztbox li img {
  display: block;
  width: 100%;
  height: 100%;
}

/* olt_type */
.old_type .cont,
.old_type .hotnews,
.old_type .picbox,
.old_type .syjsyw,
.old_type .syggtg,
.old_type .syztzl {
  margin-top: 60px !important;
}

.old_type .hottit a {
  font-size: 48px;
  line-height: 96px;
}

.old_type .hotnr {
  font-size: 36px;
  line-height: 72px;
}

.old_type .sylb {
  width: 100%;
  height: 675px;
}

.old_type .sylb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.old_type .lbtit {
  height: 72px;
  line-height: 72px;
}

.old_type .lbtit p {
  padding-left: 20px;
  font-size: 36px;
}

.old_type .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 7px !important;
}

.old_type .swiper-container-horizontal>.swiper-pagination-bullets,
.old_type .swiper-pagination-custom,
.old_type .swiper-pagination-fraction {
  bottom: 22px;
}

.old_type .sytab {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.old_type .tab .hd {
  border-bottom: 4px solid #E6F1FB;
}

.old_type .tab .hd ul li {
  font-size: 48px;
  line-height: 48px;
  margin-left: 40px;
  height: 96px;
}

.old_type .tab .hd ul li a {
  height: 100px;
}

.old_type .on a {
  border-bottom: 4px solid #1c68c4;
}

.old_type .tab .more {
  top: 12px;
  line-height: 36px;
  font-size: 36px;
}
.old_type .tab .conWrap {
  margin-top: 40px;
  width: 100% !important;
  height: 700px !important;
}
.old_type .tab .conWrap ul{
  width: 100% !important;
}
.mobile_type .tab .conWrap ul{
  width: 100% !important;
}

.old_type .tab .bd li {
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  padding-left: 30px;
  background: url(../images/dian.png) center left no-repeat;
  background-size: 5px;
}

.old_type .tab .bd li a {
  font-size: 36px;
}

.old_type .tab .bd li:hover {
  padding: 0 30px 0 50px;
  box-shadow: 0px 0px 10px #ccc;
  background-position-x: 20px;
}

.old_type .jsywl,
.old_type .jsywr {
  width: 100%;
}

.old_type .jsywr {
  margin-top: 60px;
}

.old_type .xxgklogo img {
  width: 100%;
  height: auto;
}

.old_type .xxgkbox {
  padding-bottom: 25px;
  width: 100%;
  height: auto;
}

.old_type .xxgkbox li {
  width: 370px;
  height: 90px;
  margin-top: 25px;
}

.old_type .xxgkbox li a {
  font-size: 28px;
  padding-left: 80px;
  padding-right: 20px;
  background-size: 50px;
  line-height: 90px;
  background-position-x: 20px;
}

.old_type .ggtgl {
  width: 100%;
}

.old_type .ggtgr {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.old_type .ggtgr a {
  padding-left: 30px;
  width: 584px;
  height: 169px;
  background-size: 100% !important;
  font-size: 36px;
  line-height: 169px;
}

.old_type .ggtgr .zfgk {
  margin-top: 0;
}

.old_type .ztzltit  {
  font-size: 48px;
}

.old_type .ztbox {
  margin-top: 40px;
  flex-wrap: wrap;
}

.old_type .ztbox li {
  width: 580px;
  height: 184px;
  margin-bottom: 30px;
}

/* olt_type end */
/* mobile_type */
.mobile_type .cont,
.mobile_type .hotnews,
.mobile_type .picbox,
.mobile_type .syjsyw,
.mobile_type .syggtg,
.mobile_type .syztzl {
  margin-top: 4vw !important;
}

.mobile_type .hottit a {
  font-size: 5vw;
  padding: 0 2vw;
}

.mobile_type .hotnr {
  padding: 0 2vw;
  font-size: 4vw;
  margin-top: 3vw;
}

.mobile_type .picbox {
  padding: 0 2vw;
}

.mobile_type .sylb {
  width: 100%;
  height: 65vw;
}

.mobile_type .sylb img {
  width: 100%;
  height: 64vw;
  object-fit:cover;
}
.mobile_type .tab .bd .govpushinfo150203 li a {
  width: 50%;
}

.mobile_type .lb_next,
.mobile_type .lb_prev {
  margin-top: -7vw;
  width: 7vw;
  height: 14vw;
}

.mobile_type .lbtit {
  height: 12vw;
  line-height: 12vw;
}

.mobile_type .lbtit p {
  width: 60%;
  font-size: 4vw;
  padding-left: 2vw;
}

.mobile_type .swiper-container-horizontal>.swiper-pagination-bullets,
.mobile_type .swiper-pagination-custom,
.mobile_type .swiper-pagination-fraction {
  right: 2vw !important;
  bottom: 3vw !important;
}

.mobile_type .sytab {
  width: 100%;
  height: auto;
  margin-top: 4vw;
}

.mobile_type .tab .hd ul li {
  font-size: 5vw;
  line-height: 5vw;
  margin-left: 2vw !important;
  height: 12vw;
}

.mobile_type .tab .hd ul li a {
  height: 12.5vw;
}

.mobile_type .tab .more {
  top: 0;
  line-height: 5vw;
  font-size: 4vw;
}

.mobile_type .tab .conWrap {
  margin-top: 4vw;
  width: 100% !important;
  height: 86vw !important;
}

.mobile_type .tab .bd li {
  margin-top: 0;
  font-size: 4vw;
  height: 12vw;
  line-height: 12vw;
  padding-left: 3vw;
}

.mobile_type .tab .bd li a {
  font-size: 4vw;
}

.mobile_type .tab .bd li .span1 {
  width: 50%;
}

.mobile_type .syjsyw {
  padding: 0 2vw;
}

.mobile_type .jsywl {
  width: 100%;
}

.mobile_type .jsywr {
  margin-top: 4vw;
  width: 100%;
}

.mobile_type .xxgklogo img {
  width: 100%;
  height: auto;
}

.mobile_type .xxgkbox {
  padding: 2vw 2vw 4vw;
  width: 100%;
  height: auto;
}

.mobile_type .xxgkbox li {
  width: 100%;
  height: 14vw;
  margin-top: 2vw;
}

.mobile_type .xxgkbox li a {
  font-size: 4vw;
  padding-left: 17vw;
  padding-right: 2vw;
  background-size: 9vw;
  line-height: 14vw;
}

.mobile_type .syggtg {
  padding: 0 2vw;
}

.mobile_type .ggtgl {
  width: 100%;
}

.mobile_type .ggtgr {
  margin-top: 4vw;
  width: 100%;
}

.mobile_type .ggtgr a {
  padding-left: 4vw;
  height: 38vw;
  font-size: 6vw;
  line-height: 38vw;
}

.mobile_type .ggtgr .zfgk {
  margin-top: 2vw;
}

.mobile_type .syztzl {
  padding: 0 2vw;
}

.mobile_type .ztzltit  {
  font-size: 5vw;
}

.mobile_type .ztbox {
  margin-top: 3vw;
  flex-wrap: wrap;
}

.mobile_type .ztbox li {
  width: 49%;
  height: auto;
  margin-top: 2vw;
}

/* mobile_type end */

/* footer start */
/* 友情链接 */
.yqljnew {
  margin-top: 40px;
  border-top: 7px solid #1c68c4;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  background: #F4F4F4;
}

.footer_links {
  position: relative;
}

.FriendLinksItemWrap {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.FriendLinksItem {
  display: inline-block;
  width: auto;
  height: 20px;
  padding-right: 20px;
  background: url(../images/arrd.png) no-repeat right center;
  background-size: 15px;
  cursor: pointer;
}

.FriendLinksItem p {
  font-size: 14px;
  font-weight: 700;
}

.websiteList {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 1200px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 30%);
  padding: 20px;
}

.websiteList a {
  display: block;
  float: left;
  line-height: 40px;
  transition: all 0.3s;
  padding: 0 10px;
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.websiteList a:hover {
  background: #1c68c4;
  color: #fff !important;
}

.old_type .yqljnew {
  border-bottom: 3px solid #fff;
  padding: 30px 0;
}

.old_type .FriendLinksItem {
  height: 40px;
  padding-right: 35px;
  background: url(../images/arrd.png) no-repeat right center;
  background-size: 25px;
}

.old_type .FriendLinksItem p {
  font-size: 24px;
  line-height: 40px;
}

.old_type .websiteList {
  bottom: 55px;
}

.old_type .websiteList a {
  line-height: 60px;
  padding: 0 20px;
  width: 33%;
  font-size: 24px;
}

.mobile_type .yqljnew {
  display: none;
}

/* 友情链接 */
.footer {
  padding: 20px 0;
  background: #f4f4f4;
}

.ftl {
  float: left;
}

.ftl p {
  font-size: 14px;
  line-height: 20px;
}

.p1 span {
  margin: 0 5px;
}

.ml10 {
  margin-left: 10px;
}

.p2,
.p3 {
  margin-top: 20px;
}

.ftr {
  float: right;
  margin-top: 20px;
}

.ftr img {
  height: 60px;
}

.dzjg {
  margin-right: 20px;
}

.old_type .footer {
  padding: 40px 0;
}

.old_type .ftl {
  width: 100%;
}

.old_type .ftl p {
  text-align: center;
  font-size: 28px;
  line-height: 45px;
}

.old_type .p3 img {
  width: 30px;
}

.old_type .ftr {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.old_type .ftr img {
  height: 90px;
}

.old_type .dzjg {
  margin-right: 40px;
}

.mobile_type .footer {
  margin-top: 6vw;
  padding: 4vw 0;
  border-top: 1vw solid #1c68c4;
}

.mobile_type .ftl,
.mobile_type .ftr {
  width: 100%;
}

.mobile_type .ftl p {
  padding: 0 2vw;
  text-align: center;
  font-size: 4vw;
  line-height: 6vw;
}

.mobile_type .p2,
.mobile_type .p3 {
  margin-top: 2vw;
}

.mobile_type .p2 a,
.mobile_type .p2 span,
.mobile_type .p3 span,
.mobile_type .p3 a {
  display: block;
  margin: 0;
}
.mobile_type .ftr {
  margin-top: 4vw;
  text-align: center;
}
.mobile_type .dzjg {
  margin-right: 4vw;
}
.mobile_type .ftr img {
  height: 12vw;
}

/* footer end */
.old_type .hf {
  margin-top: 60px;
}
.mobile_type .hf {
  margin-top: 4vw;
}
.headLines_wrapper{width: 1200px;margin: 40px auto 0;position: relative;margin-top: 40px;position: relative;margin-top: 40px;padding: 30px;background: #fff;box-shadow: 0px 0px 10px #004fab9f}
  .tag_head{width: 95px;height: 95px;float: left;position: relative;margin-top: 16px;}
  .tag_head span{position: absolute;color: #fff;font-size: 22px;display: flex;width: 95px;
    height: 95px;text-align: center;line-height: 35px;background-color: #d13e37;align-items: center;justify-content: center;
    border-radius: 10px;
  }
  .headLinesWrap{float: left;margin-left: 30px;width: 850px;}
  .headLinesWrap li{width: 100%;height: 26px;margin-top: 24px;}
  .headLinesWrap li:first-child{margin-top: 0;}
  .headLinesWrap li a{display: block;font-size: 18px;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  .ts_more{position: absolute;bottom: 30px;right: 30px;font-size: 16px;}
  .ts_more:hover{font-weight: bold;}
  .htbar{display: none;margin-top: 30px;height: 5px;background: #b81b29;}
  .old_type .headLines_wrapper{padding: 30px 30px 60px;}
  .old_type .tag_head{width: 112px;height: 146px;margin-top: 50px;}
  .old_type .tag_head span{font-size: 40px;height: 135px;line-height: 135px;}
  .old_type .tag_head img{width: 100%;}
  .old_type .headLinesWrap li a{font-size: 32px;line-height: 64px;}
  .old_type .headLinesWrap li{height: 36px;margin-top: 36px;}
  .old_type .headLinesWrap li a{font-size: 36px;line-height: 36px;}
  .old_type .ts_more{font-size: 36px;bottom: 55px;}
  .mobile_type .headLines_wrapper{width: 100%;margin-top: 6vw;position: relative;height: auto;padding: 0 2vw 12vw;background: none;box-shadow: none;}
  .mobile_type .tag_head img{display: none;}
  .mobile_type .tag_head{width: 12vw;height: 15vw;margin-top: 3vw;}
  .mobile_type .tag_head span{font-size: 4vw;height: auto;line-height: 14vw;background: #e22a2c;}
  .mobile_type .headLinesWrap li{width: 78vw;height: auto;padding-left: 2vw;margin-top: 0;}
  .mobile_type .headLinesWrap{margin-left: 2vw;width: auto;}
  .mobile_type .headLinesWrap li a{font-size: 4vw;font-weight: normal;line-height: 2;}
  .mobile_type .ts_more{bottom: 3vw;right: 2vw;font-size: 4vw;}
  .mobile_type .htbar{display: block;margin-top: 3vw;height: 1vw;} 