﻿/* ------------------------样式重置------------------------- */
/*重置样式*/
html, body, div, span, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, address,
big, cite, code, del, em, font, img, ins, small, strong, var, b, u, center, dl,div,
dt, dd, ol, ul, li, fieldset, form, label, legend{margin: 0;padding: 0}
body {
    height: 100%;
    color: #3c3c3c;
    line-height: 25px;
    font-family: "microsoft yahei";
    box-sizing: border-box;
    background: #EEEFF7;
}
html{font-size: 12px;}
ul li,ol li{ list-style:none;}
a{text-decoration:none; /*cursor: pointer; transition: all 0.2s ease;*/}
.overflow{overflow: hidden;}
.pointer{cursor: pointer}
.fl{ float:left}
.fr{ float:right}
li{list-style:none}
input{vertical-align:middle}
img{vertical-align: top;max-width: 100%;}
img{ border:none}
.common{padding:20px;box-sizing: border-box;}

.mid{width:1200px;margin: 0 auto;}
.w_1000{width:1000px;margin: 0 auto;}
.bold{font-weight:bold;}

.mar_t10{margin-top: 10px;}
.mar_t15{margin-top: 15px;}
.mar_t20{margin-top: 20px;}

.text-left{text-align: left!important;}
.text-right{text-align: right;}
.center{text-align: center!important;}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.container{width: 1200px;margin:0 auto;}

