@charset "UTF-8";
/*common*/
.w1200 {
  width: 1200px;
}

a:link, a:visited {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #c00;
  text-decoration: underline;
}

/*header*/
.header {
  padding-bottom: 5px;
  border-bottom: 2px solid #F1F1F1;
}

.header .top {
  height: 40px;
  background: #000;
}

.header .top div.link {
  float: left;
}

.header .top div.link div.one {
  float: left;
  padding-left: 20px;
  padding-right: 40px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.header .top div.link div.one a {
  color: #fff;
}

.header .top div.link div.kfsy {
  background-image: url(790.png);
}

.header .top div.link div.wzdh {
  background-image: url(793.png);
  position: relative;
}

.header .top div.link div.wzdh div.wzdh-con {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  z-index: 9;
  background: #fff;
  width: 500px;
  height: 275px;
  padding: 0 10px 10px;
}

.header .top div.link div.wzdh div.wzdh-con dl {
  overflow: hidden;
  margin-top: 5px;
  margin-right: -30px;
  font-size: 12px;
  line-height: 30px;
}

.header .top div.link div.wzdh div.wzdh-con dl dt {
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0;
  vertical-align: top;
  color: #FE8833;
}

.header .top div.link div.wzdh div.wzdh-con dl dt a {
  color: #FE8833;
}

.header .top div.link div.wzdh div.wzdh-con dl dt i {
  font-style: normal;
  padding: 0 15px;
  color: #dadada;
}

.header .top div.link div.wzdh div.wzdh-con dl dd {
  display: inline-block;
  color: #444;
}

.header .top div.link div.wzdh div.wzdh-con dl dd a {
  color: #444;
  padding-right: 20px;
}

.header .top div.link div.wxwb {
  background-image: url(792.png);
  position: relative;
}

.header .top div.link div.wxwb div.wxwb-con {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  z-index: 9;
  background: #000;
  width: 160px;
  height: 90px;
  padding: 10px;
}

.header .top div.link div.wxwb div.wxwb-con div {
  display: block;
  width: 70px;
  float: left;
}

.header .top div.link div.wxwb div.wxwb-con div img {
  display: block;
}

.header .top div.link div.wxwb div.wxwb-con div p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}

.header .top div.link div.wxwb div.wxwb-con div.line {
  width: 1px;
  height: 70px;
  background: #454545;
  margin: 10px 9px 20px;
}

.header .top div.link div.wxwb div.wxwb-con div span {
  display: block;
  width: 70px;
  height: 28px;
  margin-top: 20px;
  background: #ff3b30;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.header .top div.link div.wxwb div.wxwb-con div span a {
  display: block;
  width: 70px;
  height: 28px;
  text-decoration: none;
}

