:root {
  --color-base: #1787e0;/*rgba(55,110,211,1);var(--color-base)*/
  --color-sub: rgba(255,158,24,1);/*#ff9e18 */
}

html {
    font-size: 15px;
}
body {
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
    font-size: inherit;
    color: inherit;
    color: #343434;
    -webkit-transition: all .3s;a
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover{ text-decoration: none; opacity: .8; }
a:focus,input,button,select,swal2-close{
    outline:none!important;
}

ul,li{ list-style: none; }

ul,p{ padding: 0; margin: 0; }



.register-wrap {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}
.register-wrap .uk-float-right a{ 
  margin-right: 20px;
}
.register-wrap .uk-float-right a.m{ background: url(../images/shouji.png) left center no-repeat; padding-left: 20px;}
.register-wrap .uk-card{ width: 220px; text-align: center; }
.register-wrap .uk-card img{ width: 100%}
.register-wrap .uk-float-left a{ margin-right: 10px; }



header{background-color: var(--color-base);}
/* head start */
.head{
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.1);
    padding: 20px 0;
    color: #fff;
}

.head .info {
    float: left;
    margin-left:2%;
    width: calc(100% - 90px - 2%);
}
.head .info h1{ 
  margin: 0; 
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
}
.head .info h1 a{
    color: #fff
}
.head-logo{
    float: left;
    width: 60%;
}
.head-logo img{
  width:90px; 
  height:90px; 
  border-radius: 100%;
  border:5px solid rgba(255,255,255,0.3);
}




#mobile_nav{ box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);  }
#mobile_nav .uk-navbar-left .uk-h4{ margin: 0; font-weight: bold; }

#mobile_nav .uk-navbar{ background:var(--color-base); padding: 0 10px;}
#mobile_nav h1{ font-weight: 100; font-size: 1.1rem; margin: 0 }
.uk-logo{ padding: 6px 0 }
.uk-logo img{
  width:50px; 
  height:50px; 
  border-radius: 100%;
  border:3px solid rgba(255,255,255,0.3);

}
.uk-logo span{
  font-size: 0.85rem;
  line-height:1;
}


.head-tel{
    margin-top: 12px;
    background-color: var(--color-sub);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    box-shadow:  0 5px 15px 2px rgba(0,0,0,.2);
}
.head-tel p{
    font-size: 14px;
    line-height: 22px;
    color: #a9a9a9; 
}
.head-tel .tel{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #ea5f3c;
}
.head-tel > a{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    
}
.head-tel .people-icon{
    background-position: -4px -796px; 
}
/* head end */



.nav-wrap{background-color: var(--color-base);}
.uk-navbar-item, .uk-navbar-nav>li>a, 
.uk-navbar-toggle{ font-size: 15px; min-height: 48px; }
@media (min-width: 960px){
  .uk-navbar-nav {
      gap: 0px;
  }
}
.uk-navbar-nav {gap: 0px;}
.uk-navbar-nav>li>a {
    color: #fff;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;


}
.uk-navbar-nav>li>a[aria-expanded=true],
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a:active,
.uk-navbar-nav>li.uk-active>a{
    color: #fff;
    outline: 0
}
.uk-navbar-nav>li:hover,.uk-navbar-nav>li.uk-active{
  background-color: rgba(0,0,0,0.1);
}

.uk-banner-big{ border-radius: 8px; overflow: hidden; }


.uk-baoming-big {

  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 20px;
  z-index: 9999;
  background:#fff;
}
.uk-baoming-big h3{ text-align: center; }
.uk-baoming-big form > div {
  width: 100%;
  height: 40px;
  border: 1px solid var(--color-base);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 18px;
  border-radius: 6px;
}
.uk-baoming-big form > div.code {
 position: relative;
}
.uk-baoming-big form > div.code img {
 position: absolute;
 right: 0;
 top: 5px;
 width: 40%;
}

