@charset "UTF-8";
*, *:after, *:before {
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent; }

/*清除掉ios自带圆角*/
input, button {
  /* -webkit-appearance: none; */
  border-radius: 0; }

html {
  -webkit-text-size-adjust: 100%;
  height: 100% ；; }

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  /*开启moblie网页快速滚动和回弹的效果*/
  -webkit-overflow-scrolling: touch;
  color: #333;
  min-height: 100%;
  /* 2018年 过去了 我该何去何从 
  *
  * 没有钱的日子 该怎么过
  */ }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  　display: block; }

ol, li, ul {
  list-style: none; }

a, img {
  /*阻止长按页面，弹出菜单的方法。*/
  -webkit-touch-callout: none; }

a {
  text-decoration: none;
  color: #333; }

img {
  display: block;
  outline: none;
  border: 0; }

input, textarea {
  outline: 0;
  border: none;
  display: block;
  resize: none;
  /* -webkit-appearance: none;
  appearance:none; */ }

.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.clearFloat {
  zoom: 1; }
  .clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden; }

.allW {
  width: 100%;
  overflow: hidden; }
  .allW > img {
    display: block;
    width: 100%; }

.ma {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.g-line {
  height: 0.6rem;
  background-color: #f0f0f0; }

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000; }

input:-ms-input-placeholder {
  color: #000; }

input::-webkit-input-placeholder {
  color: #000; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%; }

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
  bottom: 0.375rem; }

.pagination-line .swiper-container {
  padding-bottom: 1.2rem; }
.pagination-line .swiper-pagination-bullet {
  width: 1.375rem;
  height: 0.2125rem;
  border-radius: 0.1rem; }

.pagination-circle .swiper-container {
  padding-bottom: 1.35rem; }
.pagination-circle .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0); }
.pagination-circle .swiper-pagination-bullet-active {
  border: 1px #007aff solid; }

.coverflow {
  margin-bottom: 1.2rem; }
  .coverflow .swiper-slide {
    width: 60%; }
    .coverflow .swiper-slide span {
      display: block;
      width: 100%;
      font-size: 0rem;
      text-align: center; }
  .coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem; }

