@charset "UTF-8";

a:hover{
    text-decoration: none;
}

.language_main{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 500px;
    background: #FFFFFF;
}

/*top_banner start*/
.language_main #top_banner{
    width: 1000px;
    height: 60px;
    background: url(/yywz_new/imgs/spriteNavi.jpg) repeat-x left top;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 20px 0;
    box-sizing: border-box;
}
.language_main #top_banner #top_con{
    height: 30px;
    width: 1000px;
    text-align: center;
    display: flex;
    justify-content: space-around;

}
.language_main #top_banner a{
    display: inline-block;
    height: 20px;
    /* border-right: 1px solid #ffffff; */
    /* padding: 0 58px; */
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Î¢ÈíÑÅºÚ Light';
    font-weight: 600;

}

.language_main #top_banner a:hover,
.language_main #top_banner a.active
{
    font-size: 18px;
    font-family: 'Î¢ÈíÑÅºÚ';
    font-weight: 600;
    text-decoration: none;
}

#top_banner a:last-child{
    border-right: none;
}

#language_inner{
    padding: 20px;
    box-sizing: border-box;
}

#language_inner #pag_show{
    font-size: 14px;
    color: #323232;
    text-align: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #9a9a9a;
    margin-bottom: 20px;
}

#txtcon #txt_top_con{
    width: 850px;
    border-bottom: 1px dotted #9a9a9a;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#txtcon #txt_top_con #title_con{
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    color: #fd6a33;
}

#txtcon #txt_top_con #des_con{
    text-align: center;
    font-size: 14px;
}


#txtcon #txt_top_con #des_con *{
    margin-right: 20px;
}

