.module {
    width: 100%;
    background: #fafafa;
    padding: 0.2rem 2.15rem 0 2.15rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: normal;
}

.leftNav {
    width: 3rem;
}

.navList {
    background: #fff;
}

.navList .bit {
    background: #005aab;
    border-bottom: 6px solid #caaa4f;
    display: flex;
    justify-content: left;
    padding-left: 0.35rem;
    align-items: center;
    color: #fff;
    line-height: 0.94rem;
    font-size: 0.24rem;
    font-weight: bold;
}

.navList .bit img {
    margin-right: 8px;
}

.navListbox {
    width: 100%;
    padding: 0.12rem 0.17rem 0.7rem 0.17rem;
    box-shadow: 0 0 10px #dcf0fd;
}

.navListbox li {
    width: 100%;
    list-style: none;
}

.navListbox li a {
    width: 100%;
    line-height: 0.68rem;
    border-bottom: 1px dashed #e6e6e6;
    background: url(../images/nav-icon1.png) no-repeat 0.2rem center;
    padding-left: 0.37rem;
    font-size: 0.2rem;
    color: #333333;
    cursor: pointer;
    transition-duration: .5s;
    display: inline-block;
}

.navListbox li a:hover {
    background: url(../images/nav-icon2.png) no-repeat 0.2rem center;
    font-weight: bold;
    color: #005aab;
}

.navListbox li a.active {
    color: #005aab;
    font-weight: bold;
}

.tjcpBox {
    width: 100%;
    margin-top: 0.2rem;
    border-top: 4px solid #005aab;
    background: #fff;
    padding: 0 0.2rem 0.2rem 0.2rem;
    box-shadow: 0 0 10px #dcf0fd;
}

.tjcpBox .bit {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 0.1rem;
    line-height: 0.54rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #005aab;
    margin-bottom: 0.18rem;
}