.uk-baoming-big form > div span {
  font-size: 14px;
}
.uk-baoming-big form > div input,
.uk-baoming-big form > div select {
  border: none;
  height: 100%;
  width: 160px;
  font-size: 13px;
  box-sizing: border-box;
  padding-left: 6px;
}
.uk-baoming-big form > div input::placeholder {
  font-size: 12px;
}
.uk-baoming-big form button {
  width: 100%;
  height: 40px;
  background-color: var(--color-base);

  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 6px;
}


.uk-baoming-big .news {
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;

}
.uk-baoming-big .news .title {
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.uk-baoming-big .news .title p {
  width: 72px;
  height: 24px;
  text-align: center;
  border-bottom: 1px solid var(--color-base);
}
.uk-baoming-big .news .b li {
  height: 32px;
  border-bottom: 1px dashed #e6e6e6;
  line-height: 32px;
}
.uk-baoming-big .news .b li:last-of-type {
  border-bottom: none;
}
.uk-baoming-big .news .b li a {
  display: flex;
  font-size: 14px;
}
.uk-baoming-big .news .b li a span {
  font-size: 14px;
  color: var(--color-base);
  margin-right: 10px;
}
.uk-baoming-big .news .b li a p {
  width: 208px;
  font-size: 12px;
  color: #666;
  margin-left: 6px;
}


.container-title{
    height: 40px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-left: 20px;
}
.container-title::before{
  content:' ';
  width: 5px;
  height: 25px;
  background-color: var(--color-base);
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 8px;

}
.container-title a{ float: right; color: var(--color-sub); }
.container-title span{
    display: inline-block;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
    color: var(--color-sub);
    padding-bottom: 15px;
}
.container-title em{
    font-size: 16px;
    color: #e1e2e9;
    font-style: italic;    
    text-transform: uppercase;
}

.container-title h2,.container-title p{
    float: left;
    font-size: 1.8rem;
    font-weight:bold;
    line-height: 30px;
}

.container-title h2 span{
    color: var(--color-sub);
}

.edu-info{background-color: #f2f2f2; padding: 20px;
  border-radius: 8px; margin-bottom: 20px; 
}
.edu-content{ line-height: 2;}
.edu-content b {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.edu-content a.more{
    padding: 0 11px;
    line-height: 23px;
    font-size: 13px;
    color: var(--color-sub);
    border: 1px solid var(--color-sub);
    margin-bottom: 7px;
    margin-left: 7px;
}




.h-body-list>ul>li>div{
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    transition: box-shadow, transform ease-out .3s;
    background: #fff;
    border:1px solid #f2f2f2;
}

.h-body-list>ul>li>div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-base);
    transition: all ease-out .3s
}

.h-body-list>ul>li>div:hover {
    box-shadow: 0 4px 10px 0 rgba(4, 0, 0, .1);
    transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, .1)
}

.h-body-list>ul>li>div:hover::after {
    width: 100%
}

.h-body-list>ul>li>div .img {
    background-color: #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.h-body-list>ul>li>div .text {

    text-align: left;
}
.h-body-list>ul>li>div .text p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 8px;
}
.h-body-list>ul>li>div .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h-body-list>ul>li>div .btn a{
  margin-bottom: 10px;
}


.h-body-list .uk-tile{ padding: 0px; }


