body{
    background: url('../images/top_bg.png') center top no-repeat;
}
.top{
    padding: 30px 0;
}
.search{
    display: none;
}
.search-form{
    max-width: 300px;
}
.logo-text{
    padding-top: 15px;
    display: none;
}
.btn-search{
    color: #fff;
    background-color: #4887bd;
    border-color: #4887bd;
}
.navbar-header .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #17267E;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-left: 0;
    margin-right: 0;
}
.carousel-caption{
    border:none;
    padding-bottom: 0px;
    bottom:10px;
}
.carousel-indicators{
    display: none;
}
.banner-margin-top{
    margin-top: 20px;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
    height: 345px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
#search{
    display: none;
}
.padding-0{
    padding: 0;
}
.margin-left-5{
    margin-left: 5%;
}
.padding-5{
    padding: 5px 0;
}
.row ul li{
    font-size: 14px;
}

.news-min-height{
    min-height: 295px;
}
.date{
    float:right;
    color:#666666;
}

.nav .list li{float:left; position:relative;}
.nav .list li a{ color:#fff; font-size:16px;}
.nav>li>ul{ background-color:#3D7FBF;}
.nav .down a{display: block; line-height:40px; color:#fff; font-size:14px;border: 1px solid #ccc;
    border-top:0;}
.nav .down a:hover{ background-color:#024b86;color: #fff;}
.one-tops{
    height:46px;
    line-height: 46px;
}

.one-tops>span{
    background: url('../images/mi.png') 5px 8px no-repeat;
    float: left;
    padding-left: 30px;
    font-weight:bold;
    color: #0E66B5;
}
.one-tops a span{
    float: right;
    padding-right: 15px;
    color: #fd7e5e;
}
.right-bottom{
    background-color: #fff;
}

/*导航条*/
.container-fluid{
    padding: 0;
}
.navbar-collapse{
    padding: 0;
}
.navbar-nav{
    width: 100%;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar{
    margin-bottom: 0;
    min-height: 0px;
    background-color: #0e70b9;
    border:none;
}

.nav>li>a:hover{
    background-color: #065998;
}
.nav>li>a {
    color: #fff;
    display: block;
    text-decoration: none;
    /* width: 100%; */
    /* padding: 15px 0; */
    text-align: center;
}
.navbar-collapse li{
    /* width: 12.5%; */
    /* float: left; */
    /* text-align: center; */
    list-style: none;
    /* border-right: 1px solid #065998; */
    /* background-color: #0e70b9; */
    /* white-space: nowrap; */
    /* -ms-text-overflow: ellipsis; */
    /* text-overflow: ellipsis */
}
.dropdown-menu>li>a{
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #0e70b9;
}
.navbar {
    border-radius: 0;
}
.navbar-brand{
    display: none;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}


.image-content {
    max-width: 600px;
    /*max-height: 480px;*/
}
.image-content .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}
.video-play-area{
    margin-top: 30px;
    height: 400px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px){
    .course-describe-area{
        overflow: auto;
    }
    .course-describe{
        height: auto;
    }
    .carousel-inner>.item>a>img,.carousel-inner>.item>img{
        height: auto;
    }
    .course-describe{
        margin-left: 0px;
        margin-right: 0px;
    }
    .carousel-area{
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-center{
        min-height: auto;
    }
    .video-img{
        min-height: auto;
    }
}
@media (max-width: 768px) {
    .logo img,.logo-text img{display: inline-block;}
    .logo,.logo-text{
        text-align: center;
    }
    .navbar{
        overflow: auto;
    }
    .navbar-brand {
        font-size:14px;
    }
    .navbar-collapse li{
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
    }
    .navbar-collapse li>ul{
        overflow: auto;
        z-index: 1001;
        width: 100%;
        text-align: center;
    }
    .navbar-brand{
        display: block;
        margin-left: 15px;

    }
    .navbar-default .navbar-brand{
        color:#fff;
    }
    .video-play-area{
        height: 300px;
    }

}
#sousuo{
    position: absolute;
    right:0;
    margin-top:2%;
    z-index: 1000;
}
#sousuo input{
    outline: none;
}
#sousuo input[type='text']{
    width:220px;
    height:33px;
    padding: 0 5px;
    border:1px solid #ccc;
    border-right:0;
}
#sousuo input[type='submit']{
    outline: none;
    height:33px;
    width:60px;
    line-height: normal;
    border:none;
    color:#fff;
    background-color: #2f88c2;
    border-radius: 0;
}
.section{
    margin-top:20px;
}


