@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0}
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #222; background: #eef2f1; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none; color: #666; background: none }
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

.top_inner,.nav_inner,.schoolar_inner,.course_inner,.Rankings_inner,.text_list_inner{
    width:1200px;
    margin:0 auto;
}
.moreCourse{
    line-height: 30px;
    color: #333;
    font-size: .9em;
    margin-left: 49%;
}
/*top*/
#top{
    height:60px;
    background:#fff;
}

#top p{
    line-height:60px;
}
#top p{
    font-size:1.4em;
}
#top .fr{
    font-size:.9em;
    padding-left:20px;
    background:url(../../images/default/normal/master.png) no-repeat left center;
    line-height:30px;
    height:30px;
    margin-top:20px;
}
.logo{
    height:40px;
    float:left;
    margin-top:8px;
}


/*nav*/
#nav{
    height:40px;
    background:#1aab8e;
}
.nav_inner{
    text-align:center;
}
.nav_inner ul{
    /*display:inline-block;*/
    display: flex;
    height:40px;
}
.nav_inner ul li{
    /*float:left;*/
    flex: 1;
}
.nav_inner ul li a{
    line-height:40px;
    /*padding:0px 45px;*/
    font-size:.95em;
    color:#fff;
}
.nav_inner ul li a:hover{
    color:#6FF;
}
/*banner*/
#banner{
    height:200px;
    background:url(../../images/banner.png) center;
}
#noData{
    height:200px;
    background:url(../../images/default/normal/nodata_icon.png)  no-repeat center;
}
/*schoolar*/
.tit{
    text-align:center;
    margin:26px 0;
    background:url(../../images/default/normal/tit_line.png) no-repeat center;
}
.tit h4{
    display:inline-block;
    font-size:1.2em;
    color:#062e52;
    padding-left:25px;
    line-height:25px;
}
.more:hover{
    color:#19ab8d;
}
#schoolar .tit h4{
    background:url(../../images/default/normal/tit_icon_02_02.png) no-repeat left center;
    width:90px;
}
.imgbox .my{
    position:absolute;
    top:0;
    right:0;
}
.tit h5{
    font-size:.8em;
    color:#999;
}
.xz_con{
    height:340px;
    background:#fff;
    position:relative;
}
.picbox{
    padding:18px 82px 15px;
}

.prev,.next{
    display:block;
    width:13px;
    height:32px;
    position:absolute;
}
.prev{
    left:30px;
    top:50%;
    margin-top:-16px;
    background:url(../../images/default/normal/prev.png) no-repeat left top;
}
.next{
    right:30px;
    top:50%;
    margin-top:-16px;
    background:url(../../images/default/normal/next.png) no-repeat left top;
}

.xz_con_tit{
    height:30px;
    background:#daeae7;
    border-left:2px solid #1cb187;
    font-size:1em;
    color:#333;
    padding-left:10px;
    line-height:30px;
}
.xz_con_tit>a{
    line-height:30px;
    color:#44a489;
    margin-right:10px;
    font-size:.9em;
}
.aschoolar{
    width:132px;
    padding:10px 16px;
    height:276px;
    float:left;
}
.aschoolar:hover{
    background:#f2f6f5;
}
.aschoolar .imgbox{
    padding:5px;
    height:140px;
    width:120px;
    box-shadow:0 2px 3px rgba(0,0,0,.2);
    position:relative;
    cursor: pointer;
}
.aschoolar .imgbox .peoimg{
    height:140px;
    width:120px;
}
.aschoolar .name{
    font-size:.9em;
    color:#333;
    text-align:center;
    margin-top: 4px;
}
.aschoolar .post{
    width:130px;
    font-size:.8em;
    color:#666666;
    text-align:center;
    line-height:26px;
    border-bottom:1px solid #e7e7e7;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    height: 27px;
}
.aschoolar .sketch{
    font-size:.8em;
    color:#666;
    margin-top:5px;
    text-align:justify;
}

/*text_list*/
#text_list{
    height:376px;
    background:#fff;
    margin-top:30px;
}
.text_list_inner{
    padding-top:28px;
}
.alist{
    width:371px;
}
.list_tit{
    height:30px;
    padding-left:20px;
    color:#333;
    font-size:1em;
    border-bottom:1px solid #d9eae7;
    position:relative;
}
.list_tit:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    height:2px;
    width:110px;
    background:#19ab8d;
}
.list_tit>a{
    line-height:30px;
    color:#333;
    margin-right:10px;
    font-size:.9em;
}
.alist ul{
    margin:18px 0;
}
.alist ul li a{
    font-size:.9em;
    line-height:32px;
    color:#333;
}
.alist ul li a:hover{
    color:#1c8872;
}
.alist ul li a span:nth-child(1){
    float:left;
    width:260px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    padding-left:15px;
    background:url(../../images/default/normal/txt_icon.png) no-repeat left center;
}

