.rhhead{
    background: #3d95d5!important;
}
.divl_left{
    background: #3d95d5 url(../../images/pl/icon5.png) no-repeat center 25px;
}
.divl_rbot{
    background:#d7e7ff;
}
.entercell{
    color: #333;
}
.qxenter{
    background: #3d95d5!important;
}
.divrcell2{
    background: #3d95d5 url(../../images/pl/img4.png) no-repeat 110px 5px!important;
}
/*教育资讯start*/
#columnList{
    /*transform: translateY(-50%);*/
}
.informationColumn {
    position: relative;
    width: 75px;
    display: table-cell;
    text-align: center;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    background: none;
    transition: 0.2s ease color;
    margin-right: 30px;
}
.informationColumn:hover{
    border-bottom:2px solid #666;
}
#columnList .informationColumn:before,#columnList .informationColumn:after
{
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease transform;
}

#columnList .informationColumn:before
{
    top: 8px;
    left: -8px;
    width: 6px;
    height: 6px;
}

#columnList .informationColumn:after
{
    top: 12px;
    left: 0px;
    width: 4px;
    height: 4px;
}
#columnList .informationColumn:nth-child(1):before
{
    background-color: #f5cb8b;
}

#columnList .informationColumn:nth-child(1):after
{
    background-color: red;
}

#columnList .informationColumn:nth-child(2):before
{
    background-color: #00e2ff;
}

#columnList .informationColumn:nth-child(2):after
{
    background-color: #89ff00;
}

#columnList .informationColumn:nth-child(3):before
{
    background-color: purple;
}

#columnList .informationColumn:nth-child(3):after
{
    background-color: palevioletred;
}
#columnList .informationColumn:hover
{
    height: 40px;
    border-radius: 0;
    width: 75px;
}
#columnList .informationColumn:hover:before, #columnList .informationColumn:hover:after
{
    transform: scale(1);
}
.choose {
    color: #3d95d5;
    border-bottom: 2px solid #3d95d5;
    border-radius: 0;
    height: 40px;
}
.choose:hover {
    color: #3d95d5;
    border-bottom: 2px solid #3d95d5;
    border-radius: 0;
    height: 40px;
}
/*教育资讯end*/
/*资源中心start*/
.pl_body{
    background: #FFF!important;
}
#resourceList{}
.pl_informationColumn {
    position: relative;
    width: 80px!important;
    display: table-cell;
    text-align: center;
    color: #666!important;
    text-decoration: none;
    font-weight: bold;
    background: none!important;
    transition: 0.2s ease color;
    margin-right: 50px!important;
}
.pl_informationColumn:hover{
    border-bottom: 2px solid #666;
}
.pl_informationColumn:before,.pl_informationColumn:after
{
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease transform;
}

.pl_informationColumn:before
{
    top: 8px;
    left: -8px;
    width: 6px;
    height: 6px;
}

.pl_informationColumn:after
{
    top: 12px;
    left: 0px;
    width: 4px;
    height: 4px;
}
.pl_informationColumn:nth-child(1):before
{
    background-color: #f5cb8b;
}

.pl_informationColumn:nth-child(1):after
{
    background-color: red;
}

.pl_informationColumn:nth-child(2):before
{
    background-color: #00e2ff;
}

.pl_informationColumn:nth-child(2):after
{
    background-color: #89ff00;
}

.pl_informationColumn:nth-child(3):before
{
    background-color: purple;
}

.pl_informationColumn:nth-child(3):after
{
    background-color: palevioletred;
}
.pl_informationColumn:nth-child(4):before
{
    background-color: #001aff;
}

.pl_informationColumn:nth-child(4):after
{
    background-color: #70bf0a;
}

.pl_informationColumn:nth-child(5):before
{
    background-color: #b958dc;
}

.pl_informationColumn:nth-child(5):after
{
    background-color: green;
}
.pl_informationColumn:nth-child(6):before
{
    background-color: #b4dc58;
}