.tjcpList dl {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.tjcpList dl dt {
    overflow: hidden;
    background: #000;
}

.tjcpList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.tjcpList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.tjcpList dl dd {
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.2rem;
}

.rightBox {
    width: calc(98% - 3rem);
    background: #fff;
    box-shadow: 0 0 10px #dcf0fd;
    padding: 0.25rem 0.45rem;
}

.nePos {
    width: 100%;
    line-height: 0.3rem;
    background: url(../images/pos.png)no-repeat left center;
    padding-left: 0.25rem;
}

.proList {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.proList dl {
    width: 31%;
    margin-right: 3.5%;
    border: 1px solid #eeeeee;
    margin-bottom: 0.22rem;
    cursor: pointer;
}

.proList dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.proList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.proList dl dd {
    width: 100%;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #333333;
}

.proList dl:hover dd {
    color: #005aab;
}

.proList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.proList dl:nth-child(3n) {
    margin-right: 0;
}

.jianT {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    margin-bottom: 0.5rem;
}

.jianT li {
    background: #fff;
    border: 1px solid #ddd;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 6px;
}

.jianT li a {
    font-size: 14px;
    color: #474747;
    display: block;
    padding: 0 15px;
}

.jianT li a:hover {
    text-decoration: none;
    background: #005aab;
    color: #fff;
}

.jianT li .on {
    background: #005aab;
    color: #fff;
    padding: 5px 18px;
}

.proDetail {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proDetail .left {
    width: 4.45rem;
}

.proDetail .left img {
    display: block;
    width: 100%;
}

.proDetail .right {
    width: calc(97% - 4.45rem);
    padding-top: 0.1rem;
}

.proDetail .right h1 {
    line-height: 0.62rem;
    font-size: 0.36rem;
}

.proDetail .right .intro p {
    line-height: 0.3rem;
    font-size: 0.17rem;
    position: relative;
    padding-left: 0.18rem;
    color: #777777;
}

.proDetail .right .intro p:after {
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    top: 0.13rem;
    background: #bbbbbb;
}

.proDetail .right .btn {
    width: 0.96rem;
    line-height: 0.36rem;
    text-align: center;
    background: #555555;
    font-size: 0.17rem;
    margin-top: 0.3rem;
    color: #fff;
    border-radius: 0.5rem;
    transition-duration: .5s;
    cursor: pointer;
}

.proDetail .right .btn:hover {
    box-shadow: 0 0 10px #333333;
}

.proDetail .right .btn a {
    color: #fff;
}

.prodetailBox {
    width: 100%;
    margin-top: 0.3rem;
    box-shadow: 0 0 10px #d1d1d1;
    border-radius: 0.12rem 0.12rem 0 0;
    overflow: hidden;
}

.introNav {
    width: 100%;
    display: flex;
    justify-content: left;
    background: #f0f3f8;
    line-height: 0.7rem;
}

.introNav a {
    display: inline-block;
    padding: 0 0.4rem;
    line-height: 0.7rem;
    position: relative;
    font-size: 0.2rem;
    transition-duration: .5s;
}

.introNav a:hover {
    background: #005aab;
    color: #fff;
}

.introNav a:after {
    position: absolute;
    right: 0;
    height: 40%;
    top: 30%;
    content: "";
    width: 1px;
    background: #d1d4d8;
}

.introNav a:last-child:after {
    display: none;
}

.introBox {
    width: 100%;
    padding: 0.15rem 0.4rem 0.6rem 0.4rem;
}

.introBit {
    line-height: 0.56rem;
    font-size: 0.24rem;
    color: #005aab;
    position: relative;
    margin-bottom: 0.15rem;
}

.introBit:after {
    width: 0.5rem;
    height: 2px;
    background: #005aab;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.introText {
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.15rem;
}

.download {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.download dl {
    width: 48.5%;
    border: 1px solid #eeeeee;
    margin-right: 3%;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.25rem 0.15rem 0.3rem;
    box-shadow: 0 0 10px #d7d7d7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    transition-duration: .5s;
}

.download dl:hover {
    box-shadow: 0 0 15px #a4a4a4;
}

.download dl dt {
    width: 0.36rem;
    height: 0.44rem;
}

.download dl dd {
    width: calc(96% - 0.44rem);
}

.download dl dd p {
    color: #535353;
    font-size: 0.2rem;
    line-height: 0.24rem;
}

.download dl:hover dd p {
    color: #005aab;
}

.download dl dd p span {
    display: inline-block;
    width: 100%;
    font-size: 0.16rem;
    color: #c4c4c4;
}

.download dl:nth-child(2n) {
    margin-right: 0;
}

.download .more {
    width: 100%;
    text-align: right;
    color: #cacaca;
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

.download .more a:hover {
    color: #005aab;
}

.faqlist ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faqlist ul li {
    width: 48.5%;
    margin-bottom: 0.15rem;
}

.faqlist ul li input {
    width: 100%;
    outline: none;
    border: 1px solid #e4e4e4;
    font-size: 0.18rem;
    padding: 0 0.15rem;
    line-height: 0.5rem;
}

.faqlist ul li textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 1.7rem;
    padding: 0.15rem;
    font-size: 0.18rem;
}

.faqlist ul li:nth-child(5) {
    width: 100%;
}

.faqBtn {
    text-align: center;
    margin: 0.25rem auto;
}

.faqBtn a {
    width: 2.2rem;
    height: 0.56rem;
    border-radius: 0.5rem;
    background: #005aab;
    display: inline-block;
    text-align: center;
    line-height: 0.52rem;
    color: #fff;
    font-size: 0.2rem;
    border-bottom: 0.05rem solid #d9e6f2;
    transition-duration: .5s;
}

.faqBtn a:hover {
    background: #004482;
}

/* 新闻中心 */
.noticeList {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.noticeList li {
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
    position: relative;
}

.noticeList li:after {
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    height: 1px;
    background: #0d67f8;
    transition-duration: .5s;
}

.noticeList li:hover:after {
    width: 100%;
}

.noticeList li a {
    display: flex;
    justify-content: space-between;
}

.noticeList li p {
	width:85%;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.2rem;
    position: relative;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.noticeList li p:hover {
    color: #448bfd;
}

.noticeList li p:after {
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    background: #0d67f8;
    top: 0.23rem;
    left: 0;
}

.noticeList li span {
    display: inline-block;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #21292f;
}

.noticeList li p .cl1 {
    margin-right: 10px;
    color: #448bfd;
}

.tjList {
    margin-top: 0.1rem;
}

.tjList li {
    font-size: 0.16rem;
    line-height: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.yjgljb {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.3rem;
}

.yjgljb dl {
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 0.15rem;
}

.yjgljb dl:nth-child(4n) {
    margin-right: 0;
}

.yjgljb dl dt {
    width: 100%;
    border: 1px solid #dadada;
}

.yjgljb dl dt img {
    width: 100%;
    display: block;
}

.yjgljb dl dd {
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.2rem;
}

.newsSelect {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0.25rem 0.15rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.newsSelect .Grade {
    width: 45%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.newsSelect .Grade p {
    font-size: 0.16rem;
    line-height: 0.36rem;
}

.newsSelect .Grade .checkBox {
    display: flex;
    justify-content: left;
}

.newsSelect .InputList {
    width: 52%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.newsSelect .InputList input {
    margin-right: 6px;
    border: 1px solid #d6d6d6;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0 0.1rem;
    outline: none;
}

.newsSelect .InputList .btn {
    width: 0.8rem;
    border: 1px solid #d6d6d6;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    color: #555555;
    margin-right: 6px;
    font-size: 0.15rem;
    cursor: pointer;
}

.newsSelect .InputList .searchBtn {
    width: 0.88rem;
    line-height: 0.36rem;
    color: #fff;
    background: #005aab;
    text-align: center;
    font-size: 0.15rem;
    border-radius: 0.05rem;
}

.newsSelect .InputList .selectTime {
    width: 1.3rem;
}

/* 筛选 */
.radio-group {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.group-title {
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

/* 隐藏原始单选框 */
.radio-item input[type="radio"] {
    display: none;
}

/* 简约风格 */
.simple label {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 0.36rem;
    line-height: 0.36rem;
    padding-right: 0.2rem;
    border-radius: 8px;
    transition: all 0.3s;
    font-size: 15px;
}

.simple label:hover {
    background: #e8f4fc;
}

.simple .custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #bdc3c7;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s;
}

.simple input[type="radio"]:checked+label .custom-radio {
    border-color: #3498db;
}

.simple input[type="radio"]:checked+label .custom-radio::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3498db;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsSelect .InputList .btn {
    background-color: #f5f7fa;
    border: 1px solid #e0e0e0;
    color: #666;
    cursor: pointer;
}

.newsSelect .InputList .btn:hover {
    background-color: #e8e8e8;
}

.newsSelect .InputList .searchBtn {
    background-color: #1a73e8;
    color: white;
    border: none;
    cursor: pointer;
}

.newsSelect .InputList .searchBtn:hover {
    background-color: #0d62d9;
}

.calendar {
    position: absolute;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 100;
    display: none;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-day {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
}

.calendar-day:hover {
    background-color: #e8f0fe;
}

.calendar-day.selected {
    background-color: #1a73e8;
    color: white;
}

.calendar-header button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
}

/*  */
.mapBox {
    margin-top: 0.2rem;
}

.mapBox img {
    width: 100%;
    display: block;
}

.mapNeri {
    width: 100%;
    margin-top: 10px;
    background: #f4f7fa;
    padding: 0.15rem 0.45rem 0.5rem 0.45rem;
}

.qyfcList {
    margin-top: 0.2rem;
}

.qyfcList li {
    width: 100%;
    background: #f4f7fa;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.4rem 0.2rem 0.4rem;
    cursor: pointer;
    transition-duration: .5s;
}

.qyfcList li:hover {
    box-shadow: 0 0 15px #cacaca;
    border-radius: 0.15rem;
}

.qyfcList li .qyLogo {
    margin-bottom: 0.1rem;
    display: block;
    width: 22%;
}

.qyfcList li h1 {
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 8px;
    transition-duration: .5s;
}

.qyfcList li:hover h1 {
    color: #005aab;
}

.qyfcList li .neir {
    font-size: 0.17rem;
    line-height: 0.3rem;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.15rem;
    transition-duration: .5s;
}

.qyfcList li:hover .neir {
    color: #005aab;
}

.qyfcList li .more {
    width: 100%;
    text-align: right;
    display: inline-block;
    font-size: 0.18rem;
    font-weight: bold;
    color: #005aab;
}

/* 在线培训 */

.zxpxBox {
    width: 100%;
    background: #fdfdfd;
    padding: 0.25rem 0.35rem;
    box-shadow: 0 0 10px #dcf0fd;
    margin-bottom: 0.2rem;
}

.zxpxBox .new-release {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0.15rem;
}

.zxpxBox .Menubox1 {
    width: 100%;
    position: relative;
    text-align: center;
    border: none;
    height: 0.54rem;
    background: #f7f7f9;
}

.zxpxBox .Menubox1 li {
    width: 33.3333%;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.2rem;
}

.zxpxBox .titBox {
    justify-content: space-between;
    padding-right: 0.1rem;
}

.titBox .more {
    font-size: 15px;
}

.rmkcBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.22rem;
}

.rmkcBox .left {
    width: 2.6rem;
}

.rmkcBox .left ul {
    width: 100%;
}

.rmkcBox .left ul li {
    width: 100%;
    margin-bottom: 0.15rem;
    background: #e4eaf1;
    font-size: 0.22rem;
    line-height: 0.8rem;
    padding-left: 0.4rem;
    color: #333333;
    cursor: pointer;
}

.rmkcBox .left ul li.hover {
    background: url(../images/zxpx-tab.jpg)no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
}

.rmkcBox .right {
    width: calc(97% - 2.6rem);
}

.classList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.classList dl {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.classList dl:hover dd {
    color: #005aab;
}

.classList dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.classList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.classList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.classList dl dd {
    width: 100%;
    border: 1px solid #eaeaea;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.17rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.classList dl:nth-child(3n) {
    margin-right: 0;
}

.rmbjBox {
    width: 100%;
    margin-top: 0.2rem;
    position: relative;
}

.rmbjBox .swiper-slide {
    padding-bottom: 0.45rem;
}

.rmbjBox .swiper-slide .picbox {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
}

.rmbjBox .swiper-slide .picbox .p1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    color: #fff;
    font-size: 0.22rem;
    padding-left: 0.2rem;
    z-index: 2;
}

.rmbjBox .swiper-slide .picbox img {
    display: block;
    width: 100%;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
}

.rmbjBox .swiper-slide:hover .picbox img {
    transform: scale(1.1);
    opacity: 0.7;
}

.rmbjBox .swiper-slide .dw {
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 0.12rem;
    line-height: 0.6rem;
    background: #fff;
    box-shadow: 0 0 10px #a4c4ea;
    text-align: center;
    font-size: 0.18rem;
    border-radius: 0.05rem;
    z-index: 2;
}

.ksDoctor .swiper-slide {
    width: 100%;
    cursor: pointer;
    background: #fff;
    padding: 10px;
}

.DList dl {
    width: 100%;
    background: #ededed;
    padding: 0.35rem 0.3rem 0.65rem 0.3rem;
    border-radius: 0.1rem;
}

.DList dl dt {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px #bababa;
}

.DList dl dt .img {
    padding-bottom: 100%;
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.DList dl dd {
    padding-top: 0.1rem;
    color: #333333;
}

.DList dl dd .name {
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.28rem;
    margin-bottom: 10px;
    margin-top: 0.05rem;
}

.DList dl dd .name span {
    display: inline-block;
    font-weight: normal;
    line-height: 0.32rem;
    font-size: 0.18rem;
}

.DList dl dd .intro {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*  */
.rmkcList {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.rmkcList dl {
    width: 31%;
    margin-right: 3.5%;
    border: 1px solid #eeeeee;
    margin-bottom: 0.22rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.12rem;
    box-shadow: 0 0 10px #dcdcdc;
}

.rmkcList dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
}

.rmkcList dl dt .p1 {
    width: 100%;
    position: absolute;
    left: 10%;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.22rem;
    top: 40%;
    z-index: 2;
}

.rmkcList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
}

.rmkcList dl dd {
    width: 100%;
    padding: 0.15rem;
    font-size: 0.18rem;
    color: #333333;
}

.rmkcList dl dd h1 {
    line-height: 0.36rem;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rmkcList dl dd .time {
    line-height: 0.3rem;
    font-size: 16px;
    color: #555;
    padding-left: 20px;
    background: url(../images/time.jpg) no-repeat left center;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.rmkcList dl:hover dd {
    color: #005aab;
}

.rmkcList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.rmkcList dl:nth-child(3n) {
    margin-right: 0;
}

.mszlList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.mszlList dl {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    background: #f7f7f7;
    padding: 0.25rem;
}

.mszlList dl:nth-child(4n) {
    margin-right: 0;
}

.mszlList dl dt {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px #bababa;
}

.mszlList dl dd {
    padding-top: 0.1rem;
    color: #333333;
}

.mszlList dl dd .name {
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: 10px;
    margin-top: 0.05rem;
    font-weight: bold;
}

.mszlList dl dd .name span {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    line-height: 0.22rem;
    font-size: 0.18rem;
}

.mszlList dl dd .intro {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 新闻详情 */


.detailBox {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #dcf0fd;
    padding: 0.25rem 0.45rem;
    margin-bottom: 0.2rem;
    min-height: 6.5rem;
}

.detailPos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.detailPos h1 {
    line-height: 0.5rem;
    color: #1165c0;
    font-size: 0.3rem;
}

.detailPos .Pos {
    line-height: 0.3rem;
    background: url(../images/pos.png)no-repeat left center;
    padding-left: 0.25rem;
    line-height: 0.5rem;
    color: #777777;
    font-size: 16px;
}

.detailBit {
    width: 100%;
    padding: 0.1rem 0;
    line-height: 0.34rem;
    font-size: 0.24rem;
    color: #111111;
    font-weight: bold;
}

.parameter {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.2rem;
}

.parameter li {
    width: 50%;
}

.parameter li p {
    width: 100%;
    line-height: 0.3rem;
    color: #333333;
    font-size: 14px;
}

.zcfgBtn {
    width: 120px;
    line-height: 32px;
    text-align: center;
    background: #005aab;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
}


.detailBit01 {
    width: 100%;
    padding: 0.1rem 0;
    line-height: 0.3rem;
    font-size: 0.25rem;
    color: #111111;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2rem;
}

.detailText {
    width: 100%;
    text-indent: 2em;
    font-size: 0.19rem;
    line-height: 0.32rem;
    padding-bottom: 0.25rem;
}

.detailText a {
    color: #005aab;
}

.mess {
    text-align: right;
    font-size: 0.19rem;
    line-height: 0.32rem;
}

.xgzc {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.xgzc .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.48rem;
    font-size: 16px;
    color: #777777;
    display: inline-block;
}

.xgzc .more:hover {
    color: #005aab;
}

.xgzc ul {
    width: 100%;
    display: flex;
    justify-content: left;
}

.xgzc li {
    cursor: pointer;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.22rem;
    color: #333;
    position: relative;
    float: left;
    padding-right: 0.3rem;
    transition-duration: .5s;
}



.xgzc li.hover {
    color: #005aab;
    font-weight: bold;
    font-size: 0.26rem;
}

.xgzcBox {
    padding-top: 0.25rem;
}

.zcfgList li {
    width: 100%;
    background: #f1f6fa;
    padding: 0.25rem 0.35rem;
    margin-bottom: 0.16rem;
    transition-duration: .5s;
}

.zcfgList li:hover {
    box-shadow: 0 0 15px #c9e4f9;
}

.zcfgList li h1 {
    width: 100%;
    background: url(../images/zc-icon.png)no-repeat left center;
    padding-left: 0.35rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
}

.zcfgList li:hover h1 {
    color: #005aab;
}

.time-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.time-more .time {
    display: inline-block;
    line-height: 0.5rem;
    font-size: 0.17rem;
    color: #333333;
}

.time-more .more {
    line-height: 0.5rem;
    display: inline-block;
    font-weight: bold;
    color: #005aab;
    font-size: 0.17rem;
}

.msDetail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    flex-wrap: wrap;
}

.msDetail .pic {
    width: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 10px #bababa;
}

.msDetail .intro {
    width: calc(96% - 1.4rem);
    position: relative;
}

.msDetail .intro h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}

.msDetail .intro .btn {
    width: 1.5rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #005aab;
    border-bottom: 3px solid #d9e6f2;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.msDetail .intro h1 span {
    display: inline-block;
    padding-left: 0.2rem;
    font-size: 16px;
    font-weight: normal;
}

.msDetail .intro .pText {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
}

.zjClass .classList dl {
    width: 100%;
}

.rmbjBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rmbjBox .left {
    width: 46%;
    overflow: hidden;
    border-radius: 0.15rem;
    position: relative;
}

.rmbjBox .left .p1 {
    position: absolute;
    width: 100%;
    padding-left: 6%;
    line-height: 0.6rem;
    font-size: 0.4rem;
    top: 40%;
    color: #fff;
    font-weight: bold;
}

.rmbjBox .left img {
    display: block;
    width: 100%;
}

.rmbjBox .right {
    width: 50%;
}

.rmbjBox .right h1 {
    font-size: 0.36rem;
    line-height: 0.58rem;
    margin-top: 10px;
}

.rmbjBox .right .t1 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
}

.rmbjBox .right .time {
    margin-top: 0.2rem;
    background: url(../images/time.jpg)no-repeat left center;
    padding-left: 25px;
    font-size: 16px;
    color: #666666;
}

.rmbjBox .right .btn {
    width: 1.8rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #005aab;
    border-bottom: 3px solid #d9e6f2;
    font-size: 16px;
    margin-top: 0.2rem;
}

.bottomBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
}

.bottomBox .left {
    width: 74%;
    background: #fff;
    box-shadow: 0 0 10px #dcf0fd;
    border-radius: 0.1rem;
    overflow: hidden;
    padding-bottom: 0.4rem;
}

.ejfl {
    padding: 0.25rem 0.35rem;
}

.bottomBox .left .nClassList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.bottomBox .left .nClassList dl {
    width: 31.5%;
    margin-right: 2.75%;
    border-radius: 5px;
    box-shadow: 0 5px 5px #e7e7e7;
    margin-bottom: 0.35rem;
}

.bottomBox .left .nClassList dl:nth-child(3n) {
    margin-right: 0;
}

.bottomBox .left .nClassList dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.bottomBox .left .nClassList dl dt img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.bottomBox .left .nClassList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.bottomBox .left .nClassList dl dd {
    width: 100%;
    height: 0.75rem;
    padding: 0.05rem 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.pxmd {
    font-size: 0.18rem;
    line-height: 0.32rem;
    padding-bottom: 0.3rem;
}

.bottomBox .right {
    width: 24.5%;
    background: #fff;
    box-shadow: 0 0 10px #dcf0fd;
    padding: 0 0.2rem 0.4rem 0.2rem;
}

.skjsBox {
    padding-bottom: 0.2rem;
}

.skjsBit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    border-top: 4px solid #005aab;
}

.skjsBit h1 {
    line-height: 0.62rem;
    color: #005aab;
    font-size: 0.26rem;
}

.skjsBit .more {
    line-height: 0.62rem;
    font-size: 16px;
    color: #777777;
}

.skjsBit .more a:hover {
    color: #005aab;
}

.rmbjTab {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}


.rmbjTab ul {
    width: 100%;
    display: flex;
    justify-content: left;
}

.rmbjTab li {
    cursor: pointer;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.22rem;
    color: #333;
    position: relative;
    float: left;
    padding: 0 0.3rem;
    transition-duration: .5s;
}



.rmbjTab li.hover {
    background: #005aab;
    color: #fff;
}

.bjTeach dl {
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bjTeach dl dt {
    width: 1.26rem;
    height: 1.26rem;
    border-radius: 100%;
    overflow: hidden;
}

.bjTeach dl dd {
    width: calc(95% - 1.26rem);
    padding-top: 0.25rem;
}

.bjTeach dl dd h1 {
    line-height: 0.44rem;
    font-size: 0.26rem;
    color: #333333;
}

.bjTeach dl dd h1 span {
    display: inline-block;
    width: 100%;
    line-height: 0.38rem;
    font-size: 0.18rem;
}

.bjTeach dl a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.skjsBox .tjcpList dl dd {
    line-height: 0.26rem;
    text-align: left;
    font-size: 0.18rem;
    padding: 8px;
}

.skjsBox .tjcpList {
    margin-top: 0.2rem;
}

.skjsBox .tjcpList dl {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.1rem 0.1rem 0 0;
}

.mydpj {
    width: 100%;
    background: #f7f8f9;
    padding: 0.5rem 5%;
    margin-bottom: 20px;
}

.mydpj h1 {
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.28rem;
}

.mydpj table {
    margin-bottom: 30px;
}

.mydpj .btn {
    width: 2.5rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #005aab;
    border-bottom: 3px solid #d9e6f2;
    font-size: 16px;
    margin: 0 auto;
}

/*  */
.subNav .ts {
    color: #21688f;
    font-weight: bold;
}

.currentDt {
    background: url(../images/nav-jt1.png) no-repeat right center;
}


.navContent {
    display: none;
    transition: all 0.3s ease;
}

.subNav.currentDt .navContent {
    display: block;
}

.navContent li {
    line-height: 0.56rem;
}

.navContent li a {
    display: block;
    font-size: 0.16rem;
    color: #1c233c;
    padding-left: 0.3rem;
    line-height: 0.4rem !important;
    position: relative;
    background: none;
}

.navContent li a:after {
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0.2rem;
    top: 0.18rem;
    background: #777777;
    border-radius: 100%;
}


.navContent li a:hover {
    color: #004d8c;
    background: none !important;
}

.navContent li a:hover:after {
    background: #004d8c;
}

/*  */
.aboutBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    overflow: hidden;
}

.aboutBox .aboutPic {
    width: 45%;
}

.aboutBox .aboutPic img {
    display: block;
    width: 100%;
}

.aboutBox .aboutText {
    width: 53%;
}

.titBox {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    height: 0.54rem;
    line-height: 0.54rem;
    background: linear-gradient(#fcfcfc, #f4f8fb, #eaf2f9);
    position: relative;
}

.titMore {
    position: absolute;
    right: 0.1rem;
    line-height: 0.54rem;
    top: 0;
    font-size: 0.16rem;
    display: inline-block;
}

.titBox h1 {
    width: 2.11rem;
    height: 0.54rem;
    font-weight: normal;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.54rem;
    padding-right: 0.4rem;
    background: url(../images/homeNews-bg.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.titBox h1 .iconfont {
    font-size: 0.32rem;
}

.aboutText .pText {
    font-size: 0.19rem;
    line-height: 0.38rem;
    margin-top: 0.2rem;
}

.homeggw {
    width: 100%;
    margin-bottom: 0.16rem;
}

.ryzzBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 5.16rem;
    margin-top: 10px;
    min-height: 5.16rem;
}

.ryzzBox .left {
    width: 100%;
    background: url(../images/ry-bg1.jpg)no-repeat;
    background-size: 100% 100%;
}

.ryzzBox .right {
    width: 47%;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.ryzzBox .right .mySwiper1 {
    width: 3.4rem;
    height: 2.6rem;
    margin: 0 auto;
}

/* 2025-12-16 */
.CbContainer1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.ryTab {
    /* width: calc(100% - 2.11rem); */
}

.ryTab ul {
    width: 100%;
    display: flex;
    justify-content: left;
    /* padding: 0 0.2rem; */
}

.ryTab li {
    cursor: pointer;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.24rem;
    color: #1a548f;
    position: relative;
    margin-right: 0.2rem;

}

.ryTab li.hover {
    font-weight: bold;
}


.zzTab {
    width: 53%;
}

.zzTab ul {
    width: 100%;
}

.zzTab li {
    width: 100%;
    cursor: pointer;
    padding: 0.1rem 0;
    line-height: 0.28rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #dfdfdf;

}

.zzTab li span {
    display: inline-block;
    width: 100%;
    font-size: 0.16rem;
    color: #999;
    font-weight: normal;
}

.zzTab li.hover {
    font-weight: bold;
}

.jzCont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .module {
        padding: 20px 2%;
    }

    .leftNav {
        width: 100%;
    }

    .tjcpBox {
        display: none;
    }

    .rightBox {
        width: 100%;
        padding: 20px 2%;
    }

    .nePos {
        width: 100%;
        line-height: 32px;
        padding-left: 20px;
        font-size: 15px;
    }

    .navList .bit {
        font-size: 20px;
    }

    .navListbox ul {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .navListbox li {
        width: 33.333%;
    }

    .navListbox li a {
        line-height: 40px;
        padding-left: 25px;
        font-size: 16px;
    }


    .noticeList li p {
        width: 85%;
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
        font-size: 15px;
    }

    .noticeList li p:after {
        top: 18px;
    }

    .noticeList li span {
        width: 20%;
        line-height: 36px;
        font-size: 14px;
    }

    .detailPos .Pos {
        padding-left: 20px;
        font-size: 15px;
    }

    .detailBit {
        line-height: 26px;
        font-size: 18px;
    }

    .parameter li {
        width: 100%;
    }

    .parameter li p {
        width: 100%;
    }

    .detailBit01 {
        line-height: 27px;
        font-size: 18px;
        margin-bottom: 0.2rem;
        margin-top: 20px;
    }

    .detailText,
    .mess {
        width: 100%;
        font-size: 15px;
        line-height: 26px;
    }

    .xgzc li,
    .xgzc li.hover {
        cursor: pointer;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }

    .xgzc .more {
        line-height: 46px;
    }

    .zcfgList li h1 {
        width: 100%;
        padding-left: 28px;
        line-height: 44px;
        font-size: 16px;
    }

    .time-more .time,
    .time-more .more {
        line-height: 26px;
        font-size: 14px;
    }

    .proList dl {
        width: 48%;
        margin-right: 4%;
    }

    .proList dl:nth-child(2n) {
        margin-right: 0;
    }

    .proList dl:nth-child(3n) {
        margin-right: auto;
    }

    .proList dl dd {
        line-height: 40px;
        font-size: 15px;
    }

    .proDetail .left {
        width: 100%;
    }

    .proDetail .right {
        width: 100%;
    }

    .proDetail .right .intro p {
        line-height: 26px;
        font-size: 15px;
    }

    .proDetail .right .btn {
        width: 90px;
        line-height: 32px;
        font-size: 15px;
    }

    .introNav a {
        line-height: 42px;
        font-size: 17px;
    }

    .introBit {
        line-height: 46px;
        font-size: 18px;
    }

    .introText {
        font-size: 15px;
        line-height: 26px;
    }

    .download dl {
        width: 100%;
        margin-right: 0%;
        padding: 15px;
    }

    .download dl dd p {
        font-size: 16px;
        line-height: 24px;
    }

    .download .more {
        font-size: 15px;
    }

    .download dl dt {
        width: 40px;
    }

    .download dl dd {
        width: calc(96% - 44px);
    }

    .faqlist ul li {
        width: 100%;
    }

    .faqlist ul li input {
        font-size: 15px;
        line-height: 40px;
    }

    .faqBtn a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .faqlist ul li textarea {
        font-size: 16px;
    }

    .zxpxBox .Menubox1 li {
        font-size: 17px;
    }

    .rmkcBox .left {
        width: 100%;
    }

    .rmkcBox .left ul {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .rmkcBox .left ul li {
        width: 31.333%;
        padding-left: 0;
        text-align: center;
        font-size: 17px;
        margin: 0 1% 8px 1%;
    }

    .rmkcBox .right {
        width: 100%;
        padding-top: 5px;
    }

    .classList dl,
    .rmkcList dl,
    .bottomBox .left .nClassList dl,
    .mszlList dl,
    .yjgljb dl {
        width: 48%;
        margin-right: 4%;
    }

    .classList dl:nth-child(2n),
    .rmkcList dl:nth-child(2n),
    .bottomBox .left .nClassList dl:nth-child(2n),
    .mszlList dl:nth-child(2n),
    .yjgljb dl:nth-child(2n) {
        margin-right: 0;
    }

    .classList dl:nth-child(3n),
    .rmkcList dl:nth-child(3n),
    .bottomBox .left .nClassList dl:nth-child(3n),
    .bottomBox .left .nClassList dl:nth-child(2n),
    .mszlList dl:nth-child(3n),
    .yjgljb dl:nth-child(3n) {
        margin-right: auto;
    }

    .classList dl dd,
    .yjgljb dl dd {
        font-size: 15px;
        line-height: 30px;
    }

    .rmbjBox .swiper-slide .dw {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .DList dl dd .intro {
        font-size: 15px;
    }

    .DList dl dd .name {
        font-size: 18px;
    }

    .rmkcList dl dd h1 {
        line-height: 22px;
        font-size: 15px;
    }

    .rmkcList dl dd .time {
        font-size: 14px;
        background-size: 17px 17px;
        line-height: 30px;
    }

    .rmbjBox .left {
        width: 100%;
    }

    .rmbjBox .right {
        width: 100%;
    }

    .rmbjBox .right h1 {
        font-size: 20px;
        line-height: 40px;
    }

    .rmbjBox .right .t1 {
        font-size: 15px;
        line-height: 24px;
    }

    .rmbjBox .right .btn {
        width: 130px;
        line-height: 36px;
    }

    .bottomBox .left,
    .bottomBox .right {
        width: 100%;
    }

    .rmbjTab li {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .skjsBit h1 {
        line-height: 42px;
        font-size: 18px;
    }

    .bottomBox .left .nClassList dl dd {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        padding: 5px;
    }

    .bjTeach dl dt {
        width: 100px;
        height: 100px;
    }

    .bjTeach dl dd {
        width: calc(95% - 100px);
    }

    .bjTeach dl dd h1 {
        line-height: 36px;
        font-size: 20px;
    }

    .bjTeach dl dd span {
        font-size: 16px;
        line-height: 24px;
    }

    .mszlList dl dd .name {
        line-height: 24px;
        font-size: 18px;
    }

    .mszlList dl dd .name span,
    .mszlList dl dd .intro {
        line-height: 20px;
        font-size: 15px;
    }

    .msDetail .pic {
        width: 140px;
        height: 140px;
        margin-bottom: 15px;
    }

    .msDetail .intro {
        width: 100%;
    }

    .msDetail .intro .pText,
    .pxmd {
        font-size: 15px;
        line-height: 24px;
    }

    .skjsBox .tjcpList dl dd {
        font-size: 15px;
        padding: 8px;
        line-height: 26px;
    }

    .aboutBox .aboutPic {
        width: 100%;
    }


    .aboutBox .aboutText {
        width: 100%;
    }

    .aboutText .pText {
        font-size: 15px;
        line-height: 26px;
    }

    .titBox h1 {
        width: 150px;
        font-size: 17px;
    }

    .ryzzBox .left {
        width: 100%;
    }

    .ryzzBox .right {
        width: 100%;
    }

    .ryTab li {
        height: 46px;
        line-height: 46px;
        font-size: 19px;
        margin-right: 20px;
    }

    .zzTab li {
        height: auto;
        line-height: 24px;
        padding: 8px 0;
        font-size: 15px;
    }
}