﻿/*视频中心*/
.lilink>li>a {
    line-height: 20px !important;
}
.VideoCourse ul li{  width:210px; overflow:hidden; height:220px;}
    .VideoCourse ul li img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.7s ease-out 0s;
       -moz-transition:all 0.7s ease-out 0s;
    }
.VideoCourse ul li:hover img{-webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05);}
.course .AllvideoNav{float:left; width:220px; height:auto;text-align:left;}
.course .AllvideoNav a:hover{text-decoration:underline;}
.course .AllvideoNav .AllvideoNav-item{ width:220px;height:auto; background:#178234; margin-bottom:0; border-bottom: 1px solid #136c2b;position: relative;}
.course .AllvideoNav .AllvideoNav-item:hover,.course .AllvideoNav .AllvideoNav-item.current{background:#066420;}
.course .AllvideoNav .AllvideoNav-item:hover .iconfont{color:#fff;}
.course .AllvideoNav .AllvideoNav-item-first{ height:50px; width:220px;
    background-color:#1FAD45;
    text-align:left;
    border:none;
    margin-bottom:0;
}
.course .AllvideoNav .AllvideoNav-item-first .AllvideoNav-item-first-in{ color: #fff; font-size:18px;display:block;text-align:left; width:155px;    background: url(../Images/HomePage/AllvideoNav-icon.png) 32px 17px no-repeat;
    padding-left: 65px;
    line-height:50px;
   }
.course .AllvideoNav-item-top{height:45px;}
.course .AllvideoNav-item-top .AllvideoNav-item-top-in{color:#fff; font-size:16px;width:194px;line-height:45px; display:inline-block; padding-left:26px;}
.course .AllvideoNav-item-bottom{ padding-left:26px; height:30px; display:none;}
.course .AllvideoNav-item-bottom .AllvideoNav-item-bottom-in{display:inline-block; font-size:14px;  color:#1fad45; margin-right:10px;}
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-second{width:270px;}
/*下拉导航*/
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-box{display:none;}
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list{ background-color: #fff;
    position: absolute;
    left: 220px;
    top: 80px;
    border: 2px solid #1FAD45;
    border-left:none;
    width: 350px;
    padding:20px;
    padding-bottom:5px;
    }
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-first-h5{ font-weight: 700;
    width: 80px;
    text-align: left;
    font-size:15px;
}
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-first-h5 a{ color: #129435;}
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-first-h5 a:hover{ color:#19B944;}
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-first{ width:350px;height:auto;border-bottom: 1px solid #E5E5E5; padding-bottom:8px; margin-bottom:20px;}
.course .AllvideoNav .AllvideoNav-item .AllvideoNav-item-list-third{color: #333;
    width: 81px;
    margin-right: 6px;
    text-align: left;
    margin-bottom: 3px; font-size:15px; display:inline-block;}

/*分页样式*/
    .bigPage {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
    }

        .bigPage .Next {
            width: 48px;
        }

        .bigPage a {
            width: 28px;
            height: 28px;
            border: 1px solid #e4e4e4;
            text-align: center;
            line-height: 28px;
            color: #333;
            display: inline-block;
            font-size: 10px;
            margin: 0 3px;
            font-family: "微软雅黑";
            cursor: pointer;
        }

            .bigPage a:hover {
                border: 1px solid #3a3184;
            }

            .bigPage a.current {
                background: #77b3d4;
                color: #fff;
                border: 1px solid #77b3d4;
            }

    .Pageall {
        font-size: 10px;
        line-height: 30px;
        height: 30px;
        padding-left: 5px;
        display: inline-block;
    }

   .Pageall .this {
            width: 33px;
            height: 30px;
            border: 1px solid #e4e4e4;
            margin: 0 5px;
            outline: none;
            text-align: center;
        }

        .Pageall span {
            padding: 0 5px;
        }

        .Pageall .true {
            float: right;
        }
    .plinkone a, .plinkone a p, .plinkone a span {
        color: #3a8aac !important;
        font-size: 16px;
        font-weight: 600;
    }
    .plinkSty p a span{
        color: #3a8aac !important;
        font-size: 14px;
        font-weight: 600;
    }

    .plinkone a:hover, .plinkone a:hover p, .plinkone a:hover span, .plinktwo a:hover, .plinktwo a:hover p, .plinktwo a:hover span, .plinkthree a:hover, .plinkthree a:hover p, .plinkthree a:hover span, .plinkSty p a:hover span {
        text-decoration: none;
        color: #e95413 !important;
    }
