.ne-banner {
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ne-banner img {
    width: 100%;
    animation: changeScale 1 2.5s;
}

.ne-banner .text {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 45%;
    text-align: center;
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.4rem;
    z-index: 9;
    text-shadow: 0 0 10px #333;
}

.ne-banner .text span {
    display: inline-block;
    width: 100%;
    opacity: 0.6;
    font-size: 0.2rem;
    text-transform: uppercase;
    font-style: italic;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.index-warp {
    width: 74%;
    margin: 0 auto;
}

.ne-cotent {
    border-left: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
}

.ne-cotent .left {
    width: 23%;
    position: relative;
    padding-bottom: 2.5rem;
}

.ne-cotent .left .ne-bit {
    width: 100%;
    position: absolute;
    background: #fff;
    line-height: 1rem;
    padding-left: 0.35rem;
    color: #333333;
    font-size: 0.32rem;
    top: -1rem;
    left: 0;
    z-index: 99;
    font-family: 'syhtB';
}

.ne-cotent .right {
    width: 77%;
    border-left: 1px solid #dbdbdb;
    padding: 0.55rem 0 1rem 0.5rem;
}

.ne-cotent .right .lanBit {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    align-items: flex-end;
}

.ne-cotent .right .lanBit:after {
    width: 0.8rem;
    height: 0.13rem;
    background: url(../images/bit-after.png)no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.07rem;
}

.ne-cotent .right .lanBit h1 {
    line-height: 0.46rem;
    color: #333333;
    font-size: 0.24rem;
}

.ne-cotent .right .lanBit h1 p span {
    font-weight: normal;
    font-size: 0.2rem;
    display: inline-block;
    padding: 0 0.15rem;
}

.ne-cotent .right .lanBit h1 p span:nth-child(1) {
    padding-left: 0;
}

.ne-cotent .right .lanBit .pos {
    height: 0.46rem;
    line-height: 0.46rem;
    padding-left: 0.28rem;
    background: url(../images/pos.png) no-repeat left center;
    font-size: 0.15rem;
    color: #999999;
}



.navList,
.subNavBox {
    padding: 0 0.35rem;
}

.navList li {
    border-bottom: 2px solid #135379;
    padding-top: 0.25rem;
}

.navList li a {
    width: 100%;
    display: inline-block;
    line-height: 0.38rem;
    color: #006590;
    font-size: 0.21rem;
    background: url(../images/nav-icon.png)no-repeat right center;
}

.subNav {
    width: 100%;
    display: inline-block;
    line-height: 0.38rem;
    color: #006590;
    font-size: 0.21rem;
    background: url(../images/nav-icon.png)no-repeat right center;
    margin-top: 0.25rem;
    border-bottom: 2px solid #135379;
    cursor: pointer;
}

.navList li a:hover {
    font-weight: bold;
}

.navList li .ts,
.currentDt {
    font-weight: bold;
}

.navContent {
    display: none;
    padding-top: 0.1rem;
}

.navContent li {
    line-height: 0.36rem;
}

.navContent li a {
    display: block;
    font-size: 0.18rem;
    color: #888;
    line-height: 0.36rem;
}

.navContent li a:hover {
    color: #006590;
}

.neBox {
    padding-top: 0.4rem;
}


/* ----- */
.nlist {position: relative; bottom:-0.07rem}
.nlist li {
	min-width: 0.8rem;
	font-weight: normal;
	font-size: 0.2rem;
	display: inline-block;
	margin-right: 0.2rem;
	line-height:0.5rem;
	padding-bottom:8px;
	cursor: pointer;
}


.nlist li.hover {
	background: url(../images/bit-after.png)no-repeat center bottom;
}
.leader{position: relative; width: 100%; display:flex; justify-content: space-between;  padding:0 7%;}
.leader:after{width: 100%; content: ""; position: absolute; height:74.5%; background:#a7ddf3; left:0; bottom:0;}
.leaderBox{width:2.5rem; position: relative; z-index: 3;}
.leaderBox ul{display:flex;}
.leaderBox ul li img{ width:100%; display:block;  border-radius: 0.15rem;}
.leaderBox ul li p{line-height:0.46rem;text-align: center; font-size: 0.2rem; color:#111; width: 100%; font-weight: bold;}
.leaderBox ul li p span{color:#006590;    display: inline-block; padding-left: 8px; font-size: 0.18rem;}
.leaderintro{ width: calc(97% - 2.5rem); position: relative; z-index: 3; padding-top:1rem;}
.leaderintro .h1{line-height:0.56rem;color:#fff; font-size:0.26rem; padding:0 0.25rem; background: linear-gradient(to right, #185aa8, #116297,#7cadc3,#fff); margin-bottom:0.15rem; position: relative;
    left: -5%;}
.leaderintro .intro{ line-height:0.36rem; font-size:0.24rem; color:#000b1a; margin-bottom:0.25rem}
.leaderintro .intro span{display:inline-block; padding-left:0.2rem; font-size:0.2rem; color:#00b0f0;}
.leaderintro .neir{font-size:0.18rem; color:#000b1a; line-height:0.3rem;padding-bottom:0.25rem;}
.leaderintro .neir span{display:inline-block;width: 100%; font-weight:bold; color:#00b0f0;}
/* ----- */
.about-neir {
    padding-bottom: 0.35rem;
}

.about-neir p {
    font-size: 0.18rem;
    line-height: 0.35rem;
    text-indent: 2em;
}

.about-neir p span {
    font-weight: bold;
}

.about-neir h1 {
    font-size: 0.24rem;
    color: #006590;
    line-height: 0.5rem;
}

.img {
    width: 5.46rem;
    display: block;
    float: right;
    margin-left: 15px;
}

.img1 {
    width: 4.77rem;
    display: block;
    float: right;
    margin-left: 15px;
}

/* ------------- */
.guiList {
    display: flex;
    justify-content: left;
    margin-bottom: 0.35rem;
}

.guiList dl {
    display: flex;
    margin-right: 13px;
    border-radius: 0.1rem;
    cursor: pointer;
    transition-duration: .5s;
}

.guiList dl a {

    width: 2.3rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    background: #ebebeb;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition-duration: .5s;
}

.guiList dl a:hover {
    background: #006590;
}

.guiList dl .ts {
    background: #006590;
}

.guiList dl dt {
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.guiList dl:nth-child(2) dt .iconfont {
    font-size: 0.5rem;
}

.guiList dl:nth-child(3) dt .iconfont {
    font-size: 0.4rem;
}

.guiList dl dt .iconfont {
    font-size: 0.36rem;
    color: #888888;
    transition-duration: .5s;
}

.guiList dl:hover dt .iconfont {
    color: #fff;
}

.guiList dl .ts dt .iconfont {
    color: #fff;
}

.guiList dl dd {
    font-size: 0.24rem;
    line-height: 0.26rem;
    color: #333333;
}

.guiList dl .ts dd {
    color: #fff;
}

.guiList dl dd span {
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 0.22rem;
}

.guiList dl:hover dt {
    color: #ffffff;
}

.guiList dl:hover dd {
    color: #fff;
}

.ppBox {
    width: 100%;
    font-size: 0.16rem;
}

.js {
    font-size: 0.14rem;
    line-height: 0.18rem;
}

.ppBox table tr td {
    padding: 0.1rem;
}

.zjList {
    margin-top: 20px;
}

.zjList dl {
    width: 18.5%;
    float: left;
    margin-right: 1.875%;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

.zjList dl:nth-child(5n) {
    margin-right: 0;
}

.zjList dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.zjList dl dt img {
    width: 2.04rem;
    height: 3.05rem;
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.zjList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.zjList dl dd {
    display: flex;
    justify-content: center;
    line-height: 0.62rem;
    font-size: 0.18rem;
}

.zjList dl dd span {
    margin-right: 10px;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
}

/* ----- */
.doctorBox {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.doctorBox .zj-left {
    width: 65%;
    margin-right: 0.8rem;
}

.doctorBox .zj-left h1 {
    line-height: 0.42rem;
    color: #333333;
    margin-bottom: 0.3rem;
}

.doctorBox .zj-left h1 span {
    display: inline-block;
    margin-left: 0.65rem;
    font-size: 0.2rem;
}

.doctorBox .zj-left .intro {
    padding-bottom: 0.3rem;
    font-size: 0.19rem;
    line-height: 0.35rem;
    color: #333;
}

.doctorBox .zj-right {
    width: 2.8rem;
}

.doctorBox .right img {
    display: block;
    width: 100%;
}

/* ---- */
.videoList dl {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.videoList dl:nth-child(3n) {
    margin-right: 0;
}

.videoList dl dt {
    overflow: hidden;
    background: #000;
    margin-bottom: 0.15rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoList dl dt .dw {
    position: absolute;
    width: 38px;
    height: 38px;
    left: 45%;
    top: 45%;
    z-index: 2;
}
.videoList dl dt .dw img{width:38px; height:38px;}
.videoList dl dt img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    transition-duration: 1s;
height:1.9rem;
}

.videoList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.videoList dl dd h1 {
    width: 100%;
    line-height: 0.32rem;
    font-weight: normal;
    color: #333333;
    font-size: 0.2rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.videoList dl dd .time {
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: #687baa;
    font-weight: bold;
}

/* ----- */
.newsList dl {
    width: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.newsList dl a {
    display: flex;
    justify-content: space-between;
}

.newsList dl dt {
    width: 2.83rem;
    overflow: hidden;
}

.newsList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.newsList dl:hover dt img {
    transform: scale(1.1);
}

.newsList dl dd {
    width: calc(100% - 2.83rem);
    padding: 0.15rem 0.3rem;
}

.newsList dl dd h1 {
    line-height: 0.4rem;
    color: #333333;
    font-size: 0.2rem;
    font-weight: normal;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsList dl dd .time {
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: #687baa;
    font-weight: bold;
    margin-bottom: 8px;
display:none;
}

.newsList dl dd .neir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*  */
.mapBox {
    height: 4.4rem;
}

#map1 {
    width: 100%;
    height: 4.4rem;
}

.mapList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.55rem;
}

.mapList dl {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 15px;
}

.mapList dl dt {
    width: 0.74rem;
    height: 0.74rem;
    border-radius: 100%;
    border: 2px solid #687baa;
    margin-right: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
}

.mapList dl:hover dt {
    transform: rotateY(180deg);
}

.mapList dl dt .iconfont {
    color: #687baa;
    font-size: 0.3rem;
}

.mapList dl dd {
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #333333;
}

.mapList dl:nth-child(1) {
    width: 40%;
}

.mapList dl:nth-child(2) {
    width: 30%;
}

.mapList dl:nth-child(2) dt .iconfont {
    font-size: 0.32rem;
}

.mapList dl:nth-child(3) {
    width: 30%;
}

/* 通知公告 */
.tzgg-content {
    margin-bottom: 0.55rem;
}

.tzgg-content ul li {
    border-bottom: 1px dashed #e0e0e0;
}

.tzgg-box {
    padding: 0.3rem 0;
    transition-duration: 0.3s;
}

.tzgg-date {
    width: 0.7rem;
}

.tzgg-box:hover .tzgg-info h4 {
    color: #006590;
}


.tzgg-date span:nth-child(1) {
    display: block;
    width: 100%;
    height: 0.5rem;
    color: #fff;
    border-top-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.5rem;
    border: 1px solid #e0e0e0;
    transition-duration: 0.3s;
    background: #cccccc;
    font-weight: bold;

}

.tzgg-content ul li:hover .tzgg-date span:nth-child(1) {
    background: #006590;
}

.tzgg-date span:nth-child(2) {
    display: block;
    width: 100%;
    height: 0.3rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #555555;
    text-align: center;
    line-height: 0.3rem;
    transition-duration: 0.3s;
    border: 1px solid #cccccc;
    border-top: none;
}

.tzgg-info {
    width: calc(100% - 0.7rem);
    padding-left: 0.24rem;
    padding-top: 0.2rem;
}

.tzgg-info h4 {
    font-size: 0.22rem;
    color: #111111;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: 0.3s;
}

.tzgg-info p {
    font-size: 0.18rem;
    color: #888888;
    line-height: 0.3rem;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ------- */
.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
}

.jianT li {
    background: #e2e2e2;
    line-height: 0.38rem;
    height: 0.38rem;
    display: inline-block;
    min-width: 0.38rem;
    margin: 0 4px;
    padding: 0;
}

.jianT li:nth-child(1) a,
.jianT li:last-child a {
    padding: 0 0.2rem;
}


.jianT li a {
    font-size: 0.16rem;
    color: #333;
    display: block
}

.jianT li a:hover {
    text-decoration: none;
    background: #006590;
    color: #fff;
}

.jianT li .on {
    background: #006590;
    color: #fff;
    display: block;
}

/* -- */
.fl-list {
    padding-top: 0.3rem;
}

.fl-list dl {
    width: 30%;
    float: left;
    text-align: center;
    margin: 0 1.5%;
    cursor: pointer;
}

.fl-list dl dt img {
    transition-duration: .5s;
    border-radius: 50%;
}

.fl-list dl dd h1 {
    font-size: 0.2rem;
    padding: 0.15rem 0;
}

.fl-list dl dd p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    height: 1.6rem;
}

.fl-list dl:last-child {
    margin-right: 0;
}

.fl-list dl:hover dt img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
    -moz-box-shadow: 0px 0px 12px #8A8A8A;
    -webkit-box-shadow: 0px 0px 12px #8A8A8A;
    box-shadow: 0px 0px 12px #8A8A8A;
}

/* ------ */
/* 新闻详情 */
.detailBit {
    width: 100%;
    border-bottom: 1px solid #003380;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
}

.detailBit h1 {
    line-height: 0.7rem;
    font-size: 0.35rem;
    color: #114088;
}

.detailTime {
    display: flex;
    justify-content: space-between;
display:none;
}

.detailTime .t {
    line-height: 0.44rem;
    color: #5982c1;
    font-size: 0.16rem;
}

.detailTime .share {
    line-height: 0.44rem;
    color: #333333;
    display: flex;
}

.detailTime .share .iconfont {
    margin-left: 0.25rem;
    font-size: 0.26rem;
    color: #b1b1b1;
}

.detailtext {
    width: 100%;
    padding-bottom: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333333;
}

.detailtext img {
    display: inline-block;
    max-width: 100%;
}

.Listmore {
    width: 2rem;
    height: 0.68rem;
    display: flex;
    justify-content: space-between;
    background: #00a798;
    border-radius: 15px 0 15px 0;
    color: #ffffff;
    font-size: 0.2rem;
    padding: 0 0.19rem;
    margin: 0.36rem auto 0.8rem;
    align-items: center;
    transition-duration: .5s;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.Listmore .iconfont {
    color: #fff;
    font-size: 0.26rem;

}

.Listmore:hover {
    border-radius: 15px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.news-back {
    width: 100%;
    line-height: 0.6rem;
    font-size: 16px;
    color: #333333;
    /* border-top: 1px solid #dbdbdb; */
}

.news-back .b1 {
    width: 40%;
    line-height: 0.6rem;
    padding-left: 0.65rem;
    background: url(../images/j-bj.png)no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    background-size: 0.44rem 0.44rem;
}

.news-back .b2 {
    width: 40%;
    line-height: 0.6rem;
    padding-right: 0.65rem;
    background: url(../images/j-bj1.png)no-repeat right center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    background-size: 0.44rem 0.44rem;
}

/* --------------- */

@media only screen and (max-width: 1440px) {
    .index-warp {
        width: 80%;

    }
}

@media only screen and (max-width: 1366px) {
    .index-warp {
        width: 86%;

    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 760px) {
    .index-warp {
        padding-left: 0;
        padding-right: 0;
    }

    .ne-cotent {
        display: block;
    }

    .index-warp {
        width: 96%;
        border-left: none;
    }
.newdetailBox img{display: block; width:100%;}
    .ne-cotent .left {
        width: 100%;
        padding-bottom: 30px;
    }

    .ne-cotent .right {
        width: 100%;
        border-left: 0;
        padding: 0;
        margin-top: 20px;
    }

    .ne-cotent .left .ne-bit {
        width: 100%;
        position: relative;
        line-height: 40px;
        padding-left: 0;
        font-size: 20px;
        top: 0;
    }

    .navList,
    .subNavBox {
        padding: 0 0;
    }

    .img {
        width: 100%;
        display: block;
        float: inherit;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .about-neir p {
        font-size: 16px;
        line-height: 30px;
    }

    .navList li {
        width: 23%;
        float: left;
        padding-top: 0;
        margin: 0 1%;
    }

    .ne-cotent .right .lanBit .pos {
        display: none;
    }

    .navList li a {
        line-height: 30px;
        font-size: 16px;
        background: none;
        text-align: center;
    }

    .mapList {
        display: block;
    }


    .mapList dl {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .mapList dl dd {
        font-size: 16px;
        line-height: 30px;
    }

    .ne-cotent .right .lanBit h1 {
        line-height: 36px;
        font-size: 16px;
    }

    .tzgg-info h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .tzgg-date {
        width: 60px;
    }

    .tzgg-info {
        width: calc(100% - 60px);
        padding-left: 15px;
    }

    .tzgg-date span:nth-child(2) {
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }

    .jianT {
        margin-bottom: 50px;
    }

    .fl-list dl {
        width: 97%;
        padding-bottom: 20px;
    }

    .fl-list dl dd h1 {
        font-size: 16px;
    }

    .fl-list dl dd p {
        height: auto;
        font-size: 16px;
        line-height: 26px;
    }

    .about-neir h1 {
        font-size: 18px;
        line-height: 40px;
    }

    .subNav {
        line-height: 30px;
        font-size: 16px;
    }

    .ne-cotent .right .lanBit h1 p span {
        font-size: 15px;
    }

    .about-neir h1 {
        font-size: 17px;
        line-height: 40px;
    }

    .zjList dl {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 0.25rem;
    }

    .zjList dl:nth-child(5n) {
        margin-right: 2%;
    }

    .zjList dl dt img {
        height: 270px;
    }

    .zjList dl dd span {
        font-size: 16px;
    }

    .navContent li {
        width: 50%;
        float: left;
    }

    .navContent li a {
        font-size: 15px;
        line-height: 26px;
    }

    .doctorBox {
        display: block;
    }

    .doctorBox .zj-left h1 span {
        font-size: 15px;
    }

    .doctorBox .zj-right {
        width: 280px;
        margin: 0 auto;
    }

    .doctorBox .zj-left .intro {
        font-size: 16px;
        line-height: 28px;
    }

    .videoList dl {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 20px;
    }

    .videoList dl dd h1 {
        line-height: 26px;
        font-size: 15px;
    }

    .videoList dl dd .time {
        line-height: 26px;
        font-size: 15px;
    }

    .videoList dl:nth-child(3n) {
        margin-right: 2%;
    }

    .newsList dl dd h1 {
        line-height: 30px;
        font-size: 15px;
    }

    .newsList dl dd .neir {
        font-size: 15px;
        line-height: 24px;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .newsList dl dd h1 {
        line-height: 30px;
        font-size: 16px;
    }

    .jianT li {
        line-height: 30px;
        height: 30px;
    }

    .jianT li a {
        font-size: 15px;
        padding: 0 15px;
    }

    .guiList {
        display: block;
    }

    .guiList dl {
        display: flex;
        margin-right: 0;
        width: 46%;
        float: left;
        margin: 0 2% 15px 2%;
    }

    .guiList dl a {
        width: 100%;
        height: 60px;
    }

    .guiList dl dd span,
    .guiList dl dd {
        font-size: 15px;
        line-height: 20px;
    }
}