.btn a {
  display: inline-block;
  width: 84px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border: solid 1px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.btn .b1 {
  color: var(--color-base);
  border-color: var(--color-base);
  margin-right: 10px;
}
.btn .b1:hover {
  background-color: var(--color-base);
  color: #fff;
}
.btn .b2 {
  color: var(--color-sub);
  border-color: var(--color-sub);
}
.btn .b2:hover {
  background-color: var(--color-sub);
  color: #fff;
}



.uk-photo-nav{ width: 200px; }
.uk-photo-nav ul li{ padding: 10px 0 10px 20px;  }
.uk-photo-nav ul li a{ font-size: 1.2rem;  }
.uk-photo-nav ul li.uk-active{ background:var(--color-base); }
.uk-photo-nav ul li.uk-active a{font-weight: bold;color: #fff; }







.list-wrap ul li{ cursor: pointer; border-bottom:  }
.list-wrap ul li .img img{ border-radius: 50%; width: 88px; height: 88px; }

.list-wrap.list-major ul{overflow: hidden;}
.list-wrap.list-major ul li{ cursor: pointer; border-top:dashed 1px #ddd; }
.list-wrap.list-major ul li:first-child{border-top:dashed 0px #ddd;  }
.list-wrap.list-major ul li .img{ width: 220px; border-radius: 10px; overflow: hidden; }
.list-wrap.list-major ul li .img img{ border-radius:0; width: auto; height: auto; }
.list-wrap.list-major ul li .con{ padding-left: 0px; position: relative; }

@media screen and (max-width: 640px) {
  .list-tab-wrap ul li .x1{ width: 100%; float: none; text-align: left; }
  .list-tab-wrap ul li .x2{ width: 100%; float: none; }
  .list-wrap.list-major ul li .img{ width: 100%; }
  .list-wrap.list-major ul li .img img{width: 100%; }

  .list-wrap.list-major ul li .con{ padding: 0!important }

  .list-wrap.list-major ul li .con .btn{ display: none }
}


.list-wrap ul li .con{ padding-left: 40px; position: relative; }
.list-wrap ul li .con .text p{  color: #999; }
.list-wrap ul li .con .text .x6{font-size: 16px; margin-bottom: 10px;}
.list-wrap ul li .con .text p span{ margin-right: 30px; }


.list-wrap ul li .con .btn{ margin-top: 20px; }

.list-wrap ul li .con .manyidu-star-box {
    position: absolute;
    top: -10px;
    right: -40px;
    display: flex;
    width: 130px;
    height: 28px;
    line-height: 28px;
    background: #FFF4E3;
    border-radius: 14px 0 0 14px;
    align-items: center;
    padding-left: 14px;
    cursor: pointer;
}
.list-wrap ul li .con .manyidu-star-box span{
font-weight: bold;
color: #FF9F11;
}


.list_news{ }

.list_news ul{overflow: hidden; padding: 15px;}
.list_news ul li{ cursor: pointer; border-top:dashed 1px #ddd; font-size: 15px; line-height: 3; }
.list_news ul li:first-child{border-top:dashed 0px #ddd;  }
.list_news ul li span{ float: right; }







#sch-env {
  margin-bottom: 50px;
}
#sch-env .pic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#sch-env .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px !important;
  height: 400px !important;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 5px #0d0d0d;
  box-shadow: 5px 5px 5px 0px rgba(13, 13, 13, 0.3);
  margin-top: -200px;
  margin-left: -300px;
  transform: scale(0);
  transition: all ease-out 0.1s !important;
}
#sch-env .center img {
  object-fit: cover;
}
#sch-env .center .b-title {
  width: 314px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #666;
  position: relative;
  margin-bottom: 30px;
}
#sch-env .center .b-title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  width: 364px;
  height: 2px;
  background-color: #666666;
  margin-top: -1px;
}
#sch-env .center .b-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 364px;
  height: 2px;
  background-color: #666666;
  margin-top: -1px;
}

#sch-env .center .b-title .text {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 280px;
  height: 64px;
  background-color: #fff;
  transform: translateX(-50%);
  text-align: center;
}
#sch-env .center .b-title .text h2 {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  position: relative;
}
#sch-env .center .b-title .text h2::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--color-sub);
  transform: translateX(-50%);
}
#sch-env .center .b-title .text p {
  margin-top: 12px;
  font-size: 20px;
  color: #ccc;
}