.header .top div.link div.wxwb div.wxwb-con div em {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.header .top div.language {
  float: right;
  position: relative;
}

.header .top div.language div {
  background: url(791.png) right center no-repeat;
  padding-right: 18px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.header .top div.language div a {
  color: #fff;
}

.header .top div.language ul {
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 0px;
  background: #fff;
  width: 86px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}

.header .top div.language ul li {
  text-align: center;
}

.header .nav {
  height: 84px;
}

.header .nav div.logo {
  float: left;
  margin-top: 7px;
}

.header .nav div.lm-con {
  float: left;
}

.header .nav div.lm-con li {
  display: block;
  padding: 0 0 0 36px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 84px;
  color: #444444;
}

.header .nav div.lm-con li a {
  color: #444444;
}

.header .nav div.lm-con li a.on {
  font-weight: 700;
  color: #FE8833;
}

.header .nav div.lm-con li img {
  display: block;
}

.header .nav div.search {
  width: 280px;
  height: 34px;
  background: url(798.png) no-repeat;
  margin-top: 25px;
  float: right;
  position: relative;
}

.header .nav div.search input.search_txt {
  width: 215px;
  height: 34px;
  padding-left: 15px;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 34px;
  color: #bbb;
}

.header .nav div.search input.search_txt:focus {
  border: none;
  outline: none;
}

.header .nav div.search div.search_bt {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 22px;
  height: 22px;
  background: url(799.png) no-repeat;
  font-size: 0;
  text-indent: -9999em;
}

/*footer*/
.footer div.friend {
  background: #F6F6F6;
  padding: 46px 0 50px 0;
}

.footer div.friend .friend-menu {
  float: left;
  width: 120px;
}

.footer div.friend .friend-menu h3 {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
  color: #666666;
}

.footer div.friend .friend-menu h3.active {
  font-weight: 700;
  color: #000;
}

.footer div.friend .friend-link {
  margin-top: -4px;
  float: left;
  width: 1050px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.footer div.friend .friend-link a {
  color: #999999;
  display: block;
  float: left;
  padding-right: 20px;
}

.footer div.kw-con {
  background: #fff;
  padding: 45px 0;
}

.footer div.kw-con .logo {
  float: left;
  width: 270px;
  min-height: 80px;
  background: url(796.png) top left no-repeat;
}

.footer div.kw-con .zq {
  float: left;
  width: 410px;
}

.footer div.kw-con .zq h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #444444;
}

.footer div.kw-con .zq h3 a {
  color: #444444;
}

.footer div.kw-con .zq ul {
  margin-top: 30px;
}

.footer div.kw-con .zq ul li {
  display: block;
  float: left;
  width: 33%;
  font-size: 14px;
  line-height: 24px;
  color: #AAAAAA;
  margin-bottom: 10px;
}

.footer div.kw-con .zq ul li a {
  color: #AAAAAA;
}

.footer div.kw-con .lm {
  float: left;
  width: 270px;
  height: 200px;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}

.footer div.kw-con .lm h3 {
  font-weight: 400px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.footer div.kw-con .wb {
  float: right;
}

.footer div.kw-con .wb p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  text-align: center;
}

.footer div.kw-con .wb p img {
  display: block;
  margin-bottom: 5px;
}

.footer div.copy-con {
  height: 40px;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #EEEEEE;
}

.footer div.copy-con a {
  color: #EEEEEE;
  padding: 0 5px;
}

.footer div.copy-con .copy {
  float: left;
}

.footer div.copy-con .about {
  float: right;
}

/*headline-con 头条*/
.headline-con {
  height: 40px;
  background: #F2F2F2;
}

.headline-con div.w1200 {
  height: 40px;
}

.headline-con div.title {
  float: left;
  width: 85px;
  height: 40px;
  background: url(789.png) 0 center no-repeat;
  padding-left: 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #FE8833;
}

.headline-con div.swiper-headline {
  float: left;
  width: 1000px;
  height: 40px;
  overflow: hidden;
}

.headline-con div.swiper-headline .swiper-slide {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
}

.headline-con div.swiper-headline .swiper-slide span {
  margin-left: 25px;
  color: #999999;
}

/*main-con-con 首屏*/
.main-con {
  position: relative;
}

.main-con div.focus-con {
  float: left;
  width: 858px;
  height: 481px;
  position: relative;
}

.main-con div.focus-con div.focus-slide-shadow {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 481px;
  background: #fff;
  filter: alpha(opacity=60);
  opacity: .6;
}

.main-con div.focus-con .focus-slide-shadow-bg {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: -1;
  width: 40px;
  height: 481px;
  overflow: hidden;
  background-size: auto 481px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.main-con div.focus-con .focus-slide-shadow-bg img {
  width: 858px;
  height: 481px;
}

.main-con div.gather-con {
  float: right;
  width: 315px;
  height: 481px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.main-con div.gather-con div.title {
  position: relative;
  margin-top: 20px;
  height: 26px;
}

.main-con div.gather-con div.title h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 10px;
}

.main-con div.gather-con div.title div.nowTime div {
  position: absolute;
}

.main-con div.gather-con div.title div.nowTime div.day {
  top: 3px;
  right: 60px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #FE8833;
}

.main-con div.gather-con div.title div.nowTime div.month {
  top: 13px;
  right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #8B929F;
}

.main-con div.gather-con div.title div.nowTime div.week {
  top: 0px;
  right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #8B929F;
}

.main-con div.gather-con ul.gather-scroll-con {
  margin-top: 15px;
  height: 420px;
}

.main-con div.gather-con ul.gather-scroll-con li {
  height: 77px;
  padding-top: 6px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed #DDDDDD;
}

.main-con div.gather-con ul.gather-scroll-con li img {
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.main-con .swiper-focus {
  width: 858px;
  height: 481px;
  overflow: hidden;
  position: relative;
}

.main-con .swiper-focus div.swiper-slide {
  position: relative;
}

.main-con .swiper-focus div.swiper-slide img {
  display: block;
  width: 858px;
  height: 481px;
}

.main-con .swiper-focus div.swiper-slide em {
  display: none;
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
}

.main-con .swiper-focus div.swiper-slide span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  font-size: 18px;
  line-height: 44px;
  text-align: left;
  text-indent: 1em;
  z-index: 3;
  width: 80%;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.main-con .swiper-focus div.swiper-slide span a {
  color: #fff;
}

.main-con .swiper-focus div.swiper-slide-active em, .main-con .swiper-focus div.swiper-slide-active span {
  display: block;
}

.main-con .swiper-focus div.focus-prev {
  width: 10px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 450px;
  right: 39px;
  z-index: 9;
  background: url(787.png) center center no-repeat;
}

.main-con .swiper-focus div.focus-next {
  width: 10px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 450px;
  right: 14px;
  z-index: 9;
  background: url(788.png) center center no-repeat;
}

.main-con .swiper-focus div.focus-numBox {
  position: absolute;
  right: 75px;
  top: 444px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  z-index: 9;
}

.main-con .swiper-focus div.focus-numBox i.focus-curNum {
  color: #FE8833;
  font-style: normal;
  font-size: 30px;
}

.main-con .swiper-focus div.focus-numBox i.focus-allNum {
  font-style: normal;
  padding-left: 3px;
}

/*p2-con 热点 海外*/
.p2-con {
  margin-top: 20px;
}

.p2-con div.title {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}

.p2-con div.title h2 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p2-con div.title h2 a {
  color: #000;
}

.p2-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p2-con div.title div.more a {
  color: #A9A9A9;
}

.p2-con div.title div.more span {
  padding: 0 10px;
}

.p2-con div.news-hot-spot-con {
  width: 790px;
  float: left;
}

.p2-con div.news-hot-spot-con .news-hot-spot-left {
  width: 400px;
  float: left;
}

.p2-con div.news-hot-spot-con .news-hot-spot-left ul.list-img {
  overflow: hidden;
  margin-top: 25px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-left ul.list-img li {
  float: left;
  width: 180px;
  height: 152px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-left ul.list-img li img {
  display: block;
  margin-bottom: 5px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-left ul.list-new {
  overflow: hidden;
  margin-top: 0px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-left ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 17px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-right {
  width: 380px;
  float: right;
}

.p2-con div.news-hot-spot-con .news-hot-spot-right ul {
  margin-top: 25px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-right ul li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-right ul li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p2-con div.news-hot-spot-con .news-hot-spot-right ul li.pt {
  padding-top: 4px;
}

.p2-con div.overseas-voice-con {
  width: 380px;
  float: right;
}

.p2-con div.overseas-voice-con ul.list-img {
  overflow: hidden;
  margin-top: 25px;
}

.p2-con div.overseas-voice-con ul.list-img li img {
  display: block;
  float: left;
  margin-right: 15px;
}

.p2-con div.overseas-voice-con ul.list-img li strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p2-con div.overseas-voice-con ul.list-img li p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #999999;
}

.p2-con div.overseas-voice-con ul.list-new {
  overflow: hidden;
  margin-top: 15px;
}

.p2-con div.overseas-voice-con ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.p2-con div.overseas-voice-con ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p2-con div.overseas-voice-con ul.list-new li.pt {
  padding-top: 4px;
}

/*p3-con 曝光 评论 消息*/
.p3-con {
  margin-top: 0px;
}

.p3-con div.title {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}

.p3-con div.title h2 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p3-con div.title h2 a {
  color: #000;
}

.p3-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p3-con div.title div.more a {
  color: #A9A9A9;
}

.p3-con div.notice-con {
  float: left;
  width: 380px;
}

.p3-con div.notice-con ul.list-new {
  overflow: hidden;
  margin-top: 25px;
}

.p3-con div.notice-con ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.p3-con div.notice-con ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p3-con div.notice-con ul.list-new li.pt {
  padding-top: 8px;
}

.p3-con div.comment-con {
  float: left;
  margin-left: 20px;
  width: 380px;
}

.p3-con div.comment-con div.margin-box {
  margin-right: -30px;
  overflow: hidden;
}

.p3-con div.comment-con ul.list-img {
  overflow: hidden;
  margin-top: 25px;
}

.p3-con div.comment-con ul.list-img li {
  float: left;
  width: 180px;
  height: 152px;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.p3-con div.comment-con ul.list-img li img {
  display: block;
  margin-bottom: 3px;
}

.p3-con div.tidings-con {
  float: right;
  width: 380px;
}

.p3-con div.tidings-con ul.list-new {
  overflow: hidden;
  margin-top: 5px;
}

.p3-con div.tidings-con ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
}

.p3-con .swiper-tidings {
  margin-top: 25px;
  width: 380px;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.p3-con .swiper-tidings div.swiper-slide {
  position: relative;
  width: 380px;
  height: 214px;
}

.p3-con .swiper-tidings div.swiper-slide div.box {
  position: relative;
  width: 380px;
  height: 214px;
}

.p3-con .swiper-tidings div.swiper-slide img {
  display: block;
}

.p3-con .swiper-tidings div.swiper-slide em {
  display: block;
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.p3-con .swiper-tidings div.swiper-slide span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-indent: 1em;
  z-index: 3;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.p3-con .swiper-tidings div.swiper-slide span a {
  color: #fff;
}

.p3-con .swiper-tidings div.tidings-prev {
  width: 40px;
  height: 54px;
  position: absolute;
  cursor: pointer;
  top: 85px;
  left: 0;
  z-index: 9;
  background: url(800.png) center center no-repeat;
}

.p3-con .swiper-tidings div.tidings-next {
  width: 40px;
  height: 54px;
  position: absolute;
  cursor: pointer;
  top: 85px;
  right: 0;
  z-index: 9;
  background: url(801.png) center center no-repeat;
}

.p3-con .swiper-tidings .swiper-pagination-tidings {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.p3-con .swiper-tidings .swiper-pagination-tidings span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background: #EEEEEE;
}

.p3-con .swiper-tidings .swiper-pagination-tidings span.swiper-active-switch {
  width: 30px;
  border-radius: 5px;
  background: #ff8834;
}

/*p4-con 正信克邪*/
.p4-con {
  margin-top: 0px;
}

.p4-con div.title {
  padding: 20px 0;
  overflow: hidden;
}

.p4-con div.title h2 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p4-con div.title h2 a {
  color: #000;
}

.p4-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p4-con div.title div.more a {
  color: #A9A9A9;
}

.p4-con div.margin-box {
  margin-right: -30px;
  overflow: hidden;
}

.p4-con ul.list-img li {
  width: 280px;
  height: 240px;
  float: left;
  margin-right: 24px;
  border: 1px solid #EFEFEF;
}

.p4-con ul.list-img li div.box {
  position: relative;
  width: 280px;
  height: 148px;
}

.p4-con ul.list-img li span.tag {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 3;
  min-width: 50px;
  padding: 0 5px;
  height: 30px;
  border-radius: 15px;
  background: #fea733;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.p4-con ul.list-img li span.tag.tag-yellow {
  background: #fea733;
}

.p4-con ul.list-img li span.tag.tag-green {
  background: #18c1ae;
}

.p4-con ul.list-img li span.tag.tag-red {
  background: #f06a69;
}

.p4-con ul.list-img li span.tag.tag-blue {
  background: #31b4fa;
}

.p4-con ul.list-img li div.shadow {
  display: none;
  position: absolute;
  width: 280px;
  height: 148px;
  top: 0;
  left: 0;
  background: url(#) center center no-repeat;
}

.p4-con ul.list-img li div.shadow i {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background: url(#) center center no-repeat;
}

.p4-con ul.list-img li:hover {
  box-shadow: 0px 2px 10px 0px #d9d9d9;
}

.p4-con ul.list-img li:hover div.shadow {
  display: block;
}

.p4-con ul.list-img li p {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 30px 0 15px;
}

/*p5-con 健康养生*/
.p5-con {
  margin-top: 10px;
}

.p5-con div.title {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}

.p5-con div.title h2 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p5-con div.title h2 a {
  color: #000;
}

.p5-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p5-con div.title div.more a {
  color: #A9A9A9;
}

.p5-con div.title div.more span {
  padding: 0 10px;
}

.p5-con div.health-left {
  width: 380px;
  float: left;
}

.p5-con div.health-left ul.list-img {
  overflow: hidden;
  margin-top: 25px;
}

.p5-con div.health-left ul.list-img li img {
  display: block;
  float: left;
  margin-right: 20px;
}

.p5-con div.health-left ul.list-img li strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p5-con div.health-left ul.list-img li p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #999999;
}

.p5-con div.health-left ul.list-new {
  overflow: hidden;
  margin-top: 20px;
}

.p5-con div.health-left ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}

.p5-con div.health-left ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p5-con div.health-center {
  width: 380px;
  float: left;
  margin-left: 20px;
}

.p5-con div.health-center div.margin-box {
  margin-right: -30px;
  overflow: hidden;
}

.p5-con div.health-center ul.list-img {
  overflow: hidden;
  margin-top: 25px;
}

.p5-con div.health-center ul.list-img li {
  position: relative;
  float: left;
  width: 180px;
  height: 101px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.p5-con div.health-center ul.list-img li img {
  display: block;
}

.p5-con div.health-center ul.list-img li div.shadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 101px;
  background: url(#) center center no-repeat;
}

.p5-con div.health-center ul.list-img li:hover div.shadow {
  display: block;
}

.p5-con div.health-center ul.list-img li p {
  padding: 25px 10px 0 10px;
  color: #fff;
}

.p5-con div.health-center ul.list-img li p a {
  color: #fff;
  text-decoration: none;
}

.p5-con div.health-center ul.list-new {
  overflow: hidden;
  margin-top: 20px;
}

.p5-con div.health-center ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}

.p5-con div.health-center ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p5-con div.health-right {
  width: 380px;
  float: right;
}

.p5-con div.health-right ul.list-new {
  overflow: hidden;
  margin-top: 25px;
}

.p5-con div.health-right ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 22px;
}

.p5-con div.health-right ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

/*p6-con 文化历史 专题*/
.p6-con {
  margin-top: 0px;
}

.p6-con div.title {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}

.p6-con div.title h2 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p6-con div.title h2 a {
  color: #000;
}

.p6-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p6-con div.title div.more a {
  color: #A9A9A9;
}

.p6-con div.title div.more span {
  padding: 0 10px;
}

.p6-con div.culture-con {
  width: 790px;
  float: left;
}

.p6-con div.culture-con div.culture-left {
  width: 380px;
  float: left;
}

.p6-con div.culture-con div.culture-left ul.list-img {
  overflow: hidden;
}

.p6-con div.culture-con div.culture-left ul.list-img li {
  overflow: hidden;
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.p6-con div.culture-con div.culture-left ul.list-img li img {
  display: block;
  float: left;
  margin-right: 10px;
}

.p6-con div.culture-con div.culture-left ul.list-new {
  overflow: hidden;
  margin-top: 22px;
}

.p6-con div.culture-con div.culture-left ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
}

.p6-con div.culture-con div.culture-left ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p6-con div.culture-con div.culture-right {
  width: 380px;
  float: right;
}

.p6-con div.culture-con div.culture-right ul.list-img {
  overflow: hidden;
  margin-top: 20px;
}

.p6-con div.culture-con div.culture-right ul.list-img li.img-right {
  overflow: hidden;
}

.p6-con div.culture-con div.culture-right ul.list-img li.img-right img {
  display: block;
  float: right;
  margin-left: 10px;
}

.p6-con div.culture-con div.culture-right ul.list-img li.img-right strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: -3px;
}

.p6-con div.culture-con div.culture-right ul.list-img li.img-right p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #999999;
}

.p6-con div.culture-con div.culture-right ul.list-img li.img-left {
  overflow: hidden;
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.p6-con div.culture-con div.culture-right ul.list-img li.img-left img {
  display: block;
  float: left;
  margin-right: 10px;
}

.p6-con div.culture-con div.culture-right ul.list-new {
  overflow: hidden;
  margin-top: 24px;
}

.p6-con div.culture-con div.culture-right ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 19px;
}

.p6-con div.culture-con div.culture-right ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p6-con div.special-con {
  width: 380px;
  float: right;
}

.p6-con div.special-con ul.list-img {
  overflow: hidden;
  margin-top: 20px;
}

.p6-con div.special-con ul.list-img li {
  margin-bottom: 10px;
}

/*p7-con 百科博览 视角*/
.p7-con {
  margin-top: 0px;
}

.p7-con div.title {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}

.p7-con div.title h2 {
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

.p7-con div.title h2 a {
  color: #999999;
}

.p7-con div.title h2.active {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p7-con div.title h2.active a {
  color: #000;
}

.p7-con div.title h3 {
  float: left;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

.p7-con div.title h3 a {
  color: #999999;
}

.p7-con div.title h3.dot {
  font-weight: 700;
  font-size: 18px;
}

.p7-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p7-con div.title div.more a {
  color: #A9A9A9;
}

.p7-con div.title div.more span {
  padding: 0 10px;
}

.p7-con div.baike-con {
  width: 790px;
  float: left;
}

.p7-con div.baike-con div.baike-left {
  width: 380px;
  float: left;
}

.p7-con div.baike-con div.baike-left div.img-con {
  margin-top: 25px;
  position: relative;
  height: 214px;
}

.p7-con div.baike-con div.baike-left div.img-con img {
  display: block;
}

.p7-con div.baike-con div.baike-left div.img-con div.shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(780.png) center center no-repeat;
}

.p7-con div.baike-con div.baike-left div.img-con div.shadow p {
  font-size: 16px;
  line-height: 36px;
  text-indent: 1em;
  color: #fff;
}

.p7-con div.baike-con div.baike-left div.img-con div.shadow p a {
  color: #fff;
}

.p7-con div.baike-con div.baike-left div.margin-box {
  margin-right: -30px;
  overflow: hidden;
}

.p7-con div.baike-con div.baike-left ul.list-img {
  overflow: hidden;
  margin-top: 20px;
}

.p7-con div.baike-con div.baike-left ul.list-img li {
  overflow: hidden;
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.p7-con div.baike-con div.baike-left ul.list-img li a {
  color: #333;
}

.p7-con div.baike-con div.baike-left ul.list-img li img {
  display: block;
  margin-bottom: 5px;
}

.p7-con div.baike-con div.baike-right {
  width: 380px;
  float: right;
}

.p7-con div.baike-con div.baike-right div.img-con {
  margin-top: 25px;
  overflow: hidden;
}

.p7-con div.baike-con div.baike-right div.img-con strong {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.p7-con div.baike-con div.baike-right div.img-con img {
  display: block;
  float: left;
  margin-top: 17px;
  margin-right: 15px;
}

.p7-con div.baike-con div.baike-right div.img-con p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.p7-con div.baike-con div.baike-right div.img-con p a {
  color: #999999;
}

.p7-con div.baike-con div.baike-right ul.list-new {
  overflow: hidden;
  margin-top: 15px;
}

.p7-con div.baike-con div.baike-right ul.list-new li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}

.p7-con div.baike-con div.baike-right ul.list-new li.bold {
  font-weight: 700;
  font-size: 18px;
}

.p7-con div.view-con {
  width: 380px;
  float: right;
}

.p7-con div.view-con div.swiper-view {
  margin-top: 25px;
  width: 380px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.p7-con div.view-con div.swiper-view div.swiper-slide div.box {
  width: 380px;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li {
  position: relative;
  height: 102px;
  overflow: hidden;
  margin-bottom: 20px;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li span.img {
  position: relative;
  float: left;
  margin-right: 15px;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li span.img img {
  display: block;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li span.img i {
  position: absolute;
  left: 10px;
  bottom: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(802.png) center center no-repeat;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li strong {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li span.duration {
  display: block;
  height: 22px;
  padding: 0 7px;
  background: #666666;
  position: absolute;
  left: 195px;
  bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.p7-con div.view-con div.swiper-view div.swiper-slide li span.time {
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.p7-con div.view-con div.swiper-view .swiper-pagination-view {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.p7-con div.view-con div.swiper-view .swiper-pagination-view span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background: #EEEEEE;
}

.p7-con div.view-con div.swiper-view .swiper-pagination-view span.swiper-active-switch {
  width: 30px;
  border-radius: 5px;
  background: #ff8834;
}

.p7-con div.view-con div.swiper-interview {
  margin-top: 25px;
  width: 380px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide div.box {
  width: 380px;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li {
  position: relative;
  height: 102px;
  overflow: hidden;
  margin-bottom: 20px;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li span.img {
  position: relative;
  float: left;
  margin-right: 15px;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li span.img img {
  display: block;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li span.img i {
  position: absolute;
  left: 10px;
  bottom: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(802.png) center center no-repeat;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li strong {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li span.duration {
  display: block;
  height: 22px;
  padding: 0 7px;
  background: #666666;
  position: absolute;
  left: 195px;
  bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.p7-con div.view-con div.swiper-interview div.swiper-slide li span.time {
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.p7-con div.view-con div.swiper-interview .swiper-pagination-interview {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.p7-con div.view-con div.swiper-interview .swiper-pagination-interview span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background: #EEEEEE;
}

.p7-con div.view-con div.swiper-interview .swiper-pagination-interview span.swiper-active-switch {
  width: 30px;
  border-radius: 5px;
  background: #ff8834;
}

.p7-con div.view-con div.tab-view-con-position {
  position: relative;
  width: 380px;
  height: 410px;
  overflow: hidden;
}

.p7-con div.view-con div.tab-view-con-position div.tab-view-con {
  position: absolute;
  top: 0;
  left: 0;
}

/*p8-con 图片精粹*/
.p8-con {
  margin-top: 0px;
}

.p8-con div.title {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}

.p8-con div.title h2 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.p8-con div.title h2 a {
  color: #000;
}

.p8-con div.title div.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}

.p8-con div.title div.more a {
  color: #A9A9A9;
}

.p8-con div.title div.more span {
  padding: 0 10px;
}

.p8-con div.margin-box {
  margin-right: -30px;
  overflow: hidden;
}

.p8-con ul.list-img {
  overflow: hidden;
  margin-top: 25px;
}

.p8-con ul.list-img li {
  width: 286px;
  height: 153px;
  float: left;
  margin-right: 18px;
  margin-bottom: 20px;
}

.p8-con ul.list-img li.more-link {
  background: url(795.png) center center no-repeat;
}

.p8-con ul.list-img li.more-link p {
  margin-top: 65px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.p8-con ul.list-img li.more-link p a {
  color: #fff;
  display: inline-block;
  height: 24px;
  text-decoration: none;
}

.p8-con ul.list-img li.more-link p i {
  float: right;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(794.png) right center no-repeat;
}

.float-bar {
  position: fixed;
  right: 0;
  bottom: 50px;
}

.float-bar div.icon_box {
  width: 64px;
  height: 154px;
  background: url(782.png) center center no-repeat;
}

.float-bar div.icon_box ul {
  display: block;
  width: 64px;
  height: 154px;
}

.float-bar div.icon_box ul li {
  display: block;
  cursor: pointer;
}

.float-bar div.icon_box ul li.mail {
  height: 16px;
  margin-top: 22px;
  background: url(785.png) center center no-repeat;
  position: relative;
}

.float-bar div.icon_box ul li.mail div {
  display: none;
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  text-align: center;
}

.float-bar div.icon_box ul li.mail div strong {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
}

.float-bar div.icon_box ul li.mail div p {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 24px;
}

.float-bar div.icon_box ul li.mail:hover div {
  display: block;
}

.float-bar div.icon_box ul li.code {
  height: 22px;
  margin-top: 26px;
  background: url(783.png) center center no-repeat;
  position: relative;
}

.float-bar div.icon_box ul li.code div {
  display: none;
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 104px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  text-align: center;
}

.float-bar div.icon_box ul li.code div span {
  display: block;
  margin-top: 10px;
  width: 70px;
  float: left;
}

.float-bar div.icon_box ul li.code div span img {
  display: inline-block;
}

.float-bar div.icon_box ul li.code div span p {
  font-size: 12px;
}

.float-bar div.icon_box ul li.code:hover div {
  display: block;
}

.float-bar div.icon_box ul li.mblog {
  height: 18px;
  margin-top: 25px;
  background: url(786.png) center center no-repeat;
  position: relative;
}

.float-bar div.icon_box ul li.mblog a {
  display: block;
  width: 100%;
  height: 100%;
}

.float-bar div.go_top {
  width: 64px;
  height: 30px;
  background: url(784.png) center center no-repeat;
  cursor: pointer;
  margin-top: 100px;
}

/*20210105*/
.home_banner1 {
  margin: 10px auto;
}
.home_banner1 img {
  width: 1200px;
  height: auto;
}
.home_banner1_wap {
  display: none;
}



/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  body {
    min-width: 1200px;
  }
}