/*中间部分*/
.biaoti {
    border-left: 5px solid #0E70B9;
    border-bottom: 1px solid #bdbbbb;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 900;
    color: #0E70B9;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 22px;
    position: relative;
}

.row p{
    letter-spacing:0px;
}
/*最新动态*/
#news{
    border: 2px solid #e3e3e3;
    border-bottom: none;
}
#news div:first-child{
    /*padding-left: 8%;*/
    background: url('../images/mi.png') 5px 8px no-repeat;
}
#news div:first-child span{
    font-size: 14px;
    font-weight:bold;
    color: #0E66B5;
}
#news div:last-child span{
    font-size: 14px;
    color: #fd7e5e;
}

.tops{
    background-color: #f8f8f8;
}
.footer{
    padding: 20px 0;
    background-image: url("../images/bg-footer.jpg");
    margin-top: 20px;
    color:#fff;
    text-align: center;
}
.footer a{
    color: #fff;
}
.caption a{
    color:#393939;
}
.descr{
    min-height: 218px;
    padding: 5px 15px;
}
.col-trends{
    min-height: 175px;
    padding: 0 15px;
    border: 2px solid #e3e3e3;
    border-top: none;
}
/*最新资源*/
#resources{
    margin-bottom: 22px;
}
#resources div:first-child{
    padding-left: 5%;
    background: url('../images/mi.png') 10% 8px no-repeat;
}

#resources div:first-child span{
    font-size: 14px;
    font-weight:bold;
    color: #333;
}
#resources div:last-child span{
    font-size: 14px;
    color: #fd7e5e;
}

/*特色建设*/
#build{
    overflow: auto;
}
#build>div:first-child{
    border: 2px solid #e3e3e3;
    border-bottom: 0;
}
#build>div:last-child{
    border: 2px solid #e3e3e3;
    border-top: 0;
}

#build span{
    font-size: 14px;
    font-weight:bold;
    font-family: '微软雅黑';
    color: #0E66B5;
}
.thumbnail{
    border:none;
    margin-bottom: 0;
}
.thumbnail img {
    text-align: center;
    border-radius: 10px;
    width: 80%;
}

.caption{
    text-align: center;
}
.caption a{
    text-align: center;
}
/*最新动态*/
.trends li{
    list-style-type: disc;
}
.trends li a{
    color:#6c6c6c;
}
.trends li a:hover{
    color:#337ab7;
}
.new-zy{
    min-height: 251px;
    border: 2px solid #e3e3e3;
    padding: 0;
    overflow: auto;
}
.section-top{
    padding: 0;
}

/*非index*/
/*list1*/