@media screen and (max-width: 640px) {
  #sch-env .center .b-title{ width: 200px; }
  #sch-env .center .b-title .text{ width: 160px; }
  #sch-env .center .b-title .text h2{ font-size: 1.6rem; }
  #sch-env .center .b-title .text p{ font-size: .869rem; }
  #sch-env .center .b-title::after,
  #sch-env .center .b-title::before {
    width: 80px;

  }
}


#sch-env .center .hover {
  position: relative;
  overflow: hidden;
}
#sch-env .center .hover img {
  cursor: pointer;
}
#sch-env .center .hover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity ease-out 0.5s;
  display: none;
}
#sch-env .center .hover .mask .text {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: relative;
}
#sch-env .center .hover .mask .text .h-center {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 80px;
  transform: translateY(-50%);
}
#sch-env .center .hover .mask .text .h-center::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
#sch-env .center .hover .mask .text .h-center::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translateX(-50%) rotate(90deg);
}
#sch-env .center .hover .mask .text .h-center p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#sch-env .center .env,
#sch-env .center .act {
  padding-top: 30px;
}
#sch-env .center .env .e-body a{ display: initial; }
#sch-env .center .env .e-body,
#sch-env .center .act .e-body {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#sch-env .center .env .e-body > .left,
#sch-env .center .act .e-body > .left {
  width: 380px;
  height: 402px;
}
#sch-env .center .env .e-body > .left img,
#sch-env .center .act .e-body > .left img {
  width: 100%;
  height: 100%;
}
#sch-env .center .env .e-body > .right,
#sch-env .center .act .e-body > .right {
  flex: 1;
  margin-left: 8px;
}
#sch-env .center .env .e-body > .right .top,
#sch-env .center .act .e-body > .right .top {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: space-between;
}
#sch-env .center .env .e-body > .right .top img,
#sch-env .center .act .e-body > .right .top img {
  width: 100%;
  height: 100%;
}
#sch-env .center .env .e-body > .right .top > div:nth-of-type(1),
#sch-env .center .act .e-body > .right .top > div:nth-of-type(1),
#sch-env .center .env .e-body > .right .top .x1,
#sch-env .center .act .e-body > .right .top .x1 {
  width: 292px;
  height: 100%;
}
#sch-env .center .env .e-body > .right .top > div:nth-of-type(2),
#sch-env .center .act .e-body > .right .top > div:nth-of-type(2),
#sch-env .center .env .e-body > .right .top .x2,
#sch-env .center .act .e-body > .right .top .x2 {
  width: 292px;
  height: 100%;
}
#sch-env .center .env .e-body > .right .top > div:nth-of-type(3),
#sch-env .center .act .e-body > .right .top > div:nth-of-type(3),
#sch-env .center .env .e-body > .right .top .x3,
#sch-env .center .act .e-body > .right .top .x3 {
  width: 212px;
  height: 100%;
}
#sch-env .center .env .e-body > .right .bottom,
#sch-env .center .act .e-body > .right .bottom {
  width: 100%;
  height: 164px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(1),
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(1),
#sch-env .center .env .e-body > .right .bottom .x4,
#sch-env .center .act .e-body > .right .bottom .x4 {
  width: 379px;
  height: 164px;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(1) img,
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(1) img,
#sch-env .center .env .e-body > .right .bottom .x4 img,
#sch-env .center .act .e-body > .right .bottom .x4 img {
  width: 100%;
  height: 100%;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(2),
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(2),
#sch-env .center .env .e-body > .right .bottom .x5,
#sch-env .center .act .e-body > .right .bottom .x5 {
  width: 424px;
  height: 164px;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(2) img,
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(2) img,
#sch-env .center .env .e-body > .right .bottom .x5 img,
#sch-env .center .act .e-body > .right .bottom .x5 img {
  width: 100%;
  height: 100%;
}
#sch-env .center .canteen,
#sch-env .center .equ {
  margin-top: 56px;
}
#sch-env .center .canteen .c-body,
#sch-env .center .equ .c-body {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#sch-env .center .canteen .c-body .left,
#sch-env .center .equ .c-body .left,
#sch-env .center .canteen .c-body .right,
#sch-env .center .equ .c-body .right {
  width: 430px;
}
#sch-env .center .canteen .c-body .left > div,
#sch-env .center .equ .c-body .left > div,
#sch-env .center .canteen .c-body .right > div,
#sch-env .center .equ .c-body .right > div {
  width: 100%;
  height: 200px;
}
#sch-env .center .canteen .c-body .left > div img,
#sch-env .center .equ .c-body .left > div img,
#sch-env .center .canteen .c-body .right > div img,
#sch-env .center .equ .c-body .right > div img {
  width: 100%;
  height: 100%;
}
#sch-env .center .canteen .c-body .left > div:nth-of-type(2),
#sch-env .center .equ .c-body .left > div:nth-of-type(2),
#sch-env .center .canteen .c-body .right > div:nth-of-type(2),
#sch-env .center .equ .c-body .right > div:nth-of-type(2) {
  margin-top: 8px;
}
#sch-env .center .canteen .c-body .c-center,
#sch-env .center .equ .c-body .c-center {
  width: 324px;
  height: 406px;
}
#sch-env .center .canteen .c-body .c-center img,
#sch-env .center .equ .c-body .c-center img {
  width: 100%;
  height: 100%;
}



