body,p,h1,h2,h3,h4,h5,h6,input,a,ul,ol,li,dl,dd,dt,img{padding:0;margin:0;}
body{font: 14px/1.5 "MicrosoftYaHei",Helvetica,arial;font-family:MicrosoftYaHei;overflow-x: hidden;}
ul,ol,li{list-style: none;}
a{color:#000;text-decoration: none;}
a:link {text-decoration: none;}/* 未被访问的链接 */
a:visited {text-decoration: none;}/* 已被访问的链接 */
a:hover {color:#04a2ec;text-decoration: none;}/* 鼠标指针移动到链接上 */
a:active {color:#04a2ec;text-decoration: none;}/* 正在被点击的链接 */
a:focus{outline: none;}
.left{float: left;}
.right{float: right;}
/* --------------背景颜色-------------- */
.bgcolor{
    background: #04a2ec;
}
.bgcolor1{
    background: #fff;
}
.bgcolor2{
    background: #0172a7;
}
.bgcolor3{
    background: #999;
}
.bgcolor4{
    background:#04a2ec;
}
.n_right>.fanhui{
    margin-top:10px;
}
.n_right table{
    width:100% !important;
}
.ban_box>ol>li.bgcolor{
    width:30px;
    background: #04a2ec;
}
.pages li > span.current {
    background:#04a2ec;
}
/* -----------------左导航-------------- */
.n_left ul li{
    position: relative;
    overflow: hidden;
}
.n_left ul li .hover{
    width:0;
    z-index:1;
}
.n_left ul li a{
    text-align: center;
    z-index:99;
    color:#000;
}
.n_right table td{
    border:1px solid #aaa !important;
}
/* ----------------字体颜色------------- */
.fcolor{
    color:#04a2ec;
}
.fcolor1{
    color:#fff;
}
.fcolor2{
    color: #860303;
}
.fcolor3{
    color: #999;
}
/* -----------------border颜色----------------- */
.border{
    border:1px solid #04a2ec;
}
.border1{
    border:1px solid #fff;
}
.border2{
    border: 2px solid #aaa;
}
/* ----------------头部导航--------------- */
.is_{
    width: 100%;
    height: 91px;
}
.navdegnlu {
    height: 100%;
    line-height: 98px;
}

.navdegnlu>p>span, .navdegnlu>p>a {
    cursor: pointer;
    color: #fff;
}
.navdegnlu>p>i {
    vertical-align: 0px;
    margin: 0 10px;
    font-style: normal;
    color: #fff;
}
.navdegnlu>p>span, .navdegnlu>p>a {
    cursor: pointer;
    color: #fff;
}
.navbar.navbar-fixed-top{
    width: 100%;
    height:80px;
    margin-bottom:0px;
}
.navbar-brand{
    width:auto;
    height:60px;
    display: inline-block;
    padding:0;
    margin-top:18px;
}
.navbar-brand>i{
    width:60px;
    height:60px;
    background: #fff;
    font-style: normal;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.navbar-brand>img{
    height:45px;
    display: inline-block;
}
.navbar-toggle {
    margin-top: 22px;
    background:#fff;
}
.collapse.navbar-collapse{
    float: right;
    width:auto;
}
.search{
    height: 30px;
    margin-top: 25px;
}
.search .form{
    height:100%;
    position: relative;
    border-radius: 15px;
    background:rgba(0,0,0,0.3);
}
.search .form input{
    width: 120px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    color: #fff;
    padding-left: 35px;
    box-sizing: border-box;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #aaa; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #aaa;
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #aaa;
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #aaa;
} 
.search .form span{
    position: absolute;
    left:10px;
    top:8px;
    color:#fff;
}
.search .glyphicon {
    line-height: 1;
    font-size: 16px;
}
.search .form button{
    width:0px;
    height:100%;
    line-height: 30px;
    display:block;
    border:none;
    outline: none;
    background: transparent;
    float: right;
    color:#fff;
}
.log{
    height:42px;
    margin-top:19px;
    margin-left:20px;
}
.log div{
    float: left;
    line-height: 42px;
}
.log .glyphicon {
    line-height:42px;
    vertical-align: bottom;
}
.log .fa{
    font-size:30px;
    vertical-align: middle;
}
.log .fa-home{
    font-size:35px;
    vertical-align: middle;
}
.log span{
    font-size: 15px;
}
.log a{
    width:100%;
    height:42px;
    display: block;
    line-height: 42px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
}
.log .home{
    width:50px;
    height:100%;
    background: #fff;
    text-align: center;
    position: relative;
}
.log .san{
    width:13px;
    height:42px;
}
.log .san>img{
    width:100%;
    height: 100%;
    display: block;
}
.stu{
    width:auto;
    height:100%;
    background: #fff;
    position: relative;
    padding: 0 5px;
}
.stu_01{
    width:108px;
    height:auto;
    background:#fff;
    display:none;
    position: absolute;
    top:42px;
    left:-8px;
}
@media screen and (max-width:768px){
    .collapse.navbar-collapse{
        float: inherit;
        border:none;
        background:#04a2ec;
    }
    .log {
        height: auto;
    }
    .log div{
        float:inherit;
    }
    .san{
        display: none;
    }
    .search {
        margin-top: 10px;
        margin-left: 16px;
    }
    .log {
        margin-top: 14px;
        margin-left: 16px;
        margin-bottom:10px;
        float: left;
    }
}
.login>p{
    cursor: pointer;
}
.login>div{
    display: none;
    width:245px;
    /* width: 175px; */
    height:100px;
    position: absolute;
    top:100%;
    left:-193%;
    background:#fff;
    z-index: 3;
    border:1px solid #d2d2d2;
    padding:17px 20px;
    box-sizing: border-box;
    line-height: 2em;
}
.login>div>div{
    float: left;
    text-align: center;
}
.login a{
    padding:0;
    font-size: 14px;
}
.silde{
    width:1px;
    height:100%;
    background: #333;
    transform: scaleY(0.6);
    transform-origin: 0 0;
    margin:0 19px;
}
.login_student span,.login_qiye span,.login_teacher span{
    width:33px;
    height:37px;
    display: block;
    margin: auto;
}
.login_student span{
    background: url(../image/xuehui.png) no-repeat;
}
.login_student:hover span{
    background: url(../image/xueh.png) no-repeat;
}
.login_qiye span{
    background: url(../image/baihui.png) no-repeat;
}
.login_qiye:hover span{
    background: url(../image/baih.png) no-repeat;
}
.login_teacher span{
    background: url(../image/laoshih.png) no-repeat;
}
.login_teacher:hover span{
    background: url(../image/laoshihong.png) no-repeat;
}

.login>div>span{
    width:8px;
    height:8px;
    display: block;
    border-top:1px solid #d2d2d2;
    border-left:1px solid #d2d2d2;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    top:-5px;
    left:48%;
}

@media screen and (max-width:996px){
    .login>div{
        width:100px;
        height:170px;
        position: absolute;
        top:90%;
        background:#fff;
        z-index: 3;
        border:1px solid #d2d2d2;
        padding:10px 5px;
        box-sizing: border-box;
        line-height: 2em;
    }
    .login>div>div{
        float: none;
    }
    .silde{
        width:100%;
        height:1px;
        background: #333;
        margin:5px 0;
    }
}
@media screen and (max-width:768px){
    .r>a{
        margin-top:28px;
    }
    .r>span{
        margin-top:28px;
    }
    .navbar .container{
        padding:0;
    }
    html,body{
        overflow: auto !important;
    }
    .login>div>.login_qiye,.login>div>.login_teacher{
        height:70px;
    }
    .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }
    .stu_01{
        border:1px solid #bbb;
        border-top:none;
        left:0;
    }
}

/* ------------------------------------- */
.is_{
    height:80px;
    width:100%;
}
/* -------------------banner----------------- */
.banner{width:100%;height:170px;background:#0480ba;position: relative;}
.banner>img{position: absolute;top:0;right:0;left:0;bottom:0;margin: auto;width:100%;height: 100%;}


/* ------------------热点---------------- */
.redian{
    width:100%;
    min-height:100px;
    padding:15px 20px;
    background: #fff;
}
.redian .rd_top{
    height: 30px;
    line-height: 30px;
}
.redian .rd_top>span{
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    float: left;
    font-size: 18px;
}
.redian .rd_top>p{
    width:86%;
    height:30px;
    float: left;
    border-bottom:1px solid #04a2ec;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
}
.redian li {
    padding:10px 0 5px;
    border-bottom:1px solid #eee;
    cursor: pointer;
}
.redian li a{
    display: block;
}
.redian li p{
    position: relative;
    color: #7d7d7d;
    font-size:12px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.redian li div{
    width: 100%;
    display: inline-block;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden; 
    font-size: 14px;
    margin-top:5px;
}
.redian li:hover p{
    color:#000;
}
.redian li:hover div{
    color:#04a2ec;
}
.redian li div{color: #000;width: 60%;}

/* ------------------------页脚-------------------------- */
.footer{
    width:100%;
    font-size: 12px;
}
.f_top{
    width:100%;
    height:4px;
}
.f_middle{
    width:100%;
    height: 160px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}
.ft_center{
    text-indent: 27px;
}
.ft_bottom{
    color: #fff;
    overflow: hidden;
}
.ft_bottom p span.right i{
    font-style: normal;
    padding: 0 20px;
    color: #fff;
}
.ft_bottom p.left i{
    font-style: normal;
    padding: 0 20px;
}
.ft_top{
    color: #fff;
}
.fw_01{
    overflow: hidden;
}
.fw_01 li{
    float: left;
    margin-right: 60px;
}
.f_bottom{
    width:100%;
    height:25px;
    line-height: 25px;
    text-align: center;
    color:#fff;
    background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:768px){
    .f_middle{
        height: 140px;
        text-align: center;
    }
    .f_middle>div>div{
        float: none;
    }
    .f_middle div>p:first-child>i{
        padding:10px;
    }
    .f_middle div>p:first-child>span:last-child{
        padding-left:10px;
    }
    .f_bottom{
        height:50px;
    }
    .f_middle>div>.ft_top{
        width: 100%;
        height: 44px;
    }
    .f_middle>div>div p {
        float: none;
    }
}

/* --------------------------附件----------------------- */
.fujian{
    padding-top:20px !important;
    border-top:1px solid #d9d9d9;
    line-height: 30px;
}
.fujian p a{
    color:#04a2ec !important;
}
.fujian p:hover a{
    color:rgb(245, 166, 35) !important;
}
/* ------------------------上一篇------------------------ */
.prevArt{
    padding-top:20px;
    border-top:1px solid #d9d9d9;
}

/* ------------------------page页码----------------------- */
.pages_wrapper{
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}
.pages_wrapper>p{
    display: inline-block;
    margin-right: 20px;
}
#pagination-prev,#pagination-next{
    width:20px;
    height:20px;
    display: inline-block;
    cursor: pointer;
    color:#999;
}
#pagination-prev:hover,#pagination-next:hover{
    color:#04a2ec;
}
#pagination-prev{
    margin-right:10px;
}
#pagination-next{
    margin-left:10px;
}
.pages{
    text-align: center;
    margin-top:20px;
    display: inline-block;
}
.pages li{
    display: inline-block;
    cursor: pointer;
    width:25px;
    height:25px;
    margin: 5px;
    border:1px solid #ddd;
    line-height: 25px;
    color:#999;
    text-align: center;
}
.pages li:hover{
    background:#04a2ec;
    color:#fff;
    border:1px solid #04a2ec;
}
.pages .pagination-current{
    background:#04a2ec;
    color:#fff;
    border:1px solid #04a2ec;
}

/* ---------------------回到顶部--------------------- */
.toTop{
    width:52px;
    height:50px;
    position: fixed;
    right:50px;
    bottom:130px;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    text-align: center;
    display: none;
    z-index: 1000;
}
.toTop span{
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    top: 7px;
}

/* ----------------------投诉模态框--------------------- */
#tousuModal .close{
    font-weight: 100;
}
#tousuModal .close:hover{
    color:#fff;
}