@media (max-width: 1600px) {
    html {
        font-size: 90px!important;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 80px!important;
    }
    .szyd .szyd-next,
    .sjzs .sjzs-next {
        right: -0.5rem;
    }
    .szyd .szyd-prev,
    .sjzs .sjzs-prev {
        left: -0.5rem;
    }
}

@media (max-width: 1360px) {
    html {
        font-size: 75px!important;
    }
    .byrw .swiper-slide {
        height: 3.9rem;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 65px!important;
    }
    .head_top.on {
        height: 0.8rem;
    }
    .head_rg,
    .nav_box .sstc,
    .nav_xian,
    .ban_box .ban-down,
    .header::before {
        display: none;
    }
    .head_top {
        top: 0;
        height: 0.8rem;
        background: #99111A;
    }
    .tc_logo {
        height: 0.6rem;
        width: 6rem;
        margin: 0.1rem 0 0 0.1rem;
        position: relative;
        z-index: 10;
    }
    .head_top.on .tc_logo {
        height: 0.6rem;
        margin-top: 0.1rem;
    }
    .ban_box,
    .list_pic {
        margin-top: 0.8rem;
    }
    .ban_box .ban-dot {
        width: 100%;
        right: 0;
        text-align: center;
        bottom: 0.2rem;
    }
    /* 小于1200就缩导航 */
    /* 手机导航 */
    .navbar {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0px;
        border-bottom: none;
        background: none;
        height: auto;
        z-index: 999;
    }
    .navbar .menuBtn {
        width: 30px;
        cursor: pointer;
        position: fixed;
        right: 0.25rem;
        top: 0.4rem;
        z-index: 9;
        padding-top: 4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar .menuBtn b {
        display: block;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .menuBtn2 {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .phone-menu {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #99111A;
        z-index: 99;
        width: 100%;
        height: 100%;
        padding: 30px 5%;
        left: 0;
        top: 100%;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar .navbar-nav {
        overflow: hidden;
        display: inline;
    }
    .navbar .navbar-nav a {
        font-weight: normal !important;
        background: none !important;
    }
    .navbar .nav-child {
        width: 100%;
        display: none;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 0 10px !important;
        margin: 0 0 -1px 0 !important;
        opacity: 1;
        visibility: visible;
    }
    .navbar .nav-child li {
        text-align: left;
        padding: 5px 0;
        border-bottom: none;
    }
    .navbar .nav-child li a {
        font-size: 0.17rem !important;
    }
    .navbar .nav-child li>dl {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background: none;
        padding-left: 15px;
    }
    .navbar .nav-child li.hasChild.on>dl {
        display: block;
    }
    .navbar .nav-child:before {
        display: none;
    }
    .navbar .navbar-nav>li {
        width: 100% !important;
        display: block;
        position: relative;
        text-align: left !important;
        padding: 10px 20px !important;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        background: none !important;
        box-sizing: border-box;
    }
    .navbar .navbar-nav>li a {
        text-align: left !important;
        line-height: 0.26rem;
        font-size: 0.2rem;
        color: #fff !important;
        padding: 0 !important;
        border-bottom: none !important;
    }
    .navbar .navbar-nav>li li {
        background: none !important;
    }
    .navbar .navbar-nav>li.hasChild>em {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9;
        width: 20px;
        height: 45px;
        background: url(../images/nav-down.png) center no-repeat;
        background-size: 70%;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar li.hasChild.on .nav-child {
        display: block !important;
        background: none;
        padding-left: 10px;
    }
    .navbar li.hasChild.on em {
        transform: rotate(45deg);
    }
    .navbar .search-box {
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 100%;
    }
    body.side-right .navbar .phone-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
    body.side-right .navbar .menuBtn {
        display: none;
    }
    body.side-right .navbar .menuBtn2 {
        position: fixed;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        top: 30px;
    }
    body.side-right .navbar .menuBtn b {
        display: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 30px;
    }
    body.side-right .navbar .menuBtn b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    body.side-right .navbar .menuBtn b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    body.side-right .navbar .menu-bott {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }
    body.side-right .navbar .menu-bott .link {
        margin: 2px 0px 10px;
    }
    body.side-right .navbar .menu-bott .link a {
        font-size: 0.16rem;
        color: #fff;
        margin-left: 20px;
        width: 1rem;
        height: 0.36rem;
        line-height: 0.34rem;
        border-radius: 0.5rem;
        background: rgba(44, 44, 44, 0.2);
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        position: relative;
        padding: 0.05rem 0.2rem;
    }
    body.side-right .navbar .menu-bott .link a img {
        margin-right: 0.08rem;
        vertical-align: -3px;
    }
    body.side-right .navbar .menu-bott .link a:hover {
        font-weight: bold;
    }
    body.side-right .navbar .menu-bott .phone-ss {
        width: 100%;
    }
    body.side-right .navbar .menu-bott .phone-ss .text {
        width: calc(100% - 35px);
        line-height: 40px;
        height: 40px;
        background: #fff;
        padding: 0 10px;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
        border-radius: 3px;
    }
    body.side-right .navbar .menu-bott .phone-ss .btn {
        margin-top: 4px;
        width: 30px;
        height: 30px;
        float: right;
        background: url(../images/ic_ser.png) center center no-repeat;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
    }
    body.side-right .navbar .menu-bott input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
    }
    body.side-right .navbar .menu-bott input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input::-ms-input-placeholder {
        color: #fff;
    }
    /* 手机导航 */
    .sjmenu {
        display: block;
        background: #f5f5f5;
    }
    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        width: 100%;
    }
    .sp_logo {
        float: left;
        height: 50px;
        font-size: 0.32rem;
        line-height: 50px;
        color: #333;
        text-indent: 10px;
        font-family: 'sys-b';
    }
    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 26px;
        margin-top: 15px
    }
    .sp_nav span {
        display: block;
        background: #99111A;
        width: 26px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }
    .sp_nav span:nth-of-type(1) {
        top: 0px
    }
    .sp_nav span:nth-of-type(2) {
        top: 10px
    }
    .sp_nav span:nth-of-type(3) {
        top: 20px
    }
    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }
    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }
    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }
    .sjj_nav {
        width: 100%;
        transition: top ease 0.35s;
        display: none;
    }
    .nav_show {
        display: block;
        color: #333;
           background: rgba(255, 255, 255, 0.5);
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #eee solid;
        height: 40px;
        padding: 0px 7px 0 7px;
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }
    .sjj_nav ul li {
        border-top: 1px #eee solid;
        position: relative;
        line-height: 50px;
        font-size: 16px;
    }
    .sjj_nav ul li a {
        display: block;
        text-indent: 8px;
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li ul li {
        font-size: 15px;
    }
    .sjj_nav ul li ul li a {
        color: #444;
        display: block;
        text-align: left;
        text-indent: 20px;
    }
    .sjj_nav ul li ul li ul li {
        font-size: 14px;
    }
    .sjj_nav ul li ul li ul li a {
        color: #444;
        text-indent: 30px;
    }
    .sjj_nav ul li ul li ul li ul li a {
        color: #666;
        text-indent: 40px;
    }
    .sjj_nav ul li.grey {
        background: #f1f3f6;
    }
    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #666;
        margin-top: 10px;
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #99111A;
    }
    /* 文字列表 */
