* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,  tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{    word-break: break-word;
    word-break: break-all;}
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #a7181f;
}

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    background-color: #444444;
    position: relative;
    z-index: 1;
}

.header_center {
    margin: 0 auto;
    height: 57px;
    background-color: #444;
    overflow: hidden;
    max-width: 1600px;
}

.header_center img {
    float: left;
    height: 57px;
}

.jump_link {
    float: right;
    line-height: 57px;
    padding-right: 20px;
}

.jump_link a {
    color: #fff;
}

.jump_link span {
    content: '';
    display: inline-block;
    height: 18px;
    width: 1px;
    background-color: #fff;
    margin: 0px 12px;
    position: relative;
    top: 4px;
}

.main_section {
    margin: 0px auto;
    background-color: #eeeeee;
    background-image: url(../images/main_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.main_section>div {
    max-width: 1300px;
    margin: 0 auto;
    color: #666;
    line-height: 32px;
    background-color: #fff;
    padding: 0px 60px;
    width: 100%;
}

.main_section>div:first-child {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
}

.main_section>div>div:last-child {
    padding-bottom: 24px;
}



.teacher_head {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}


.teacher_head:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height:50%;
    margin-top: 142px;
    background-color: #fff;
    z-index: 1;
}

.teacher_detail {
    width: 300px;
    padding: 36px;
    background-image: url(../images/detail_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #a7181f;
    color: #fff;
    padding-bottom: 56px;
    float: left;
    border-top-left-radius: 16px;
    position: relative;
    z-index: 4;
 /*   top: -36px;*/
    min-height: 500px;
}

.teacher_detail img {
    border-radius: 50%;
    border: 6px solid #c25e63;
    display: block;
    margin: 0px auto;
    margin-bottom: 16px;
    width: 152px;
    height: 152px;
}

.teacher_detail_link {
    display: none;
}

.teacher_detail>p {
    margin: 16px 0px;
}

.teacher_detail>p span {
    font-size: 24px;
    margin-right: 10px;
    font-weight: bold;
}

.teacher_detail>div>p {
    line-height: 24px;
    margin: 5px auto;
}
.news_list.yd{display: none;}
.imgs_list.yd{display: none;}
@media screen and (max-width: 700px) {
    .header {
        min-width: 0px;
        width: 100%;
    }

    .header_center {
        min-width: 0px;
    }

    .header_center img {
        margin-left: 2vw;
    }

    .jump_link {
        float: right;
        line-height: 57px;
        padding-right: 4vw;
    }

    .jump_link a {
        color: #fff;
        font-size: 3.8vw;
    }

    .jump_link span {
        content: '';
        display: inline-block;
        height: 16px;
        width: 1px;
        background-color: #fff;
        margin: 0px 0.8vw;
        position: relative;
        top: 2px;
    }

    .main_section {
        min-width: 0px;
        width: 100%;
    }

    .main_section>div {
        width: 100%;
        min-width: 0px;
        padding: 0 4vw;
    }

    .teacher_head>div {

        width: 100%;
    }

    .teacher_detail {
        background-image: none;
        padding: 8vw;
        border-top-left-radius: 0px;
        top: 0px;
    }

    .teacher_detail img {
        width: 32vw;
        height: 32vw;
        max-width: 135px;
        max-height: 135px;
    }

    .teacher_detail_link {
        display: block;
        line-height: 24px;
        margin: 6px 0px;
        word-wrap: break-word;
    }

    .teacher_detail_link>a {
        color: #fff;
    }

    * {
        font-size: 14px;
    }
    .news_list.pc {
        display: none;
    }

    .news_list.yd{
        display: block;
    }
    .imgs_list.pc{ 
        display: none;
    }
    .imgs_list.yd{
        display: block;
    }
}

@media screen and (min-width: 700px) and (max-width: 1550px) {
    .teacher_detail {
        top: 0px;
    }
}

.teacher_info {
    padding-top: 24px;
    position: relative;
    z-index: 2;
    overflow: auto;
}

.teacher_title {
    padding-left: 56px;
    padding-bottom: 24px;
}

.teacher_title>p:first-child {
    font-size: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    padding-bottom: 16px;
    color: #fff;
}

.teacher_title>p:first-child span {
    font-size: 32px;
    margin-right: 12px;
}

.teacher_title_link a {
    color: #fff;
    line-height: 36px;
}

.teacher_title_link a:hover {
    color: #fff;
}

.teacher_title_college {
    color: #fff;
    line-height: 28px;
}

.teacher_title_college span {
    margin-right: 12px;
}



.teacher_intro {
    background-color: #fff;
    overflow: hidden;
    padding-left: 56px;

}

.teacher_intro_main {
    float: left;
    width: 524px;
    padding-right: 48px;
}

.teacher_intro_main div:last-child p {
    text-indent: 2em;
    color: #666;
    line-height: 32px;
}

.column_title {
    color: #a7181f;
    overflow: hidden;
}

.column_title p {
    font-size: 26px;
    line-height: 86px;
    float: left;
}

.column_title:after {
    /* content: ''; */
    float: left;
    width: 29px;
    height: 8px;
    background-color: #d3d3d3;
    margin-left: 12px;
    margin-top: 38px;
}

.teacher_album {
    float: right;
    border: 1px solid #ddd;
    width: 400px;
    margin-right: 0px;
    margin-top: 20px;
    text-align: right;
    padding-bottom: 6px;
}

.teacher_album ul {
    overflow: hidden;
    padding-bottom: 8px;
}

.teacher_album ul li {
    float: left;
    margin-top: 10px;
    margin-left: 16px;
}

.teacher_album ul li img {
    width: 174px;
    height: 118px;
}

.album_more {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 30px;
    background-color: #d9534f;
    border-radius: 2px;
    border: 1px solid #d5433f;
    margin-right: 18px;
    color: #fff;
    line-height: 30px;

}

.album_more:hover {
    color: #fff;
}

.teacher_edu_experience {
    background-color: #fff;
    padding-left: 56px;
    height: auto;
    padding-bottom: 6px;
}

.teacher_edu_experience>.column_title {
    margin-top: 0px;
}

.teacher_edu_main p,
.teacher_work_main p {
    line-height: 28px;
    color: #666;
    margin: 6px 0px;
}

.teacher_edu_main span,
.teacher_work_main span {
    margin-right: 24px;
}

@media screen and (max-width: 700px) {
    .teacher_title {
        display: none;
    }

    .teacher_info {
        padding-top: 0px;
    }

    .teacher_intro {
        padding: 4vw;
    }

    .teacher_edu_experience {
        padding: 4vw;
    }

    .teacher_intro_main {
        width: 100%;
        padding-right: 0px;
    }

    .teacher_album {
        width: 100%;
        margin: 0px;
        margin-top: 24px;
    }

    .teacher_album ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

        -webkit-justify-content: space-between;

        -moz-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 4vw;
        padding-top: 0px;
    }

    .teacher_album ul li {
        margin: 0px;
        margin-top: 12px;
    }

    .album_more {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .column_title p {
        font-size: 22px;
        line-height: 76px;
    }

    .column_title:after {
        margin-top: 34px;
    }
}

/*è°ƒæ•´çº¢è‰²å¡ç‰‡æ ·å¼*/


@media screen and (min-width: 700px) and (max-width: 1300px) {
    .teacher_head{
        display: flex;
    }
    .teacher_detail{
        flex-shrink: 0;
    }
    .teacher_intro_main {
        width: 100%;
        float: none;

    }

    .teacher_album {
        width: 90%;
        float: none;

    }

    .teacher_album ul {
        height: 146px;
        overflow: hidden;
    }

    .teacher_album ul li {
        margin-left: 12px;
    }

    .teacher_info {
        display: flex;
        flex-direction: column;
        width: auto;

    }
    .teacher_edu_experience{
        flex-shrink: 1;
    }
}
@media screen and (max-width: 425px) {
    .teacher_album ul {
        padding-left: 8vw;
        padding-right: 8vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.teacher_achievement_main>p {
    text-indent: 0em;
}

.teacher_group_main>p {
    margin-bottom: 12px;
}

.teacher_group_main>p:first-child {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    padding: 12px 48px;
}

.teacher_group_main>p:nth-child(2) {
    border: 1px solid #e1e1e1;
    padding: 12px 48px;
}

.teacher_group_main>div ul {
    border: 1px solid #e1e1e1;
    padding-left: 48px;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

.teacher_group_main>div ul li {
    float: left;
    margin-right: 48px;
}

.teacher_group_main>div ul li:nth-child(6n) {
    margin-right: 0px;
}

.teacher_group_main>div ul li img {
    border-radius: 50%;
    width: 142px;
    height: 142px;
}

.teacher_group_main>div ul li p {
    text-align: center;
}

.footer {
    line-height: 64px;
    text-align: center;
    background-color: #eeeeee;
}

@media screen and (max-width: 700px) {

    .teacher_group_main>div ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 8vw;

    }

    .teacher_group_main>p:first-child {
        padding: 12px 24px;
    }

    .teacher_group_main>p:nth-child(2) {
        padding: 12px 24px;
    }

    .teacher_group_main>div ul li {
        float: none;
        margin: 0px;
    }

    .footer {
        line-height: 28px;
        padding: 24px;
    }

    .footer span {
        display: inline-block;
    }
}

@media screen and (max-width: 400px) {
    .teacher_group_main>div ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 12vw;

    }

    .teacher_group_main>div ul li {
        float: none;
        margin: 0px;
    }
}



/*å†…å®¹é¡µæ ·å¼èµ·å§‹*/
.main_section>div.detail_page_banner {
    overflow: hidden;
    position: relative;
}

.detail_page_banner img {
    border-radius: 50%;
    border: 6px solid #c25e63;

    width: 142px;
    height: 142px;
    position: absolute;
    top: 14px;
    left: 36px;
}

.detail_banner_mob {
    display: none;
}

.main_section>div.detail_page_main {
    max-width: 1300px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0px 36px;
    padding-top: 24px;

}

.detail_page_title {
    float: left;
    padding-top: 36px;
    margin-left: 192px;
    width: 79%;
}

.detail_page_title>p:first-child {
    font-size: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    padding-bottom: 16px;
    color: #fff;
}

.detail_page_title>p:first-child span {
    font-size: 32px;
    margin-right: 12px;
}

.detail_page_link a {
    color: #fff;
    line-height: 36px;
}

.detail_page_link a:hover {
    color: #fff;
}

.detail_page_college {
    color: #fff;
    line-height: 28px;
}

.detail_page_college span {
    margin-right: 12px;
}



.teacher_title>p:first-child span {
    font-size: 32px;
    margin-right: 12px;
}

.teacher_title_link a {
    color: #fff;
    line-height: 36px;
}

.teacher_title_link a:hover {
    color: #fff;
}

.teacher_title_college {
    color: #fff;
    line-height: 28px;
}

.teacher_title_college span {
    margin-right: 12px;
}




/*è¿”å›žä¸»é¡µæŒ‰é’®*/
.detail_page_main>div.column_title>p:last-child {
    float: right;
    font-size: 22px;
    line-height: 76px;
    margin-top: 10px;
}

.detail_title {
    font-size: 24px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    font-weight: bold;
    word-break: break-word;
}

.detail_content {
    line-height: 32px;
    padding-top: 10px;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.detail_info {
    color: #666;
    text-align: center;
}

.detail_content li {
    list-style-type: none;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail_content>p {
    text-indent: 2em;
}

.detail_table tr td:first-child{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    white-space: nowrap;
}

.detail_attach {
    padding: 0px 15px;
}

.detail_attach p:first-child {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
}

.detail_attach p img {
    width: 16px;
    margin-right: 4px;
}
.attach_imgs {
    overflow: hidden;
}
.attach_imgs li{
    float: left;
    margin-right: 10px;
    margin-top: 12px;
    width: 160px;
}
.attach_imgs li a img{
    width: 160px;
    height: 120px;
}
.attach_imgs li a p{
    text-align: center;
    line-height: 16px;
    padding: 8px 12px;
    width: 100%;
}
.detail_ne_pr {
    padding: 24px 15px;
}

.detail_ne_pr p {
    margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
   .attach_imgs li{
    margin-right: 24px;
   }
}
@media screen and (max-width: 700px) {
    .attach_imgs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    } 
     .attach_imgs li{
        margin: 0px;
     }
    .attach_imgs li{
        width: 36vw;
    }
    .attach_imgs li a img{
        width: 36vw;
        height: 27vw;
    }
    .detail_content{
        padding-left: 0px;
        padding-right: 0px;
    }

}
@media screen and (max-width: 700px) {
    .main_section>div.detail_page_banner:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #a7181f;

    }

    .main_section>div.detail_page_main {
        max-width: 1300px;
        background-color: #fff;
        margin: 0 auto;
        padding: 0px 4vw;
        padding-top: 24px;

    }

    .detail_title {
        font-size: 22px;
    }

    .detail_page_main>div.column_title>p:last-child {
        font-size: 18px;
        line-height: 56px;
    }

    .detail_page_banner img {
        width: 32vw;
        height: 32vw;
        margin: 24px 0px;
        position: relative;
        top: 0px;
        left: 0px;
        max-width: 125px;
        max-height: 125px;
    }

    .detail_page_title {
        text-align: center;
        width: 100%;
        color: #fff;
        padding: 0px;
        margin-left: 0px;
    }

    .detail_page_title p:first-child {
        border: none;
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .detail_page_title p:first-child span {
        font-size: 18px;
        margin-right: 12px;
        font-weight: bold;
    }

    .detail_page_link {
        display: none;
    }

    .detail_page_link a {
        color: #fff;
        word-wrap: break-word;
        padding: 0vw 4vw;
        display: block;
    }

    .detail_page_college {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}



/*åˆ—è¡¨é¡µæ ·å¼èµ·å§‹*/
.list_main>div.column_title,
.comprehensive_page>div.column_title {
    border-bottom: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 6px;
}

.list_main>div.column_title p,
.comprehensive_page>div.column_title p {
    line-height: 36px;
}

.list_main>div.column_title:after,
.comprehensive_page>div.column_title:after {
    margin-top: 14px;
}

.detail_page_main>div.list_main {
    padding-top: 0px;
    padding-bottom: 56px;
}

.column_title>p.location_text {
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 6px;
}

.column_title>p.location_text img {
    margin-right: 8px;
}

.news_list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_list li {
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
    background: url(../images/xdd.png) no-repeat 2px 16px;
    cursor: pointer;
    list-style: none;
    padding-left: 12px;
    overflow: hidden;
}

.news_list li a {
    white-space: pre-wrap;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.news_list li span {
    float: right;
    max-width: 82px;
}

.news_list,
.imgs_list {
    padding-bottom: 48px;
}

.imgs_list ul {
    overflow: hidden;
    width: 100%;
}

.imgs_list li {
    float: left;
    width: 265px;
    list-style-type: none;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.imgs_list li img {
    width: 265px;
    height: 160px;
}

@media screen and (max-width: 1300px) {
   .news_list li a {
        width: 900px;
    }
    .imgs_list ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1024px) {
    .news_list li a {
        /* white-space: nowrap; */
        -o-text-overflow: ellipsis;
        /* text-overflow: ellipsis; */
        /* overflow: hidden; */
        display: inline-block;
        width: 95%;
    }

    .news_list li span {
        float: right;
        max-width: 82px;
    }
}
@media screen and (max-width: 740px) {
    .imgs_list ul{
        justify-content: space-between;
    }
    .imgs_list ul li{
        width: 36vw;
        margin: 0px;
        padding: 0px;
        margin-top: 12px;
    }
    .imgs_list ul li img{
        width: 38vw;
        height: 24.5vw;
    }
}
@media screen and (max-width: 600px) {
    .main_section>div>div.list_main:last-child {
        padding: 0px;
    }

    .list_main>div.column_title:after {
        display: none;
    }

    .list_main>.column_title>p:first-child {
        float: none;
    }

    .comprehensive_page>div.column_title:after {
        display: none;
    }

    .comprehensive_page>.column_title>p:first-child {
        float: none;
    }

    .column_title>p.location_text {
        float: none;
    }

}










/*ç»¼åˆé¡µé¢æ ‡é¢˜æ ·å¼åŒä¸¤åˆ—è¡¨é¡µ*/
.compre_main>div {
    padding: 12px;
}

.compre_title {
    padding: 10px;
    padding-left: 0px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #787878;
    width:
}

.compre_title p {
    font-size: 20px;
    line-height: 35px;
    text-align: left;

    font-weight: bold;
    color: #333;
    float: left;
}

.compre_title a {
    float: right;
    line-height: 25px;
    padding-top: 10px;
}

.compre_list ul {
    overflow: hidden;
}

.compre_list ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    list-style-type: none;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 5px 22px;
    padding-top: 10px;
}

.compre_more {
    display: block;
    text-align: center;
    width: 320px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid #666;
    color: #666;
    margin-top: 24px;
}

.compre_more:hover {
    border-color: #a7181f
}

.compre_text {
    padding: 12px;
}

.compre_text p {
    text-indent: 2em;
}
.compre_list>div.imgs_list ul li{
    list-style: none;
    background-image: none;
    padding: 0px;
}














.page table td,.pages table td div {
    font-family: "å¾®è½¯é›…é»‘" !important;
}

.page .PrevDisabled,.pages .Next,a.Prev,.pages .NextDisabled,a.Next,.NextDisabled {
    border: 1px solid #ad2225  !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #ad2225  !important;
    padding: 0 10px !important;
    font-family: "å¾®è½¯é›…é»‘" !important;
    vertical-align: middle;
}

.page input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #ad2225  !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
}

.page input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#004D7A, EndColorStr=#004D7A)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#004D7A), to(#004D7A))!important;
    background: -moz-linear-gradient( top,#004D7A,#004D7A)!important;
    background: -ms-linear-gradient(top,#004D7A 0%,#004D7A 100%)!important;
}