body {
    color: #333;
    font-size: 14px;
    font-family:"Microsoft YaHei",SimHei;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe
}

.head_rgb.hide {
    transform: translateY(-100%);
    opacity: 0;
}
.head_wit.show {
    transform: translateY(0);
    opacity: 1;
}
.head_wit {
    background: #007237;
    transform: translateY(-100%);
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
}
.head_wit .header-a {
    padding-top: 20px;
}
.head_wit .logo {
    padding-top: 15px;
    padding-bottom: 10px;
}
.search{
    position: absolute;
    top: 22px;
    right: 55px;
    z-index: 9999999;
    cursor: pointer;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img,
.div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.bgb{background: #007237;}
.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.container {
    width: 1510px;
}
.container .date-left .one-right-ul li {
    display: flex;
    justify-content: space-between;
}
.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 25px;
    right: 15px;
    z-index: 9999999;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
.page-one::before{
 /* content: " "; */
 /* position: absolute; */
 /* top: 0; */
 /* width: 100%; */
 /* height: 95px; */
 /* background: url(../images/banner_d.png) top repeat-x; */
 }
.banner img {
    width: 100%;
    max-height: 485px;
}
.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.banner {
    overflow: hidden;
    margin: 0;
    margin-top: 195px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: url(../image/shanxi_001.png) no-repeat;
    background-size: 100% 140px;
}
.headerDiv{
    width: 1430px;
    margin: 0 auto;
    height: 140px;
}
.logo {
    padding-top: 10px;
    width: 20%;
    max-width: 552px;
}
.logo2 {
    padding-top: 10px;
    padding-left: 20px;
    width: 28%;
    max-width: 552px;
}
.header-a {
    padding-top: 0;
    width: 95%;
    display: inline-block;
}

.header-a a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;
}

.header-a a:hover {
    color: #fff;
}

.header-a img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.head-nav{
    width: 18%;
    min-width: 260px;
    line-height: 35px;
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: space-between;
}
.logo-title{
    margin-top: 35px;
}
.logo-title ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.logo-title ul li{
    font-size: 30px;
    color: white;
    width: 143px;
}
.nav{
    width: 100%;
    height: 55px;
    background-color: #005a39;
    position: relative;
    z-index: 666;
    margin: auto;
}
.nav-list li {
    float: left;
    margin-left: 30px;
    position: relative;

}

.nav-list li:first-child{margin-left: 0;}
.nav-list li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
}

.nav-list li a:hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-top: 20px;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #007237;
    margin-left: -20px;
}

.nav-list {
    margin-top: 18px;
    width: 1430px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.nav-down {
    position: absolute;
    display: none;
    padding: 10px 0;
    background: rgb(17 28 30 / 60%);
    left: 50%;
    margin-left: -70px;
    top: 100%;
    width: 248px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
}

.nav-down li {
    width: 120px;
}
.nav-down li {
    float: none;
    padding: 0;
    margin: 0 !important;
}

.nav-down li a {
    height: auto;
    color: #fff !important;
    text-align: center;
    display: block;
    background: none !important;
    line-height: 40px;
    padding: 0;
    font-size: 15px;
}

.nav-down li a:hover {
    color: #4f880c !important;
}

.nav-list li:hover .nav-down {
    display: flex;
}

.banner .slick-prev {
    left: 5%;
    bottom: 45%;
    top: auto;
    width: 34px;
    height: 34px;
    background: url(../image/left.png) center no-repeat;
    z-index: 100;
}

.banner .slick-next {
    right: 5%;
    bottom: 45%;
    top: auto;
    width: 34px;
    height: 34px;
    background: url(../image/right.png) center no-repeat;
    z-index: 100;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.page-one {
    position: relative;
    z-index: 100;
    padding: 50px 0;
}

.container {
    width: 1430px;
}
.title {
    position: relative;
    margin-bottom: 5px;
    font-size: 30px;
    color: black;
    line-height: 28px;
    padding-left: 50px;
    margin-top: 18px;
    font-weight: bold;
}

.title i {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translate(0, -50%);
}

.title a {
    float: right;
    font-size: 16px;
    float: right;
    color: #0e8222;
    padding-right: 0;
    margin-top: -30px;
}
.title img {
    width: 40px;
    height: 40px;
}
.title span {
    color: #c5c5c5;
    font-size: 18px;
    font-weight: bold;
}
.title .more-line{
    width: 22px;
    height: 20px;
    display: inline-block;
    background: url(../image/jh.png) no-repeat;
    background-size: 100%;
}
.title .words {
    font-size: 22px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: black;
}
.one-left {
    width: 65%;
}

.one-left-sm {
    width: 50%;
    position: relative;
    padding: 10px 0 0 10px;
}

.one-left-sm:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 10%;
    bottom: 10px;
    background: #007237;
}

.img-slick a {
    display: block;
    position: relative;
}

.img-slick a div {
    height: 400px;
    position: relative;
    z-index: 10;
}

.img-slick a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 11;
    background: url(../image/txt-mask.png) center bottom no-repeat;
    background-size: 100% auto;
}
.img-slick a span {
    position: absolute;
    left: 0;
    z-index: 15;
    right: 0;
    bottom: 0;
    padding: 0 115px 10px 20px;
    font-size: 16px;
    color: #fff;
}

