﻿  @charset "utf-8";

  /*全局样式*/
  .top_banner_out {
 display: none;
  }

  .Img_top img {
 width: 100%;
  }

  .bds_more {
 display: none;
  }

  .fixed {
 position: fixed;
 bottom: 30px;
 right: 20px;
  }

  em {
 font-style: initial;
  }

  .article_right em,
  .article_list em,
  .new_list em {
 font-style: italic;
 padding-right: 5px;
  }

  * {
 padding: 0px;
 margin: 0px;
 list-style: none;
 box-sizing: border-box;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
 margin: 0;
 padding: 0;
 font-size: 12px;
 font-weight: normal;
  }

  select,
  input,
  img,
  select {
 vertical-align: middle;
 margin: 0;
 padding: 0;
  }

  table {
 border-collapse: collapse;
 border-spacing: 0;
  }

  img {
 vertical-align: middle;
 border: none;
  }

  body {
 color: #333;
 font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", Heiti, "黑体",
   SimSun, "宋体", sans-serif;
 font-size: 14px;
 margin: 0;
 padding: 0;
 background: #fff;
  }

  a {
 color: #333;
 text-decoration: none;
 cursor: pointer;
  }

  a:hover {
 color: #a03043;
 text-decoration: none;
  }

  .clearit,
  .clearb {
 clear: both;
 margin: 0;
 padding: 0;
  }

  .overflow {
 overflow: hidden;
 height: 1%;
  }

  .fl {
 float: left;
  }

  .fr {
 float: right;
  }

  /*------错误提示------*/
  .field-validation-error {
 color: red;
  }

  .nav.active {
 display: block;
  }

  .main {
 margin-bottom: 40px;
 min-height: 420px;
  }

  /*文章、栏目、站点、二级页面主体宽度*/
  .main_content {
 width: 980px;
 margin: 0 auto;
  }

  /*左右布局样式*/
  .Min_L {
 width: 850px;
 height: auto !important;
  }

  .Min_R {
 width: 330px;
  }

  /* 公共 */
  .DZB_borderL {
 float: left;
 border: 1px solid #ccc;
 width: 49%;
  }

  .DZB_borderR {
 float: right;
 border: 1px solid #ccc;
 width: 49%;
  }

  .DZB_border {
 border: 1px solid #ccc;
 width: 100%;
  }

  .tit_Header {
 height: 40px;
 line-height: 40px;
 text-align: center;
 font-size: 16px;
 background: #f6f6f6;
 border-bottom: 1px solid #ccc;
 position: relative;
  }

  .tit_Header a {
 color: #af5466;
  }

  .tit_Header .more {
 position: absolute;
 right: 10px;
 top: 0px;
  }

  .tit_Header a:hover {
 font-weight: bold;
  }

  .W49 {
 width: 49%;
  }

  .Mix-1 .article_list,
  .Mix-1 .video_list {
 min-height: 190px;
  }

  /*板块布局样式*/
  .col-md-12 {
 width: 100%;
  }

  .col-md-10 {
 width: 83%;
  }

  .col-md-9 {
 width: 75%;
  }

  .col-md-8 {
 width: 67%;
  }

  .col-md-7 {
 width: 59%;
  }

  .col-md-6 {
 width: 50%;
  }

  .col-md-5 {
 width: 41%;
  }

  .col-md-4 {
 width: 33%;
  }

  .col-md-3 {
 width: 25%;
  }

  .col-md-2 {
 width: 17%;
  }

  .mrg {
 margin: 0 2%;
  }

  /*外边距像素*/
  .mt10 {
 margin-top: 10px;
  }

  .mt15 {
 margin-top: 15px;
  }

  .mt20 {
 margin-top: 20px;
  }

  .mb10 {
 margin-bottom: 10px;
  }

  .mb15 {
 margin-bottom: 15px;
  }

  .mb20 {
 margin-bottom: 20px;
  }

  .ml10 {
 margin-left: 10px;
  }

  .ml15 {
 margin-left: 15px;
  }

  .ml20 {
 margin-left: 20px;
  }

  .mr10 {
 margin-right: 10px;
  }

  .mr15 {
 margin-right: 15px;
  }

  .mr20 {
 margin-right: 20px;
  }

  .mg0-10 {
 margin: 0 10px;
  }

  .mg20-0 {
 margin: 20px 0;
  }

  .mg25-0 {
 margin: 25px 0;
  }

  /*内边距像素*/
  .pd10 {
 padding: 10px;
  }

  .pd15 {
 padding: 15px;
  }

  .pd20 {
 padding: 20px;
  }

  .pb10 {
 padding-bottom: 10px;
  }

  .pb15 {
 padding-bottom: 15px;
  }

  .pb20 {
 padding-bottom: 20px;
  }

  .pt5 {
 padding-top: 5px;
  }

  .pt10 {
 padding-top: 10px;
  }

  .pt15 {
 padding-top: 15px;
  }

  .pt20 {
 padding-top: 20px;
  }

  .pr10 {
 padding-right: 10px;
  }

  .pr15 {
 padding-right: 15px;
  }

  .pr20 {
 padding-right: 20px;
  }

  .pl10 {
 padding-left: 10px;
  }

  .pl15 {
 padding-left: 15px;
  }

  .pl20 {
 padding-left: 15px;
  }

  .pd0-10 {
 padding: 0px 10px;
  }

  .pd0-15 {
 padding: 0px 15px;
  }

  .pd0-20 {
 padding: 0px 20px;
  }

  .pd5-0 {
 padding: 5px 0px;
  }

  .pd10-0 {
 padding: 10px 0px;
  }

  .pd15-0 {
 padding: 15px 0px;
  }

  .pd20-0 {
 padding: 20px 0px;
  }

  .pd5-15 {
 padding: 5px 15px;
  }

  .pd0-15 {
 padding: 0px 15px;
  }

  .pd0-10 {
 padding: 0px 10px;
  }

  .pd0-20 {
 padding: 0px 20px;
  }

  /*边框样式*/
  .border_T {
 border-top: 1px solid #ededed;
  }

  .border_B {
 border-bottom: 1px solid #ededed;
  }

  .border_L {
 border-left: 1px solid #ededed;
  }

  .border_R {
 border-right: 1px solid #ededed;
  }

  .border {
 border: 1px solid #ededed;
 border-top: 2px solid #a03043;
  }

  /*渐变样式*/
  .transition {
 transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
  }

  .fixed_icon {
 display: none;
  }

  /*输入框样式*/
  input,
  textarea,
  select {
 font-size: 14px;
 color: #555;
 background-image: none;
 border: 1px solid #ccc;
 -webkit-transition: border-color ease-in-out 0.15s,
   -webkit-box-shadow ease-in-out 0.15s;
 -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  input:focus,
  textarea:focus,
  select:focus {
 border-color: #a03043 !important;
 outline: 0 !important;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
   0 0 8px rgba(160, 48, 67, 0.6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
   0 0 8px rgba(160, 48, 67, 0.6);
  }

  .wrap_main {
 margin-top: 130px;
 overflow: hidden;
  }

  .wrap {
 position: relative;
 overflow: hidden;
  }

  /*公用标题样式*/
  h2.title_header,
  h2.Com_tit {
 height: 45px;
 line-height: 45px;
 color: #a03043;
 font-size: 20px;
  }

  h2.title_header a.more {
 background: url(/Content/Areas/News/images/XinWenZhongXin/icon10.png)
   no-repeat scroll right -2px;
 color: #999999;
 display: block;
 float: right;
 font-size: 12px;
 font-weight: normal;
 height: 16px;
 line-height: 16px;
 margin-top: 18px;
 padding-right: 23px;
  }

  h2.title_header a.more:hover {
 font-weight: bold;
 font-size: 14px;
  }

  h2.title_header span,
  h2.Com_tit span {
 border-left: 3px solid #a03043;
 padding-left: 10px;
  }

  h2.title_header span a {
 color: #a03043;
  }

  /*字体颜色*/
  .blue {
 color: #0573be !important;
  }

  .blue span a {
 color: #0573be !important;
  }

  .red {
 color: #e23838 !important;
  }

  .red span a {
 color: #e23838 !important;
  }

  .green {
 color: #178601 !important;
  }

  .green span a {
 color: #178601 !important;
  }

  .dark_blue {
 color: #005087 !important;
  }

  .dark_blue span a {
 color: #005087 !important;
  }

  .blue span {
 border-left: 3px solid #0573be !important;
  }

  .red span {
 border-left: 3px solid #e23838 !important;
  }

  .green span {
 border-left: 3px solid #178601 !important;
  }

  .dark_blue span {
 border-left: 3px solid #005087 !important;
  }

  .red a.more {
 background-position: right -16px !important;
  }

  .green a.more {
 background-position: right -32px !important;
  }

  .dark_blue a.more {
 background-position: right -48px !important;
  }

  /*文章列表插件样式*/



  .mon_list li{
   display: flex;
   border-radius: 10px;
   border: 1px solid #666;
   width: 131px;
   height: 85px;
   margin: 15px 6px;
   display: inline-block;
   text-align: center;
   line-height: 32px;
   
  }
  .mon_list li a img{
   display: block;
   margin: 0 auto;
   padding-top: 10px;
  }
  ul.article_list li.No_Con p {
 font-size: 20px;
 line-height: 100px;
 height: 100px;
 color: #a03043;
 width: 100%;
 text-align: center;
  }

  ul.article_list.icon7 li {
 background: url(/Content/Areas/Common/images/Article/icon_7.png) no-repeat 0px
   12px;
  }

  ul.article_list.icon8 li {
 background: url(/Content/Areas/Common/images/Article/icon_8.png) no-repeat 0px
   15px;
  }

  ul.article_list li.No_Con {
 background: none;
 display: inline-block;
 text-align: center;
 padding-left: 0px;
 width: 100%;
  }

  ul.article_list li span.span_date {
 float: right;
  }

  ul.article_list li a.columnName {
 float: left;
 color: #a03043;
 margin-right: 4px;
  }

  ul.article_list li a.columnName:hover {
 font-weight: 600;
  }

  /*公用读取一篇文章*/
  .article_box {
 overflow: hidden;
  }

  .article_box img {
 float: left;
 margin-right: 20px;
  }

  .article_box h2 {
 font-size: 18px;
 color: #333;
 font-weight: normal;
 margin-bottom: 5px;
  }

  .article_box p {
 font-size: 14px;
 line-height: 28px;
 color: #999999;
  }

  .article_box .details {
 float: right;
 font-size: 12px;
 overflow: hidden;
 color: #a03043;
 +float: none;
  }

  .article_box .details:hover {
 font-weight: 700;
 font-size: 14px;
  }

  .detail {
 color: #a03043;
  }

  .detail:hover {
 font-weight: 700;
 font-size: 14px;
  }

  /*article_list_1样式*/
  ul.article_list_1 li {
 overflow: hidden;
 margin-bottom: 14px;
 line-height: 23px;
  }

  ul.article_list_1 li span.span_date {
 float: left;
 width: 65px;
 height: 45px;
 line-height: 23px;
 background: #a03043;
 color: #fff;
 text-align: center;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin-right: 15px;
 display: inline-block;
  }

  ul.article_list_1 li span.span_date i {
 display: block;
 font-style: normal;
 text-align: center;
 font-size: 20px;
  }

  ul.article_list_1 li span.span_date p {
 font-size: 12px;
  }

  ul.article_list_1 li a.title_type {
 display: block;
 color: #666;
 font-size: 14px;
 _margin-top: -25px;
  }

  ul.article_list_1 li a.columnName {
 color: #ababab;
  }

  ul.article_list_1 li a.columnName:hover,
  ul.article_list_1 li a.title_type:hover {
 color: #a03043;
  }

  /*背景渐变样式*/
  h2.title_header a.more:hover,
  p a.more:hover,
  p a.details:hover {
 transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
  }

  /*错误提示*/
  .patient_ask_form .submit_cont {
 margin: 50px auto 90px !important;
  }

  /*专家介绍弹窗样式*/
  div.speac_div {
 background: #fff;
 border: solid 1px #d9d9d9;
 width: 336px;
 clear: both;
 height: 158px;
 padding: 10px 10px 12px 10px;
 left: 0px;
 position: absolute;
 text-align: left;
 top: 25px;
 z-index: 10000;
 line-height: 22px !important;
 font-size: 12px;
 color: #333;
  }

  div.speac_div img {
 float: left;
 margin: 0 10px 0 0;
 width: 99px;
 height: 134px;
 line-height: 20px;
  }

  div.speac_div h2 a {
 float: none !important;
 font-size: 14px;
  }

  ul.article_list.zmzj li.Li_Odd {
 float: left;
 width: 50%;
  }

  ul.article_list.zmzj li.Li_Even {
 float: right;
 width: 50%;
  }

  @media only screen and (max-width: 768px) {
 ul.article_list.zmzj li.Li_Odd {
   float: none;
   width: 100%;
 }

 ul.article_list.zmzj li.Li_Even {
   float: none;
   width: 100%;
 }
 .mon_list{
   padding: 10px;
 }
 .mon_list :nth-child(5){
   margin: 0 9px;
 }
 .mon_list li{
   display: flex;
   border-radius: 10px;
   border: 1px solid #666;
   width: 130px;
   height: 80px;
   margin: 15px 6px;
   display: inline-block;
   text-align: center;
   line-height: 32px;
 }
  }

  @media only screen and (max-width: 1024px) {
  }

  @media only screen and (max-width: 768px) {
 .main {
   margin: 20px 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0 10px;
 }

 .main_content {
   width: 100%;
 }

 .main_content {
   width: 100%;
   margin: 10px auto;
 }

 .banner img {
   width: 100%;
 }

 /*板块布局样式*/
 .col-sm-12 {
   width: 100%;
   float: none;
   margin-bottom: 20px;
 }

 .col-sm-6 {
   width: 50%;
 }

 .col-sm-hid {
   display: none;
 }

 .speac_div,
 .fixed {
   display: none;
 }
  }

  @media only screen and (max-width: 640px) {
 /*板块布局样式*/
 .col-sm-6 {
   width: 100%;
   float: none;
   margin-bottom: 20px;
 }

 .col-md-7 {
   width: 100%;
   float: none;
 }

 .col-md-5 {
   width: 100%;
   float: none;
 }

 .col-xs-hid {
   display: none;
 }

 .mrg {
   margin: 0 0 20px 0;
 }

 .W49 {
   width: 100%;
 }

 .DZB_borderL {
   width: 100%;
   margin-bottom: 20px;
 }

 .DZB_borderR {
   width: 100%;
 }
 .mon_list{
   padding: 10px;
 }
 .mon_list :nth-child(5){
   margin: 0 9px;
 }
 .mon_list li{
   width: 129px;
   height: 75px;
   margin: 10px 18px;
   font-size: 12px;
 }
  }

  @media only screen and (max-width: 375px) {
 .mon_list :nth-child(5){
   margin: 0 9px;
 }
 .mon_list li{
   width: 129px;
   height: 75px;
   margin: 10px 10px;
   font-size: 12px;
 }
  }
  @media only screen and (max-width: 360px) {
 .mon_list :nth-child(5){
   margin: 0 9px;
 }
 .mon_list li{
   /* display: flex;
   border-radius: 10px;
   border: 1px solid #666; */
   width: 129px;
   height: 75px;
   margin: 10px 6px;
   /* display: inline-block;
   text-align: center;
   line-height: 32px;
   font-size: 12px;
 } */
  }
 