/* ---------------------common CSS----------------------- */
.img {
  display: block;
  width: 100%;
  height: 100%;
}

a:hover {
  color: #49c066;
}

/* ---------------------header CSS----------------------- */
/*top*/
.header .top {
  height: 30px;
  line-height: 30px;
  background: #f3f3f3;
}

.header .top .li {
  position: relative;
  float: left;
}

.header .top .li .it {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  color: #666;
}

.header .top .li .it:hover {
  background: #333;
  border-radius: 3px;
  color: #fff;
}

.header .top .li:last-child .it:hover {
  border-radius: 3px 3px 0 0;
}

.header .top .li .dn {
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 0;
  width: 200px;
  padding: 15px;
  background: #333;
  border-radius: 0 0 3px 3px;
}

.header .top .li .dn .li {
  width: 100px;
  height: 32px;
  line-height: 32px;
}

.header .top .li .dn .li a {
  color: #eee;
}

.header .top .li .dn .li a:hover {
  color: #000;
  background: #fff;
  border-radius: 3px;
}

.header .top .weather {
  width: 260px;
  height: 27px;
  padding-top: 3px;
  overflow: hidden;
}

/*head*/
.header .logo {
  display: block;
  width: 205px;
  height: 50px;
  margin: 10px 30px 0 0;
  overflow: hidden;
}

.header .head .hot {
  width: 600px;
  height: 70px;
  line-height: 70px;
  text-align: right;
}

.header .head .hot .tit {
  display: inline-block;
  color: #6bc30d;
}

.header .head .hot .li {
  padding: 0 10px;
  color: #888;
}

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

.header .search {
  width: 340px;
  margin-top: 15px;
}

.header .search .topLayerTxt {
  margin: 0 !important;
  float: left;
  line-height: 40px;
}

.header .search .fLayerdl {
  font-size: 14px !important;
  top: 40px !important;
  z-index: 9;
}

.header .data_search,
.header .search-btn {
  display: inline-block;
  vertical-align: top;
}

.header .data_search {
  width: 290px;
  *width: 255px;
  height: 40px;
  *height: 38px;
  line-height: 40px;
  border: #ddd 1px solid;
  border-right: 0;
  padding: 0 17px;
  font-size: 14px;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.header .data_search:focus {
  font-size: 14px !important;
  outline: none;
  color: #666;
}

.header .search_btn {
  position: relative;
  float: right;
  width: 50px;
  height: 40px;
  background: #6bc30d;
  border-radius: 0 20px 20px 0;
  border: #6bc30d 1px solid;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
}

.header .search_btn span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 8px 12px 8px 6px;
  background: url(https://static.cndzys.com/resources/img/selected_note_img/202405/icon.png) -210px 0 no-repeat;
}

.header .search_btn:hover {
  background: #333;
  border: #333 1px solid;
}

/* ---------------------main CSS----------------------- */
/*article*/
.article .phic {
  width: 380px;
}

.article .phic .dt .ipit {
  position: relative;
  float: left;
  width: 189px;
  height: 189px;
  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: 286px;
  height: 189px;
  margin-left: -143px;
  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) 71.5px 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: 45px;
  line-height: 14px;
  transition: padding .3s;
}

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

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

/*text*/
.article .text {
  display: block;
  height: 46px;
  margin-top: 8px;
  padding: 0 12px;
  line-height: 46px;
  font-size: 16px;
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow 0.24s;
}

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

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

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

.article .news .dt {
  margin-bottom: 16px;
}

.article .news .dt .it .tit {
  height: 33px;
  font-size: 22px;
  text-align: center;
  overflow: hidden;
}

.article .news .dt .it .txt {
  height: 56px;
  margin-top: 9px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
}

.article .news .text {
  margin-top: 9px;
}

.article .news .text .it {
  padding: 14px 0;
}

.article .news .text .n {
  padding: 0 3px 0 1px;
}

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

.play_icon .iconfont {
  color: #fafafa;
  padding-left: 2px;
}

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

/*wrap*/
.main .wrap {
  width: 875px;
}

