ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}

*:focus {
    outline: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

/* -------------- 页面布局 -------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
}

.container {
    margin-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*头部样式*/
.top {
    width: 100%;
    background: #123874;
}

.header-top {
    width: 1200px;
    margin: 0 auto;
    height: 32px;
    background: #123874;
    color: #fff;
    position: relative;
}

.info-phone {
    float: right;
    width: auto;
    padding-top: 7px;
    font-size: 12px;
    color: #fff;
}

.info-phone span {
    margin-right: 20px;
}

.header-out {
    height: 118px;
    background: #143f7a url(../images/school-log.png) 90% -70px no-repeat;
}

.header {
    width: 1200px;
    height: 118px;
    color: #333;
    margin: 0 auto;
    position: relative;
}

.header h1 {
    margin: 0;
    color: #fff;
    position: relative;
    top: 15px;
    display: inline-block;
    padding-left: 15px;
}

.user-info .inputdiv .btn-select {
    position: relative;
    top: 0px;
    background: #b8192f;
    width: 47px;
    line-height: 34px;
    height: 32px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-right: -6px;
}

.user-info {
    font-size: 12px;
    color: #fff;
    height: 32px;
    position: absolute;
    right: 8px;
    top: 43px
}

.user-info .inputdiv {
    background: #fff;
    padding-left: 20px;
    margin-right: 10px;
    border-right: none;
}

.inputdiv img {
    position: relative;
    top: 3px;
    left: -8px;
}

.inputdiv input {
    font-size: 14px;
    width: 191px;
    text-indent: 10px;
    height: 23px;
    line-height: 21px;
    border: none;
    color: #888888;
    background: #fff;
    position: relative;
    top: -2px;
    border-left: 1px solid #cccccc;
}

.user-info div {
    display: inline-block;
}

.user-info span {
    margin-right: 10px;
}

.user-info label {
    font-size: 14px;
}

.user-info a {
    font-size: 12px;
    color: #fff;
}

img.log {
    position: relative;
    top: 23px;
}

/*导航*/
.sidebar {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 45px;
    background-color: #123874;

}

.sidebar .navigation {
    margin: 0 auto;
    width: 1200px;
    background: #123874;
    height: 45px;
    padding: 0;
}

.sidebar ul li {
    display: inline-block;
    height: 45px;
}

.sidebar ul li:hover {
    background: #2564ba;
}

.sidebar a {
    display: block;
    padding: 3px 32px 2px 32px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.sidebar a.main {
    padding: 3px 27px 2px 27px;
}
.navigation > li{
    position: relative;
}
.sidebar .navigation .third-list{
    padding-top: 7px;
    background-color: #fff;
    width: 140px;
    position: absolute;
    border-top: 4px solid #fff;
    top: -4px;
    left: 104px;
}
.sidebar .navigation .third-list li{
    width: 140px;
}
.sidebar .navigation .third-list a{
    width: 105px;
    text-align: left;
    padding: 5px 15px 5px 20px ;
}

.right-content .content .content-text {
    padding-top: 30px;
}
.right-content .content .content-text {
    width: 100%;
}
/*.right-content .content .content-text img{*/
    /*width: 100%;*/
/*}*/
.video-content-player {
    padding-top: 50px;
    text-align: center;
}

a {
    color: #232323;
}
.mian-content{
    margin-bottom: 280px;
}
.mian-content .nodata {
    width: 100%;
    height: 500px;
    background: url('../images/nodata.png') center center no-repeat;
}

.sidebar ul {
    padding-bottom: 10px;
    position: relative;
}
.sidebar .navigation ul li{

}
.sidebar ul li .navigation-list {
    border-top: 4px solid #2564ba;
    position: absolute;
    z-index: 10;
    background: #fff;
}

.sidebar ul li .navigation-list li {
    background: #fff;
    width: 100%;
    text-align: center;
    height: 36px;
}

.sidebar ul li .navigation-list li a {
    width: 100px;
    padding: 12px 10px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.sidebar ul li .navigation-list li:hover > a {
    font-weight: bold;
    color: #12356d;

}

/*分页*/
.right-content .row {
    width: 800px;
    margin-top: 45px;
    font-size: 16px;
    color: #666;
}

.right-content .row ul li {
    display: inline-block;
    margin-right: 5px;
}

.right-content .row ul li a {
    width: auto;
    border: 1px solid #cbcbcb;
    padding: 3px 10px 2px 11px;
}

.right-content .row ul li.active a, .right-content .row ul li:hover a {
    border: 1px solid #11356d;
    background: #11356d;
    color: #fff;
}

.right-content .row ul li.more a {
    border: none;
}

.right-content .row ul li .page-num {
    margin: 0 5px;
    border: 1px solid #cbcbcb;
    width: 26px;
    height: 24px;
    font-size: 16px;
    position: relative;
    top: -3px;
    text-indent: 2px;
    line-height: 27px;
}

.right-content .row ul li .prev {
    padding: 3px 21px 2px 21px;
}

.right-content .content .row ul li .next {
    margin-right: 10px;
    padding: 3px 21px 2px 21px;
}

.right-content .content .row ul li.sure {
    margin-left: 10px;
}

.right-content .content a {
    color: #232323;
}
.right-content .content a:hover {
    color: #143f7a;
}
/*弹框及遮罩*/
        .mask-all{
            display:none;
            text-align: center;
            position: absolute;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            background: url("../images/rgab0.3.png");
            /*background: #000;*/
            /*opacity: 0.3;*/
            z-index: 50;
        }
        .popup{
            display:none;
            text-align: center;
            position: fixed;
            width: 424px;
            height: 176px;
            left: 38%;
            top:50%;
            background: #fff;
            z-index: 100;
        }
        .popup{
            text-align: center;
            padding: 15px ;
            position: fixed;
            width: 335px;
            height: 150px;
            left: 38%;
            top:30%;
            background: #fff;
            z-index: 100;
        }
        .popup .title{
            float: left;
            font-size: 14px;
            color: #666;
        }
        .popup .close{
            float: right;
            padding: 8px;
            background: url(../images/x.png)center center no-repeat;
            cursor: pointer;
        }
        .popup .mindle{
            margin: 50px 0 30px 0;
            font-size: 16px;
            color: #888;
        }
        .popup .btn{
            width: 108px;
            height: 28px;
            border-radius: 4px;
            border: none;
            background: #143f7a;
            color:#fff;
            cursor: pointer;
        }
.mian-content .right-content .main-title .right{
    color:#232323;
}
.mian-content .main-title .right{
    color:#232323;
}

.mian-content .right-content {
    color:#333;
    font-weight: normal;
}
/*@media screen and (max-width: 1440px) {*/
    /*!*body {*!*/
        /*!*font-size: 12px;*!*/
    /*!*}*!*/
    /*!*.mian-content a{*!*/
        /*!*font-size: 14px;*!*/
    /*!*}*!*/
    /*.header-top{*/
        /*height: 27px;*/
    /*}*/
    /*.header-out,.header{*/
        /*height: 101px;*/
    /*}*/
    /*img.log{*/
        /*top:18px;*/
    /*}*/
    /*.header h1{*/
        /*top:8px;*/
    /*}*/
    /*.mian-content,.header-top,.header,.sidebar .navigation{*/
        /*width: 1024px;*/
    /*}*/
    /*.user-info{*/
        /*width: 227px;*/
        /*height: 28px;*/
    /*}*/
    /*.btn-select{*/
        /*width: 43px;*/
        /*height: 30px;*/
        /*line-height: 30px;*/
    /*}*/
    /*.user-info .inputdiv{*/
        /*padding-left: 10px;*/
    /*}*/
    /*.inputdiv input{*/
        /*font-size: 12px;*/
        /*width: 140px;*/
    /*}*/
    /*.sidebar a{*/
        /*!*font-size: 14px;*!*/
        /*padding: 3px 12px 2px 13px;*/
    /*}*/
    /*.sidebar ul li .navigation-list li a{*/
        /*width: 70px;*/
        /*!*font-size: 12px;*!*/
    /*}*/
    /*.sidebar ul li  a.main {*/
        /*padding: 3px 25px 2px 25px;*/
    /*}*/
    /*.inputdiv img{*/
        /*left: -3px;*/
    /*}*/
    /*.mian-content{*/
        /*margin-bottom: 360px;*/
    /*}*/
/*}*/
.login-backstage {
    text-decoration: underline!important;
    color: #fff;
}