#ksbm{ background:url('../images/baoming-bg.jpg') bottom center no-repeat #fff; }
#ksbm .form-input-list p{ padding: 10px 0; }
#ksbm .form-input-list p span{color: #f00; font-weight: bold; margin: 5px; }
#ksbm input{ 
    border: 1px solid #ddd;
    border-radius: 4px;
    width: calc(100% - 20px) ;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#ksbm select{ 
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#ksbm textarea {
    resize: none;
    flex: 1;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: calc(100% - 20px) ;
    padding: 10px;
}
#ksbm form #dr_submit{
    background: var(--color-base);
    color: #fff;
    border-radius: 6px;
    border:0;
    padding: 10px 20px;
}
#ksbm  form #dr_submit:hover{ opacity: 0.8; cursor: pointer; }



/*index-资讯*/
.home-blogs{}
.home-blogs .lists{background: transparent !important;padding: 0;}
.home-blogs .lists .grid.nopic{padding-left:10px !important;}
.home-blogs .lists .grid.nopic .grid-meta{left: 8px !important;}
.home-blogs .more{text-align: center;margin-bottom: 30px;margin-top: 15px;}
.home-blogs .more a{display: inline-block;padding: 10px 80px;text-decoration: none;background-color: var(--theme-color);color: #fff !important;border-radius: 50px;}
.home-blogs .more a:hover{opacity: .88}



.home-blogs .lists .grid {
    height: 75px;
    border-radius: var(--theme-radius);
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);

    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: var(--theme-radius);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease 0s;
}

.home-blogs .lists .grid:hover {box-shadow:0 0 15px rgba(0,0,0,0.15);-webkit-transform: translateY(-3px);transform: translateY(-3px);}




.home-blogs .lists .grid .thumb {
    width: 110px;
    height: 75px;
    transition: all .3s ease-out 0s;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
    object-fit: cover;
    background: #eee;
    display: block;
    font-size: 0;
}

.home-blogs .lists .grid .img {
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}
.home-blogs .lists .grid .txt{ background: #fff; padding:4px 8px; }
.home-blogs .lists .grid .txt h3 {
    font-size: 14px;
    margin-top: 2px;
    font-weight: normal;
    margin-bottom: 2px;

}
.home-blogs .lists .grid .txt h3 a {
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    word-break: break-all;
}
.home-blogs .lists .grid .grid-meta {
    color: #777;
    font-size: 12px;
    right: 8px;
    max-height: 24px;
    overflow: hidden;
}
.home-blogs .lists .grid .grid-meta span {
    margin-right: 8px;
}
/*index-资讯*/