.ztree * {font-size: 10pt;font-family:"Microsoft Yahei",Verdana,Simsun,"Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial}
.ztree li ul{ margin:0; padding:0}
.ztree li {line-height:30px;}
.ztree li a {width:85%;height:30px;padding-top: 0px;white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;overflow: hidden;}
.ztree li a:hover {
    text-decoration: none;
    background-color: #0e70b9;
    color: #fff;
}
.ztree li a span.button.switch {visibility:hidden}
.ztree.showIcon li a span.button.switch {visibility:visible}
.ztree li a.curSelectedNode {
    background-color: #0e70b9;
    color: #fff;
    border: 0;
    height: 30px;
}
.ztree li span {line-height:30px;}
.ztree li span.button { }
.ztree li span.button.switch {width: 16px;height: 16px;}

.ztree li a.level0 span {font-size: 14px;font-weight: 600;}
.ztree li span.button {background-image:url("../images/left_menuForOutLook.png"); }
.ztree li span.button.switch.level0 {width: 20px; height:20px}
.ztree li span.button.switch.level1 {width: 20px; height:20px}
.ztree li span.button.noline_open {background-position: 0 0;}
.ztree li span.button.noline_close {background-position: -18px 0;}
.ztree li span.button.noline_open.level0 {background-position: 0 -18px;}
.ztree li span.button.noline_close.level0 {background-position: -18px -18px;}
.category-list{
    padding: 15px;
}


.main{
    margin-top: 20px;
}
#main-left div:first-child{
    height: 46px;
    line-height: 46px;
    background: url('../images/mi.png') 5px 8px no-repeat;
    font-weight: bold;
    color: #0E66B5;
    border-bottom: 0;
    padding: 0 25px;
}