.list_boxbg{
  padding-top:0.3rem;
}
    .list_lf {
        display: none;
    }
    .list_rg {
        width: calc(100% - 0px);
        margin-top: 0;
        background: none;
    }
    .ltpic_box::before {
        width: 100%;
    }
    .ltpic_box .ltlmmc {
        display: none;
    }
    .ltpic_box .ltlmmc.pdy {
        display: block;
    }
    .ltpic_box .ltlmmc.pdy h1 {
        margin-bottom: 0.5rem;
        font-size: 0.42rem;
    }
    .ltdqwz {
        margin: 0;
    }
    .ltdqwz h1 {
        font-size: 0.32rem;
    }
    .list_lb li {
        padding: 0 0.13rem;
    }
    .list_xw li {
        padding-left: 0.1rem;
        padding-right: 0.13rem;
    }
    .list_xw li::before {
        left: 0;
        width: calc(100% - 0rem);
    }


    .list_tb {
        background: #fff;
    }




.rygc {
        padding: 0;
    }
    .ycpc {
        display: none;
    }
    .ycmob {
        display: block;
        width: 0.7rem;
        position: fixed;
        z-index: 9;
        bottom: 10%;
        right: 0;
    }
    .ycmob .ycmob_lg {
        width: 100%;
        background: #99111A;
        border-radius: 0.2rem;
        padding-bottom: 0.15rem;
        cursor: pointer;
    }
    .ycmob .ycmob_lg span {
        display: block;
        transform: translate(0, -50%);
    }
    .ycmob .ycmob_lg h2 {
        font-size: 0.18rem;
        line-height: 0.24rem;
        text-align: center;
        color: #fff;
                margin-top: -0.4rem;
        width: 70%;
        margin-left: 14%;
    }
    .ycmob_box .ycmob_nr {
        border-radius: 0.2rem;
        background: #99111A;
        padding: 0;
    }
    .ycmob_box .ycmob_nr dl {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0.2rem 0.3rem;
        overflow: hidden;
    }
    .ycmob_box .ycmob_nr dl:nth-last-of-type(1) {
        border-bottom-style: none;
    }
    .ycmob_box .ycmob_nr dl dt {
        font-size: 0.16rem;
        font-weight: bold;
        line-height: 0.4rem;
        color: #FFFFFF;
        padding-left: 0.25rem;
        box-sizing: border-box;
    }
    .ycmob_box .ycmob_nr dl dd {
        font-size: 0.16rem;
        line-height: 0.3rem;
        color: #FFFFFF;
    }
    .ycmob_box .ycmob_nr dl dd.yew {
        font-size: 0.2rem;
        color: #FFDDB0;
        text-indent: 0.25rem;
    }
    .ycmob_box .ycmob_nr dl dt:nth-of-type(1) {
        background: url(../images/yc_icon01.png) no-repeat left center;
    }
    .ycmob_box .ycmob_nr dl dt:nth-of-type(2) {
        background: url(../images/yc_icon02.png) no-repeat left center;
    }
    .ycmob_box .ycmob_nr dl dt:nth-of-type(3) {
        background: url(../images/yc_icon03.png) no-repeat left center;
    }
    .ycmob_box.showdiv {
        opacity: 1;
        visibility: visible;
    }
    .ycmob_box .ycmob_close {
        position: absolute;
        right: .3rem;
        top: .25rem;
        width: .3rem;
        height: .3rem;
        cursor: pointer;
        background: url(../images/close.png) no-repeat;
        background-size: 100%;
    }
    .ycmob_box .ycmob_nr {
        width: 90%;
        margin: 0 auto;
        -webkit-transform: translateY(1.5rem);
        transition: .2s .1s
    }
    .ycmob_box.showdiv .ycmob_nr {
        transform: translateY(0);
        transition: .5s .3s
    }
    #gotop2 {
        cursor: pointer;
        width: 100%;
        background: #EA9425;
        text-align: center;
        padding: 0.08rem 0;
        border-radius: 0 0 0.2rem 0.2rem;
     display:none;
    }
    #gotop2 img {
        height: 0.34rem;
    }
}