.color_r{color:red !important;}
/* ----------------------- 主体部分 -----------------------*/
header {
    height: 140px;
    background:#003366;
}
header .head{
    height: 99px;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
    padding:10px 0;
}
header .head .mid{
    height: 79px;
    position: relative;
}
header .mid .logo{
    width: 730px;
    height: 80px;
}
header .mid .rhead{
    position: absolute;
    right: 0;
    top: 20px;
    width: 300px;
    height: 60px;
}
header .mid .rhead p{
    color: #fff;
    text-align: right;
}
header .mid .rhead a{
    color: #fff;
}
header .mid .rhead .tel{
    font-size:18px;
}
.navbox {
    height: 40px;
    background: #003366;
}
.navbox {
    height: 40px;
    background: #003366;
}
.nav .navli{
    float: left;
    position: relative;
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.nav .navli a{
    color:#fff;
    font-size: 14px;
}
.nav .navli:hover{
    background:rgba(255,255,255,0.8);
}
.nav .navli:hover a {
    color: #003366;
}
.nav .navli .sublist{
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    background:rgba(2,8,96,0.8);
    display: none; 
    z-index:10;
}
.nav .navli .sublist li{
    width: 100%;
}
.nav .navli .sublist li a{
    color:#fff;
}
.nav .navli .sublist li:hover{
    background:rgba(255,255,255,0.8);
}
.nav .navli .sublist li:hover>a{
    color:#020860;
}
/* 轮播 */
/*.slider{
    height: 400px;
    position: relative;
    overflow:hidden;
}*/
.slider {
    height: 330px;
    width: 1200px;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}
.slider .hbd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider .hbd li {
    zoom: 1;
    vertical-align: middle;
}
.slider .hbd img{
    height: 330px;
    width: 1200px;
    display: block;
}
.slider .hds{
    height: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    z-index: 1;
    text-align: center;
}
.slider .hds ul{
    display: inline-block;
    overflow: hidden;
}
.slider .hds ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.slider .hds ul li.on {
    background: #003366;
    width: 30px;
}
.slider .arrow{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    /* filter: alpha(opacity=50); */
    opacity: 0.5;
}
.slider .prev.arrow{
    left: 3%;
    background: url('../images/larrow.png') no-repeat;
}
.slider .next.arrow{
    right: 3%;
    background: url('../images/rarrow.png') no-repeat;
}
.main{
    background:#EEEFF7;
    position: relative;
}
.main .cont{
    height: 455px;
    padding: 20px 0;
}
.main .cont .dynamic{
    width: calc(590px + 370px);
}
.dynamic .common-title{
    height: 40px;
    line-height: 40px;
    background: rgba(2,8,96,0.6)   
}
.dynamic .common-content {
    box-sizing: border-box;
    padding: 14px;
    background: #F9F7F7;
    height: 417px;
    overflow-y: auto;
}
.dynamic .common-title .tabs{
    display: inline-block;
    width:140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.dynamic .common-title .tabs::after {
    content: "";
    width: 0;
    height: 0;
    right: 44%;
    top: 38px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #020860;
}
.dynamic .common-title .tabs .tab-text{
    font-size: 16px;
    font-weight: bold;
}
.dynamic .common-title .tabs.cur {
    background: #003366;
    color: #fff;
}
.dynamic .common-title .moreinfo{
    float: right;
}
.dynamic .common-title .moreinfo .more{
    color: #999999;
    padding: 0 6px;
    font-size:12px;
    display: inline-block;
    width:30px;
    height: 9px;
    background: url('../images/more.png') no-repeat;
}
.dynamic .common-content .commonlist{
    display: none;
}
.dynamic .common-content .commonlist.active{
    display: block;
}
.dynamic .common-content .commonlist li{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #D2D2D2;
}
.dynamic .common-content .commonlist li .newstitle{
    display: inline-block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dynamic .common-content .commonlist li .newstitle a{
    color:#333333;
    font-size:14px;
}
.dynamic .common-content .commonlist li .newstitle a:hover{
    color:#020860;
}
.dynamic .common-content .commonlist li .newsdate{
    float: right;
    color:#999;
}

.dynamic .common-content .commonlist li:first-child {
    height: 100px;
}

.dynamic .common-content .commonlist li .newsimg {
    width: 90px;
    height:90px;
}

.dynamic .common-content .commonlist li .newsimg img {
    width: 90px;
    height: 90px;
}

.dynamic .common-content .commonlist li .newscont {
    width: calc(100% - 100px);
    height: 100px;
}
.dynamic .common-content .commonlist li .newscont .newscont-tit {
    height: 30px;
    line-height: 16px;
}

.dynamic .common-content .commonlist li .newscont .newscont-tit .news-t {
    display: inline-block;
    width: 350px;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic .common-content .commonlist li .newscont .newscont-tit .news-t a {
    color: #333333;
    font-size: 14px;
}

.dynamic .common-content .commonlist li .newscont .newscont-tit .news-t a:hover {
    color: #020860;
}

.dynamic .common-content .commonlist li .newscont .newscont-text {
    height: 60px;
}

.dynamic .common-content .commonlist li .newscont .newscont-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    line-height:1.5;
}

.dynamic .common-content .commonlist li .newscont .newscont-tit .news-d {
    color: #666666;
    font-size: 12px;
}
.main .cont .television{
    width: 330px;
    margin-right:30px;
}
.main .cont .television .player{
    height: 250px;
    margin-bottom: 30px;
}
.main .cont .fasklink .link {
    height: 60px;
}
.main .cont .fasklink .link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    height: 80px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 12px;
    padding: 10px 0;
    font-family: PingFangSC;
}
.main .cont .fasklink .link a.enroll {
    background-color: #2FC9E3;
}
/*.main .cont .fasklink .link a.enroll:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: url('../images/gog.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: -3px;
}*/

.main .cont .fasklink .link a.welnew{
    background-color: #6295E7;
}
/*.main .cont .fasklink .link a.welnew:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: url('../images/flag.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: -3px;
}*/


.main .cont .fasklink{
    height:340px;
    width: 220px;
}
.main .cont .fasklink li{
    width: 100px;
    height: 100px;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.main .cont .fasklink li:nth-child(even){
    margin-right: 0px;
}
/*.main .cont .fasklink .fastlist li .icon,*/
/*.main .cont .fasklink .fastlist li .icon img{
    height: 100px;
    width:110px;
}*/
.main .cont .fasklink li a{
    display:block;
    width: 100px;
    height: 100px;
}
.main .cont .fasklink li:nth-child(1) a{
    background:url("../images/zsjz.png") no-repeat;
    background-size: 100% 100%;
}
.main .cont .fasklink li:nth-child(2) a{
    background:url("../images/zyjs.png") no-repeat;
    background-size: 100% 100%;
}
.main .cont .fasklink li:nth-child(3) a{
    background:url("../images/zsjh.png") no-repeat;
    background-size: 100% 100%;
}
.main .cont .fasklink li:nth-child(4) a{
    background:url("../images/lnzs.png") no-repeat;
    background-size: 100% 100%;
}
.main .cont .fasklink li:nth-child(5) a{
    background:url("../images/zsbzs.png") no-repeat;
    background-size: 100% 100%;
}
.main .cont .fasklink li:nth-child(6) a{
    background:url("../images/zszx.png") no-repeat;
    background-size: 100% 100%;
}
.aside {
    position: fixed;
    right: 0;
    top: 35%;
    width: 70px;
    height: 140px;
    z-index: 100;
}
.aside .online{
    /*display: block;*/
    width: 70px;
    height: 70px;
    position: relative;
    background:url("../images/online.png") no-repeat;
    background-size: 100% 100%;
}
/*.aside .online .qqmenu{
    display: none;
    width: 110px;
    position: absolute;
    left:-110px;
    top:10px;
    z-index:10;
    overflow:hidden;
    background:#6EB9FD;
    border-radius:4px;
}
.aside .online .qqmenu li{*/
    /*display: block;*/
    /*text-align:center;
    height: 30px;
    line-height: 30px;
    padding:0 4px;
    color:white;
}
.aside .online .qqmenu li:before{
    content:'';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right:4px;
    background:url("../images/QQ.png") no-repeat;
    background-size: 100% 100%;
    vertical-align:middle;
}
.aside .online .qqmenu li a{
    color: #fff;
}
.aside .online .qqmenu li:hover>a{
    text-decoration: underline;
}
.aside .online:hover .qqmenu{
    display: block;
}*/
    .aside .online .qcode img {
        top: -20px;
        width: 100px;
        height: 100px;
        position: absolute;
    }

    .aside .online .qcode {
        width: 100px;
        height: 100px;
        position: absolute;
        left: -100px;
        top: -10px;
        display: none;
    }

    .aside .online:hover .qcode {
        display: block;
    }
.aside .wechat{
    width: 70px;
    height: 70px;
    position: relative;
    background:url("../images/wechat.png") no-repeat;
    background-size: 100% 100%;
}
.aside .wechat .wcode img{
    width: 100px;
    height: 100px;
}
.aside .wechat .wcode{
    width: 100px;
    height: 100px;
    position: absolute;
    left:-100px;
    top:-10px;
    display: none;
}
.aside .wechat:hover .wcode{
    display: block;
}


.aside .school {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/fengj.png") no-repeat;
    background-size: 100% 100%;
    margin-top:30px;
}

.aside .fileup {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/fileUp.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}


footer{
    /*height: 140px;*/
    background:url("../images/fbg.png") no-repeat;
    background-size:100% 100%;
    padding:20px 0;
}
footer .foot{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
footer .foot .fblock{
    float: left;
    box-sizing: border-box;
}
footer .foot .fblock.fleft{
    width: 215px;
    padding-top: 10px;
}
footer .foot .fblock.fleft p{
    margin-bottom: 10px;
}
footer .foot .fblock.fmid{
    width: 240px;
    padding-top:24px;
    margin-right: 20px;
}
footer .foot .fmid.map{
    width: 270px;
}
footer .foot .fblock.fright{
    width: 400px;
    float: right;
    text-align: right;
}
footer .foot p{
    color: #ffffff;
}
footer .foot .fleft p{
    font-size: 16px;
    color: #ffffff;
}
footer .foot .fleft .linklist{
   overflow:hidden;
}
footer .foot .fleft .linklist li{
    float: left;
    color: #ffffff;
    width:49%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
footer .foot .fleft .linklist li a{
    padding:0 10px 0 0;
    color: #ffffff;
}
footer .foot .fleft .linklist li a:hover{
    text-decoration: underline;
}
footer .foot .title{
    font-size: 18px;
}
footer .foot .fmid .codebox{
   width: 100px;
   height: 120px;
   float: left;
   margin-left:16px;
}
footer .foot .fmid.map .codebox{
    margin:0 0 0 20px;
    float:right;
}
footer .foot .fmid .codebox>img{
    display:block;
    width: 100px;
    height: 100px;
}
footer .foot .fmid.map .codebox div{
    width: 100px;
    height: 100px;
}
footer .anchorBL{
    display:none;
}
/* footer .foot .fmid .codebox #YL span:last-child,
footer .foot .fmid .codebox #GX span:last-child{
    display: none !important;
} */

/*---------------------------- 二级页面 ----------------------*/
.second-banner-box{
   height:400px;
}
.second-banner-box>img{
   width:100%;
   height:400px;
}
.second-main .container {
    padding:10px 0;
}
.peak-title{
    height:35px;
    line-height:30px;
    border-bottom:1px solid #020860;
}
.peak-text{
    color:#000;
    font-size:20px;
    vertical-align: top;
    margin-right:10px;
    margin-left: 10px;
    font-weight: bold;
    color:#000;
}
.peak-title .bar{
    display:inline-block;
    width: 6px;
    height:30px;
    background: url("../images/bar.png") no-repeat;
}
.peak-title .jarr{
    display: inline-block;
    width: 13px;
    height:13px;
    margin-bottom:6px;
    background: url("../images/jarrow.png") no-repeat;
}
.tank{
    min-height:600px;
    box-sizing: border-box;
}
.tank .left-side{
    float: left;
    width:200px;
    margin-top:14px;
}
.tank .left-side .block-menulist{
    width:200px;
}
.tank .left-side .block-menulist li{
    width:200px;
    height:50px;
    line-height: 50px;
    text-align: center;
    margin-bottom:14px;
}
.tank .left-side .block-menulist li a{
    width:200px;
    height:50px;
    display: block;
    color: white;
    transition:all 0.2s ease;
    background: #a8a6a7;
    font-size:14px;
}
.tank .left-side .block-menulist li a:hover{
    background: #020860;
}
.tank .right-side{
    float: right;
    width:960px;
    padding:14px;
    min-height:600px;
    box-sizing: border-box;
}
.tank .right-side .block-ctxlist h4 a{
    color:#000;
}
.tank .right-side .block-ctxlist{
    margin-bottom:40px;
}
.tank .right-side .block-ctxlist li{
   height:90px;
   border-bottom: 1px dashed #c2c2c2;
}
.tank .right-side .block-ctxlist .ctxlist-time,
.tank .right-side .block-ctxlist .ctxlist-view{
    color:#c2c2c2;
    font-size:12px;
} 
.tank .right-side .block-ctxlist h4{
    font-size:18px;
    margin-top:14px;
    margin-bottom: 20px;
    width:90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.tank .right-side .block-ctxlist li:first-child h4{
    margin-top:0px;
}*/
.tank .right-side .block-ctxlist p{
    width:160px;
    height:20px;
}
.block-ctxlist .ctxlist-time{
    float: left;
}
.block-ctxlist .ctxlist-view{
    float: right;
}
.block-ctxlist .ctxlist-time::before{
    content:"";
    width:14px;
    height:15px;
    vertical-align: -2px;
    margin-right:10px;
    display: inline-block;
    background: url("../images/timeing.png") no-repeat;
}
.block-ctxlist .ctxlist-view::before{
    content:"";
    width:17px;
    height:10px;
    margin-right:10px;
    display: inline-block;
    background: url("../images/eyes.png") no-repeat;
}
.page-box{
    height: 30px;
    margin-top:20px;
}
.page-box .totally-pages{
    width:160px;
    height:30px;
    margin-left:200px;
    float:left;
}
.page-box p{
    line-height: 30px!important;
    text-indent:0!important;
    /*font-size:16px;*/
}
.text-num{
    color:#020860;
    font-weight: bold;
    display:inline-block;
    padding:0 4px; 
}
.pagecell{
    height:30px;
    margin-left:20px;
}
.pagecell img{
    vertical-align: middle;
}
.pagecell li{
    text-align: center;
    float:left;
    line-height: 28px;
    margin-right:8px;
}

.pagecell li a{
    color:#7d7d7d;
    display:inline-block;
    width:28px;
    height:28px;
    border:1px solid #d4cfcb;
}

.pagecell .no-hover{
    line-height:26px;
}
.pagecell .active, .pagecell li:not(.no-hover):hover {
    border-color: #003366;
    background-color: #003366;
} 
.pagecell .active a,.pagecell li:hover a{
color:white;
}
.pagecell li.active {
    color: #fff;
    background: #003366;
    border-color: #003366;
}
.pagecell li.active a{
    color:#fff;
}
/*--------------------- 详情页面样式 ------------------------*/
.tank .right-content-side{
    float: right;
    width:960px;
    padding:14px;
    min-height:600px;
    box-sizing: border-box;
}
.detail-content-title{
    height:80px;
    text-align: center;
    border-bottom:1px dashed #fd9f86;
}
.detail-content-text p{
    word-break: break-all;
}
.detail-content-title h3{
    font-size:16px;
    margin-bottom: 10px;
}
.detail-content-title span{
    display: inline-block;
    margin-right:20px;
    font-size:14px;
    color:#9c9b9b;
}
.detail-content-text{
    text-align: left;
    padding-top:10px;
    padding-bottom:39px;
    border-bottom: 1px solid #ebd4ce;
}
.turn-page{
    margin-top:18px;
    height:50px;
    text-align: left;
}
.turn-page p{
    color:#9e9d9d;
    font-size:14px;
    margin-bottom: 6px
}
.paper{
    color:#9e9d9d;
}
.turn-page a:hover{
    text-decoration: underline;
}
/*-----------校园风光--------------*/
.campas-box .common-title {
    height: 50px;
    line-height: 50px;
}

.campas-box .common-content {
    box-sizing: border-box;
    padding: 14px;
    background: #F9F7F7;
}

.campas-box .common-title .tabs {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.campas-box .common-title .tabs .tab-text {
    font-size: 16px;
    font-weight: bold;
}

.campas-box .common-title .tabs.cur {
    background: #020860;
    color: #fff;
}

.campas-box .common-content .commonlist {
    display: none;
}

.campas-box .common-content .commonlist.active {
    display: block;
}

.campas-box .common-content .commonlist li {
    height: 260px;
    width: 260px;
    margin-right: 40px;
    margin-bottom: 14px;
    float: left;
    border: 1px solid #D2D2D2;
}

.campas-box .common-content .commonlist li img{
    height: 260px;
    width: 260px;
}

.campas-box .common-content .commonlist li:nth-child(4n) {
    margin-right: 0px;
}