.img-slick {
    margin: 0;
}

.img-slick .slick-dots {
    right: 10px;
    bottom: 17px;
    left: auto;
    width: auto;
}

.img-slick .slick-dots li,
.img-slick .slick-dots li button {
    width: 6px;
    padding: 0;
    height: 6px;
    border-radius: 50%;
}

.img-slick .slick-dots li button {
    background: #a7a7a8;
}

.img-slick .slick-dots li.slick-active button {
    background: #0e8222;
}

.one-left-ul li a {
    display: block;
    position: relative;
    padding-left: 92px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: left;
}
.one-left-date {
    position: absolute;
    line-height: 20px;
    margin-top: -22px;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #007237;
}

.one-left-date span {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
}

.one-left-ul {
    width: 45.6%;
}

.one-left-ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    border-right: solid 1px #ccc;
    left: 72px;
    height: 42px;
}

.one-left-ul li {
    margin-bottom: 10px;
}

.one-right-ul li {
    height: 97px;
    position: relative;
    border-bottom: 2px dashed #35ab39;
}

.one-left-ul li:last-child,
.one-right-ul li:last-child {
    margin: 0;
}

.one-right {
    width: 30%;
}
.one-right-tt {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.one-right-date {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    background: #007237;
}

.one-right-ul span {
    font-size: 18px;
    font-weight: bold;
}

.one-right-ul li .date{
    font-size: 18px;
    color: black;
    margin: 5px 0;
}
.one-right-ul li .arrow{
    position: absolute;
    right:0;
}
.one-right-ul li .date span{
    color: #c4d9d1;
    font-size: 12px;
    margin-left: 10px;
}
.one-right-ul li .words{
    font-size: 18px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 8px;
    width: 88%;
}
.one-right-ul li .notice{
    white-space:  unset;
     width: 100%;
}

.one-left-ul li a:hover .one-right-tt,
.one-right-ul li a:hover {
    color: #007237;
}
.page-two{

}
.page-tow {
    position: relative;
    padding-top: 45px;
}

.page-tow .container {
    position: relative;
    z-index: 10;
}

.tow-title {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
   /* position: relative;*/
}
.tow-title span{}
.tow-title .icoxs{background: url(../image/ico_ixsjl.png) left center no-repeat;    padding-left: 50px;}
.tow-title .icoky{background: url(../image/ico_kyjz.png) left center no-repeat;    padding-left: 50px;}
.tow-title a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    background: url(../image/more02.png) right center no-repeat;
}

.page-tow:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 237px;
}
.page-two .one-right-ul li{
    height: auto;
    padding: 5px 0;
}
.hd-slick a {
    display: block;
    padding: 60px 25px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #005a39;
    color: #fff;
    height: 200px;
    text-align: center;
}

.hd-slick a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
}

.hd-slick .slick-slide {
    padding: 0 15px;
}

.hd-slick .slick-slide img{
    display: unset;
}

.hd-slick {
    margin: 0 -15px;
}

.hd-slick-tt {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    /* text-align: justify; */
    min-height: 60px;
}

.hd-slick-p p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

.hd-slick-p p.hd-p01 {
    background: url(../image/icon-p01.png) left center no-repeat;
}

.hd-slick-p p.hd-p02 {
    background: url(../image/icon-p02.png) left 8px no-repeat;
}

.hd-slick-p p.hd-p03 {
    background: url(../image/icon-p03.png) left center no-repeat;
}

.hd-slick-p {
    margin-top: 15px;
}

.hd-more {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    background: #999966;
    line-height: 27px;
    width: 95px;
    border-radius: 30px;
}

.hd-slick .slick-prev {
    left: -60px;
    width: 22px;
    height: 42px;
    background: url(../image/left02.png) center no-repeat;
    margin-top: -21px;
}

.hd-slick .slick-next {
    right: -60px;
    width: 22px;
    height: 42px;
    background: url(../image/right02.png) center no-repeat;
    margin-top: -21px;
}