.new-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .new-nav ul li {
    width: 25%;
    font-size: 0.9rem;
    line-height: 2.4rem;
    text-align: center;
    background-color: #fff;
    /*border-left: 1px #333 solid;*/
    border-right: 1px #ccc solid; }
    .new-nav ul li a {
      display: block;
      color: #333; }
  .new-nav ul li:nth-of-type(1),
  .new-nav ul li:nth-of-type(5) {
    border-left: none; }
  .new-nav ul li:nth-of-type(4),
  .new-nav ul li:nth-of-type(8) {
    border-right: none; }
  .new-nav ul li:nth-of-type(-n+4) {
    /*border-bottom: 1px  #333 solid;*/ }
  .new-nav ul li:nth-of-type(n+5) {
    border-top: 1px  #ccc solid; }

.new-mune {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f3f3f3;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.6rem 0.6rem;
  border-radius: 0.5rem; }
  .new-mune ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    .new-mune ul li:nth-of-type(1),
    .new-mune ul li:nth-of-type(2) {
      width: 33%;
      font-size: 0.825rem;
      border-right: 1px #ccc solid;
      padding: 0.6rem 0 0.6rem 1.15rem;
      border-bottom: 1px #ccc solid; }
    .new-mune ul li:nth-of-type(3) {
      width: 34%;
      font-size: 0.825rem;
      padding: 0.6rem 0 0.6rem 1.15rem;
      border-bottom: 1px #ccc solid; }
    .new-mune ul li:nth-of-type(4) {
      width: 66%;
      padding: 1.2rem 0;
      font-size: 0.825rem;
      border-right: 1px #ccc solid; }
      .new-mune ul li:nth-of-type(4) b {
        font-weight: bold;
        font-size: 0.975rem;
        margin-bottom: 0.375rem;
        display: block; }
    .new-mune ul li:nth-of-type(5) {
      width: 34%;
      font-size: 0.825rem; }
      .new-mune ul li:nth-of-type(5) span {
        display: block;
        width: 100%;
        font-size: 0.825rem;
        padding-top: 0.375rem;
        text-align: center; }
      .new-mune ul li:nth-of-type(5) img {
        display: block;
        width: 5.8125rem;
        margin: 0 auto; }

.new-care-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #ececec; }
  .new-care-t span {
    display: block;
    font-size: 0.975rem;
    padding: 0 0.5rem;
    color: #fff;
    background-color: #1861a4;
    height: 1.9875rem;
    line-height: 1.95rem; }
  .new-care-t img {
    display: block;
    width: 1.8rem; }

.new-care-prog {
  padding: 1.2rem 1.3125rem; }
  .new-care-prog ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-care-prog ul li {
      width: 49%;
      font-size: 0.9rem;
      text-align: center;
      background-color: #f2efde;
      line-height: 2.475rem;
      margin-bottom: 0.5rem; }
    .new-care-prog ul li:nth-of-type(2),
    .new-care-prog ul li:nth-of-type(3) {
      background-color: #e6f1fb; }
  .new-care-prog dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0.6rem 0.75rem 0; }
    .new-care-prog dl dd {
      flex: 1; }
      .new-care-prog dl dd img {
        display: block;
        width: 4.1625rem;
        margin: 0 auto; }
      .new-care-prog dl dd span {
        display: block;
        font-size: 0.825rem;
        text-align: center;
        padding-top: 0.225rem; }

.new-pub-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px #ccc solid;
  font-size: 1.05rem;
  color: #1861a4; }
  .new-pub-t img {
    display: block;
    width: 1.725rem;
    margin-right: 0.15rem; 
	height:1.87rem;
	}

.new-news {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .new-news > p {
    font-size: 0.825rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .new-news > p span {
      display: block;
      line-height: 1.5rem;
      border-radius: 2rem;
      padding: 0 0.75rem;
      color: #fff;
      background-color: #1861a4;
      margin-right: 0.3rem; }
  .new-news .pics {
    margin-top: 0.75rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding-bottom: 0.375rem; }
    .new-news .pics img {
      display: block;
      width: 11.25rem; }
  .new-news ul {
    font-size: 0.825rem;
    line-height: 1.6rem;
    margin-bottom: 1rem; }
    .new-news ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      line-height: 2.25rem;
      border-bottom: 1px #ccc dashed; }
      .new-news ul li a {
        color: #de7a29;
        margin-left: 0.375rem; }
      .new-news ul li b {
        font-weight: bold;
        color: #999;
        margin-right: 0.375rem; }
  .new-news .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1.5rem;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    font-size: 0.9rem; }
    .new-news .btn a {
      color: #e7770a;
      border-radius: 0.8rem;
      border: 1px #e7770a solid;
      padding: 0 1.5rem;
      line-height: 2rem; }

.new-kx {
  margin-top: 1.5rem; }
  .new-kx > h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    font-size: 0.975rem;
    color: #1962a5; }
    .new-kx > h2 b {
      display: block;
      width: 0.375rem;
      height: 1rem;
      border-left: 0.075rem #1962a5 solid;
      border-top: 0.075rem #1962a5 solid;
      margin-right: 0.225rem; }
    .new-kx > h2 em {
      display: block;
      width: 0.375rem;
      height: 1rem;
      margin-top: 0.5rem;
      border-right: 0.075rem #1962a5 solid;
      border-bottom: 0.075rem #1962a5 solid;
      margin-left: 0.225rem; }
  .new-kx > h1 {
    font-size: 1.575rem;
    font-weight: bold;
    color: #1962a5;
    text-align: center; }
  .new-kx .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0.75rem; }
    .new-kx .list img {
      display: block;
      width: 13.65rem; }
    .new-kx .list .txt {
      flex: 1;
      background-color: #4e86b9;
      margin-right: 0.3rem;
      border-radius: 0.4rem 0 0 0.4rem;
      padding-left: 0.75rem;
      color: #fff;
      height: 6.6375rem; }
      .new-kx .list .txt h2 {
        font-size: 0.825rem;
        padding-top: 1rem;
        width: 80%;
        padding-bottom: 0.375rem;
        border-bottom: 1px rgba(255, 255, 255, 0.6) solid; }
      .new-kx .list .txt h1 {
        font-size: 1.125rem;
        font-weight: bold; }
      .new-kx .list .txt p {
        font-size: 0.825rem; }
  .new-kx .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-kx .text a {
      width: 32.8%;
      background-color: #ededed;
      font-size: 0.825rem;
      text-align: center;
      line-height: 2.125rem;
      margin-bottom: 0.225rem; }
  .new-kx .text-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-kx .text-2 a {
      width: 49.5%;
      background-color: #ededed;
      font-size: 0.825rem;
      text-align: center;
      line-height: 2.125rem;
      margin-bottom: 0.225rem; }

.v-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  font-size: 0.9rem; }
  .v-btn a {
    color: #e7770a;
    border-radius: 0.8rem;
    border: 1px #e7770a solid;
    padding: 0 1.5rem;
    line-height: 2rem; }

.tt {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1rem; }
  .tt .swiper-container {
    padding-top: 1rem; }
  .tt .swiper-slide {
    width: 9.1125rem;
	height:13.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #c3c3c3; 
	position: relative;
	background: url(/skin/newsy/images/xq_btn.png) no-repeat bottom right/3.15rem 2.35rem #eeeeee;
	box-shadow: 0 0 0.18rem rgba(0,0,0,.48);
	}
	.tt .swiper-slide a{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #cdcdcd;
		opacity: 0.5;
	}
	.tt .swiper-slide-active a{
		background: unset;
		opacity: unset;
	}
    .tt .swiper-slide img {
      display: block;
      width: 100%; }
    .tt .swiper-slide h2 {
	  text-align: center;
	  font-size: 0.9rem;
	   margin: 0.8rem 0 0.5rem;	
      font-weight: bold;
      color: #1861a4;
	}
	.tt .swiper-slide h3 {
	  width: 5.35rem;
	  height: 0.65rem;
	  margin: 0 auto;
	}
    .tt .swiper-slide p {
      font-size: 0.825rem;
	  padding: 0 0.375rem 0.5rem;
	  color: #2f3f4f;
	  line-height: 1.5rem;
    }
	.tt .swiper-slide p span{
      color: #d20000;
    }
  .tt .swiper-slide-active {
    margin-top: -0.75rem;
    background-color: #f0f0f0; }

#jj {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1.2rem; }
  #jj .pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    #jj .pics img {
      display: block;
      width: 11.25rem; }

.new-gd {
  margin-top: 1rem;
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .new-gd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .new-gd ul li {
      width: 9.675rem;
      margin-right: 0.375rem; }
      .new-gd ul li img {
        display: block;
        width: 100%; }
      .new-gd ul li h2 {
        font-size: 0.825rem;
        font-weight: bold;
        padding-top: 0.3rem; }
      .new-gd ul li p {
        font-size: 0.825rem; }

.new-td {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem; }
  .new-td ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-td ul li {
      width: 11.25rem; }
      .new-td ul li img {
        display: block;
        width: 100%; }
      .new-td ul li h2 {
        font-size: 0.825rem;
        font-weight: bold;
        padding-top: 0.3rem; }
      .new-td ul li p {
        font-size: 0.825rem; }

.new-yt {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1rem; }
  .new-yt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-yt ul li {
      width: 32%;
      background-color: #f0f0f0;
      border-radius: 0.3rem;
      padding: 0.375rem 0; }
      .new-yt ul li b {
		margin-top: 0.5rem;  
        font-size: 0.825rem;
        display: block;
        text-align: center; }
      .new-yt ul li span {
        display: block;
        font-size: 0.825rem;
        text-align: center; 
		margin-bottom:0.5rem;
		}
      .new-yt ul li a {
         }
        .new-yt ul li a img {
          display: block;
          width: 0.825rem;
          margin-left: 0.225rem; 
		  position: relative;
		  top: 0.1rem;
		  }
    .new-yt ul li:last-child a {
     }

.new-tab1 {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1.2rem; }
  .new-tab1 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.75rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-tab1 .tab-btn li {
      width: 23.5%;
      text-align: center;
      background-color: #e1e1e1;
      border-radius: 2rem;
      font-size: 0.925rem;
      line-height: 1.75; }
    .new-tab1 .tab-btn .on {
      background-color: #1861a4;
      color: #fff; }

.new-footer {
  height: 13.3125rem;
  background: url(../images/bj_82.jpg) no-repeat;
  background-size: 100% 100%; }
  .new-footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    padding-top: 0.975rem;
    padding-bottom: 2.0625rem; }
    .new-footer ul li {
      font-size: 0.825rem;
      line-height: 1.2;
      padding: 0 0.5rem;
      border-right: 1px rgba(255, 255, 255, 0.5) solid; }
      .new-footer ul li a {
        color: #fff; }
    .new-footer ul li:last-child {
      border-right: none; }
  .new-footer p {
    font-size: 0.825rem;
    padding-left: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 0.225rem; }
    .new-footer p img {
      display: block;
      width: 1.5rem;
      margin-right: 0.225rem; }

.new-expert {
  margin-top: 1rem; }
  .new-expert .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    margin-bottom: 0.75rem; }
    .new-expert .tab-btn li {
      width: 33%;
      line-height: 2rem;
      margin-left: 0.15rem;
      margin-right: 0.15rem;
      background-color: #d7d7d7;
      font-size: 0.9rem;
      text-align: center; }
    .new-expert .tab-btn .on {
      background-color: #1861a4;
      color: #fff; }
  .new-expert .main {
    position: relative; }
    .new-expert .main .txt {
      width: 11.925rem;
      height: 12.9375rem;
      position: absolute;
      top: 2.0625rem;
      right: 1.05rem; }
      .new-expert .main .txt h2 {
        font-size: 1.35rem;
        font-weight: bold;
        color: #1861a4;
        padding-top: 0.675rem;
        padding-bottom: 0.3rem;
        border-bottom: 1px #ccc solid;
        margin-bottom: 0.3rem; }
        .new-expert .main .txt h2 small {
          font-weight: normal;
          font-size: 0.825rem; }
      .new-expert .main .txt p {
        font-size: 0.825rem;
        line-height: 1.65; }
        .new-expert .main .txt p b {
          color: #a9a9a9;
          font-weight: bold;
          margin-right: 0.2rem; }
      .new-expert .main .txt .p-ts {
        padding-top: 0.225rem; }
        .new-expert .main .txt .p-ts a {
          display: block;
          color: #e7770a; }
      .new-expert .main .txt .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 0.6rem; }
        .new-expert .main .txt .btn a {
          margin-right: 0.3rem;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          font-size: 0.825rem;
          line-height: 1.6;
          padding: 0 0.375rem;
          border-radius: 2rem;
          color: #fff;
          background-color: #1861a4; }
          .new-expert .main .txt .btn a img {
            display: block;
            width: 0.9375rem;
            margin-right: 0.3rem; }
        .new-expert .main .txt .btn a:last-child {
          background-color: #e7770a; }
  .new-expert .c {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
    .new-expert .c .list {
      width: 11.25rem;
      border: 1px #ccc solid;
      margin-bottom: 0.375rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .new-expert .c .list img {
        display: block;
        width: 4.725rem; }
      .new-expert .c .list .txt {
        flex: 1;
        padding-left: 0.225rem; }
        .new-expert .c .list .txt b {
          font-size: 0.75rem;
          display: block;
          color: #1f1f1f;
          font-weight: bold; }
        .new-expert .c .list .txt span {
          font-size: 0.75rem;
          display: block; }
        .new-expert .c .list .txt a {
          display: block;
          width: 4.4rem;
          margin-left: 0.75rem;
          background-color: #e7770a;
          color: #fff;
          margin-top: 0.375rem;
          font-size: 0.825rem;
          line-height: 1.65;
          text-align: center; }

.new-sb {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 17.9625rem;
  background: url(../images/bj3_03.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 1.35rem 0.5625rem 0; }
  .new-sb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .new-sb ul li {
      width: 32%;
      background-color: rgba(24, 97, 164, 0.15);
      height: 7.3125rem;
      margin-bottom: 0.425rem;
      padding-top: 0.375rem;
      font-size: 0.825rem;
      text-align: center; }
      .new-sb ul li img {
        display: block;
        width: 6.075rem;
        margin: 0 auto 0.375rem; }

/*# sourceMappingURL=main.css.map */
.dd-ask {
  padding: 0 0.75rem;
}
.dd-ask .left {
  width: 36.5%;
  height: 11rem;
  background-color: #009bdb;
  color: #fff;
  /*font-weight: bold;*/
  text-align: center;
  /*padding-top: 2.75rem;*/
  font-size: 0.975rem;
  line-height: 1.75rem;
}
.dd-ask .left a{
	color:#333;
}
.dd-ask .left a span{
	color:red;
}
.dd-ask .right {
  width: 61%;
}
.dd-ask .right li {
  font-size: 0.75rem;
  line-height: 2.2rem;
  height: 2.2rem;
  padding-left: .75rem;
  background: url(/skin/newsy/images/square_23.jpg) no-repeat 0.1rem center;
  background-size: 0.225rem 0.225rem;
  border-bottom: 1px #ccc dashed;
  white-space: nowrap;
}
.dd-ask .right li:last-child {
  border-bottom: none;
}
.trim-list {
  padding: 0.4rem 0.375rem 0.9rem;
}
.trim-list li {
  float: left;
  width: 32%;
  margin-top: 0.5rem;
  margin-right: 2%;
  border: 1px #ccc solid;
  border-radius: 0.2rem;
  font-size: 0.825rem;
  text-align: center;
  white-space: nowrap;
  line-height: 2.25rem;
}
.trim-list li:nth-of-type(3n) {
  margin-right: 0;
}
.trim-list2 li {
  line-height: 1.3rem;
  padding: 0.3rem 0;
  background:#e6f1fb;
}

.m-care { margin-top: 1rem; }
.m-care .t { margin-bottom: 1rem; }
.m-care .t h1 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -moz-box-pack: center; -webkit-moz-box-pack: center; box-pack: center; font-size: 1.35rem; align-items: center; color: #1862a3; font-weight: bold; }
.m-care .t h1 span { padding: 0 0.5rem; }
.m-care .t h1 b { display: block; width: 4rem; height: 0.15rem; background-color: #1862a3; }
.m-care .t h6 { font-size: 0.525rem; text-transform: uppercase; color: #939393; text-align: center; }
.m-care .c { padding: 0 0.6rem; }
.m-care .c ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -webkit-box-lines: multiple; -moz-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; justify-content: space-around; -moz-box-pack: space-around; -webkit-moz-box-pack: space-around; box-pack: space-around; }
.m-care .c ul li { width: 7.575rem; }
.m-care .c ul li img { display: block; width: 6.4125rem; margin: 0 auto; }
.m-care .c ul li span { display: block; width: 100%; font-size: 0.825rem; line-height: 3rem; text-align: center; }

.m-hot .t { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-justify-content: center; justify-content: center; -moz-box-pack: center; -webkit-moz-box-pack: center; box-pack: center; font-size: 1.125rem; }
.m-hot .t span { padding: 0 0.375rem; }
.m-hot .t b { display: block; width: 4rem; border-top: 1px #9d9d9d dashed; }
.m-hot .news { width: 95.3125%; margin-left: auto; margin-right: auto; overflow: hidden; margin-top: 1rem; border-radius: 0.5rem; border: 1px #ccc solid; padding: 0 0.5625rem; }
.m-hot .news p { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0.825rem; padding: 0.75rem 0; border-bottom: 1px #ccc dashed; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.m-hot .news p b { background-color: #acacac; color: #fff; padding: 0 0.225rem; margin-right: 0.3rem; }
.m-hot .news p span { flex: 1; }
.m-hot .news p:last-child { border-bottom: none; }

.m-doc { margin-top: 1rem; }
.m-doc .t { margin-bottom: 1rem; }
.m-doc .t h1 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -moz-box-pack: center; -webkit-moz-box-pack: center; box-pack: center; font-size: 1.35rem; align-items: center; color: #1862a3; font-weight: bold; }
.m-doc .t h1 span { padding: 0 0.5rem; }
.m-doc .t h1 b { display: block; width: 4rem; height: 0.15rem; background-color: #1862a3; }
.m-doc .t h6 { font-size: 0.525rem; text-transform: uppercase; color: #939393; text-align: center; }
.m-doc .cssS1 { width: 95.3125%; margin-left: auto; margin-right: auto; overflow: hidden; background-color: #eef2f5; padding: 0.75rem 0.7125rem; border-radius: 0.5rem; }
.m-doc .cssS1 .main { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: flex-end; }
.m-doc .cssS1 .main > img { display: block; width: 8.625rem; }
.m-doc .cssS1 .main .txt { flex: 1; padding-left: 0.75rem; }
.m-doc .cssS1 .main .txt h2 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 1.35rem; font-weight: bold; margin-bottom: 0.375rem; color: #1862a3; align-items: center; }
.m-doc .cssS1 .main .txt h2 span { font-size: 0.75rem; color: #fff; margin-left: 1rem; font-weight: normal; line-height: 1.2; padding: 0.15rem 0.375rem; background-color: #d89936; }
.m-doc .cssS1 .main .txt h4 { font-size: 0.825rem; margin-bottom: 0.225rem; }
.m-doc .cssS1 .main .txt p { font-size: 0.825rem; line-height: 1.6; }
.m-doc .cssS1 .main .txt .pics { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; margin-top: 0.375rem; }
.m-doc .cssS1 .main .txt .pics img { display: block; width: 5.85rem; margin-right: 0.15rem; }
.m-doc .list { width: 21.5625rem; margin: 1rem auto 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.m-doc .list .tips { width: 5.25rem; background-color: #1862a3; color: #fff; height: 6.9375rem; padding-top: 0.9rem; }
.m-doc .list .tips b { display: block; width: 100%; text-align: center; text-align: center; font-size: 0.975rem; font-weight: bold; margin-bottom: 0.375rem; }
.m-doc .list .tips b span { color: #1862a3; opacity: 0; }
.m-doc .list .tips a { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -moz-box-pack: center; -webkit-moz-box-pack: center; box-pack: center; color: #fff; width: 85%; margin: 0 auto; border-radius: 2em; border: 1px #fff solid; font-size: 0.825rem; align-items: center; }
.m-doc .list .tips a img { display: block; width: 0.825rem; margin-left: 0.225rem; }
.m-doc .list .i { display: block; width: 49.5%; position: relative; margin-right: 0.5%; float: left;}
.m-doc .list .i img { display: block; width: 100%; }
.m-doc .list .i span { width: 100%; position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.6); font-size: 0.75rem; text-align: center; padding: 0.15rem 0; line-height: 1.3; color: #fff; }
.m-doc .cssS1 .swiper-container { padding-bottom: 1rem; }
.m-doc .cssS1 .swiper-container-horizontal > .swiper-pagination-bullets, .m-doc .cssS1 .swiper-pagination-custom, .m-doc .cssS1 .swiper-pagination-fraction { bottom: -0.225rem; }
.m-doc .cssS1 .swiper-pagination-bullet { width: 1.5rem; height: 0.225rem; border-radius: 0.1rem; }

.m-hosp { margin-top: 1rem; margin-bottom: 0.6rem; }
.m-hosp .t { margin-bottom: 1rem; }
.m-hosp .t h1 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -moz-box-pack: center; -webkit-moz-box-pack: center; box-pack: center; font-size: 1.35rem; align-items: center; color: #1862a3; font-weight: bold; }
.m-hosp .t h1 span { padding: 0 0.5rem; }
.m-hosp .t h1 b { display: block; width: 4rem; height: 0.15rem; background-color: #1862a3; }
.m-hosp .t h6 { font-size: 0.525rem; text-transform: uppercase; color: #939393; text-align: center; }
.m-hosp ul { padding: 0 1.3125rem; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -webkit-box-lines: multiple; -moz-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -moz-box-pack: space-between; -webkit-moz-box-pack: space-between; box-pack: space-between; }
.m-hosp ul li { width: 48.875%; border: 1px #acbfcf solid; border-radius: 0.3rem; padding: 0.6rem 0.375rem; margin-bottom: 0.5rem; }
.m-hosp ul li b { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -moz-box-pack: center; -webkit-moz-box-pack: center; box-pack: center; font-size: 0.9rem; color: #1862a3; text-align: center; margin-bottom: 0.225rem; }
.m-hosp ul li b span { padding-bottom: 0.225rem; border-bottom: 1px #ccc solid; }
.m-hosp ul li p { font-size: 0.75rem; text-align: center; color: #676767; }



 .title{
  border-bottom: #ccc solid 1px;
  overflow: hidden;
  padding: 1.12rem 0 0.37rem 0;
  margin-bottom: 1.12rem;
}
.title p{
  font-family: "微软雅黑";
  font-size: 1.35rem;
  height: 1.50rem;
  color: #202020;
  line-height: 1.50rem;
  border-left: #459eff solid 3px;
  margin-left: 0.75rem;
  padding-left: 0.37rem;
}
.title a{
  font-size: 0.90rem;
  padding-right: 0.75rem;
  padding-top: 0.37rem;
float: right;
}

.real{
  width: 100%;
  margin: 1.12rem auto;
  overflow: hidden;
}
.real dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.real dl dd{
  width: 4.50rem;
  height: 4.50rem;
  background: #1861a4;
  border-radius: 50%;
  overflow: hidden;
  border: #8fc4ff 3px solid;

}
.real dl dd b{
  text-align: center;
  font-size: 1.12rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
  line-height: 4.12rem;
}
.real dl dd i{
  display: block;
  line-height: 1.2;
  margin-top: 0.82rem;
  text-align: center;
  font-size: 1.12rem;
  font-weight: bold;
  color: #ffffff;
}
.real dl dt{
  width: 19.00rem;
}
.real dl dt p{
  font-size: 1rem;
  color: #303030;
}
.real dl dt span{
  text-align: justify;
color: #505050;
font-size: 0.8rem;
line-height: 1.5;
font-family: "微软雅黑";
}
.real dl dt span a{
  color: #f00;
}
.real em{
  margin: 1.50rem 0;
  border-bottom: #ededee solid 1px;
  padding-bottom: 1.50rem;
}


   .til{
  width: 100%;
  margin: 1.87rem auto;
  position: relative;
  border-bottom: #f1f1f1 solid 2px;
  color: #1861a4;
  padding-bottom: 1.12rem;
}
.til h2{
  text-align: center;
  font-size: 1.50rem;
  font-weight: bold;
}
.til p{
  position: absolute;
  left: 42%;
  bottom: -0.11rem;
  width:3.75rem;
  height: 0.11rem;
  background: #1861a4;
}

        .bzsz ol {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin: 1.12rem auto 0;
            color: #666;
        }
        .bzsz ol li {
            background: #e9e9e9;
            height: 2.62rem;
            line-height: 2.62rem;
            text-align: center;
            width: 33%;
            color: #303030;
            border-radius: 0.37rem  0.37rem 0 0;
            font-size: 1.05rem;
        }
        .bzsz ol li.on {
            background: #1861a4;
            color: #fff;
        }


        .bzsz ul li section {
            width: 100%;
            height: 30rem;
            margin: 0 auto 1.12rem;
            background: #fff;
            overflow: hidden;
            padding: 0.37rem 0;
            border-radius: 0.56rem;
        }
        .bzsz ul li dl {
            width: 100%;
            margin: 0 auto;
            background: #fff;
            border-radius: 0.37rem;
            border-bottom: #cccccc dashed 1px;
            padding: 1.12rem 0;
position: relative;
        }
        .bzsz ul li dl dd {
            width: 8.62rem;
            line-height: 0;
        }
        .bzsz ul li dl dt {
            width: 13.56rem;
            margin-right: 0.37rem;
            color: #202020;
position: absolute;
top: 1rem;
right: 0rem;
        }
        .bzsz ul li dl p{
            font-size: 1rem;
            font-weight: bold;
        }
        .bzsz ul li dl em{
            font-size: 0.8rem;
        }
        .bzsz ul li:first-child section dl{
            margin: 0 auto;
            border-bottom: #cccccc dashed 1px;
            padding: 1.12rem 0;
        }
        .bzsz ul li:first-child section dl dd {
            width: 8.62rem;
            line-height: 0;
        }
        .bzsz ul li:first-child section dl dt {
            width: 13.56rem;
            line-height: 0;
            color: #202020;
        }
        .bzsz ul li:first-child section dl p{
            font-size: 1rem;
            font-weight: bold;
            color: #202020;
            margin: 1.12rem 0 0.75rem;
        }
        .bzsz ul li:first-child section dl em{
            font-size: 0.8rem;
            line-height: 1.5;
        }

 .treat{
  width:100%;
  margin: 0 auto;
 overflow: hidden;
}
.treat ol {
  border-bottom:#f1f1f1 solid 2px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 1.12rem;
}
.treat ol li {
  height: 2.70rem;
  line-height: 2.70rem;
  text-align: center;
  width:7.50rem;
  color: #202020;
  font-weight: bold;
  font-size: 1.05rem;
}
.treat ol li.on {
  border-bottom: #1861a4 solid 3px;
  color: #1861a4;
}
.treat .bd li ul{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.treat .bd li ul li{
  width: 11.70rem;
  background: #f1f1f1;
  padding: 0.56rem;
  margin-bottom: 1.31rem;
}
.treat .bd li ul li img{
  width: 100%;
}
.treat .bd li ul li p{
  font-size: 0.85rem;
  text-align: center;
  margin: 0.37rem auto;
}
.more {
    text-align: center;
    color: #828282;
    display: block;
    margin: 0.3rem auto;
}

.byzq{width: 100%; margin: 0 auto 1.69rem; border-bottom: #ccc solid 1px; padding-bottom: 1.12rem; font-size: 0.8rem;}
.byzq em{font-size: 1.12rem;}
.byzq p{color: #808080;}
.byzq p a{color: #f00;}
.xsjl{width: 100%; margin: 1.12rem auto; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between;padding: 0 0.1rem;}
.xsjl li{width: 11.75rem;}
.xsjl li p{text-align: center; color: #808080; margin-bottom: 1.87rem; font-size: 0.8rem;}