/*课程*/
#course{
    height:555px;
}
#course .tit h4{
    background:url(../../images/default/normal/tit_icon_03_02.png) no-repeat left center;
    width:80px;
}
.acourse{
    width:322px;
    height:197px;
    background:#fff;
    padding:15px 27px 0;
    float:left;
    margin-bottom:35px;
}
.acourse img{
    width:320px;
    height:158px;
}
.acourse p{
    text-align:center;
    font-size:.95em;
    line-height:30px;
    width:300px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin:0 auto;
    color:#333;
}
.acourse:hover p{
    color:#1c8872;
}
/*资源排行*/
#Rankings{
    background:#fff;
    padding:1px 0 40px;
}
#Rankings .tit h4{
    background:url(../../images/default/normal/tit_icon_01_02.png) no-repeat left center;
    width:80px;
}
.Rankings_con{
    padding-top:10px;
}
.aRanking{
    float:left;
    width:372px;
    height:330px;
    background:#fff;
    position:relative;
    border:1px solid #ddd;
}
.midRanking{
    margin:0 38px;
}
.aRanking_tit{
    width:144px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:1em;
    color:#fff;
    position:absolute;
    top:-10px;
    left:50%;
    margin-left:-77px;
}
.aRanking ul{
    margin:20px 0;
}
.aRanking ul li{
    height:35px;
}
.aRanking ul li a{
    display:block;
    line-height:35px;
    padding:10px 50px;
    font-size:.9em;
    color:#333;
}
.aRanking ul li a>.fl{
    width:180px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.aRanking ul li a:hover{
    color:#1c8872;
}
.zyfb{
    background:url(../../images/default/normal/tit_bg_g.png) no-repeat center;
}
.yxph{
    background:url(../../images/default/normal/tit_bg_v.png) no-repeat center;
}
.cgsl{
    background:url(../../images/default/normal/tit_bg_b.png) no-repeat center;
}


#footer {
    min-height: 70px;
    background: #7f020a;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding-top: 24px;
    min-width: 1200px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1aab8e;
}
.foot_b {
    font-size: 13px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #ff9046;
}

.goTopBtn {
    position: fixed;
    line-height: 40px;
    width: 40px;
    bottom: 120px;
    height: 40px;
    right: 13px;
    cursor: pointer;
    display: none;
    background: #333;
    opacity: 0.4;
    border: 0;
}
.goTopBtn .icon-mask {
    height: 40px;
    width: 30px;
    line-height: 40px;
    border: 0;
    color: #fff;
    display: none;
    margin: 0 5px;
}
.goTopBtn .icon-mask .text {
    line-height: 17px;
    position: absolute;
    top: 4px;
    width: 30px;
    text-align: center;
    font-size: 12px;
}

.goTopBtn .icon {
    display: block;
    height: 17px;
    width: 33px;
    margin: 10px 3px;
    background: url(../../images/default/normal/top.png) no-repeat;
}

/*登录*/
.top_img_box {
    padding-left: 15px;
    height: 48px;
    line-height: 39px;
    float: right;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
}

.top_img_box span {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 13px;
    max-width: 100px;
    border-radius: 20px;
    overflow: hidden;
    height: 39px;
}

.top_img_box span:hover {
    color: #ff9046;
}

.top_img_box .top_img {
    width: 39px;
    height: 39px;
    background-size: cover;
    margin-right: 10px;
}

#img_nav {
    position: absolute;
    top: 52px;
    width: auto;
    background: rgba(18, 15, 12, 0.6);
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

#img_nav li a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    width: 96px;
    text-align: left;
    padding-left: 30px;
}

#img_nav li a:hover {
    color: #ff9046;
}

#img_nav li a:active {
    color: #ff690f;
}

.img_a_03 {
    background: url(../../images/default/normal/icon_front.png) no-repeat 8px -1296px;
}
.img_a_04 {
    background: url(../../images/default/normal/icon_front.png) no-repeat 8px -1355px;
}


#banner {
    position: relative;
}

.banner-stats {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    height: 70px;
    margin-left: -600px;
    width: 1200px;
    background: #DBDBDBEF;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.banner-stats .banner-stats-number {
    font-size: 22px;
    font-weight: bold;
    color: #f65407;
}

.banner-stats .banner-stats-text {
    color: #3d3d3d;
    font-size: 13px;
    margin-top: 3px;
}
.systemNormalName{
    padding-left: 10px;
}