.ky-link-img img {
    width: 182px;
    height: 116px;
}

.ky-link-right {
    margin-left: 210px;
    padding-top: 5px;
}

.ky-link-tt {
    font-size: 18px;
    color: #000;font-weight: normal;
}

.ky-link-p {
    color: #999;height: 50px;
    line-height: 25px;
    text-align: justify;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;font-weight: normal;
}

.ky-link:hover .ky-link-tt,
.ky-ul li a:hover {
    color: #006535;
}

.ky-link-date {
    color: #999;
    padding-left: 25px;
    background: url(../image/icon-date.png) left center no-repeat;
    margin-top: 8px;font-weight: normal;
}

.ky-ul li a {
    display: block;
    padding-left: 15px;
    background: url(../image/dian.png) left center no-repeat;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    padding-right: 100px;    overflow: hidden;
    height: 40px;

}

.ky-ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}

.ky-ul {
    margin-top: 27px;
}

.tow-row .col-xs-6 {
    padding: 0 28px;
}

.tow-row {
    margin: 0 -28px;
    padding-top: 30px;padding-bottom: 30px;
}

.sq-back {
    background: url(../image/sq-back.png) center no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin-top: 53px;
}

.sq-back .tow-title {
    color: #0a7121;
}

.sq-back .tow-title a {
    color: #0a7121;
    background: url(../image/more.png) right center no-repeat;
}

.sq-slick .slick-slide {
    padding: 0 17px;
}

.sq-slick {
    margin: 45px -17px 0 -17px;
}

.sq-slick a {
    display: block;
    position: relative;
    padding-top: 68%;
}

.sq-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sq-slick a span {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    line-height: 42px;
    background: rgba(0, 114, 55, 0.6);
}

.sq-slick .slick-prev {
    left: -60px;
    width: 44px;
    height: 44px;
    background: url(../image/left03.png) center no-repeat;
    margin-top: -22px;
}

.sq-slick .slick-next {
    right: -60px;
    width: 44px;
    height: 44px;
    background: url(../image/right03.png) center no-repeat;
    margin-top: -22px;
}

.footer {
    background: url(../image/footer.png) center no-repeat;
    background-size: cover;
    margin-top: 80px;
}
.footer .footer_title{
    margin: auto;
    color: white;
    line-height: 24px;
    font-size: 14px;
    height: 318px;
}
.footer .content {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.footer .footer_title a{
    color: white;
}
.footer .link{
    margin-top: 85px;
    width: 296px;
    height: 162px;
    display: flex;
    justify-content: space-evenly;
}
.footer .email{
    margin-top: 85px;
}
.footer .ercode{
    margin-top: 85px;
}
.footer .ercode p {
    text-align: center;
}
.footer .link p{
    margin-left: 0px;
}
.footer .end {
    color: white;
    font-size: 14px;
    text-align: center;
}
.erweima {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #92000b;
    padding: 3px;
    z-index: 999;
}
.ewm-box img {
    margin-bottom: 10px;
}

.ewm-box {
    color: #fff;
}

.hd-slick .text-center{position: absolute;bottom: 20px;}

.one-top {
    display: flex;
    width: 1430px;
    margin: 0 auto 30px auto;
}

.one-top li {
    float: left;
    margin-left: 1px;
    width: 18%;
    padding-right: 15px;
}

.one-top li a {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background-color: #005A39;
}

.one-top-img {
    height: 40px;
}

.one-top li.one-top-tt{
    line-height: 40px;
}

.one-top li a:hover {
    background: #007237;
    color: #fff;
}

.hover {
    display: none;
}

.one-top li a:hover img {
    display: none;
}

.one-top li a:hover img.hover {
    display: inline-block;
}

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
}

