/* ---------------------common CSS----------------------- */
.minheight {
  min-height: 720px;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
}

a:hover {
  color: #49c066;
}

/*logo*/
.logo {
  display: block;
  width: 220px;
  height: 52px;
}

/*shadow*/
.shadow {
  box-shadow: 0 0 4px #ccc;
  transition: box-shadow 0.24s;
}

.shadow:hover {
  box-shadow: 0 0 12px #ccc;
}

/*play*/
.play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  text-align: center;
  background: rgba(0, 0, 0, .35);
  border-radius: 100%;
  overflow: hidden;
}

.play_icon .iconfont {
  color: #fff;
  font-size: 22px;
}

.play_time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, .35);
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
}

/* ---------------------header CSS----------------------- */
.header .box {
  height: 100px;
  overflow: hidden;
}

/*logo*/
.header .box .logo {
  margin-top: 24px;
}

/*search*/
.header .box .search {
  margin-top: 31px;
}

.header .box .search .form {
  float: left;
  width: 320px;
  height: 38px;
  line-height: 38px;
  background: #f7f9fc;
  border: #e4e7ec 1px solid;
  border-radius: 20px;
  overflow: hidden;
}

.header .box .search .form .ipt {
  float: left;
  width: 80%;
  height: 100%;
  text-indent: 20px;
  background: none;
  border: none;
}

.header .box .search .form .ipt::-webkit-input-placeholder {
  color: #ccc;
}

.header .box .search .form .ipt:focus {
  font-size: 16px !important;
  outline: none;
  color: #666;
}

.header .box .search .form .btn {
  float: right;
  width: 18%;
  height: 100%;
  background: none;
  color: #666;
  text-indent: -10px;
  cursor: pointer;
}

.header .box .search .form .btn:focus {
  outline: none;
}

.header .box .search .form .btn .iconfont {
  font-size: 20px;
}

/*hots*/
.header .box .hot {
  float: right;
  margin: 10px 0 0 30px;
}

.header .box .hot .tit {
  display: inline-block;
  color: #ccc;
}

.header .box .hot .li {
  margin-left: 5px;
  color: #999;
}

.header .box .hot .li:hover {
  color: #49c066;
}

.header .for .search .form {
  width: 580px;
  margin-left: 60px;
  border-radius: 5px;
}

.header .for .search .form .btn {
  width: 19%;
  font-size: 18px;
  background: #66d066;
  color: #fff;
}

.header .for .search .form .btn:hover {
  opacity: .8;
}

.header .for .search .form .ipt::-webkit-input-placeholder {
  color: #999;
}

/* ---------------------nav CSS----------------------- */
.nav {
  background: #f5f5f5;
  box-shadow: 0 2px 1px #f0f0f0;
}

.nav .box {
  line-height: 46px;
  font-size: 20px;
}

.nav .box .tit {
  position: relative;
  z-index: 2;
  width: 220px;
  margin-right: 16px;
  font-size: 18px;
  text-align: center;
  background: #66d066;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 1px #66d066;
  color: #fff;
}

.nav .box .fr {
  float: left;
}

.nav .box .li {
  display: inline-block;
  padding: 0 13px;
  transition: all .3s;
}

.nav .box .on {
  color: #49c066;
}

.navs .box .li {
  padding: 0 30px;
}

.navs .box .on {
  background: #66d066;
  border-radius: 3px;
  color: #fff;
}

/* ---------------------main CSS----------------------- */
/*subnav*/
.main .box .subnav {
  float: left;
  width: 220px;
  margin-right: 20px;
  background: #f7faf8;
}

.main .box .subnav li:first-child .li {
  padding-top: 3px;
}

.main .box .subnav .li {
  display: block;
  height: 38px;
  padding: 0 18px 0 15px;
  line-height: 38px;
  border-left: #f7faf8 1px solid;
  color: #666;
  transition: all .03s;
  overflow: hidden;
}

.main .box .subnav .li:hover {
  background: #4d4d4d;
  border-left-color: #09a7f0;
  color: #fff;
}

.main .box .subnav .li .fl .iconfont {
  display: inline-block;
  width: 22px;
  margin-right: 10px;
  text-align: center;
  color: #09a7f0;
}

.main .box .subnav .li .fr .iconfont {
  font-size: 10px;
  color: #999;
}

.main .box .subnav .li:hover .iconfont {
  color: #fff;
}

/*banner*/
.main .box .banner {
  float: left;
  position: relative;
  width: 660px;
  height: 365px;
  margin-top: 20px;
  overflow: hidden;
}

.main .box .banner .li {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -330px;
  overflow: hidden;
}

.main .box .banner .focus {
  padding-top: 335px;
  text-align: center;
}

.main .box .banner .focus a {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
}

.main .box .banner .focus a .bg-b {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.main .box .banner .focus a.on .bg-b {
  background: #66d066;
}

.cons .vdo .banner {
  width: 860px;
  height: 380px;
}

.cons .vdo .banner .li {
  margin-left: -430px;
}

.cons .vdo .banner .li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 860px;
  height: 480px;
  margin: -222px 0 0 -430px;
}

.cons .vdo .banner .focus {
  padding-top: 350px;
}

.cons .ado .banner {
  width: 860px;
  height: 340px;
}

.cons .ado .banner .li {
  margin-left: -430px;
}

.cons .ado .banner .focus {
  padding-top: 310px;
}

.cons .art .banner {
  width: 860px;
  height: 320px;
}

.cons .art .banner .li {
  margin-left: -430px;
}

.cons .art .banner .li .img {
  position: absolute;
  width: 1754px;
  margin-left: -405px;
}

.cons .art .banner .focus {
  padding-top: 290px;
}

/*sidebar*/
.main .box .sidebar {
  float: right;
  width: 270px;
  margin-top: 20px;
  padding-left: 10px;
  background: #fafafa;
}

.main .box .sidebar .tit {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #53a2ef;
}

.main .box .sidebar .ipit .ip {
  position: relative;
  display: block;
  height: 118px;
  margin: 10px 0;
  border-radius: 3px;
  overflow: hidden;
}

.main .box .sidebar .ipit .ip .img {
  transition-duration: .5s;
}

.main .box .sidebar .ipit .ip:hover .img {
  opacity: .85;
  transform: scale(1.08);
}

.main .box .sidebar .ipit .it .li {
  height: 32px;
  line-height: 30px;
  overflow: hidden;
}

.main .box .sidebar .ipit .it .li em {
  font-family: Georgia;
  font-size: 20px;
  padding-right: 8px;
  color: #999;
}

.main .box .sidebar .ipit .it .li:nth-child(1) em {
  color: #ff0000;
}

.main .box .sidebar .ipit .it .li:nth-child(2) em {
  color: #fc7039;
}

.main .box .sidebar .ipit .it .li:nth-child(3) em {
  color: #fd8607;
}

.cons .box .sidebar {
  width: 300px;
  padding: 0 10px;
}

.cons .box .sidebar .ipit .it .li .line1 {
  float: left;
  width: 220px;
}

.cons .box .sidebar .ipit .it .li .g9 {
  float: right;
}

.cons .vdo .sidebar .ipit .ip,
.cons .art .sidebar .ipit .ip {
  height: 168px;
}

/*title*/
.main .title {
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}

.main .title .ico {
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  background: #66d066;
}

.main .title .tit {
  font-size: 34px;
  color: #2f2f2f;
}

/* ---------------------video CSS----------------------- */
/*tabtit*/
.main .tabtit {
  margin: 30px 0 -5px;
  text-align: center;
}

.main .tabtit .li {
  display: inline-block;
  margin: 0 13px;
  cursor: pointer;
}

.main .tabtit .li .tit {
  position: relative;
  z-index: 2;
  padding: 6px 36px;
  font-size: 18px;
  font-weight: 400;
  background: #eee;
  border-radius: 5px;
  color: #999;
  overflow: hidden;
  transition: box-shadow 0.24s;
}