@media (max-width: 1024px) {}

@media (max-width: 950px) {
    .sydh h1 {
        font-size: 0.34rem;
        line-height: 0.6rem;
        background-size: auto 0.6rem;
    }
    .sydh span {
        margin-top: 0.1rem;
    }
    .sydh.bai h1 {
        background-size: auto 0.6rem;
    }
    .sydh.bai span {
        top: 0.1rem;
    }
    /* 新闻动态 */
    .cont_box,
    .cont_box2 {
        padding-top: 0.65rem;
    }
    .xwdt_box {
        padding-top: 0.3rem;
    }
    .xwdt_box .xwlbo {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .xwlbo .lb .pic {
        padding-bottom: 56%;
    }
    .xwdt_box .xwlbwz,
    .cont_box2 .tzgg,
    .cont_box2 .xyfc {
        width: 100%;
    }
    .cont_box2 .tzgg {
        margin-bottom: 0.65rem;
    }
    .tzgg .lbwz {
        margin-top: 0.3rem;
    }
    .szfw li {
        width: 25%;
    }
    /* 榜样人物 */
    .byrw .swiper-slide {
        height: auto;
    }


    .cont_box6 .ct6nr {
        width: 100%;
    }
    .ct6nr:nth-of-type(1) .mar {
        padding-right: 0;
    }
    .ct6nr:nth-of-type(2) .mar {
        padding-left: 0;
        margin-top: 0.65rem;
    }
    .cont_box7 {
        padding-top: 1rem;
        background: #fef3ed;
        position: relative;
        z-index: 2;
        margin-top: -2.5rem;
    }
    .sjzs {
        padding-top: 0.65rem;
        height: auto;
    }
    .sjzs .swiper-slide.swiper-slide-prev .mar,
    .sjzs .swiper-slide.swiper-slide-next .mar {
        margin-top: 0;
    }
    .ct7nr .mar .mtwz {
        height: 0.9rem;
    }
    .link_box {
        background: #EA9425;
        position: initial;
    }
    .link_box::before {
        display: none;
    }
    .link_box .minnr h1 {
        width: 100%;
    }
    .link_box .rgt .yqlj {
        margin: 0 0.3rem 0 0;
    }
    .dibu_bg .dbc1 {
        padding-top: 0.5rem;
    }
    .dibu_bg .dbc1 .dblogo {
        width: 5.6rem;
    }
    .contt_sxp li {
        width: 100%;
        margin: 0.1rem 0;
    }
    .contt_sxp li.prev a,
    .contt_sxp li.next a {
        padding-left: 0.6rem;
        padding-right: 0rem;
    }
    .contt_sxp li.next a {
        text-align: left;
    }
    .contt_sxp li.next a::before {
        left: 0;
        transform: rotate(0deg);
    }
    /* 资助中心 */
    .pdzxzx_box,
    .pdzxzx_box2 {
        padding: 0.65rem 0;
    }
    .pdxw,
    .pdgg,
    .pdmin {
        width: 100%;
    }
    .pdxw,
    .pdmin:nth-of-type(1) {
        margin-bottom: 0.65rem;
    }
    .pdmin:nth-of-type(1) .mar {
        padding-right: 0;
    }
    .pdmin:nth-of-type(2) .mar {
        padding-left: 0;
    }
    .pdzxzx_box3 {
        padding: 0.65rem 0 1rem;
    }
    .pdzxjj .pic {
        padding-bottom: 29%;
    }
    .pdzxzx_box2.zxjjbox {
        padding-bottom: 1rem;
    }
   .reny li {
        width: 100%;
    }
 .xlfwxg .pic {
        padding-bottom: 67%;
    }
    .xlfwxg .btn li .mar a {
        height: 0.52rem;
        line-height: 0.52rem;
    }
.list_tb li {
        width: 50%;
    }
    .list_tb li .mar {
        height: 1.36rem;
    }
    .list_tb li .mar .icon {
        width: 0.66rem;
        height: 0.66rem;
    }
    .list_tb li .mar .icon img {
        max-width: 0.36rem;
        max-height: 0.36rem;
    }
    .list_tb li .mar .text h2 {
        height: 0.66rem;
        line-height: 0.24rem;
    }



.contt_zhwen table{
width: 100%!important;
}


}

@media (max-width: 768px) {}

@media (max-width: 700px) {
    html {
        font-size: 70px!important;
    }
    .cont_box6 {
        padding-bottom: 3.5rem;
    }
    .cont_box7 .ct7nr {
        width: 100%;
    }
    .ct7nr:nth-of-type(1) .mar {
        padding-right: 0rem;
    }
    .ct7nr:nth-of-type(2) .mar {
        padding-left: 0rem;
    }

    .mtlbo .mttj .pic,
   .mtvideo .pic,
    .mtrgt .mttj2 .pic {
        padding-bottom: 56%;
    }
    .mtrgt {
        background: #ea9425;
    }
.mtvideo{
  margin-top:0.2rem;
}
    .mtrgt .mttj2 {
        width: 100%;
    }
    .mtrgt .mtwbd {
        width: 2.55rem;
        margin: auto;
        height: auto;
        float: none;
    }
    .mtwbd ul {
        padding: 0.4rem 0;
    }
    .mtwbd ul li {
        margin: 0 0.2rem;
    }
    .mtwbd ul li:hover .dbewm {
        right: auto;
        top: 100%;
        left: 50%;
        margin-top: 0;
        margin-left: -60px;
        padding-right: 0;
        padding-top: 10px;
    }
    .dbewm .dbewm_bk .dbewm_nr:before {
        top: 0px;
        right: 50px;
        border-top-style: none;
        border-left-style: none;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #fff;
    }
    .szyd .szyd-next,
    .sjzs .sjzs-next {
        right: 0;
    }
    .szyd .szyd-prev,
    .sjzs .sjzs-prev {
        left: 0;
    }
    .sjzs .mar {
        width: 1.8rem;
        height: 2.13rem;
    }
    .sjzs .mar h1 {
        font-size: 0.18rem;
        line-height: 0.36rem;
        height: 0.36rem;
        margin-top: 0.3rem;
    }
    .sjzs .mar h1 span {
        font-size: 0.4rem;
    }
    .sjzs .mar p {
        font-size: 0.16rem;
    }
    .dibu_bg .dbc1 {
        padding: 0.3rem 0;
    }
    .dibu_bg .dbc1 .dblogo {
        width: 4.5rem;
        float: none;
        margin: auto;
    }
    .dibu_bg .dbc1 .dbadr {
        width: 100%;
        margin-top: 0.15rem;
        box-sizing: border-box;
        padding-left: 0;
    }
    .dibu_bg .dbc1 .dbadr::before {
        display: none;
    }
    .ltdqwz span {
        float: left;
        width: 100%;
        margin: 0 0 0.15rem;
    }
    .ltdqwz h1 {
        font-size: 0.28rem;
    }
    /* 资助中心 新闻动态 */
    .pdxwtj .mar {
        background: none;
    }
    .pdxwtj .mar .pic {
        width: 100%;
    }
    .pdxwtj .mar .text {
        width: 100%;
        background: #981120 url(../images/pdxwtj.jpg) no-repeat right bottom;
        background-size: cover;
        padding: 0.3rem 0.4rem 0.65rem;
    }
    .pdxwtj .pdxwtj-dot {
        width: 100%;
    }
    .pdxwtj .pdxwtj-dot span {
        margin: 0 6px;
    }
    .pdkstd li {
        width: 50%;
    }
    .pdkstd li .mar {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 70px!important;
    }
    .ctbx,
    .ctbx2 {
        width: 90%;
        margin: auto;
    }
    .sydh h1 {
        font-size: 0.28rem;
        line-height: 0.5rem;
        background-size: auto 0.5rem;
    }
    .sydh span {
        margin-top: 0.08rem;
        font-size: 0.14rem;
        height: 0.32rem;
        line-height: 0.32rem;
    }
    .sydh.bai h1 {
        background-size: auto 0.5rem;
    }
    .sydh.bai span {
        top: 0.08rem;
    }
    .link_box .rgt .yqlj {
        margin-bottom: 0.2rem;
        width: 100%;
    }
    .szfw li {
        width: 33.3%;
    }
    .list_xw li .ltxwlf,
    .list_xw li .text {
        width: 100%;
    }
    .list_xw li .text {
        margin-top: 0.15rem;
    }
.reny li .mar .text{
  padding-top: 0.07rem;
}
   .list_tb li {
        width:100%;
    }


}
@media (max-width: 479px) {
  .tc_logo{
          width: 4rem;
  }
}
@media (max-width: 420px) {
    .cont_box7 {
        margin-top: -3rem;
    }
    .fdyyd .ydtj .pic,
    .fdyyd .ydtj .text {
        width: 100%;
    }
    .szfw li {
        width: 50%;
    }
}


@media (max-width: 360px) {
  .tc_logo{
          width: 3.5rem;
  }
}