.layer .close {
    font-size: 60px;
    font-family: "脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮姑兤捗嗏�櫭冣�毭偮っ兤捗⑩偓拧脙鈥毭偮矫兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ⑩偓艙";
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .search_box .kw {
    background: #fff;
    border: none;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .search_box .ok {
    background: #007237;
    color: #fff;
    box-shadow: none;
    border: none;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer.active {
    opacity: 1;
    z-index: 1000000;
}

.list-banner {
    position: relative;
    overflow: hidden;
    overflow: hidden
}
.list-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}
.list-banner img {
    width: 100%;
    display: block;
    margin: 0 auto
}


.list {
    padding-top: 20px;
}

.left-nav {
    width: 328px;
    font-size: 18px;
    color: #4b4a4a;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 18px 0;
}
.head{
    height: 148px;
    display: flex;
    border-bottom: 1px dashed #1b6c49;
}
.head_left{
    padding: 60px 0 0 116px;
    box-sizing: border-box;
    background: url(../image/leftBg.png) no-repeat
}
.head_right {
    width: calc(100% - 328px);
    box-sizing: border-box;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 40px;
}
.head_left .con_flex {
    display: flex;
}

.head_left .con_flex .head_icon {
    width: 20px;
    height: 3px;
    margin-top: 10px;
    margin-right: 40px;
}
.head_left .head_con_title {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}
.head_right .label,
.head_right .label a{
    color: #005a39;
    font-size: 16px;
    font-weight: 500;
}
.content_right{
    width: calc(100% - 328px);
    height: auto;
    padding: 0 15px 0 26px;
    box-sizing: border-box;
}
.list-r ul li{
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 18px;
    color: #4a4a4a;
    cursor: pointer;
}
.list-r ul li > :first-child{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-r .changeRight{
    color: #fff;
    background: url('../image/changeRight_03.png') no-repeat;
}
.list-r .changeRight a{
    color: #fff;
}
.list-r li:hover{
    color: #fff;
    background: url(../image/changeRight_03.png) no-repeat;
}
.list-r li:hover a{
    color: #fff;
}
.list-r .tatal_nav {
    display: flex;
    font-size: 14px;
    color: #4b4a4a;
    width: 380px;
    height: 20px;
    margin: 40px auto;
}

.left-nav h5 {
    background: url(../image/left-nav01.png);
    height: 96px;
    position: relative;
    top: -106px;
    margin-bottom: -106px
}

.left-nav h5 b {
    font-size: 24px;
    text-align: center;
    display: block;
    letter-spacing: 4px;
    color: #fff;
    line-height: 40px;
    padding-top: 20px
}

.left-nav h5 i {
    font-style: normal;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal
}
.left-nav ul li {
    width: 100%;
    height: 85px;
    line-height: 85px;
    text-align: center;
    cursor: pointer;
    background: url(../image/icon_11.png) no-repeat;
    background-position: 85px 35px;
}
.left-nav .change {
    background-color: #1b6c49;
    background-image: url(../image/icon_07.png);
}
.left-nav .change a{
    color: #f8f8f8;
}
.left-nav-nr {
    background: #f7f7f7 url(http://lifesci.snnu.edu.cn/images/left-nav04.png) no-repeat bottom center;
    border-bottom: 1px solid #39957e;
    padding: 0 25px
}

.left-nav-nr ul {
    border-left: 1px solid #e1e4e2;
    padding: 10px 0
}

.left-nav-nr ul li {
    position: relative;
}

.left-nav-nr ul li a {
    display: block;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    font-weight: 550
}

.left-nav-nr ul li i {
    position: absolute;
    left: -4px;
    top: 25px;
    margin-top: -3px;
    display: block;
    width: 7px;
    height: 7px;
    background: url(../image/left-nav02.png) no-repeat center
}

.left-nav-nr ul li.on a {
    color: #666666;
}

.left-nav-nr ul li.on i {
    width: 30px;
    height: 11px;
    background: url(../image/left-nav03.png) no-repeat center;
    margin-top: -5px;
    left: -15px
}

.left-nav-nr ul li:hover a {
    /* color: #00785a */
}

.left-nav-nr ul li:hover i {
    width: 30px;
    height: 11px;
    background: url(../image/left-nav03.png) no-repeat center;
    margin-top: -5px;
    left: -15px
}

.jiaoshou {
    border-top: 0px solid #ebebeb;
    border: 1px solid #008f48;
    padding: 15px;
    width: 100%;
}

.jiaoshou-title{
    height: 38px;
    line-height: 38px;
    background-color: #ccc;
    padding-left: 15px;
    font-size: 16px;
    color:#333;
    font-weight: bold;
   display: block;
}
.jiaoshou-a{
    margin-left: -4%;
    padding-bottom: 15px;
    display: flow-root;
}
.jiaoshou-a a{
    float: left;
    width: 20%;
    margin-left: 4%;
    text-align: center;
    height: 32px;
    font-size: 16px;
    border: 1px solid #ebebeb;
    line-height: 32px;
    margin-top: 15px;
    color: #000;
}

.jiaoshou-a a:hover{
    background-color: #1b6c49;
    border-color: #1b6c49;
    color:#fff;
    text-decoration: underline;
}

.list-r {
    width: calc(100% - 348px);
    background: #fff;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    border: solid 1px #ddd;
}
.position {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0
}

.position p {
    padding-left: 20px;
    line-height: 25px;
    background: url(../image/position.png) no-repeat left 4px;
    font-size: 14px;
    color: #666666
}

.position p a {
    color: #666666;
    transition: 0.6s all;
    margin: 0 4px
}

.position p a:hover {
    color: #00785a;
    transition: 0.6s all
}

.list-nr ul {
    margin-bottom: 50px
}

.list-nr li a {
    display: block;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    padding: 0 20px
}

.list-nr li a p {
    font-size: 16px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-left: 14px;
    background: url(../image/list01.png) no-repeat left center;
    transition: 0.6s all
}

.list-nr li a p img {
    vertical-align: middle;
    margin-left: 5px
}

.list-nr li a i {
    font-style: normal;
    float: right;
    font-size: 12px;
    color: #999999;
    transition: 0.6s all
}

.list-nr li:hover {
    background-color: rgb(0, 120, 90);
    box-shadow: 2px 3.464px 24px 0px rgba(0, 69, 52, 0.26);
    transition: 0.6s all
}

.list-nr li:hover p {
    color: #fff;
    background: url(../image/list01-on.png) no-repeat left center;
    transition: 0.6s all
}

.list-nr li:hover i {
    color: #fff;
    transition: 0.6s all
}

.list-nr li:hover em {
    color: #fff
}

.fanye img {
    display: block;
    margin: 0 auto
}

.c-content .c-title {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin: 15px 0 20px 0
}

.c-content .other-s {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    background: #ececec
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    font-family: "脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮久兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮矫兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮┟兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮好兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮γ兤捗嗏�櫭冣�毭偮┟兤捗⑩偓拧脙鈥毭偮幻兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥姑呪��";
    margin: 15px 0;
    text-align: left
}

.c-content {
    min-height: 300px;
}

.article-p p {
    line-height: 36px;
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
}

.article-p iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.article-p TABLE {
    width: 90%!important;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #bbb;
}

.article-p TABLE TD {
    border: 1px solid #bbb;
    padding: 0px 5px;
text-indent: 0em;
}

.article-p TABLE TD P {
    text-indent: 0px;
    margin: 0px;
    font-size: 14px;
}



.article-p img {
    margin: 0 auto;
    display: block;
    height: auto !important;
}

.article-p {
    /* padding-top: 30px; */
}

.friends-box a:hover {
    color: #017458
}

.header-right a:hover {
    color: #c8a063
}

.lj-list li a:hover font {
    display: block
}

.lj-list li a:hover span {
    display: none
}

.img-list li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 40px
}

.img-list {
    margin: 20px -20px 0 -20px
}

.img-list-img {
    padding-top: 56%;
    position: relative
}

.img-list-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.img-list-tt {
    font-size: 16px;
    color: #555;
    line-height: 60px;
    background: #eee;
    border-left: solid 2px #009994;
    padding: 0 20px
}

.img-list li a:hover .img-list-tt {
    background: #009994;
    color: #fff
}

.img-ul-img img {
    width: 192px;
    height: 135px
}

.img-ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #ddd
}

.img-ul-right {
    margin-left: 215px;
    padding-top: 10px
}

.img-ul-tt {
    font-size: 16px;
    color: #202020
}

.img-ul-p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px
}