.main .tabtit .li .iconfont {
  display: block;
  margin-top: -18px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.main .tabtit .li .ico {
  display: block;
  width: 8px;
  height: 8px;
  margin: -15px auto 0;
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 100%;
  overflow: hidden;
  transition: box-shadow .24s;
}

.main .tabtit .on .tit {
  background: #66d066;
  color: #fff;
}

.main .tabtit .on .iconfont {
  color: #66d066;
}

.main .tabtit .on .ico {
  background: #66d066;
  border-color: #fff;
}

.main .tabtit .li:hover .tit,
.main .video .tabtit .li:hover .ico {
  box-shadow: 0 0 5px #bfbfbf;
}

.cons .tabtit {
  margin-bottom: -12px;
  text-align: left;
}

.cons .tabtit .li:first-child {
  margin-left: 0;
}

.cons .tabtit .li .tit {
  padding: 8px 50px;
}

.cons .tabtit .li .iconfont {
  margin: -20px 0 -20px;
}

/*list*/
.video .ul .li {
  float: left;
  width: 280.5px;
  margin: 30px 26px 0 0;
}

.video .ul .li .pic {
  position: relative;
  height: 158px;
  overflow: hidden;
}

.video .ul .li .pic .img {
  transition-duration: .5s;
}

.video .ul .li:hover .pic .img {
  opacity: .85;
  transform: scale(1.08);
}

.video .ul .li .pic .iconfont {
  padding-left: 3px;
}

.video .ul .li .tit {
  margin: 15px 12px 3px;
  font-size: 18px;
  font-weight: 400;
}

.video .ul .li .info {
  margin: 0 12px;
  color: #999;
}

.video .ul .li .ipit {
  margin: 15px 12px 18px;
  padding-top: 15px;
  border-top: #f0f0f0 1px solid;
}

.video .ul .li .ipit .ip {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
}

.video .ul .li .ipit .it {
  height: 32px;
  line-height: 32px;
  color: #666;
  overflow: hidden;
}

.video .ul .li .ipit .it span {
  font-size: 15px;
  color: #333;
}

.cons .voice .ul .li {
  width: 382.66px;
}

.cons .voice .ul .li .pic {
  height: 150px;
}

.cons .voice .ul .li .tit {
  font-size: 20px;
}

.cons .voice .ul .li .info {
  font-size: 15px;
}

.cons .voice .ul .li .ipit .it {
  font-size: 15px;
}

.cons .voice .ul .li .ipit .it span {
  font-size: 16px;
}

/* ---------------------audio CSS----------------------- */
.main .item {
  float: left;
  width: 385px;
  margin: 30px 22.5px 0 0;
  border-radius: 5px;
  overflow: hidden;
}

.main .item:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.main .item .tit {
  line-height: 55px;
  text-indent: 20px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.audio .item:nth-child(1) .tit {
  background: #7788da;
}

.audio .item:nth-child(2) .tit {
  background: #00b5cb;
}

.audio .item:nth-child(3) .tit {
  background: #fa9700;
}

.audio .item .img {
  transition-duration: .5s;
}

/*rank*/
.audio .item .rank {
  margin: 15px 10px;
}

.audio .item .rank .li {
  float: left;
  width: 33%;
  border-right: #e6e9ed 1px solid;
  border-bottom: #e6e9ed 1px solid;
}

.audio .item .rank .li:nth-child(3n) {
  border-right-width: 0;
}

.audio .item .rank .li:nth-child(4),
.audio .item .rank .li:nth-child(5),
.audio .item .rank .li:nth-child(6) {
  border-bottom: none;
}

.audio .item .rank .li .ipit .ip {
  position: relative;
  display: block;
}

.audio .item .rank .li .ipit .ip .ico {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 20px;
  font-size: 16px;
  font-style: normal;
  color: #fff;
}

.audio .item .rank .li .ipit .ip .iconfont {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 12px;
  font-size: 26px;
  color: #999;
}

.audio .item .rank .li:nth-child(1) .ipit .ip .iconfont {
  color: #ff0000;
}

.audio .item .rank .li:nth-child(2) .ipit .ip .iconfont {
  color: #fc7039;
}

.audio .item .rank .li:nth-child(3) .ipit .ip .iconfont {
  color: #fd8607;
}

.audio .item .rank .li .ipit .ip .pic {
  display: block;
  width: 92px;
  height: 92px;
  margin: 15px auto;
  border-radius: 100%;
  overflow: hidden;
}

.audio .item .rank .li .ipit:hover .ip .pic .img {
  opacity: .85;
}

.audio .item .rank .li .ipit .it {
  font-size: 16px;
  text-align: center;
}

.audio .item .rank .li .ipit .num {
  display: block;
  margin: 5px 0 10px;
  color: #999;
  text-align: center;
}

/*list*/
.audio .item .dl {
  padding: 15px 0;
}

.audio .item .dl .dt,
.audio .item .dl .dd {
  margin: 0 5px;
}

.audio .item .dl .dt .ipip {
  position: relative;
  display: block;
  height: 140px;
  margin: 0 10px 15px;
  overflow: hidden;
}

.audio .item .dl .dt .ipip:hover .img {
  opacity: .85;
  transform: scale(1.08);
}

.audio .item .dl .dt .ipit {
  float: left;
  width: 49.8%;
  padding-top: 15px;
}

.audio .item .dl .dt:first-child .ipit {
  padding-top: 0;
}

.audio .item .dl .dt .ipit .ip {
  position: relative;
  height: 70px;
  margin: 0 5px;
  overflow: hidden;
}

.audio .item .dl .dt .ipit .ip .play_icon {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  line-height: 36px;
}

.audio .item .dl .dt .ipit .ip .iconfont {
  font-size: 16px;
}

.audio .item .dl .dt .ipit .ip .play_time {
  right: 5px;
  bottom: 5px;
  width: 50px;
  height: 20px;
  line-height: 20px;
}

.audio .item .dl .dt .ipit:hover .img {
  opacity: .85;
}

.audio .item .dl .dd {
  border-bottom: #e6e9ed 1px solid;
}

.audio .item .dl .dd:last-child {
  border-bottom: none;
}

.audio .item .dl .dd .ipit {
  float: left;
  width: 49.8%;
  padding: 15px 0;
  border-right: #e6e9ed 1px solid;
}

.audio .item .dl .dd .ipit:nth-child(even) {
  border-right-width: 0;
}

.audio .item .dl .dd .ipit .ip {
  float: left;
  margin: 0 10px;
}

.audio .item .dl .dd .ipit .ip i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
}

.audio .item .dl .dd .ipit .ip span {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #666;
}

.audio .item .dl .dd .ipit .it h4 {
  height: 40px;
  font-weight: 400;
}

.audio .item .dl .dd .ipit .it span {
  display: block;
  height: 25px;
  margin: 10px 10px 0 0;
  padding: 0 18px;
  line-height: 30px;
  background: #f6f6f6;
  border-radius: 10px;
  color: #49c066;
  overflow: hidden;
}

.audio .item .dl .dd .ipit .it span time {
  float: right;
}

.audio .item:nth-child(3) .hot {
  padding: 8px 5px;
}

.audio .item:nth-child(3) .dl {
  float: left;
  padding: 7px 0;
  width: 50%;
}

.audio .item:nth-child(3) .dl .dt {
  margin: 0;
}

.audio .item:nth-child(3) .dl .dt .ipit,
.audio .item:nth-child(3) .dl .dd .ipit {
  width: 100%;
}

.audio .item:nth-child(3) .dl .dd .ipit {
  border-right-width: 0;
}

/* ---------------------article CSS----------------------- */
.article {
  margin-top: 30px;
}

/*graphic*/
.article .phic {
  width: 402px;
}

.article .phic .dt .ipit {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  margin-bottom: 2px;
  border-radius: 3px;
  overflow: hidden;
}

.article .phic .dt .ipit:nth-child(even) {
  float: right;
}

.article .phic .dt .ipit .ip {
  position: relative;
  display: block;
}

.article .phic .dt .ipit .pic {
  position: absolute;
  left: 50%;
  display: block;
  width: 302px;
  height: 200px;
  margin-left: -151px;
  transition-duration: .3s;
}

.article .phic .dt .ipit:hover .pic {
  opacity: .85;
}

.article .phic .dt .ipit .it {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 80%;
  height: 40px;
  padding: 0 10%;
  line-height: 40px;
  font-size: 16px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.article .phic .dt .more {
  background: #66d066 url(../../images/newIndex/arrow.png) 75px 0 no-repeat;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.article .phic .dt .more:hover {
  background-color: #53a2ef;
  background-position: 220px 0;
}

.article .phic .dt .more span {
  display: block;
  padding-top: 54px;
  line-height: 14px;
  transition: padding .3s;
}

.article .phic .dt .more:hover span {
  padding-top: 77px;
}

.article .phic .dt .more em {
  display: block;
  margin-top: 6px;
  line-height: 22px;
  font-size: 22px;
  font-style: normal;
}

.article .phic .dd {
  padding-top: 8px;
}

/*text*/
.article .text {
  display: block;
  height: 54px;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 54px;
  font-size: 16px;
  background: #f7f7f7;
  overflow: hidden;
  transition: box-shadow 0.24s;
}

.article .text:hover {
  box-shadow: 0 0 3px #ccc;
}

.article .text span {
  color: #09a7f0;
}

.article .text time {
  float: right;
  font-size: 14px;
  color: #999;
}

/*news*/
.article .news {
  width: 428px;
  margin-left: 25px;
}

.article .news .dt {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: #e6e9ed 1px solid;
}

.article .news .dt .ip {
  float: left;
  width: 90px;
  height: 78px;
  margin-right: 15px;
  padding-top: 12px;
  line-height: 32px;
  font-size: 25px;
  font-style: normal;
  background: #25c0ed;
  border-radius: 8px 8px 30px 8px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.article .news .dt .it {
  flex: 1;
  display: block;
}

.article .news .dt .it .tit {
  height: 33px;
  font-size: 22px;
  font-weight: 400;
  overflow: hidden;
}

.article .news .dt .it .txt {
  height: 60px;
  margin-top: 8px;
  line-height: 30px;
  font-size: 18px;
  color: #999;
  overflow: hidden;
}

.article .news .text {
  justify-content: space-between;
  margin-bottom: 15px;
}

.article .news .text:last-child {
  margin-bottom: 0;
}

/*rank*/
.article .rank {
  width: 320px;
  background: #f0f9fc;
}

.article .rank .ul {
  padding-top: 3px;
}

.article .rank .ul .li {
  display: block;
  margin: 0 10px 0 20px;
  padding: 18px 0;
  border-bottom: #e6e9ed 1px solid;
}

.article .rank .ul li:last-child .li {
  border-bottom: none;
}

.article .rank .ul .li .ip {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.article .rank .ul .li .ip .img {
  transition-duration: .3s;
}

.article .rank .ul .li:hover .ip .img {
  opacity: .85;
}

.article .rank .ul .li .it {
  font-size: 16px;
}

.article .rank .ul .li .it .name {
  margin: 3px 0;
  font-size: 18px;
  color: #333;
}

.article .rank .ul .li .it .name span {
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}

.article .rank .ul .li .it .info {
  height: 24px;
  color: #999;
  overflow: hidden;
}

.article .rank .ul .li .it .tit {
  height: 24px;
  margin-top: 15px;
  font-weight: 400;
  text-indent: 79px;
  overflow: hidden;
}

/* ---------------------answer CSS----------------------- */
.answer .dt .img {
  transition-duration: .3s;
}

.answer .dt:hover .img {
  opacity: .85;
}

/*text*/
.ans_text .ico {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}

.ans_text .q {
  font-size: 16px;
  font-weight: 400;
}

.ans_text .q .ico {
  margin-top: 2px;
  background: #ffbb44;
}

.ans_text .a {
  margin: 12px 0 15px;
}

.ans_text .a .ico {
  margin-top: 4px;
  background: #8ac03b;
}

.ans_text .a .txt {
  height: 52px;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
  color: #666;
  overflow: hidden;
}

.ans_text .time {
  display: block;
  text-align: right;
  color: #999;
}

/*cont*/
.answer .cont {
  float: left;
  width: 854px;
}

.answer .cont .dt {
  display: block;
  margin-top: 30px;
  padding: 30px 20px;
}

.answer .cont .dt .info {
  float: left;
  width: 180px;
  margin-right: 20px;
  padding-right: 15px;
  border-right: #e6e9ed 1px solid;
}

.answer .cont .dt .info .doc {
  margin-bottom: 6px;
}

.answer .cont .dt .info .doc .pic {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.answer .cont .dt .info .doc .tit {
  float: left;
  margin-top: 5px;
}

.answer .cont .dt .info .doc .tit em:nth-child(1) {
  font-size: 18px;
  color: #333;
}

.answer .cont .dt .info .doc .tit em:nth-child(2) {
  width: 90px;
  margin-top: 5px;
  border: #09a7f0 1px solid;
  border-radius: 3px;
  color: #09a7f0;
  text-align: center;
  overflow: hidden;
}

.answer .cont .dt .info .pit {
  text-align: center;
  color: #999;
}

.answer .cont .dt .info .btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100px;
  margin: 6px auto 0;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  background: #1ed686;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
}

.answer .cont .dd .ipit {
  float: left;
  width: 45%;
  margin-top: 30px;
  padding: 24px 15px;
}

.answer .cont .dd .ipit:nth-child(even) {
  float: right;
}

.answer .cont .dd .ipit .info {
  padding-top: 15px;
  border-top: #e6e9ed 1px solid;
  overflow: hidden;
}

.answer .cont .dd .ipit .info .doc {
  float: left;
}

.answer .cont .dd .ipit .info .doc .pic {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  overflow: hidden;
}

.answer .cont .dd .ipit .info .doc .tit {
  float: right;
}

.answer .cont .dd .ipit .info .doc .tit em:nth-child(1) {
  color: #333;
}

.answer .cont .dd .ipit .info .doc .tit em i {
  color: #999;
}

.answer .cont .dd .ipit .info .doc .tit em:nth-child(2) {
  width: 12em;
  height: 18px;
  color: #999;
  overflow: hidden;
}

.answer .cont .dd .ipit .time {
  margin-top: 15px;
}

.cons .tab .answer .cont {
  float: none;
  width: 100%;
}

/*side*/
.answer .side {
  float: right;
  width: 320px;
  margin-top: 30px;
}

.answer .side .dt {
  display: block;
  padding: 20px 20px 6px;
  background: #f0f9fc;
  border-radius: 3px;
  overflow: hidden;
}

.answer .side .dt .info {
  margin-bottom: 15px;
  text-align: center;
}

.answer .side .dt .info .pic {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.answer .side .dt .info .tit {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

.answer .side .dt .info .txt {
  margin-top: 3px;
  color: #999;
}

.answer .side .bar {
  margin-top: 30px;
  background: #fafafa;
  border-radius: 3px;
  overflow: hidden;
}

.answer .side .dd {
  display: block;
  margin: 0 10px;
  padding: 20px 0 5px 10px;
  border-bottom: #e6e9ed 1px solid;
}

.answer .side .dd:last-child {
  border-bottom: none;
}

.answer .side .dd .info {
  margin-bottom: 15px;
  line-height: 32px;
}

.answer .side .dd .info .pic {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 -5px;
  border-radius: 100%;
  overflow: hidden;
}

.answer .side .dd .info .tit {
  color: #333;
}

.cons .answer .side .bar {
  margin-top: 0;
}

.cons .answer .side .bar dt {
  margin: 20px 0 5px 20px;
  font-size: 18px;
}

/* ---------------------doctor CSS----------------------- */
/*doc*/
.doctor .doc {
  float: left;
}

.doctor .doc .li {
  float: left;
  position: relative;
  width: 255px;
  height: 400px;
  margin: 30px 26px 0 0;
  border-radius: 3px;
  overflow: hidden;
}

.doctor .doc .li .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: rgba(0, 0, 0, .6);
  overflow: hidden;
}

.doctor .doc .li .ip {
  display: block;
  width: 94%;
  height: 100%;
  padding: 0 3%;
  background: radial-gradient(circle, #fff 0, #ccc 100%);
  overflow: hidden;
}

.doctor .doc .li .ip img {
  display: block;
  width: 100%;
  margin-top: 20px;
  transition-duration: .3s;
}

.doctor .doc .li:hover .ip img {
  opacity: .85;
}

.doctor .doc .li .it {
  position: absolute;
  top: 248px;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 15px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  transition: top .8s;
  overflow: hidden;
}

.doctor .doc .li:hover .it {
  top: 0;
  transition: top .5s;
}

.doctor .doc .li .it .info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.doctor .doc .li .it .info .name {
  font-size: 22px;
}

.doctor .doc .li .it .info .level {
  margin: 3px 0 0 10px;
  padding: 0 8px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #e5e5e5;
  overflow: hidden;
}

.doctor .doc .li .it .hospi {
  margin: 6px 0;
  color: #66d066;
}

.doctor .doc .li .it .intro {
  padding-bottom: 10px;
  line-height: 23px;
  color: #f2f2f2;
  text-align: justify;
}

.cons .doctor .doc .li {
  width: 280.5px;
}

/*rank*/
.doctor .rank {
  float: right;
  width: 360px;
  margin-top: 30px;
  background: radial-gradient(circle, #fff 0, #f2f2f2 100%);
}

.doctor .rank .ul .li {
  float: left;
  width: 50%;
  transition: box-shadow .24s;
}

.doctor .rank .ul .li:hover {
  background: #fafafa;
  box-shadow: 0 0 6px #ccc;
}

.doctor .rank .ul .li .ipit {
  display: block;
  padding: 20px;
  text-align: center;
}

.doctor .rank .ul .li .ipit .ip {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.doctor .rank .ul .li .ipit .it {
  margin: 10px 0 3px;
}

.doctor .rank .ul .li .ipit .it .name {
  font-size: 18px;
}

.doctor .rank .ul .li .ipit .it .level {
  font-size: 16px;
  color: #666;
}

.doctor .rank .ul .li .ipit .hospi {
  font-weight: 400;
  color: #999;
}

.doctor .rank .ul .li .img {
  transition-duration: .3s;
}

.doctor .rank .ul .li:hover .img {
  opacity: .85;
}

/* ---------------------live CSS----------------------- */
.live .ul .li .pic span {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
}

.live .ul .li .pic .icon-xinshuqian {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 5px;
  font-size: 56px;
  color: #fa9700;
}

.live .ul .li .ipit {
  margin: 10px 12px 15px;
  padding-top: 10px;
}

.live .ul .li .ipit .it {
  font-size: 17px;
  color: #ef5e5b;
}

/* ---------------------pedia CSS----------------------- */
.pedia .item:nth-child(1) .tit {
  background: #52ce92;
}

.pedia .item:nth-child(2) .tit {
  background: #25c0ed;
}

.pedia .item:nth-child(3) .tit {
  background: #f46364;
}

.pedia .item .con {
  margin: 10px 0 15px;
}

.pedia .item .con a {
  float: left;
  width: 28%;
  margin: 10px 0;
  padding-left: 5.3%;
  font-size: 15px;
}

.nth3n .li:nth-child(3n) {
  margin-right: 0;
}

.nth4n .li:nth-child(4n) {
  margin-right: 0;
}

/* ---------------------footer CSS----------------------- */
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #e3e3e3;
}

.footer .links_box {
  margin-bottom: 30px;
}

.footer .links_tit {
  font-size: 28px;
  font-weight: 400;
}

.footer .tit {
  margin-top: 30px;
  font-size: 16px;
}

.footer .links .li {
  display: inline-block;
  margin: 12px 10px 0 0;
  padding-right: 10px;
}

/*partner*/
.footer .partner .tit {
  float: left;
  width: 120px;
  margin-top: 7px;
  font-size: 28px;
  letter-spacing: 1px;
}

.footer .partner .con a {
  float: left;
  width: 190px;
  height: 59px;
  margin-left: 26px;
}

/*foot*/
.footer .foot {
  margin-top: 40px;
}

.footer .foot .logo {
  float: left;
}

.footer .foot .text {
  line-height: 28px;
}

/* ---------------------backtop CSS----------------------- */
.backtop {
  position: fixed;
  bottom: 140px;
  right: 15px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: rgba(102, 208, 102, .5);
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}

.backtop:hover {
  background: rgba(102, 208, 102, .6);
}

.backtop .iconfont {
  font-size: 24px;
  color: #fff;
}

/* ---------------------navlist CSS----------------------- */
.navlist {
  margin-top: 30px;
  border-radius: 3px;
}

.navlist dl {
  padding: 15px 20px;
}

.navlist dl dt {
  float: left;
  width: 72px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #999;
}

.navlist dl dd {
  margin-left: 72px;
  font-size: 15px;
}

.navlist dl dd a {
  display: inline-block;
  margin: 8px 3px;
  padding: 4px 15px;
  border-radius: 5px;
  color: #666;
  transition: all .1s;
}

.navlist dl .on,
.navlist dl a:hover {
  background: #1ed686;
  color: #fff;
}

/* ---------------------yiiPager CSS----------------------- */
.yiiPager {
  margin-top: 36px;
  text-align: center;
}

.yiiPager li {
  float: left;
  margin: 0 3px;
  padding: 6px 12px;
  background: #fff;
  border: #d9d9d9 1px solid;
}

.yiiPager li:hover a {
  color: #66d066;
}

.yiiPager .selected {
  background: #66d066;
}

.yiiPager .selected a,
.yiiPager .selected:hover a {
  color: #fff;
}

.yiiPager em {
  padding: 0 3px;
  font-family: Georgia;
  font-size: 15px;
  font-style: normal;
  color: #66d066;
}

/* ---------------------detail CSS----------------------- */
/*cont*/
.cons .detail .cont {
  float: left;
  width: 854px;
}

.cons .detail .flex {
  width: 878px;
  margin-top: 30px;
}

.cons .detail .flex .message {
  display: block;
  width: 230px;
  padding: 22px 0;
  background: #fff;
  text-align: center;
}

.cons .detail .flex .message .pic {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.cons .detail .flex .message .pic .img {
  transition-duration: .3s;
}

.cons .detail .flex .message:hover .pic .img {
  opacity: .85;
}

.cons .detail .flex .message .name {
  margin: 12px 0 8px;
  font-size: 24px;
}

.cons .detail .flex .message .name .level {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.cons .detail .flex .message .hospi {
  font-size: 16px;
  color: #666;
}

.cons .detail .flex .message .num {
  display: flex;
  margin: 20px 3px 0;
  padding-top: 10px;
  border-top: #e6e9ed 1px solid;
}

.cons .detail .flex .message .num .li {
  float: left;
  width: 24.6%;
  border-right: #e6e9ed 1px solid;
}

.cons .detail .flex .message .num .li:last-child {
  border-right: none;
}

.cons .detail .flex .message .num .li span {
  font-size: 20px;
  color: #333;
}

.cons .detail .flex .message .num .li p {
  color: #999;
}

.cons .detail .flex .content {
  width: 622px;
  margin-left: 26px;
}

.cons .detail .flex .content .h1 {
  font-size: 28px;
}

.cons .detail .flex .content .scan {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}

.cons .detail .flex .content .vbox {
  display: block;
  width: 100%;
  margin-top: 30px;
  outline: none;
}

.cons .detail .flex .content .h3 {
  margin-top: 25px;
  font-size: 20px;
}

.cons .detail .flex .content .write p,
.cons .detail .flex .content .write li {
  margin-top: 15px;
  line-height: 30px;
  font-size: 16px;
  text-align: justify;
  color: #333;
}

.cons .detail .flex .content .write img {
  display: block;
  width: 500px;
  height: 330px;
  margin: 0 auto;
}

/*readmore*/
#contTab {
  display: none;
}

.content-more {
  display: none;
}

#contTab:checked~#cont {
  max-height: 190px;
  overflow: hidden;
}

#contTab:checked~.content-more {
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
}

#contTab:checked~.content-more .gradient {
  position: absolute;
  left: 0;
  top: -79px;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff);
}

#contTab:checked~.content-more .readmore {
  display: inline-block;
  width: 180px;
  margin: 20px auto 0;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #54acc9;
  border-radius: 19px;
  color: #999;
  box-shadow: 0 0 4px #ccc;
  transition: box-shadow .3s;
  cursor: pointer;
}

#contTab:checked~.content-more:hover .readmore {
  box-shadow: 0 0 12px #ccc;
}

#article #contTab:checked~#cont {
  max-height: 630px;
}

.cons .detail .flex .content .h2 {
  margin-top: 40px;
  font-size: 22px;
}

.cons .detail .com_ml {
  margin-top: 10px;
}

.cons .detail .com_ml .li {
  padding: 20px 0;
  border-bottom: #e6e9ed 1px solid;
}

.cons .detail .com_ml .li:last-child {
  border: none;
}

.cons .detail .com_ml .li .img {
  transition-duration: .3s;
}

.cons .detail .com_ml .li:hover .img {
  opacity: .85;
}

.cons .detail .com_ml .li .ipit {
  display: block;
}

.cons .detail .com_ml .li .ipit .ip {
  float: left;
  position: relative;
  width: 230px;
  margin-right: 15px;
  overflow: hidden;
}

.cons .detail .com_ml .li .ipit .it {
  float: left;
  width: 377px;
}

.cons .detail .com_ml .li .ipit .it .tit {
  margin-top: 3px;
  font-size: 18px;
}

.cons .detail .com_ml .li .ipit .it .txt {
  margin: 10px 0 8px;
  line-height: 24px;
  text-align: justify;
  color: #666;
}

.cons .detail .com_ml .li .ipit .it .time {
  display: block;
  color: #999;
}

.cons .detail .com_ml .art_li .ipit .ip {
  height: 130px;
}

.cons .detail .com_ml .art_li .ipit .ip .img {
  position: absolute;
  top: 50%;
  height: 152px;
  margin-top: -76px;
}

.cons .detail .com_ml .vdo_li .ipit .ip {
  height: 129px;
}

.cons .detail .com_ml .vdo_li .iconfont {
  padding-left: 2px;
}

.cons .detail .com_ml .ado_li .ipit .ip {
  height: 91px;
}

.cons .detail .com_ml .ans_li .q {
  font-size: 18px;
  font-weight: 700;
}

.cons .detail .com_ml .ans_li .time {
  margin-left: 30px;
  text-align: left;
}

/*side*/
.cons .detail .side {
  float: right;
  width: 300px;
  margin-top: 30px;
}

.cons .detail .side .bar {
  background: #fafafa;
  border-radius: 3px;
  overflow: hidden;
}

.cons .detail .side .bar dt {
  margin: 15px 0 5px 10px;
  font-size: 18px;
}

.cons .detail .edge {
  width: 320px;
  margin-left: 26px;
}

/*art*/
.cons .dt .img,
.cons .dd .img {
  transition-duration: .3s;
}

.cons .dt:hover .img,
.cons .dd:hover .img {
  opacity: .85;
}

.cons .art_fl .dt {
  display: block;
  margin-top: 30px;
  padding: 30px 20px;
}

.cons .art_fl .dt .info {
  float: left;
  width: 180px;
  margin-right: 20px;
  padding-right: 15px;
  border-right: #e6e9ed 1px solid;
}

.cons .art_fl .dt .info .doc {
  margin-bottom: 6px;
}

.cons .art_fl .dt .info .doc .pic {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.cons .art_fl .dt .info .doc .tit {
  float: left;
  margin-top: 5px;
}

.cons .art_fl .dt .info .doc .tit em:nth-child(1) {
  font-size: 18px;
  color: #333;
}

.cons .art_fl .dt .info .doc .tit em:nth-child(2) {
  width: 90px;
  margin-top: 5px;
  border: #09a7f0 1px solid;
  border-radius: 3px;
  color: #09a7f0;
  text-align: center;
  overflow: hidden;
}

.cons .art_fl .dt .info .pit {
  text-align: center;
  color: #999;
}

.cons .art_fl .dt .text .tit {
  font-size: 20px;
}

.cons .art_fl .dt .text .txt {
  height: 52px;
  margin: 10px 0 15px;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
  color: #666;
  overflow: hidden;
}

.cons .art_fl .dt .text .time {
  display: block;
  text-align: right;
  color: #999;
}

.cons .art_fl .dt .pics {
  float: left;
  width: 203px;
  height: 135px;
  margin-right: 20px;
}

.cons .com_fr .dd {
  display: block;
  margin: 0 10px;
  padding: 15px 0;
  border-bottom: #e6e9ed 1px solid;
  overflow: hidden;
}

.cons .com_fr .dd:last-child {
  border-bottom: none;
}

.cons .com_fr .dd .pic {
  float: left;
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.cons .com_fr .dd .pic .play_icon {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  line-height: 30px;
}

.cons .com_fr .dd .pic .iconfont {
  font-size: 15px;
}

.cons .com_fr .dd .text .tit {
  height: 24px;
  font-size: 16px;
  overflow: hidden;
}

.cons .com_fr .dd .text .time {
  display: block;
  margin-top: 5px;
  color: #999;
}

.cons .art_fr .dd .text .tit {
  margin-top: 5px;
}

.cons .art_fr .dd .pic {
  width: 100px;
  height: 66px;
}

.cons .vdo_fr .dd .text .tit {
  margin-top: 5px;
}

.cons .vdo_fr .dd .pic {
  width: 110px;
  height: 62px;
}

.cons .vdo_fr .dd .pic .iconfont {
  padding-left: 2px;
}

.cons .ado_fr .dd .pic {
  width: 120px;
  height: 48px;
}

.cons .ado_fr .dd .text .time {
  margin-top: 2px;
}

.cons .ans_fr .dd {
  display: block;
  padding: 20px 0 5px 10px;
}

.cons .ans_fr .dd .ipit {
  position: relative;
  margin-bottom: 15px;
}

.cons .ans_fr .dd .ipit .ip {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 -5px;
  border-radius: 100%;
  overflow: hidden;
}

.cons .ans_fr .dd .ipit .it {
  line-height: 32px;
  color: #333;
}

.cons .ans_fr .dd .ans_text .txt {
  height: 32px;
}

.cons .ans_fr .dd .ipit .btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
  width: 80px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  background: #1ed686;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
}

/*doc*/
.cons .doc_ad {
  position: relative;
  height: 380px;
  margin-top: 30px;
  background: radial-gradient(circle, #eff2f7 0, #e9eef4 100%);
  border-radius: 3px;
  overflow: hidden;
}

.cons .doc_ad .ip {
  float: left;
  width: 320px;
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
}

.cons .doc_ad .ip img {
  transition-duration: .5s;
}

.cons .doc_ad:hover .ip img {
  opacity: .85;
  transform: scale(1.05);
}

.cons .doc_ad .it {
  margin: 0 50px 0 320px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cons .doc_ad .it .info .name {
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
}

.cons .doc_ad:hover .it .info .name {
  color: #49c066;
}

.cons .doc_ad .it .info .level {
  display: inline-block;
  margin-left: 15px;
  font-size: 26px;
  color: #666;
}

.cons .doc_ad .it .hospi {
  margin-top: 8px;
  font-size: 20px;
  color: #666;
}

.cons .doc_ad .it .num {
  margin-top: 15px;
}

.cons .doc_ad .it .num .li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  border-right: #e6e9ed 1px solid;
  text-align: center;
}

.cons .doc_ad .it .num .li:last-child {
  border-right: none;
}

.cons .doc_ad .it .num .li span {
  font-size: 20px;
}

.cons .doc_ad .it .num .li p {
  font-size: 16px;
  color: #999;
}

.cons .doc_ad .it .intro {
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  text-align: justify;
  color: #666;
}

.cons .doc_ad .it .line5 {
  -webkit-line-clamp: 5;
}

/*for*/
.cons .for_no {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

.cons .for_no span {
  padding: 0 3px;
  color: #53a2ef;
}

/*ad*/
.ad300 {
  margin: 15px 0 0 5px;
}

.ad620 {
  max-width: 630px;
  margin-left: -7px;
  overflow: hidden;
}

#ad {
  overflow: hidden;
}

#ad .fl {
  margin-left: -10px;
}

#ad .fr {
  margin-right: -10px;
}

@font-face {
  font-family: "iconfont";
  /* Project id 2557062 */
  src: url('iconfont.ttf?t=1622014722649') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-toutiao2:before {
  content: "\e640";
}

.icon-yueduliang:before {
  content: "\e645";
}

.icon-xinshuqian:before {
  content: "\e6f3";
}

.icon-jiangpai:before {
  content: "\e635";
}

.icon-yinpin:before {
  content: "\e63f";
}

.icon-lower-triangle:before {
  content: "\e600";
}

.icon-bofang:before {
  content: "\e681";
}

.icon-een1:before {
  content: "\e602";
}

.icon-xiangyou:before {
  content: "\e605";
}

.icon-nanke:before {
  content: "\e610";
}

.icon-zhongliuke:before {
  content: "\e623";
}

.icon-meirong:before {
  content: "\e601";
}

.icon-sousuo1:before {
  content: "\e655";
}

.icon-pifuxingbingke:before {
  content: "\e71f";
}

.icon-wuguanke:before {
  content: "\e61e";
}

.icon-fukeruxian:before {
  content: "\e634";
}

.icon-gangchangke:before {
  content: "\e6b5";
}

.icon-icon:before {
  content: "\e662";
}

.icon-fuchanke:before {
  content: "\e657";
}

.icon-jingshenxinlike:before {
  content: "\e632";
}

.icon-buyunbuyu:before {
  content: "\e64e";
}

.icon-yankejiancha:before {
  content: "\e609";
}

.icon-neike:before {
  content: "\e606";
}

.icon-erke:before {
  content: "\e60e";
}

/* 底部相关推荐 */
.recruit_box .titles h3 {
  display: inline-block;
  width: initial;
}

.recruit_box .recruit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit_box .recruit_list li {
  width: 48%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.recruit_box .recruit_list li .ttk {
  font-size: 12px;
}

/* 右侧栏目相关招募推荐 */
.comm_right_title .title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
  font-size: 24px;
  background: linear-gradient(60deg, #E21143, #FFB03A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.comm_right_title .title .ttk {
  margin-right: 10px;
  font-size: 24px;
  background: linear-gradient(60deg, #E21143, #FFB03A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* hot_article */
.hot_list {
  padding: 10px 5px;
}

.hot_list li {
  line-height: 40px;
  font-size: 14px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.hot_list li .ttk {
  margin-right: 5px;
  color: #c0041d;
}

.hot_list li a {
  transition: all 0.4s;
}

.hot_list li a:hover {
  color: #49c066;
  margin-left: 10px;
}

/* end  hot_article*/
@font-face {
  font-family: "ttk";
  /* Project id 4005981 */
  src: url('https://at.alicdn.com/t/c/font_4005981_yz26hihafp.woff2?t=1684476505411') format('woff2'),
  url('https://at.alicdn.com/t/c/font_4005981_yz26hihafp.woff?t=1684476505411') format('woff'),
  url('https://at.alicdn.com/t/c/font_4005981_yz26hihafp.ttf?t=1684476505411') format('truetype');
}

.ttk {
  font-family: "ttk" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shixishengzhaomu:before {
  content: "\ea46";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.mXgsj {
  margin-bottom: 20px;
}

.mXgsj .titleBar {
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #cccccc;
  color: #739e00;
  padding-bottom: 8px;
}

.mXgsj .titleBar h3 {
  float: left;
  font-size: 18px;
  font-family: Microsoft Yahei, Simhei;
  font-weight: normal;
  color: #222;
  font-weight: bolder;
}

.mXgsj .titleBar ul {
  float: right;
}

.mXgsj .titleBar ul li {
  font-size: 16px;
  height: 34px;
  margin: 8px 0 0 0;
  padding: 3px 18px 0;
  line-height: normal;
  float: left;
  color: #ffffff;
}

.mXgsj .titleBar .cur {
  background: url("img/picBg.png") no-repeat center -104px;

}

.mXgsj .titleBar .cur a {
  color: #fff;
  cursor: pointer;
}

.mXgsj .moduleContent a {
  padding-right: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #4c4c4c;
}

.mXgsj .list .a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 12px 13px 15px;
}

.mXgsj .list .a .pic {
  position: relative;
  width: 110px;
  /*height: 62px;*/
  margin-right: 12px;
  border-radius: 3px;
  overflow: hidden;
}

.mXgsj .list .a .pic img {
  transition-duration: .3s;
}

.mXgsj .list .a .text {
  flex: 1;
}

.mXgsj .list .a .tit {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.mXgsj .list .a .txt {
  margin-top: 8px;
  font-size: 13px;
  color: #999;
}

.mXgsj .hosp_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 12px 13px 15px;
}

.mXgsj .hosp_li i {
  position: relative;
  display: block;
  width: 116px;
  /*height: 84px;*/
  margin-right: 12px;
  border-radius: 3px;
  overflow: hidden;
}

.mXgsj .hosp_li .alrea {
  width: 80px;
  /*height: 100px;*/
  border-radius: 4px;
  overflow: hidden;
}

.mXgsj .hosp_text {
  flex: 1;
}

.line1 {
  -webkit-line-clamp: 1;
}

.line_tit {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.mXgsj .hosp_text dt h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.hosp_text dd p {
  margin-top: 8px;
  font-size: 13px;
  color: #999;
}

.hosp_text dd div {
  display: flex;
  margin-top: 8px;
}

.hosp_text dd div a {
  display: block;
  width: 45%;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px;
  padding: 2px 7px;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s;
}

.hosp_text dd div a:nth-child(1) {
  background: linear-gradient(150deg, #298dff 0%, #00baff 100%);
}

.hosp_text dd div a:nth-child(2) {
  background: linear-gradient(150deg, #2fdd89 0, #2bb573 100%);
}

.hosp_text dd div a:nth-child(1):hover {
  box-shadow: 1px 1px 3px 0px #00baff;
}

.hosp_text dd div a:nth-child(2):hover {
  box-shadow: 1px 1px 3px 0px #2bb573;
}

.hosp_li .hosp_text h3 span {
  font-size: 13px;
  margin-left: 10px;
  font-weight: 100;
}

.adver-fr-title {}

.adver-fr-title h2 {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  font-size: 18px;
  color: #7f7f7f;
}

.adver-fr-title h2::after {
  background-color: #3cac4c;
  height: 5px;
  width: 40px;
  bottom: -1px;
  left: 0;
  position: absolute;
  content: '';
}

.adver-fr-li {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding: 13px 0px 13px 0px;
}

.adver-fr-li i {
  position: relative;
  display: block;
  width: 116px;
  height: 84px;
  margin-right: 12px;
  border-radius: 3px;
  overflow: hidden;
}

.adver-fr-li .alrea {
  width: 80px;
  height: 100px;
  overflow: hidden;
}

.adver-fr-li i img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.adver-fr-text {
  flex: 1;
}

.adver-fr-text dt h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.adver-fr-text dt h3 a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.adver-fr-text dd p {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}

.adver-fr-text dd div {
  display: flex;
  margin-top: 8px;
}

.adver-fr-text dd div a {
  display: block;
  width: 35%;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px;
  padding: 2px 7px;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s;
}

.adver-fr-text dd div a:nth-child(1) {
  background: linear-gradient(150deg, #298dff 0%, #00baff 100%);
}

.adver-fr-text dd div a:nth-child(2) {
  background: linear-gradient(150deg, #2fdd89 0, #2bb573 100%);
}

.recom-hosp-doct {}

.hosp-doct-title {
  width: 100%;
  border-bottom: 2px solid #33c19d;
}

.hosp-doct-title li {
  float: left;
  font-size: 16px;
  padding: 5px 30px;
  cursor: pointer;
}

.hosp-doct-title .on {
  background-color: #33c19d;
  color: #fff;
}

.hosp-doct-cont {
  padding: 10px 0;
  max-height: 165px;
  overflow-y: auto;
  overflow-x: hidden;
  /* background-color: #fafafa; */
}

.hosp-doct-cont::-webkit-scrollbar {
  display: none;
}

.hosp-doct-cont li {
  width: 22%;
  padding-right: 10px;
  line-height: 35px;
  font-size: 14px;
  float: left;
}

.hosp-doct-cont li a {
  font-size: 14px;
}

.depart_list {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.depart_list span {
  margin: 5px 5px;
  color: #333;
  font-size: 15px;
}

.depart_li {
  cursor: pointer;
  display: inline-block;
  flex: auto;
  padding: 3px 12px;
  margin: 5px 5px;
  border-radius: 20px;
  text-align: center;
  color: #333;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.09);
  transition: all 0.24s;
}

.disea_r_cates {
  padding: 0 12px;
  margin-bottom: 25px;
  border: 1px solid #eee;
}

.disea-title-big {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.disea-title-big h3 {
  font-size: 20px;
  background: linear-gradient(23deg, #ff5a00, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.disea-title-big a {
  padding: 0px 12px 1px 15px;
  color: #888;
  font-size: 16px;
  border-radius: 25px;
}

.disea_list-li {
  display: block;
  margin: 15px 0 5px 0;
  text-align: center;
  font-size: 16px;
}

.disea_list-li b {
  padding: 0 0 8px 0;
  border-bottom: 2px solid #ff5a00;
}

.disea_list-li div {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px;
  max-height: 210px;
  overflow: hidden;
}

.disea_list-li div a {
  display: inline-block;
  flex: auto;
  padding: 3px 15px;
  margin: 5px 5px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ddd;
  color: #555;
  font-size: 16px;
}

/*layout.css原代码需要修改*/
.main .box .subnav li:first-child .li {
  padding-top: 0px;
}

.main .box .subnav .li {
  height: 37px;
  line-height: 38px;
}

.main .box .subnav {
  margin-top: 20px;
}

.main .box .banner {
  height: 370px;
}

.main .box .sidebar .ipit .ip {
  height: 121px;
}

.article .phic {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.article .news {
  margin-left: 0;
}

.answer .side {
  margin-top: 0px;
}

/*需要新添加css样式*/
/*nav*/
.gb_gradient {
  background: linear-gradient(to bottom, #90ebc6 2%, #c3f1d8 4%, #f2f7f4 10%, #f2f5f7 60%, #f2f5f7 100%);
}

.nav_home_box {
  margin-top: 31px;
  margin-left: 20px;
}

.nav_ul li {
  padding: 0 5px;
  position: relative;
  line-height: 40px;
}

.nav_ul li a {
  padding: 0 13px;
  font-size: 18px;
}

.nav_ul .on a {
  color: #49c066;
}

.nav_ul .on a:after {
  position: absolute;
  left: 32%;
  top: 97%;
  content: '';
  width: 38%;
  height: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #49c066;
}


/*简导航*/
.top_nav_bg {
  background: linear-gradient(180deg, rgb(247 255 245 / 61%) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.delt_navs {
  display: flex;
  justify-content: space-between
}

.delt_navs_tit {
  display: flex;
  align-items: center
}

.delt_navs_tit span {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px
}

.delt_navs li:nth-child(1) .delt_navs_tit span {
  background: linear-gradient(145deg, #7dadee 30%, #669ef8 50%, #5880f9 80%, #557afd 100%);
  background: -webkit-linear-gradient(145deg, #7dadee 30%, #669ef8 50%, #5880f9 80%, #557afd 100%);
  background: -moz-linear-gradient(145deg, #7dadee 30%, #669ef8 50%, #5880f9 80%, #557afd 100%);
}

.delt_navs li:nth-child(2) .delt_navs_tit span {
  background: linear-gradient(145deg, #7dadee 30%, #669ef8 50%, #5880f9 80%, #557afd 100%);
  background: -webkit-linear-gradient(145deg, #7dadee 30%, #669ef8 50%, #5880f9 80%, #557afd 100%);
  background: -moz-linear-gradient(145deg, #7dadee 30%, #669ef8 50%, #5880f9 80%, #557afd 100%);
}

.delt_navs li:nth-child(3) .delt_navs_tit span {
  background: linear-gradient(145deg, #fe754b 30%, #f55e3d 50%, #ef3a34 80%, #f4322a 100%);
  background: -webkit-linear-gradient(145deg, #fe754b 30%, #f55e3d 50%, #ef3a34 80%, #f4322a 100%);
  background: -moz-linear-gradient(145deg, #fe754b 30%, #f55e3d 50%, #ef3a34 80%, #f4322a 100%);
}

.delt_navs li:nth-child(4) .delt_navs_tit span {
  background: linear-gradient(145deg, #ff8a2e 30%, #fe8629 50%, #fe7c1e 80%, #fe7616 100%);
  background: -webkit-linear-gradient(145deg, #ff8a2e 30%, #fe8629 50%, #fe7c1e 80%, #fe7616 100%);
  background: -moz-linear-gradient(145deg, #ff8a2e 30%, #fe8629 50%, #fe7c1e 80%, #fe7616 100%);
}

.delt_navs li:nth-child(5) .delt_navs_tit span {
  background: linear-gradient(145deg, #75e0ab 30%, #5cdba8 50%, #4fdba3 80%, #2dcf9f 100%);
  background: -webkit-linear-gradient(145deg, #75e0ab 30%, #5cdba8 50%, #4fdba3 80%, #2dcf9f 100%);
  background: -moz-linear-gradient(145deg, #75e0ab 30%, #5cdba8 50%, #4fdba3 80%, #2dcf9f 100%);
}

.delt_navs li:nth-child(1) em {
  margin-left: 10px;
  font-size: 18px;
  color: #7a95f7;
}

.delt_navs li:nth-child(2) em {
  margin-left: 10px;
  font-size: 18px;
  color: #7a95f7;
}

.delt_navs li:nth-child(3) em {
  margin-left: 10px;
  font-size: 18px;
  color: #ff726c;
}

.delt_navs li:nth-child(4) em {
  margin-left: 10px;
  font-size: 18px;
  color: #f79c5c;
}

.delt_navs li:nth-child(5) em {
  margin-left: 10px;
  font-size: 18px;
  color: #40d9ab;
}

.delt_navs li span i {
  font-size: 20px;
  color: #fff
}

.nav_top_list span {
  width: 30%;
  color: #888;
  padding-right: 5px;
}

.nav_top_list span a {
  color: #888;
}

.nav_top_list span a:hover {
  color: #49c066;
}

/*医院排行榜*/
.home_page_tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #26bb7f;
  line-height: 46px;
}

.home_page_tit h2 {
  font-size: 32px;
  font-weight: 400;
}

.home_page_tit h2 em {
  color: #2bbc80;
  font-style: normal;
}

.home_page_tit h2 span {
  padding-left: 5px;
  color: #b5adad;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.area_select_2 {
  display: none;
  width: 400px;
  position: absolute;
  padding: 10px;
  left: 0;
  top: 100%;
  z-index: 9;
  box-shadow: 0 0 8px #ccc;
}

.area_uls_2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  row-gap: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.area_hsop_2:hover .hosp_area_Show {
  display: block;
}

.area_uls_2 li {
  cursor: pointer;
}

.area_uls_2 .on {
  color: #249781;
}

.area_select_2 strong {
  font-size: 14px;
}

.home_page_tit h2 .area_hsop_2 {
  display: inline-block;
  color: #249781;
  font-size: 18px;
}

.home_page_tit a {
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  color: #7c6e6e;
  transition: all 0.5s;
}

.home_page_tit a i {
  margin-left: 10px;
}

.home_page_tit a:hover {
  left: 5px;
}

/*åŒ»é™¢æŽ’è¡Œæ¦œ*/
.hops_number {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
}

.hops_number_b {
  /*padding: 0 10px 10px 10px;*/
}

.hops_number_li:nth-child(1) .hops_number_b {
  background: -webkit-linear-gradient(80deg, #557afd 0%, #669ef8 100%);
  background: -moz-linear-gradient(80deg, #557afd 0%, #669ef8 100%);
  background: linear-gradient(80deg, #557afd 0%, #669ef8 100%)
}

.hops_number_li:nth-child(2) .hops_number_b {
  background: -webkit-linear-gradient(80deg, #FEA558 0%, #FF7080 100%);
  background: -moz-linear-gradient(80deg, #FEA558 0%, #FF7080 100%);
  background: linear-gradient(80deg, #FEA558 0%, #FF7080 100%);
}

.hops_number_li:nth-child(3) .hops_number_b {
  background: -webkit-linear-gradient(80deg, #2dcf9f 0%, #75e0ab 100%);
  background: -moz-linear-gradient(80deg, #2dcf9f 0%, #75e0ab 100%);
  background: linear-gradient(80deg, #2dcf9f 0%, #75e0ab 100%);
}

.hops_number_li:nth-child(4) .hops_number_b {
  background: -webkit-linear-gradient(80deg, #bd2dcf 0%, #e58ccb 100%);
  background: -moz-linear-gradient(80deg, #bd2dcf 0%, #e58ccb 100%);
  background: linear-gradient(80deg, #bd2dcf 0%, #df7dc2 100%);
}

.hops_number_b h3 {
  position: relative;
}

.hops_number_b h3 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 44px;
  color: white;
  font-size: 18px;
}

.hops_number_b h3 i {
  font-size: 18px;
}

.hops_number_list {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* height: 40px; */
}

.hops_number_list h4 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 0 5px;
  line-height: 40px;
}

.show_hops_img {
  display: flex;
  padding: 5px;
}

.show_hops_img img {
  transition-duration: .3s;
}

.show_hops_img:hover img {
  transform: scale(1.13);
}

.show_hops_img .hops_tit_name {
  line-height: 22px;
  padding: 0;
}

.hops_img_left {
  position: relative;
  width: 110px;
  margin-right: 6px;
  border-radius: 3px;
  overflow: hidden;
}

.hops_img_left em {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff8500;
  color: white;
  padding: 0 10px;
  border-radius: 0 0 8px 0;
  z-index: 2;
  transform: perspective(.5em) rotateX(-2deg);
  transform-origin: top left;
}

.hops_number_cont {
  flex: 1;
}

.hops_number_cont .txt {
  margin-top: 9px;
  font-size: 14px;
  color: #999;
}

/*hops_number_list p{*/
/*    color: #999;background: #FAFAFA;*/
/*    cursor: pointer;*/
/*    line-height: 40px;*/
/*    transition-duration: .5s;*/
/*}*/
.hops_number_list a i {
  margin-right: 10px;
  color: #bdbdbd;
  font-family: fantasy;
}

.hops_number_list:nth-child(1) a i {
  color: #ff8500;
}

.hops_number_list:nth-child(2) a i {
  color: #ffbf00;
}

.hops_number_list:nth-child(3) a i {
  color: #e8b94a;
}

/*专家文章中间部分*/
.head_lines {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 5px;
}

.graphic_cont {
  font-size: 16px;
  line-height: 39px;
  position: relative;
}

.graphic_cont li {}

.graphic_cont li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 50%;
  background: #ccc;
  vertical-align: middle;
  margin-right: 14px;
}

/*问答*/
.ques_tab_b {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.ques_tab_b .more {
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  color: #7c6e6e;
  transition: all 0.5s;
}

.ques_tab_b .more i {
  margin-left: 10px;
}

.ques_tabul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.ques_tab_li {
  display: block;
  padding: 0 12px;
  line-height: 30px;
  border-radius: 40px;
  cursor: pointer;
  color: #6f7379;
  font-size: 16px;
  background: #f4f5f6;
  margin-right: 15px;
}

.ques_tabul .on {
  color: #fff;
  background: #2bbc80;
}

.ques_summ {
  width: 100%;
}

.ques_summ a {
  width: 29%;
  line-height: 40px;
  margin-right: 20px;
  padding-left: 13px;
  font-size: 16px;
  margin-top: 10px;
}

.ques_summ a i {
  display: inline-block;
  background: #ffbb44;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  line-height: 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-style: normal;
}


/*疾病*/
.disea_wiki {
  display: flex;
  justify-content: space-between;
}

.disea_left_2 {
  width: 860px;
}

.disea_right_2 {
  width: 280px;
}

.disea_wiki_ul {
  /* margin-right: -20px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}

.disea_wiki-cont {
  padding: 12px 10px;
  background: -moz-linear-gradient(180deg, #D3F9F1 0%, #F1FFFB 100%);
  background: -webkit-linear-gradient(180deg, #D3F9F1 0%, #F1FFFB 100%);
  background: linear-gradient(180deg, #D3F9F1 0%, #F1FFFB 100%);
}

.disea_wiki_li:nth-child(1) .disea_wiki-cont {
  background: -moz-linear-gradient(180deg, #d3dff9 0%, #f1f9ff 100%);
  background: -webkit-linear-gradient(180deg, #d3dff9 0%, #f1f9ff 100%);
  background: linear-gradient(180deg, #d3dff9 0%, #f1f9ff 100%);
}

.disea_wiki_li:nth-child(2) .disea_wiki-cont {
  background: -moz-linear-gradient(180deg, #D3F9F1 0%, #F1FFFB 100%);
  background: -webkit-linear-gradient(180deg, #D3F9F1 0%, #F1FFFB 100%);
  background: linear-gradient(180deg, #D3F9F1 0%, #F1FFFB 100%);
}

.disea_wiki_li:nth-child(3) .disea_wiki-cont {
  background: -moz-linear-gradient(180deg, #f9e5d3 0%, #fffcf1 100%);
  background: -webkit-linear-gradient(180deg, #f9e5d3 0%, #fffcf1 100%);
  background: linear-gradient(180deg, #f9e5d3 0%, #fffcf1 100%);
}

.disea_wiki_li:nth-child(4) .disea_wiki-cont {
  background: -moz-linear-gradient(180deg, #f9d3d3 0%, #fff1f1 100%);
  background: -webkit-linear-gradient(180deg, #f9d3d3 0%, #fff1f1 100%);
  background: linear-gradient(180deg, #f9d3d3 0%, #fff1f1 100%);
}

.disea_wiki-cont-ul {
  margin: 10px 0 15px;
}

.disea_wiki-cont em {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  /*background: #8daff9;*/
  font-size: 21px;
  color: white;
  margin-right: 10px;
}

.disea_wiki-cont h3 {
  display: flex;
  align-items: center;
  line-height: 34px;
  font-size: 20px;
}

.disea_wiki_li:nth-child(1) h3 em {
  background: #8daff9;
}

.disea_wiki_li:nth-child(2) h3 em {
  background: #1cc19e;
}

.disea_wiki_li:nth-child(3) h3 em {
  background: #ffad63;
}

.disea_wiki_li:nth-child(4) h3 em {
  background: #ff7163;
}

.disea_wiki-cont-li {
  width: 25%;
}

.disea_wiki-cont-li a {
  margin: 10px 0;
  padding-left: 5.3%;
  font-size: 15px;
}

.delt_navs li .delt_navs_tit .ttk {
  display: block;
  /*-webkit-animation: myAnimation 0.5s linear 1;*/
  /*animation:myAnimation 0.5s linear 1;*/
}

.delt_navs li .delt_navs_tit:hover i {
  -webkit-animation: myAnimation 0.6s linear 1;
  animation: myAnimation 0.6s linear 1;
}

.zd_list {
  position: relative;
}

.zd_list p {
  text-align: center;
  color: #868686;
}

.zd_list .sitemap i {
  font-style: normal;
}

.zd_list .sitemap a {
  color: #868686;
  padding: 0 5px;
}

.zd_list p a:hover {
  color: #4fca60;
}

.bbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.hot_ks_2 {}

.hot_ks_2 h3 {
  color: #62C4A6;
  padding-top: 15px;
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 24px;
}

.hot_ks—list_2 {
  display: flex;
  flex-wrap: wrap;
  /* display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  column-gap: 10px;
  row-gap: 5px; */
}

.hot_ks—list_2 a {
  text-align: center;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-right: 10px;
  margin-top: 5px;
}

/* 健康资讯模块 */
.health_inform-hom {
  display: flex;
  justify-content: space-between;
}

.zx_fr-list {
  width: 26%;
}

.zx_middle-list {
  width: 44%;
}

.infor-fl-hot {
  width: 28%;
  background: #F7F8FC;
  padding: 18px 18px 8px
}

.infor-fl-hot h3 {
  color: #fe6e4f;
  font-size: 20px;
}

.health_inf-li {
  position: relative;
  padding: 5px 0 5px 0px;
}

.health_inf-li a {
  color: #1E2129;
  font-size: 16px;
  font-weight: 400;
}

.health_inf-li a i {
  margin-right: 2px;
  color: #bdbdbd;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
}

.health_inf-li:nth-child(1) a i {
  color: #ff0000;
}

.health_inf-li:nth-child(2) a i {
  color: #fc7039;
}

.health_inf-li:nth-child(3) a i {
  color: #fd8607;
}

.health_inf-li a:hover {
  color: #49c066;
}

.health_article-list p {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 35px;
}

.health_article-list .h_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.health_article-list p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #D5D8E2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.heth_med_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
}

.heth_med_title h4 {
  font-size: 20px;
  color: #66ccad;
}

.heth_med_title a {
  display: flex;
  align-items: center;
  color: #7c6e6e;
  transition: all 0.5s;
}

.heth_med_title a i {
  margin-left: 5px;
}

.heth_med_li {
  position: relative;
  margin-left: 4px;
  border-left: 1px solid #e9e9e9;
  line-height: 24px;
  padding: 25px 0 20px 15px;
}

.heth_med_time {
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  align-items: center;
}

.heth_med_time i {
  display: inline-block;
  border: 4px solid #fff;
  background-color: #fff;
  line-height: 10px;
}

.heth_med_time i:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border: 3px solid #66ccad;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.heth_med_time h5 {
  font-size: 18px;
  padding-left: 6px;
}

.icon-remen:before {
  content: "\e646";
}

.home_drug_tab {
  display: flex;
  background-color: #fafafa;
}

.home_drug_tab .on {
  background-color: #62C4A6;
  font-weight: 600;
  color: white;
}

.home_drug_tab li {
  position: relative;
  padding: 0 25px;
  width: auto;
  line-height: 42px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}

.home_drug_ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #F1F4F9;
  border-left: 1px solid #F1F4F9;
}

.home_drug_li {
  width: 20%;
  /* height: 200px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #F1F4F9;
  border-bottom: 1px solid #F1F4F9;
}

.home_drug_li a i {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 8px;
  width: 110px;
  height: 110px;
  transition: transform 0.3s;
}

.home_drug_li:hover .home_med_i {
  transform: translateY(-4px);
}

.home_drug_li a i img {
  width: 100%;
  /* height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s;
}

.home_drug_name {
  padding: 0px 20px 15px;
  text-align: center;
}

.home_drug_name p {
  font-size: 16px;
  color: #666;
}

.main .box .sidebar {
  padding: 0;
  width: 280px;
}

.operat_title {}

.operat_title h2 {
  color: white;
  padding: 1px 16px;
  display: inline-block;
  background: #3cbfae;
  border-radius: 0px 15px 15px 0px;
}

.operat_ul {
  padding: 0 10px;
}

.operat_li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.operat_li:last-child {
  border-bottom: none;
}

.operat_tag span {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  margin-left: 5px;
  /*color: #2ca1bb;*/
  /*background: #d2ecf1;*/
  color: #b5b5b5;
  background: #efefef;
}

.operat_tag span:first-child {
  margin-left: 0;
}

.operat_li:hover h3 {
  color: #49c066;
}

.pri_hosp_alr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}

.pri_hosp_alr_lis {
  font-size: 16px;
}

.pri_hosp_alr_lis h4 {
  font-weight: 400;
}

.pri_hosp_alr_lis h4:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #D5D8E2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
}


@keyframes myAnimation {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  24% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  42% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  56% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}




@-webkit-keyframes activeBox

  /*Safari and Chrome*/
{
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  54% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  58% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  62% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  66% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------2.0修改---------------------------------------- */

/* 热门医院 */
.hops_box_2 {
  display: flex;
  justify-content: space-between;
}

.hops_ml_2 {
  width: 70%;
}

.hops_mr_2 {
  width: 25%;
  background: #F7F8FC;
}

.hops_uls_2 {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hops_uls_2 li {
  cursor: pointer;
  padding: 7px 30px;
  margin-right: 5px;
  border: #f0f0f0 1px solid;
  color: #666;
  transition: all .2s;
  margin-top: 10px;
}

.hops_uls_2 .on {
  color: #fff;
  background: #2bbc80;
}

.hos_index_recom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}

.hos_index_recom li {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}

.hos_index_recli a em {
  display: block;
  overflow: hidden;
  /* margin: 0 auto; */
  /* padding: 8px; */
  /* width: 110px; */
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}

.hos_index_recli a em img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hos_index_recli a h5 {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0;
}

.hos_index_recli a p {
  min-height: 63px;
}

.see_detail {
  /* display: inline-block; */
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #249781;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(12, 3, 6, .13);
  position: relative;
  z-index: 1;
  transition: cubic-bezier(0.29, 0.12, 0.25, 1) .65s;
  margin: 0 auto;
}

.see_detail:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #249781;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: cubic-bezier(0, 0, 0.58, 0.97) .35s;
}

.see_detail i {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #249781;
  color: #ffffff;
  font-size: 20px;
  transition: ease .65s;
  position: relative;
  z-index: 1;
}

.see_detail i::after {
  transition: cubic-bezier(0.47, 0, 0.75, 0.72) .45s;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.hos_index_recli:hover .see_detail {
  color: #ffffff;
}

.hos_index_recli:hover .see_detail::before {
  width: 100%;
}

.hos_index_recli:hover .see_detail i {
  color: #249781;
  transition-delay: .2s;
}

.hos_index_recli:hover .see_detail i::after {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hops_mr_title {
  text-align: center;
  padding: 0 45px;
}

.hops_mr_title h2 {
  background: #fd634a;
  color: white;
  font-size: 18px;
  line-height: 35px;
  border-radius: 0px 0px 28px 28px;
}

.hops_art_cont_2 li a {
  position: relative;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hops_art_cont_2 li a .bast_dc_numb {
  display: block;
  position: relative;
  margin-right: 20px;
  line-height: 32px;
  font-style: normal;
  font-size: 32px;
  font-weight: bold;
  font-family: "Impact";
  color: #888;
}

.hops_art_cont_2 li a .bast_dc_numb::after {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(to right, #888 0%, #ffffff 100%);
}

.hops_art_cont_2 li a h3 {
  font-size: 18px;
  color: #1E2129;
  font-weight: 400;
}

.hops_art_cont_2 li a .bast_dc_v p {
  display: flex;
  align-items: center;
  color: #666;
}

.hops_art_cont_2 li:nth-child(1) i {
  color: #fec5c5;
  background: linear-gradient(to right, #f53621, #fec5c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.hops_art_cont_2 li:nth-child(1) i::after {
  background: linear-gradient(to right, #f53621 0%, #ffffff 100%);
}


.hops_art_cont_2 li:nth-child(2) i {
  color: #ffdebe;
  background: linear-gradient(to right, #fc7039, #ffdebe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.hops_art_cont_2 li:nth-child(2) i::after {
  background: linear-gradient(to right, #fc7039 0%, #ffffff 100%);
}


.hops_art_cont_2 li:nth-child(3) i {
  color: #efc879e8;
  background: linear-gradient(to right, #ff9554, #efc879e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.hops_art_cont_2 li:nth-child(3) i::after {
  background: linear-gradient(to right, #ff9554 0%, #ffffff 100%);
}

/* 医生 */
.doct_home_2 {
  display: flex;
  margin-bottom: 20px;
  background-color: #f4f5f6;
}

.doct_home_2 li {
  position: relative;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0 2px;
}

/* .doct_home_2 li:hover {
	color: #fff;
	background: #62C4A6;
} */

/* .doct_home_2 li:hover:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -12px;
	border: 6px solid;
	border-color: #62C4A6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	transform: translate(-50%, 0);
} */

.doct_home_2 .on {
  color: #fff;
  background: #62C4A6;
}

.doct_home_2 .on::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -12px;
  border: 6px solid;
  border-color: #62C4A6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translate(-50%, 0);
}



.doctor_hs_con {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.doctor_hs_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.doctor_hs_list li a {
  display: block;
  text-align: center;
  padding: 18px 18px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
}

.doctor_hs_list li a h4,
.doctor_hs_list li a strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  margin-top: 10px;
}

.doctor_hs_list li a h4 {
  color: #f77700;
}

.doctor_hs_list li a .doctor_inhos_img {
  position: relative;
}

.doctor_hs_list li a .doctor_inhos_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.doctor_hs_list li a strong span {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-right: 5px;
}

.doctor_hs_list li:hover .doctor_inhos_img::before {}

.excel_info {
  line-height: 24px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px dashed #f0f0f0;
  min-height: 50px;
  color: #767676;
}

.excel_info i {
  font-style: normal;
  font-weight: bold;
  color: #ef3a34;
}

.doctor_see_d {
  display: inline-block;
  padding: 4px 28px;
  border-radius: 4px;
  font-size: 16px;
  /* line-height: 40px; */
  color: #fff;
  background: linear-gradient(to right, #408bf2, #23c9f9);
}

.doctor_hs_list li:hover .doctor_see_d {
  opacity: 0.8;
}


/* 医院动态 */
.art_hops_tab_2 {
  height: 42px;
  overflow: hidden;
  background: #F3F5F7;
  line-height: 42px;
  margin-bottom: 20px;
}

.art_hops_tab_2 li {
  float: left;
  width: calc(100% / 6);
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.art_hops_tab_2 .on {
  background-color: #62C4A6;
  color: #fff;
}

.art_list_left_2 {
  width: 30%;
  float: left;
}

.art_list_right_2 {
  width: 67%;
  float: right;
}

.art_list_left_2 .img_box_2 {
  display: block;
  width: 100%;
  height: 190px;
  overflow: hidden;
  margin-bottom: 20px;
}

.art_list_left_2 .img_box_2 img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.art_list_left_2 .img_box_2 img:hover {
  transform: scale(1.2, 1.2);

}


.art_list_more_2 {
  /* 	display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}


.art_more_li_2 a {
  display: block;
}

.art_more_li_2 a p {
  background: #FAFAFA;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
}

.art_more_li_2:nth-child(odd) a {
  margin-right: 20px;
}

/* 民营医院 */
.boutique_hosp_ul,
.expert_doctor_ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  /* row-gap: 20px; */
}

.boutique_hosp_li a i {
  display: block;
  width: 100%;
  overflow: hidden;
}

.boutique_hosp_li a i img {
  object-fit: cover;
  transition-duration: .5s;
}

.boutique_hosp_li p {
  font-size: 16px;
}

.boutique_hosp-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}

.boutique_hosp-list a {
  line-height: 30px;
  font-size: 16px;
}

.boutique_hosp-list a i {
  font-size: 18px;
}

.boutique_hosp_li a:hover img {
  transform: scale(1.2, 1.2);
}

/* 药企 */
.drug_hot_ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #F1F4F9;
  border-left: 1px solid #F1F4F9;
}

.drug_hot_li {
  width: 20%;
  /* height: 200px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #F1F4F9;
  border-bottom: 1px solid #F1F4F9;
}

.drug_hot_li a {
  position: relative;
}

.drug_hot_li a i {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 8px;
  width: 110px;
  height: 110px;
}

.drug_hot_li .med-comy-logo {
  width: 140px;
  height: 40px;
  margin-top: 20px;
}

.drug_hot_li a i img {
  width: 100%;
  /* height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s;
}

.drug_hot_li .med-comy-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drug_name {
  padding: 0px 20px 15px;
  text-align: center;
}

.drug_name h4 {
  font-size: 18px;
  color: #000;
}

.drug_name .med-comy-del {
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #606370;
}

.drug_name .med-comy-name {
  text-align: left;
  font-size: 12px;
  color: #969AA9;
}

.drug_name .med-comy-name em {
  margin-right: 5px;
}

.drug_hot_li:hover .med-comy-logo img {
  transform: translateY(-4px);
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}



/* icon */
@font-face {
  font-family: "ttk"; /* Project id 4005981 */
  src: url('//at.alicdn.com/t/c/font_4005981_o6dbh673uj9.woff2?t=1726132139349') format('woff2'),
  url('//at.alicdn.com/t/c/font_4005981_o6dbh673uj9.woff?t=1726132139349') format('woff'),
  url('//at.alicdn.com/t/c/font_4005981_o6dbh673uj9.ttf?t=1726132139349') format('truetype');
}

.ttk {
  font-family: "ttk" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-nanke1:before {
  content: "\e9ef";
}
.icon-jiankanggongju_weixuanzhong2x:before {
  content: "\e623";
}

.icon-fuke1:before {
  content: "\e9f0";
}

.icon-pifuke:before {
  content: "\e670";
}

.icon-fuke:before {
  content: "\e725";
}

.icon-daohangdizhi:before {
  content: "\e661";
}

.icon-gonggong-gengduo:before {
  content: "\e651";
}

.icon-waike:before {
  content: "\e67b";
}

.icon-neike:before {
  content: "\e679";
}

.icon-yiyuan2:before {
  content: "\e60d";
}

.icon-bingdu:before {
  content: "\e616";
}

.icon-yiyuan:before {
  content: "\e660";
}

.icon-bingdu-:before {
  content: "\e612";
}

.icon--yiliao-yisheng:before {
  content: "\e62c";
}

.icon-wenda11:before {
  content: "\e65e";
}

.icon-a-kepuzixun2x:before {
  content: "\e632";
}

.icon-shixishengzhaomu:before {
  content: "\ea46";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-gengduo1::after {
  content: "\e63c";
}

.icon-shijian:before {
  content: "\e8b8";
}