@charset "UTF-8";

a:hover{
    text-decoration: none;
    color: #3c67f1;
}

input{
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0
}

/*Í·²¿ start*/
#show_url{
    float: right;
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
}
/*Í·²¿ end*/

.education_main{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 500px;
    background: #FFFFFF;
    padding: 40px 20px;
}

#l_con{
    width: 310px;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 0 5px;
}

#l_con .s_title{
    background: #0067ff;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
}

#l_con #news_con{
    margin-top: 20px;
    margin-bottom: 10px;
}

#l_con #news_con li{
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    text-indent: 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#l_con .circle{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #000;
    margin-right: 5px;
    vertical-align: middle;
}

#l_con #more{
    color: #2674ff;
    font-size: 14px;
    margin-bottom: 25px;
}

#btn_con .btn{
    width: 300px;
    height: 70px;
    line-height: 70px;
}

#btn_con .btn>a,
#btn_con .btn>img{
    display: inline-block;
    width: 100%;
    height: 100%;
}

#btn_2{
    margin: 20px 0;
}

#r_con{
    width: 620px;
}

#top_nav {
    height: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #008fff;
}

#top_nav a{
    font-size: 14px;
}

#top_nav .m_text{
    font-size: 14px;
    padding: 0 5px;
}

#text_con{
    margin: 25px 0;
}

#text_con li{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

#text_con .circle{
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #000;
    margin-top: 13px;
    margin-right: 5px;
}

#text_con .text{
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