.img-ul-date {
    color: #999;
    padding-left: 20px;
    background: url(../image/icon-date.png) left center no-repeat;
    margin-top: 10px
}

.img-ul li a:hover .img-ul-tt {
    color: #006535;
}

.pic-listall {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0 auto 30px auto;
}

.pic-listall h2 {
    background: #f1f1f1;
    display: block;
    width: 100%;
    border-left: #007237 5px solid;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #007237;
    margin: 0 auto 20px auto;
    text-align: left;
}

.pic-listall h2 a {
    font-size: 14px;
    display: block;
    float: right;
    font-weight: normal;
    padding: 0 15px 0 0;
    display: none;
}

.pic-listall h2 a:hover {
    color: #007237;
}
.pic-listall h3{
    display: inline;
    height: 46px;
    width: 105px;
    line-height: 50px;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: bold;
    text-align: left;
    position: relative;
    background: #f1f1f1;
    color: #007237;
    border-radius: 4px;
}
.pic-listall h3:after{
    content:"";
    position:absolute;
    right: -7px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #f1f1f1;
    }
.pic-listall ul {
    width: 108%;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-listall li {
    width: 13%;
    margin-right: 3%;
    float: left;
    margin-bottom: 10px;
}

.pic-listall li img {
    width: 100%;

}

.pic-listall li img:hover {}

.pic-listall li a {}

.pic-listall li a:hover {
    color: #000;
}

.pic-listall li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.tc_link2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}