.pl_informationColumn:nth-child(6):after
{
    background-color: #800f00;
}
.pl_informationColumn:hover
{
    height: 40px;
    border-radius: 0;
    width: 75px;
}
.pl_informationColumn:hover:before, .pl_informationColumn:hover:after
{
    transform: scale(1);
}
.pl_choose {
    color: #3d95d5!important;
    border-bottom: 2px solid #3d95d5;
    border-radius: 0!important;
    height: 40px!important;
}
.pl_choose:hover {
    color: #3d95d5!important;
    border-bottom: 2px solid #3d95d5;
    border-radius: 0!important;
    height: 40px!important;
}
.btnres{
    background: #3d95d5!important;
}
/*资源中心end*/
/*应用中心css start*/
.apptit {
    position: relative;
    width: 80px!important;
    display: table-cell;
    text-align: center;
    color: #666!important;
    text-decoration: none;
    font-weight: bold;
    background: none!important;
    transition: 0.2s ease color;
    margin-right: 50px!important;
    margin-top: -10px;
}
.apptit:hover{
    border-bottom: 2px solid #666;
}
.apptit:before,.apptit:after
{
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease transform;
}

.apptit:before
{
    top: 8px;
    left: -8px;
    width: 6px;
    height: 6px;
}

.apptit:after
{
    top: 12px;
    left: 0px;
    width: 4px;
    height: 4px;
}
.apptit:nth-child(1):before
{
    background-color: #f5cb8b;
}

.apptit:nth-child(1):after
{
    background-color: red;
}

.apptit:nth-child(2):before
{
    background-color: #00e2ff;
}

.apptit:nth-child(2):after
{
    background-color: #89ff00;
}

.apptit:nth-child(3):before
{
    background-color: purple;
}

.apptit:nth-child(3):after
{
    background-color: palevioletred;
}
.apptit:nth-child(4):before
{
    background-color: #001aff;
}

.apptit:nth-child(4):after
{
    background-color: #70bf0a;
}

.apptit:nth-child(5):before
{
    background-color: #b958dc;
}

.apptit:nth-child(5):after
{
    background-color: green;
}
.apptit:nth-child(6):before
{
    background-color: #b4dc58;
}

.apptit:nth-child(6):after
{
    background-color: #800f00;
}
.apptit:nth-child(7):before
{
    background-color: #6158dc;
}

.apptit:nth-child(7):after
{
    background-color: #fabf91;
}
.apptit:nth-child(8):before
{
    background-color: #58dc65;
}

.apptit:nth-child(8):after
{
    background-color: #995977;
}
.apptit:hover
{
    height: 40px;
    border-radius: 0;
    width: 75px;
}
.apptit:hover:before, .apptit:hover:after
{
    transform: scale(1);
}
.sel {
    color: #3d95d5!important;
    border-bottom: 2px solid #3d95d5;
    border-radius: 0!important;
    height: 40px!important;
}
.sel:hover {
    color: #3d95d5!important;
    border-bottom: 2px solid #3d95d5;
    border-radius: 0!important;
    height: 40px!important;
}
/*.apptit{*/
/*    background: none;*/
/*    text-align: center;*/
/*    width: 100px;*/
/*    font-weight: 500;*/
/*    margin-top: -5px;*/
/*    color: #666;*/
/*}*/
/*.apptit:hover{*/
/*    animation: tit_top .6s;*/
/*}*/
/*@keyframes tit_top {*/
/*    from{*/
/*        font-weight: 500;*/
/*    }*/
/*    to{*/
/*        font-weight: 600;*/
/*        line-height: 30px;*/
/*    }*/
/*}*/
/*@-webkit-keyframes tit_top {*/
/*    from{*/
/*        font-weight: 500;*/
/*    }*/
/*    to{*/
/*        font-weight: 600;*/
/*        line-height: 30px;*/
/*    }*/
/*}*/
/*.sel {*/
/*    border-bottom: 2px solid #3d95d5;*/
/*    width: 100px;*/
/*    background: none;*/
/*    border-radius: 0;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    color: #666;*/
/*    font-weight: 600;*/
/*}*/
/*.sel:hover {*/
/*    border-bottom: 2px solid #3d95d5;*/
/*    width: 100px;*/
/*    background: none;*/
/*    border-radius: 0;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    color: #333;*/
/*}*/
.mr_frbox{
    margin-top: 50px!important;
}
/*应用中心css end*/
.manmaincon{
    /*background: #f5f9ff!important;*/
}
.space_sch, .space_tea, .space_stu{
    background: #f5f9ff;
}
