@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;
}

#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{
    padding: 20px 40px;
    text-align:center;
    font-size: 16px;
    line-height: 30px;
}

#text_con .title{
    font-size: 20px;
    color: #ff6600;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
}

#text_con .des{
    text-align: center;
    font-size: 14px;
    width: 650px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 40px;
}

#text_con .des .time{
    padding-right: 60px;
}

#text_con p{
    text-align: left;
    text-indent: 2em;
}

#btn_con{
    text-align: center;
}

#btn_con{
    margin-top: 50px;
    padding-bottom: 50px;
}

#btn_con .btn{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #37bcfd;
    border-radius: 50px;
}

#btn_con .btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color:#37bcfd;
}

#btn_con .btn:hover{
    background: #37bcfd;
    color: #FFFFFF;
}

#btn_con .btn:hover a{
    color: #FFFFFF;
}

#btn_con #btn_2{
    margin: 0 95px;
}