@charset "UTF-8";

a:hover{
    text-decoration: none;
}

.edu_main{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 500px;
    background: #FFFFFF;
}

/*top_banner start*/
.edu_main #top_banner{
    width: 1000px;
    height: 60px;
    background: url(/jydd/imgs/spriteNavi.jpg) repeat-x left top;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 20px 0;
    box-sizing: border-box;
}
.edu_main #top_banner #top_con{
    height: 30px;
    width: 1000px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.edu_main #top_banner a{
    display: inline-block;
    height: 20px;
    /* border-right: 1px solid #ffffff; */
    /* padding: 0 30px; */
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}

.edu_main #top_banner a:hover,
.edu_main #top_banner a.active
{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#top_banner a:last-child{
    border-right: none;
}

/*top_banner end*/

/*con start*/
.edu_main #con{
    width: 1000px;
    min-height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
}

.edu_main #con .fl_con{
    width: 235px;
    min-height: 500px;
    margin-right: 30px;
}
.edu_main #con .fl_con ul{
    min-height: 550px;
}
#con .fl_con li{
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #e9f2fa;
    margin-top: 10px;
    font-size: 16px;
}

#con .fl_con li:first-child{
    background: #0067ff;
    border-radius: 5px 5px 0 0;
    font-size: 21px;
    margin-top: 0;
}

#con .fl_con li:first-child>a
{
    color: #ffffff;
}

/*#con .fl_con li:last-child{*/
    /*min-height: 330px;*/
    /*padding-top: 20px;*/
    /*line-height: 40px;*/
    /*padding-bottom: 20px;*/
    /*height: auto;*/
/*}*/

#con .fl_con li:last-child select{
    font-size: 14px;
    border: 1px solid #55c6ff;
    padding: 5px;
}

#con .fl_con li>a{
    display: block;
    width:100%;
    height: 100%;

}

#con .fl_con li.can_click a:hover,
#con .fl_con li.active a
{
    color:#ff5500;
}

#con .fr_con{
    width: calc(100% - 265px);
    min-height: 560px;
}
#con .fr_con .banner_show{
    font-size:14px;
    color: #323232;
    text-align: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #9a9a9a;
}

.news{
    margin-top: 20px;
}

.news ul li{
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    color: #000000;
    font-size: 15px;
}

.news ul li:hover{
    color:#0047c2;
    cursor: pointer;
}

.news ul li .circle{
    width:5px;
    height: 5px;
    border-radius: 50%;
    background: #0047c2;
    margin-top: 12.5px;
    margin-right: 10px;
}

.news ul li .con{
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
/*con end*/