.right>div:first-child{
    border: 2px solid #e3e3e3;
}
.right-top{
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    background-color: #f8f8f8;
    background: url('../images/mi.png') 5px 8px no-repeat;
    border: 2px solid #e3e3e3;
}
.right-top span{
    padding-left: 15px;
    font-weight: bold;
    color: #0E66B5;
}
.right-top a{
    font-weight: bold;
    color: #0E66B5;
}
.right-top a:hover{
    text-decoration: underline;
}
.right-bottom>ul:first-child {
    padding: 10px 0px;
}
.right-bottom p>img{
    margin: 0 auto;
}
.lanmu{
    border:2px solid #e3e3e3;
    border-bottom: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    background-color: #f8f8f8;
}
.lists{
    border:2px solid #e3e3e3;
}
.image-content{max-width: 600px;}
.video-play-area{
    margin-top: 30px;
    height: 500px;
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
ul{
    margin-bottom: 0;
}
.pagination{
    margin: 0  0 10px 0;
    float: right;
    display: inline;
}
.downloads{
    background-color: #ececec;
    margin: 20px auto;
    width: 90%;
}
.downloads:hover a{
    text-decoration: underline;
}
.downloads:hover {
    background-color: #dcdcdc;
}

.right-bottom>ul:first-child li{
    padding: 10px 0px;
    color: #939393;
    border-bottom: 1px dashed #939393;
}
.right-bottom>ul:first-child li>a{
    color: #6f6f6f;
    padding: 0;
}
.right-bottom>ul:first-child li>span{
    float: right;
}
.right-bottom>ul:first-child li>a>span{
    padding: 0 5px;
    font-size: 8px;
}
.right-bottom>ul:first-child li:hover a{
    color: #4C71B5;
    text-decoration: underline;
}
.list-min-height{
    min-height: 400px;
    background-color: #fff;
}

/*list_img*/
.thumbnail{
    padding: 10px 0 0 0;
    border:0;
}
.thumbnail img{
    border-radius: 10px;
}
.thumbnail img:hover{
    box-shadow: 0 0 10px #333;
}
.thumbnail a{
    color: #333;
    font-size: 14px;
}
.thumbnail a:hover{
    text-decoration: underline;
}
.list-img-min-height{
    min-height: 500px;
}
/*page*/
.right-bottom p{
    padding: 0 15px;
    line-height: 26px;
}
.right-bottom p:first-child{
    padding-top: 40px;
}
.page-min-height{
    min-height: 300px;
}
/*show*/
.show-min-height{
    min-height: 400px;
}
.right-bottom{
    border: 2px solid #e3e3e3;
    border-top: 0;
    padding: 0 20px;
    overflow: auto;
}
.right-img{
    width: 100%;
    padding: 10px 90px;
}
.right-bottom p:first-child{
    padding-top: 40px;
}
.video-js{
    width: 840px;
    height: 500px;
    margin: 0 auto;
}
.main-footer {
    padding: 15px;
    overflow: auto;
}
.main-footer a{
    color: #333;
}
.main-footer a:hover{
    color: #0E66B5;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 992px) {
    #menu-nav{
        font-size: 12px;
    }
    .nav .list li a{
        font-size: 12px;
    }
    #sousuo{
        margin-top: 1.5%;
    }
    #sousuo input[type='text']{
        width:180px;
        height:24px;
    }
    #sousuo input[type='submit']{
        height:24px;
        width:40px;
    }
    #build{
        margin: 20px 0 0 0;
    }

    /*登录*/
    #login{
        width:230px;
        height:180px;
        top:8%;
        right:10%;
    }
    #login h3{
        margin-top: 15px;
        font-size: 14px;
    }
    #login input{
        width:180px;
        height:30px;
    }
    button{
        width: 180px;
        height: 30px;
        font-size: 16px;
    }

    #mains{
        margin: 20px;
    }
    #main-right{
        padding: 0;
    }
    .margin-top-20{
        margin-top: 20px;
    }

    .right-bottom{
        border-top: 0;
        padding: 0 20px;
    }
    /*视频播放器*/
    .video-js{
        width:90%;
        height: 200px;
    }
}
@media (max-width: 768px) {
    * {
        font-size: 12px;
    }
    .banner-margin-top{
        margin-top: 0px;
    }
    .nav .list li a{
        font-size: 12px;
    }
    .main{
        margin-top: 0px;
    }
    #menu-nav {
        font-size: 6px;
    }
    .list-min-height{
        min-height: 120px;
    }
    #menu-nav ul li {
        width: 25%;
        height: 34px;
        line-height: 34px;
    }
    .carousel-caption{
        display: none;
    }
    .list-min-height{
        min-height: 100px;
    }
    #sousuo {
        display: none;
    }
    .video-play-area{
        height: 200px;
        max-width: 100%;
    }
    /*手机版搜索*/
    #search{
        display: block;
        padding: 10px 15px;
        background: #e3e3e3;
    }

    #inpUser {
        background: url("../images/bg.gif") 0 -4px;
        border-radius: 2px;
        font-family: 微软雅黑;
        font-size: 14px;
        padding: 6px 3px 6px 25px;
        margin-bottom: 10px;
    }
    #inpPW {
        background: url("../images/bg.gif") 0 -142px no-repeat;
        border-radius: 2px;
        font-family: 微软雅黑;
        font-size: 14px;
    }

    .margin-top-20{
        margin-top: 20px;
    }
    .right{
        margin-top: 20px;
    }
    .small-margin-top-0{
        margin-top:0px;
    }
    .range{
        margin-bottom: 20px;
    }
    #main-right{
        padding: 0 15px;
    }

    .right-bottom img{
        padding: 10px;
    }
    .right-bottom{
        border-top: 0;
        padding: 0 15px;
    }
    .section{
        margin-top:0px;
    }
    /*视频播放器*/
    .video-js{
        width:90%;
        height: 100px;
    }
}
@media(min-width: 768px){
    .logo-text,.search{
        display: block;
    }
}
.caption{
    text-align: center;
}
.caption a{
    text-align: center;
}
.box{
    border:2px solid #e3e3e3;
}
.box-header{
    height: 46px;
    line-height: 46px;
    background-color: #f8f8f8;
}
.box-header h3{
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 46px;
    padding-left: 30px;
    background: url(../images/mi.png) 5px center no-repeat;
}
.box-header a{
    float: right;
    padding-right: 15px;
    color: #fd7e5e;
}
.box-content ul{
    padding: 10px 10px;
}
.box-content ul li{
    height: 25px;
    line-height:25px;
    background: url(../images/z.gif) 0px center no-repeat;
    padding-left: 15px;
    position: relative;
}
.box-content ul li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 50px;
    color: #333;
}

.box-content ul li span{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ddd;
}
.article-body table{
    text-align: center;
    margin: 0 auto;
}