.tc_link2 ul {
    width: 105%;
}

.tc_link2 li {
    width: 500px;
    height: 36px;
    line-height: 36px;
    margin: 0 20px 15px 20px;
    float: left;
    text-align: center;
}

.tc_link2 li a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #fafafa;
    font-size: 16px;
    color: #333333;
}

.tc_link2 li a:hover {
    background: #e5e5e5
}
.tc_link {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}

.tc_link ul {
    width: 105%;
}

.tc_link li {
    width: 145px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px 5px 0;
    float: left;
    text-align: center;
}

.tc_link li a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #fafafa;
    font-size: 16px;
    color: #333333;
}

.tc_link li a:hover {
    background: #e5e5e5
}
.bkjgx{}


#box {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}
#box li{
    width: 1430px;
    margin-right:10px;
    display: none;
}
.box-title{
    width: 24%;
    height: 80px;
    font-size: 20px;
    padding: 20px 65px;
    font-weight: bolder;
    text-align: center;
    line-height: 80px;
    color: #eee;
    cursor: pointer;
    background-color: #005A39;
}

#box .content{
    width: 24%;
    background-color: #5BCF9B;
    padding: 25px 0;
    margin: 1px;
    text-align: center;
    display:inline-block;
}
#box .content span{
    width: 100%;
    padding: 25px 0px;
    color: #1b6c49;
    text-align: center;
    font-size: 16px;
}
#box .content span a{
    color: #fff;
}
.curr_tilte{
    color: #005a39;
}

div.clear {
    clear: both;
    height: 0;
    width: 0;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-t50 {
    padding-top: 50px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-t30 {
    padding-top: 30px;
}
.m-t60 {
    margin-top: 60px;
}
.teach {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 20px 10px #edf1f3;
    -moz-box-shadow: 0px 0px 20px 10px #edf1f3;
    -webkit-box-shadow: 0px 0px 20px 10px #edf1f3;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 50px 0;
}
#vsb_content{
    width: 100%;
}
.teach_name {
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
}
.teach_zy li span {
    width: 90px;
    float: left;
}
.w-188 {
    width: 188px;
}
.m-l40 {
    margin-left: 40px;
}
.m-l100 {
    margin-left: 100px;
}
.w-560 {
    width: 560px;
}
.w-700 {
    width: 700px;
}
.left {
    float: left;
}
.h-285 {
    height: 285px;
}
.teach_cont {
    padding: 60px;
}
.content_right h2 {
    border-bottom: 1px dashed #c3c3c3;
    text-align: center;
    color: #383838;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.content_right .show_hit {
    min-height: 
    min-height: 25px;
    text-align: center;
    background: #fbfbf9;
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
    line-height: 35px;
}
@media(max-width: 1760px) {
    .nav-list li {
        margin-left: 15px;
    }
}

@media(max-width: 1499px) {
    .logo{
        margin-top: 6px;
    }
    .one-top{width: 1230px;}
    .nav-list li {
        margin-left: 10px;
    }
    .nav-list{
        width: 1230px;
    }
    .headerDiv{
        width: 1230px;
    }
    .container {
        width: 1230px;
    }

    .footer-left {
    }

    #box li{
        width: 1230px;  
    }
    #box .content{
        width: 32%;
    }
    .w-560{
        width: 500px;
    }
    .m-l100{
        margin-left: 67px;
    }
}



@media(max-width: 1279px) {
    .banner .slick-slide a::before{display:none}
    .bgb .logo{padding-top: 0;}
    .banner img{max-height: 410px;}
    .header{
        background-size: 100% 120px;
    }
    .headerDiv{
        width: 970px;
        height: 120px;
    }
    .logo {
        padding: 0;
        line-height: 50px;
        width: 20%;
    }
    .logo-title{
        margin-top: 20px;
    }
    .logo-title ul li{
        font-size: 24px;
        width: 120px;
    }
    .nav-list{
        width: 970px;
    }
    .head_wit .logo {
        padding: 0;
        line-height: 50px;
        width: auto;
    }

   .head_wit .logo img {
        height: 40px;
    }
    .banner{
        margin-top: 175px;
    }
    .header-a {
        padding-top: 0;
        line-height: 50px;
        margin-right: 50px;
        width: 92%
    }

    .container {
        width: 970px;
    }

    .one-left {
        width: 100%;
    }

    .one-right {
        width: 100%;
        margin-top: 30px;
    }
    .two-row .col-xs-6{
        width: 100%;
    }

    .footer-center {
        margin-left: 0;
        width: 70%;
        padding-right: 0;
    }

    .footer-three {
        width: 220px;
        margin-left: 30px;
    }
    #box li{
        width: 970px;  
    }
    #box .content span{
        font-size: 15px;
    }
    .left-nav{
        width: 290px;
    }
    .content_right{
        width: calc(100% - 290px);
    }
    .head_right{
        width: calc(100% - 290px);
    }
    .list-r{
        width: calc(100% - 310px);
    }
    .jiaoshou-a a{
        width: 29%;
    }
    .teach_cont{
        padding: 50px;
    }
    .w-188{
        width: 150px;
    }
    .h-285{
        height: 227px;
    }
    .w-560{
        width: 360px;
    }
    .w-700 {
        width: 540px;
    }
    .m-l100{
        margin-left: 45px;
    }
}