.main .wrap .title {
  position: relative;
  line-height: 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.main .wrap .title .ico {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 46px;
  height: 46px;
  background: url(../../images/newIndex/con_box_tit.png);
  overflow: hidden;
}

.main .wrap .title .tit {
  float: left;
  text-indent: 58px;
  font-size: 22px;
  font-weight: 400;
}

.main .wrap .title .more {
  float: right;
  font-size: 14px;
  color: #999;
}

.main .wrap .title .more:hover {
  color: #49c066;
}

/*video*/
.video .wrap .title {
  border-bottom-color: #5bc1c3;
}

.video .wrap .title .tip {
  float: left;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 0 20px;
  background: #e6f9fd;
  border-radius: 10px;
  overflow: hidden;
}

.video .wrap .title .tip:hover {
  color: #333;
}

.video .wrap .title .tip div {
  display: flex;
  align-items: center;
}

.video .wrap .title .tip div h3 {
  font-size: 18px;
}

.video .wrap .title .tip div span {
  margin-left: 3px;
  padding: 0 5px;
  line-height: 28px;
  font-size: 14px;
  background: #ff0000;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}

.video .wrap .title .tip ul {
  display: flex;
  list-style: disc;
}

.video .wrap .title .tip ul li {
  margin-left: 30px;
  text-indent: -5px;
}

.video .wrap .title .tip p {
  margin-left: 20px;
  padding: 0 15px;
  line-height: 32px;
  font-size: 16px;
  background: rgb(0, 183, 195);
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
}

/*audio*/
.audio .wrap .title {
  border-bottom-color: #79be5f;
}

.audio .wrap .title .ico {
  background-position: -51px 0;
}

/*food*/
.food .wrap .title {
  border-bottom-color: #f5645f;
}

.food .wrap .title .ico {
  background-position: -102px 0;
}

/*hole*/
.hole .wrap .title {
  border-bottom-color: #fa9700;
}

.hole .wrap .title .ico {
  background-position: -153px 0;
}


.main .wrap .cont .ipit {
  display: block;
  margin-top: 20px;
}

.main .wrap .cont .ipit .ip {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.main .wrap .cont .ipit .ip .img {
  transition-duration: .3s;
}

.main .wrap .cont .ipit:hover .ip .img {
  opacity: .85;
}

.main .wrap .cont .ipit .ip .play_icon .iconfont {
  font-size: 24px;
}

.main .wrap .cont .ipit .it {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}

.main .wrap .cont .ipit:hover .it {
  color: #49c066;
}

.main .wrap .cont .ipit .name {
  margin-top: 2px;
  color: #999;
}

.main .wrap .left {
  float: left;
  width: 32%;
}

.main .wrap .left .ipit:first-child .img {
  transition-duration: .4s;
}

.main .wrap .left .ipit:first-child:hover .ip .img {
  transform: scale(1.13);
}

.video .wrap .left .ipit .ip {
  height: 158px;
}

.video .wrap .left .ipit .ip .play_icon .iconfont {
  padding-left: 5px;
}

.video .wrap .left .ipit .it {
  font-size: 20px;
  color: #1ba5c7;
}

.video .wrap .left .text {
  margin-top: 10px;
}

.video .wrap .left .text .li {
  line-height: 32px;
  color: #999;
}

.audio .wrap .left {
  margin-top: 20px;
  background: #f5faf7;
}

.audio .wrap .left .ul .li {
  display: block;
  margin: 0 10px;
  padding: 12px 0;
  border-bottom: #e6e9ed 1px solid;
}

.audio .wrap .left .ul li:last-child .li {
  border-bottom: none;
}

.audio .wrap .left .ul .li .ip {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 12px;
  border-radius: 100%;
  overflow: hidden;
}

.audio .wrap .left .ul .li .it {
  font-size: 16px;
}

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

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

.audio .wrap .left .ul .li .it .info {
  height: 24px;
  font-size: 15px;
  color: #999;
  overflow: hidden;
}

.audio .wrap .left .ul .li .it .tit {
  height: 24px;
  margin-top: 15px;
  font-weight: 400;
  text-indent: 5px;
  color: #666;
  overflow: hidden;
}

.audio .wrap .left .ul .li:hover .it .tit {
  color: #49c066;
}


.main .wrap .middle {
  float: right;
  width: 68%;
}

.main .wrap .middle .ul {
  display: flex;
  flex-wrap: wrap;
}

.main .wrap .middle .li {
  float: left;
  margin-left: 3%;
}

.main .wrap .middle .li .ip .play_time {
  right: 7px;
  bottom: 7px;
  width: 48px;
  height: 20px;
  line-height: 21px;
  font-size: 12px;
}

.video .wrap .middle .li {
  width: 30.33%;
}

.video .wrap .middle .li .ip .play_icon {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  line-height: 36px;
}

.video .wrap .middle .li .ip .play_icon .iconfont {
  padding-left: 4px;
  font-size: 18px;
}

.audio .wrap .middle .li {
  width: 47%;
}

.audio .wrap .middle .li .ip .play_icon {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  line-height: 40px;
}

.audio .wrap .middle .li .ip .play_icon .iconfont {
  font-size: 20px;
}

/*food*/
.food .tabtit {
  float: left;
  margin-top: 1px;
}

.food .tabtit .li {
  width: 105px;
  margin-top: 20px;
  line-height: 32px;
  font-size: 15px;
  text-align: center;
  background: #fafafa;
  border-radius: 15px;
  box-shadow: 0 0 3px #bfbfbf;
  color: #666;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow .3s;
}

.food .tabtit .li:hover {
  box-shadow: 0 0 5px #bfbfbf;
}

.food .tabtit .on {
  background: rgba(240, 95, 90, .5);
  color: #fff;
}

/* food */
.food .tabcon {
  margin-left: 110px;
}

.food .ul .li {
  float: left;
  width: 22.5%;
  margin: 20px 0 0 2.5%;
}

.food .ul .li .ipit {
  display: block;
}

.food .ul .li .ipit .ip {
  display: block;
  height: 116px;
  border-radius: 3px;
  overflow: hidden;
}

.food .ul .li .ipit .img {
  transition-duration: .5s;
}

.food .ul .li:hover .ipit .img {
  opacity: .85;
  transform: scale(1.15);
}

.food .ul .li .ipit .it {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}

.food .ul .li .ipit .xt {
  margin-top: 2px;
  color: #999;
}

/*hole*/
.hole .cons dl {
  float: left;
  width: 49%;
  margin: 24px 0 0 1%;
}

.hole .cons dl dt {
  line-height: 24px;
  font-size: 18px;
}

.hole .cons dl dt em {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  background: rgba(250, 150, 0, .5);
  border-radius: 5px;
  overflow: hidden;
}

.hole .cons dl dt em .iconfont {
  color: #fff;
}

.hole .cons dl dd {
  height: 60px;
  margin: 3px 0 7px;
  overflow: hidden;
}

.hole .cons dl dd a {
  float: left;
  width: 16%;
  margin: 10px .66% 0 0;
  text-indent: 3px;
  color: #333;
}

.hole .cons dl dd a:hover {
  color: #49c066;
}


/* ---------------------right CSS----------------------- */
.right {
  width: 300px;
}

.right .title {
  font-size: 20px;
  font-weight: 400;
}

/*tool*/
.tool .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tool .ul:after {
  content: "";
  flex: auto;
}

.tool .ul .li {
  width: 25%;
  margin-top: 18px;
}

.tool .ul .li .ipit {
  display: block;
  text-align: center;
}

.tool .ul .li .ipit .ip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  transition-duration: .2s;
}

.tool .ul .li:nth-child(1) .ipit .ip {
  background: #fa7a49;
}

.tool .ul .li:nth-child(2) .ipit .ip {
  background: #757889;
}

.tool .ul .li:nth-child(3) .ipit .ip {
  background: #ff6a6b;
}

.tool .ul .li:nth-child(4) .ipit .ip {
  background: #af91c3;
}

.tool .ul .li:nth-child(5) .ipit .ip {
  background: #f0bb49;
}

.tool .ul .li:nth-child(6) .ipit .ip {
  background: #6bc8c7;
}

.tool .ul .li:nth-child(7) .ipit .ip {
  background: #f0bb49;
}

.tool .ul .li:hover .ipit .ip {
  opacity: .8;
}

.tool .ul .li .ipit .ip .iconfont {
  font-size: 32px;
  color: #fff;
}

.tool .ul .li .ipit .it {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

/*topic*/
.topic .title {
  margin-top: 20px;
  color: #53a2ef;
}

.topic .ul .li {
  margin-top: 10px;
}

.topic .ul .li .ipit {
  display: block;
}

.topic .ul .li .ipit .ip {
  position: relative;
  display: block;
  height: 120px;
  border-radius: 3px;
  overflow: hidden;
}

.topic .ul .li .ipit .ip img {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 130px;
  margin-top: -65px;
  transition-duration: .3s;
}

.topic .ul .li:hover .ipit .ip img {
  opacity: .85;
}

.topic .ul .li .ipit .it {
  margin-top: 8px;
  font-size: 16px;
}

.topic .ad {
  display: block;
  margin-top: 30px;
}

/*answer*/
.answer .title {
  line-height: 46px;
  font-size: 22px;
}

.answer .cont {
  position: relative;
  z-index: 2;
  height: 330px;
  margin-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}

.answer .cont .ul {
  padding-left: 22px;
  border-left: 2px solid #a7ccff;
  z-index: 1;
}

.answer .cont .ul .li {
  position: relative;
  height: 165px;
}

.answer .cont .ul .li .box .ipit {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #ecf8fd;
  color: #999;
  overflow: hidden;
}

.answer .cont .ul .li .box .ipit .ip {
  float: left;
  width: 36px;
  height: 36px;
  margin: 2px 0 0 3px;
  border-radius: 100%;
  overflow: hidden;
}

.answer .cont .ul .li .box .ipit .it {
  float: left;
  margin: 0 8px 0 5px;
  font-size: 16px;
  color: #333;
}

.answer .ask {
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 0;
  display: block;
  width: 75px;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  background: #50cd91;
  border-radius: 20px 0 0 20px;
  color: #fff;
  overflow: hidden;
}


.answer .cont .ul .li .box .q {
  font-size: 15px;
  font-weight: 400;
}

.answer .cont .ul .li .box .a {
  line-height: 30px;
  font-size: 15px;
  color: #999;
}

.answer .cont .ul .li .box .ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 16px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

.answer .cont .ul .li .box .q .ico {
  background: #89dff9;
}

.answer .cont .ul .li .box .a .ico {
  background: #fead42;
}

.answer .cont .ul .li .box .icon {
  display: block;
  width: 40px;
  height: 35px;
  line-height: 15px;
  background: #a7ccfe;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  position: absolute;
  left: -44px;
  top: 0px;
  padding-top: 5px;
}

/*time*/
.time {
  height: 362px;
  margin-top: 15px;
  overflow: hidden;
}

.time_box {
  height: 120px;
  padding: 5px 10px 0 0;
  color: #bbb;
  overflow: hidden;
}

.time_box strong {
  float: left;
  padding: 2px 10px;
  font-size: 16px;
  color: #fff;
  background: #88bd43;
  border-radius: 30px;
}

.time_box span {
  float: left;
  width: 210px;
  padding-left: 15px;
  line-height: 24px;
  font-size: 14px;
  color: #3f3f3f;
}

.time_box span em {
  white-space: pre-wrap;
  display: block;
  font-size: 18px;
  font-style: normal;
  padding-bottom: 5px;
  color: #bbb;
}

.time_on .time_box span em {
  color: orange;
}

/*disease*/
.disease {
  height: 375px;
  margin-top: 10px;
  padding: 0 10px;
  background: rgba(240, 95, 90, .05);
  overflow: hidden;
}

.disease .tit {
  margin: 18px 0 12px;
  font-size: 16px;
}

.disease .tit:nth-child(1) {
  margin-top: 15px;
}

.disease .con {
  background: #fcfcfc;
}

.disease .con a {
  display: inline-block;
  margin: 5px 8px;
  color: #808080;
}

.disease .con a:hover {
  color: #49c066;
}

/*holiday*/
.holiday .li {
  margin-top: 25px;
  background: rgba(250, 150, 0, .03);
}

.holiday .li .ipit .ip {
  position: relative;
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.holiday .li .ipit .ip img {
  position: absolute;
  left: 50%;
  display: block;
  width: 136px;
  height: 90px;
  margin-left: -68px;
  transition-duration: .3s;
}

.holiday .li:hover .ipit .ip img {
  opacity: .85;
}

.holiday .li .ipit .it dt {
  padding-top: 5px;
  font-size: 16px;
}

.holiday .li .ipit .it dd {
  margin-top: 8px;
  line-height: 24px;
  color: #999;
}

/*channel*/
.channel .tit {
  font-size: 22px;
  font-weight: 400;
}

.channel .li {
  float: left;
  width: 160px;
  margin: 20px 13.3px 0 0;
  padding: 10px 0;
  background: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}

.channel .li:nth-child(7n) {
  margin-right: 0;
}

.channel .li a {
  display: block;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  background-image: url(https://static.cndzys.com/resources/img/selected_note_img/202405/icon.png);
  background-repeat: no-repeat;
}

.channel .li .a1 {
  background-position: 0 -250px;
}

.channel .li .a2 {
  background-position: -140px -250px;
}

.channel .li .a3 {
  background-position: -280px -250px;
}

.channel .li .a4 {
  background-position: -420px -250px;
}

.channel .li .a5 {
  background-position: 0 -290px;
}

.channel .li .a6 {
  background-position: -140px -290px;
}

.channel .li .a7 {
  background-position: -280px -290px;
}

.channel .li .a8 {
  background-position: -420px -290px;
}

.channel .li .a9 {
  background-position: 0 -330px;
}

.channel .li .a10 {
  background-position: -140px -330px;
}

.channel .li .a11 {
  background-position: -280px -330px;
}

.channel .li .a12 {
  background-position: -420px -330px;
}

.channel .li .a13 {
  background-position: 0 -370px;
}

.channel .li .a14 {
  background-position: -140px -370px;
}


/* ---------------------footer CSS----------------------- */
.footer {
  margin-top: 40px;
  background: #f5f5f5;
  overflow: hidden;
}

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

/*links*/
.footer .links .li {
  display: inline-block;
  margin: 12px 10px 0 0;
  padding-right: 10px;
  border-right: #e0e0e0 1px solid;
}

.footer .links .li a {
  color: #666;
}

.footer .links .li a:hover {
  color: #49c066;
}

.footer .links .li:last-child {
  border-right: none;
}

/*about*/
.footer .about {
  margin-top: 15px;
}

.footer .about .links {
  margin-top: 8px;
}

.footer .about .it {
  margin-top: 10px;
  color: #666;
}

.footer .wechat {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: 50px;
  background: url(https://static.cndzys.com/resources/img/selected_note_img/202405/icon.png) -360px -60px;
}

/*foot*/
.footer .foot {
  margin: 20px 0 30px;
}

.footer .foot .logo {
  float: left;
  margin-right: 36px;
}

.footer .foot .contact {
  display: flex;
  margin-top: 6px;
}

.footer .foot .contact a {
  display: flex;
  align-items: center;
}


/* ---------------------backtop CSS----------------------- */
.backtop {
  position: fixed;
  bottom: 110px;
  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, .7);
}

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


/* ר������ */
.article .wrap .title {
  border-bottom-color: #358cc8;
}

.mx_b {
  position: absolute;
  bottom: -1px;
  z-index: 10;
  width: 42px;
  height: 46px;
  background: #fff;
}

.mx_b::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 9;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #358cc8;
}

.mx_b::after {
  content: '';
  position: absolute;
  width: 26px;
  background: #358cc8;
  height: 17px;
  text-align: center;
  transform: skewX(213deg);
  z-index: 8;
  left: 12px;
  bottom: 0px;
}

.mx_b .ttk {
  position: absolute;
  z-index: 20;
  color: white;
  left: 11px;
  top: 2px;
  font-size: 25px;
}

.art_left {
  width: 45%;
}

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

.art_detals {
  padding: 10px;
  background: #f0f9fc;
  border-radius: 5px;
  transition: all 0.3s;
}

.art_detals:hover {
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.art_detals dl {
  display: flex;
}

.art_detals dl dt {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.art_detals dl dd {
  flex: 1;
}

.art_detals dl dd .art_wen_tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 2px;
}

.art_detal_tag {
  font-size: 12px;
  color: #888;
}

.art_detal_tag strong {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}

.art_detal_tag span {
  margin-right: 5px;
}

.art_left_botto {
  color: #333;
  margin-top: 5px;
}

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

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

.art_left_bom_li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 38px;
}

.art_left_bom_li a p {
  width: 70%;
  font-size: 16px;
}

.art_left_bom_li a i {
  font-size: 12px;
  color: #999;
  font-style: normal;
}

.art_left_bom_li:first-of-type a {
  font-size: 18px;
  font-weight: bold;
}

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

.art_left_bom_li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #D5D8E2;
}


.art_right {
  width: 50%;
}

.art_in_ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  row-gap: 25px;
}

.art_in_li {
  /* border-bottom: 1px dashed #999; */
  padding-bottom: 10px;
}

.art_in_li a h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.art_in_li a p {
  color: #999;
  line-height: 20px;
  font-size: 14px;
  margin-top: 12px;
}


.art_right_li_q {
  padding: 10px 0;
}

.art_right_li_q a {
  display: flex;
  align-items: center;
}

.art_right_li_q a i {
  padding: 2px 12px;
  border-radius: 10px;
  border: 1px solid #eee;
  font-style: normal;
  margin-right: 10px;
  font-size: 12px;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: linear-gradient(to left, #ffffff 50%, #88bd43 50%) right;
  background-size: 200%;
}

.art_right_li_q:hover a i {
  color: white;
  background-position: left;
}

.art_right_li_q a p {
  flex: 1;
}


/* ҽҩҽ�� */
.hole .mx_b {
  position: absolute;
  bottom: -1px;
  z-index: 10;
  width: 42px;
  height: 46px;
  background: #fff;
}

.hole .mx_b::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 9;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fa9700;
}

.hole .mx_b::after {
  content: '';
  position: absolute;
  width: 26px;
  background: #fa9700;
  height: 17px;
  text-align: center;
  transform: skewX(213deg);
  z-index: 8;
  left: 12px;
  bottom: 0px;
}

.hole .mx_b .ttk {
  position: absolute;
  z-index: 20;
  color: white;
  left: 9px;
  top: -1px;
  font-size: 28px;
}





.durg-home_box {
  display: flex;
  justify-content: space-between;

}

.meds-enterp-logo {
  width: 25%;
  position: relative;
  border-top: 1px solid #F1F4F9;
  border-bottom: 1px solid #F1F4F9;
  border-left: 1px solid #F1F4F9;
  /* border: #00a5c3 solid;
  border-width: 1px 1px 1px 1px; */
}

.new_drug_show {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 124px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #E8A73A;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}

.drug_home_ul {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  border: 1px solid #F1F4F9;
}

.meds-enterp-logo {
  display: flex;
  flex-wrap: wrap;
}

.meds-enterp-logo .li {
  width: 50%;
  height: 115px;
  /* border: #bdf2f5 solid; */
  /* border-width: 0 1px 1px 0; */
  text-align: center;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.meds-enterp-logo .li .a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.meds-enterp-logo .li .a img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-top: 8px;
  transition: transform 0.3s;
}

.meds-enterp-logo .li .a:hover img {
  transform: translateY(-4px);
}

.meds-enterp-logo .li .a p {
  margin-top: 2px;
  font-size: 16px;
  padding: 0 3px;
}

.drug_home_li {
  width: 25%;
  /* height: 200px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drug_home_li:hover a i img {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

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

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

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

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



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

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

.icon-zixun:before {
  content: "\e649";
}

.icon-yaopin1:before {
  content: "\e722";
}


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

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

.icon-wenda2:before {
  content: "\e673";
}

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

.icon-xiazhi:before {
  content: "\e67f";
}

.icon-shangzhi:before {
  content: "\e680";
}

.icon-toubu:before {
  content: "\e62e";
}

.icon-zubu:before {
  content: "\e664";
}

.icon-xiongbu:before {
  content: "\e603";
}

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

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

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

.icon-iconfonticon2:before {
  content: "\e611";
}

.icon-shucai:before {
  content: "\e6ec";
}

.icon-antdiconhuaban1fuben502:before {
  content: "\e621";
}

.icon-ZXZSK:before {
  content: "\e643";
}

.icon-reliang:before {
  content: "\e644";
}

.icon-zhongyao:before {
  content: "\e68e";
}