@media(max-width: 991px) {
    .bkjgx{    width: 100%;
        height: 1px;
        background: #e7e7e7;
        overflow: hidden;
    }
    .header{
        background-size: 100% 60px;
    }
    .headerDiv{
        height: 60px;
    }
    .header-title{
        display: none;
    }
    .logo-title{
        display: none;
    }
    .nav{
        height: 0;
    }
    .one-top li a{min-width:auto}
    .banner{
        margin-top: 60px;
    }
    .banner img{max-height:320px}
    .page-one::before{display:none}
    .tow-row .col-xs-6{margin-top: 30px;width: 100%;}
    .banner .slick-next{opacity: 0.5;    background-size: cover;    width: 20px;    height: 20px;}
    .banner .slick-prev{opacity: 0.5;    background-size: cover;    width: 20px;    height: 20px;}
    .tow-title .icoxs{background-size: auto 100%;padding-left: 40px;}
    .tow-title .icoky{background-size: auto 100%;padding-left: 40px;}
    .sq-back{margin-bottom: 30px;}
    .layer .search_box{width: 100%;}

    .pic-listall li {
        width: 29%;
        margin-bottom: 0;
    }

    .pic-listall li img {
        width: 100%;
        height: 137px;
    }

    .pic-listall li span {
        line-height: 30px;
    }

    .container {
        width: 750px;
    }

    .footer-left {
        width: 50%;
        margin: 0;
        min-height: 170px;
    }

    .footer-left:before {
        display: none;
    }

    .footer-bottom {
        padding: 20px 0;
        line-height: 25px;
        margin-top: 15px;
    }

    .one-top {
        position: static;
        width: 720px;
        margin: 0 auto 30px auto;
    }

    .one-top li {
        width: 33.333333%;
        margin: 0;
        font-size: 12px;
    }

    .one-top li a {
        width: 100%;
    }

    .page-one {
        padding: 30px 0;
    }

    .left-nav h5 {
        display: none
    }
    .nav-list {
        position: fixed;
        left: 0;
        margin: 0;
        top: 60px;
        display: none;
        overflow-y: auto;
        right: 0;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-top: solid 1px #ddd;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #333;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
        color: #333;
    }

    .nav-down {
        position: static;
        margin: 0;
        width: 100%;
        padding: 0;
        border: none;
        background: none;
        transform: translate(0, 0);
        background: #eee;
        border-top: #e8e8e8 1px solid;
    }

    .nav-down li a {
        text-align: left;
        padding: 0 25px;
        color: #fff;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-list li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .nav-list li a {
        border: none;
        width: 100%;
        line-height: 40px;
        color: #333;
        text-align: left;
        height: auto;
        padding: 0px 15px;
    }

    .nav-list li a:before {
        display: none !important;
    }

    .menu-button {
        display: block;
    }
    .img-list li {
        width: 50%
    }
    #box li{
        width: 750px;  
    }
    #box .content{
        width: 48%;
    }
    .curr_tilte{
        display: none;
    }
    .jiaoshou-a a{
        width: 45%;
    }
    .list-r ul li > :first-child{
        width: 70%;
    }
    .list-r ul li{
        padding: 0 10px;
    }
    .w-700 {
        width: 315px;
    }
    .teach_cont{
        padding: 30px;
    }
    .teach_name{
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .hd-slick{margin:0}
    .sq-slick {
        margin: 45px 0 0 0 ;
    }
    .logo{
        width: 15%;
    }
    .logo2{
        width: 24%;
    }
    .hd-slick .slick-prev{display: none;}
    .hd-slick .slick-next{display: none;}
    .sq-slick .slick-next{display: none;}
    .sq-slick .slick-prev{display: none;}

    .banner img{max-height:280px}
    .container {
        width: 100%;
    }

    .one-top {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0;
    }

    .one-top li {
        /* width: 50%; */
    }

    .one-top li a:hover {
        transform: translate(0, 0);
    }

    .page-one {
        padding: 10px 0;
    }

    .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .one-left-sm {
        width: 100%;
    }
    .one-right-tt{
         font-size: 16px;
    }
.one-right-ul li .words{
    font-size: 16px;
}
    .img-slick a div {
        height: auto;
        padding-top: 68.75%;
    }

    .one-left-ul {
        width: 100%;
        margin-top: 30px;
    }

    .one-right {
        margin-top: 25px;
    }
    .header {
        position: fixed;
    }

    .nav-list {
        position: fixed;
        bottom: 0;
        overflow-y: auto;
    }

    .header-a a {
        display: none;
    }

    .header-a a.search-a {
        display: block;
    }

    .banner .slick-next {
        left: auto;
        right: 15px;
        top: 50%;
        bottom: auto;
    }

    .banner .slick-prev {
        left: 15px;
        top: 50%;
        bottom: auto;
    }

    .page-tow {
        padding-top: 30px;
    }

    .tow-title {
        font-size: 24px;
        line-height: 24px;
        text-align: left;
    }

    .tow-row .col-xs-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ky-ul {
        margin-top: 20px;
    }

    .sq-back {
        padding: 30px 0;
        margin-top: 0;
    }

    .sq-slick {
        margin-top: 30px;
    }

    .footer-left {
        width: 100%;
        min-height: 1px;
        margin-bottom: 20px;
    }

    .footer-tt {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-p p {
        margin-bottom: 10px;
    }

    .ewm-box {
        width: 100%;
    }

    .footer {
        padding-top: 30px;
    }

    .hd-slick-p {
        margin-top: 10px;
    }

    .tow-row {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .layer .close {
        right: 15px;
        width: 40px;
        top: 50%;
        transform: translate(0, 0);
        margin-top: -180px;
    }

    .left-nav,
    .list-r {
        width: 100%
    }

    .position {
        margin-bottom: 20px
    }

    .list-nr li a p {
        width: 70%
    }

    .list-nr li a {
        padding: 0
    }

    .list-nr ul {
        margin-bottom: 20px
    }

    .c-content .c-title {
        font-size: 18px;
        line-height: 30px;
    }

    .article-p p {
        font-size: 14px;
        line-height: 25px
    }

    .img-list li {
        padding: 0 5px;
        margin-bottom: 15px
    }

    .img-list {
        margin: 0 -5px
    }

    .img-list-tt {
        font-size: 14px;
        line-height: 35px;
        padding: 0 15px
    }

    .img-ul-img img {
        width: 96px;
        height: 68px
    }

    .img-ul-right {
        margin-left: 106px;
        padding-top: 0
    }

    .img-ul-p {
        height: 25px;
        margin-top: 5px
    }

    .img-ul-date {
        margin-top: 5px
    }
    .one-top li a{
        font-size: 14px;
    }
    #box li{
        width: 100%;  
    }
    #box .content{
        width: 100%;  
    }
    .title_head_right{
        display: none;
    }
    .head_right .label{
        display: none;
    }
    .head_right{
        width: 100%;
        padding-left: 0;
    }
    .content_right{
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width: 420px) {
    .logo {
         width: 10%;
    }
    .logo2 {
        width: 17%;
        padding-top: 20px;
    }
}
.left-nav-nr>ul>li.on>a {
    color: #007237;
}

.left-nav-nr>ul>li.on>span {
    transform: rotate(90deg);
}

.left-nav-nr>ul>li.activ {
    background: #dadada;
}

.left-nav-nr>ul>li.active>a {
    color: #007237;
    border-left: 3px solid #007237;
}

.left-nav-nr ul li:hover {}

.left-nav-nr ul li.active {}

.left-nav-nr ul li.active ul {
    display: block;
    border: none;

    background: #fff;
}

.left-nav-nr ul li a:hover {
    background-position: 31px center;
    color: #007237;
}
.left-nav-nr>ul>li>ul li.on a{
    background-position: 31px center;
    color: #007237;
}
.left-nav-nr>ul>li>ul {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    border-top: 1px solid #eeeeee;
}

.left-nav-nr>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 36px;
    /* border-top: 1px solid #eeeeee; */
    padding-left: 40px;
    color: #666666;
}
.left-nav-nr>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 14px;
    line-height: 50px;
    background: url(../image/sub_left_down4.png) no-repeat center center;
    background-size: .1rem auto;
    cursor: pointer;
    transition: all 0.3s;
    background-size: 41%;
}