/*通用样式*/
.pd-0{
    padding: 0px;
}

.clearfix{
    clear: both;
}

body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    font-weight: bold;
    overflow-x: hidden;
}

a{
    outline: none;
    text-decoration: none !important;
    color: #333;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-bottom: 1px solid #ddd;
}

.container-fluid{
    padding: 0;
}

.container{
    overflow: hidden;
}

.row{
    margin: 0px;
}

h3,h6{
    text-align: center;
}

.bold{
    font-size: 20px;
    font-weight: bold;
}

/*通用样式*/

/*首页样式*/
.header-top{
    width: 100%;
    overflow: hidden;
}

.header-top .userlogo{
    float: right;
    margin-right: 3%;
    height: 56px;
    line-height: 56px;
}

.header-top .userlogo .ulogo{
    margin-right: 3px;
}

.userlogo .ulogo .uimg{
    height: 25px;
    border-radius: 50%;
}

.userlogo .uname{
    margin-right: 10px;
}

.userlogo .sign_out{
    opacity: 0;
    cursor: pointer;
    transition: all .5s ease;
}


.userlogo:hover .sign_out{
    opacity: 1;
}

.bigImage{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.big-image{
    width: 100%;
}

.fa-paperclip{
    color: lightblue;
}

.logo{
    z-index: 1000;
    /*height: 120px;*/
}

.logo img{
    width: 40%;
}


.navigator{
    position: relative;
    left: 0px;
    top: 0px;
    float: none;
}

/*.navigator .nav-item:hover{
    background: #fff;
}*/

.navigator .nav-item .nav-items{
    font-weight: bold;
    text-align: center;
    color: #0062b2;
    font-size: 14px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
    background: #0062b2;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #0062b2;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background: #0062b2;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a{
    background: #0062b2;
    color: #fff;
}

.navigator .nav-item .nav-drop{
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 1000;
    text-align: left;
}

.navigator .nav-item .nav-drop li{
    padding-left: 20px;
}

.navigator .nav-item .nav-drop li:hover{
    background-color: #0062b2;
}

.navigator .nav-item .nav-drop li a{
    display: block;
    width:100%;
    color: #666;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigator .nav-item .nav-drop li a .fa-hand-o-right{
    opacity: 0;
}

.navigator .nav-item .nav-drop li:hover a{
    color: #fff;
}

.navigator .nav-item .nav-drop li:hover a .fa-hand-o-right{
    opacity: 1;
}

#btn{
    float: left;
    margin-left: 15px;
    margin-right: 0px;
}

.navbar{
    margin-bottom: 0px;
    z-index: 1000;
}

.logo-link{
    display: inline-block;
    text-align: center;
    /*line-height: 120px;*/
}

@media (min-width: 768px) {
    .header {
        height: 120px;
        background: #0062b2;
    }



    .navigator .nav-item{
        width: 120px;
    }

    .item{
        height: 555px;
    }

    .item img{
        height: 555px;
    }

    .navigator .nav-item .nav-drop li{
        width: 240px;
        height: 0px;
        background: #fff;
        line-height: 50px;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .academic{
        background: skyblue;
        padding-bottom: 20px;
    }

    .academicTitle{
        margin: 0px 0px 20px 0px;
        padding-top: 50px;
        text-align: center;
    }

    .academicContent{
        margin-bottom: 20px;
        text-align: center;
    }

    .reportImg{
        display: block;
        text-align: center;
    }

    .reportImg img{
        width: 100%;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .reportImg img:hover{
        transform: translate3d(0,0%,0) scale(1.025);
    }

    .Time{
        position: absolute;
        left: 45px;
        top: 380px;
        width: 70px;
        height: 70px;
        background: #0062b2;
        text-align: center;
    }

    .Time .monthTime{
        display: block;
        margin: 10px auto;
        color: #fff;
        text-transform: uppercase;
    }

    .Time .dayTime{
        display: block;
        color: #fff;
    }

    .reportContent{
        height: auto;
        background: #fff;
    }

    .reportTitle{
        display: block;
        font-weight: 700;
        padding: 40px 0px 0.32768em 15px;
        color: #0062b2;
    }

    .reportAll{
        display: block;
        margin: 20px auto;
        color: #000;
        padding-left: 15px;
    }

    .reportAll:hover{
        color: #0062b2;
    }

    .reportTime{
        color: #000;
        padding: 0px 0px 10px 15px;
    }

    .news{
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 20px;
    }

    .collegeNws{
        text-align: center;
        margin:50px 0px 20px 0px;
    }

    .collegeList{
        text-align: center;
        margin-bottom: 20px;
    }

    .newsImg{
        display: block;
        text-align: center;
    }

    .college{
        width: 1680px;
        height: auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .collegeContent{
        display: inline-block;
        text-align: center;
        margin-right: 20px;
        vertical-align: bottom;
    }

    .newsImg img{
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
width:100%;
height:100%;
    }

    .newsImg img:hover{
        transform: translate3d(0,0%,0) scale(1.025);
    }

    .newsTitle{
        display: block;
        height: 40px;
        margin: 15px 30px 10px 30px;
        padding: 5px;
        text-align: center;
        color: #fff;
        border: 1px solid rgba(225,225,225,.3);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
background-color:#000;
opacity:0.2;
    }

    newsTitle:hover{
        color: #0062b2;
    }

    .prev{
        position: absolute;
        width: 36px;
        height: 36px;
        display: none;
        opacity: 0;
        border-radius: 50%;
        border:1px solid rgba(0,0,0,0.2);
        text-align: center;
        line-height: 36px;
        background: #fff;
        color: #666;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .next{
        position: absolute;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border:1px solid rgba(0,0,0,0.2);
        text-align: center;
        line-height: 36px;
        background: #fff;
        color: #666;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .prev:hover,.next:hover{
        background: #0062b2;
        color: #fff;
    }

    .carousel-inner>.item>a>img{
        width: 100%;
        margin: 0 auto;
        height: 650px;
    }
    .actphoto img{
        width: 360px;
        height: 180px;
    }

    .aca_content,.rec_content,.ann_content{
        font-size: 16px;
    }

    .footAddress{
        height: 100px;
    }

    .footerNav{
        width: 120px;
        height: 80px;
    }

    .footerNav .icon{
        font-size: 25px;
    }
}

/*@media (max-width:768px) {
    .information span{
        display: block;
    }

    .tophead .login{
        margin-top: 15px;
    }

    .header {
        height: 80px;
        background: #3283b5;
    }

    .item{
        height: 250px;
    }

    .items li{
        margin-top: -35px;
    }

    .aca_content,.rec_content,.ann_content{
        font-size: 14px;
    }

    .footAddress{
        text-align: center;
    }

    .link_address,.link_phone,.link_zipCode,.record,.copyright{
        display: block;
        text-align: left;
    }
}*/

.item{
    text-align: center;
}

#demo3{
    width: 3000px;
}

.news{
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.actphoto,.actcontent{
    display: block;
    text-align: center;
}

div.slideBox ul.items li a{
    float: none;
}

.LearnMore{
    text-align: center;
    margin: 15px auto;
}


.learnMore{
    /*padding-right: 5px;
    border-radius: 5px;*/
    width: 120px;
    height: 40px;
    /*line-height: 36px;*/
    background: rgb(248, 248, 248);
    color: #000;
    outline: none;
    border: none;
}
.learnMore:hover{
    color: #fff;
    background: #0062b2;
}

.aca_content,.rec_content,.ann_content{
    color: #0062b2;
}

.aca_content:hover,.rec_content:hover,.ann_content:hover{
    color: #222;
}

.aca_time,.rec_time,.ann_time{
    margin:5px 0px;
    font-style: italic;
}

footer{
    padding: 0;
}

.footerNav{
    display: block;
    text-align: center;
    margin: 20px 0px;
    padding: 10px 0px 0px;
}

.footerNav:hover{
    border: 1px solid #0062b2;
}

.footerNav .icon{
    display: block;
    margin:0 auto;
}

.footerNav:hover{
    background: #fff;
}

.footAddress{
    background: #026aa7a1;
}

.bgLogo{
    text-align: right;
}

.address{
    margin-top: 20px;
}

.record{
    color: #000;
}

.record:hover{
    color:#2a6496;
}
/*首页样式*/

/*学院概况样式*/
.collegeMessage{
    margin-top: 50px;
}

.navTop-item{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition:  all .3s ease;
    -ms-transition:  all .3s ease;
    -o-transition:  all .3s ease;
    transition:  all .3s ease;
    cursor: pointer;
    /*border-bottom: 1px solid #666  ;*/

    background-color: #f8f8f8;
}

.actives{
    background: #0062b2;
    color: #fff;

}

.skinNum{
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
}

.navContent-item{
    display: none;
    padding-top: 20px;
    /*border-bottom: 1px solid #666;*/
}

.navContent-item p{
    margin: 25px 15px;
}

.navContent-item .yzphoto,.navContent-item .collegephoto{
    text-align: center;
}

.skin{
    display: block;
}

.speech,.resume{
    padding: 0px 10px;
}

.Paragraph{
    /*text-indent: 2em;*/
    margin-top: 15px;
}

.speech .Paragraph:last-child,.resume .Paragraph:last-child{
    margin-bottom: 20px;
}

.leaderPhoto,.leaderResume{
    display: inline-block;
    margin: 10px auto;
}

.leaderPhoto{
    text-align: right;
}

.Name,.Affair{
    padding-left: 5px;
}

.Name{
    margin-top: 100px;
}

.Affair{
    margin-top: 30px;
}

.zuzhi{
    text-align: right;
}

.zuzhi-item{
    margin-left: 15px;
    margin-top: 80px;
}

.zuzhiItem .zuzhi-item:first-child{
    margin-top: 20px;
}

.zuzhi-item .zuzhi-items{
    color: #0062b2;
    font-size: 16px;
}

.headpicture,.messages{
    display: inline-block;
    float: left;
}

/*.leader-resume{
    margin: 20px auto;
}

.leader-resume span{
    display: block;
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}*/
/*学院概况样式*/

/*新闻中心样式*/
.newCenter{
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f8f8f8;
    margin-top: 10px;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: aall .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.checked{
    height: 80px;
    line-height: 80px;
    background: #0062b2;
    color: #fff;
    font-size: 19px;
}

.minnews{
    font-size: 12px;
}

.message{
    margin-top: 10px;
    padding: 15px 25px 10px 25px;
    border: 1px solid #0062b2;
}

.message p:nth-child(2){
    margin-top: 20px;
}

.newsCenter{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.ppp{
    display: block;
}

.topNav{
    margin-top: 10px;
    padding:15px 0px 15px 25px;
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #f8f8f8;
    color:#333;
    font-size: 18px;
}

.topNav span{
    color:#0062B2
}

.tagging{
    color: #000000;
}

.newslist li{
    margin-top: 10px;
    padding:20px 10px 10px 10px;
    /*border-bottom: 1px solid #eeeeee;*/
}

.newslist li a{
    font-size: 16px;
    color: #555;
}

.newslist li .issue-time{
    float: right;
    margin-top: 10px;
    color: rgba(0,0,0,.36);
}

.newsAbout{
    text-align: center;
    margin: 20px auto;
}

.issue-time{
    font-weight: bold;
}

.scientificName{
    margin-top: 10px;
    text-align: center;
}

.scientificName .scientificNames{
    font-size: 14px;
}

.activityContent{
    text-indent: 2em;
    margin: 20px 10px 10px 10px;
}

.activityPhoto{
    text-align: center;
}

/*新闻中心样式*/
/*师资队伍样式*/
.Leftteacher,.rightteacher{
    margin-top: 20px;
}

.rightteacher{
    /*float: right;*/
}

.teacherMess{
    background: #0062b2;
    height: 60px;
    margin-bottom: 20px;
    /*line-height: 30px;*/
}

.teacherName,.teacherEducation{
    text-align: center;
    color: #fff;
    height: 30px;
    margin: 0;
    /*line-height:60px;*/

}

.rightline,.leftline{
    border: 1px solid #0062b2;
    margin-top: 50px;
}

.teacher-name,.teacher-education{
    color: #0062b2;
}

.teacherResume{
    margin-top: 20px;
    text-indent: 2em;
    line-height: 2;
}

.hide{
    display: none;
}
/*师资队伍样式*/

/*教育教学样式*/
.RecruitStudent-item{
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    /*border-bottom: 1px solid #0062b2;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(248, 248, 248, 1);
}

.RecruitStudent-item:hover{
    background: #0062b2;
}

.RecruitStudent-item:hover a{
    color: #fff;
}

.RecruitContent-item{
    display: none;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.zhaoshengImg{
    margin: 20px 10px 30px 10px;
    text-align: center;
}

.zhaopinMess{
    padding: 15px 0px 10px 15px;
}

.zhaopin{
    margin: 10px 20px;
    font-size: 15px;
}

.zhaopin .bold,.zhaopin .cont{
    display: block;
    margin-bottom: 10px;
}

.zhaopin .cont{
    text-indent: 2em;
 }

.zhaopin .require{
    padding-left: 15px;
}

.zhaopin .require li{
    margin-bottom: 10px;
}

.zhaopin .require .distribute{
    margin: 10px;
}

.zhaopin .require .distribute .table{
    margin: 10px auto;
}

.choosed{
    margin-top: 10px;
}

.chooseClass li{
    text-indent: 2em;
}

.chooseAttention{
    text-indent: 2em;
}

.gaigeT{
    text-align: center;
    margin:40px 10px 20px 10px;
    font-size: 20px;
    font-weight: bold;
}

.gaigeTitle{
    text-align: left;
    margin: 10px 20px;
    font-size: 20px;
    font-weight: bold;
}

.gaigeContent{
    text-indent: 2em;
    margin: 10px 20px;
    font-size: 15px;
}

.jihuo{
    border:1px solid #0062b2;
    border-bottom: none;
    background: #0062b2;

}
.jihuo a{
    color: #fff;
}


.xianshi{
    display: block;
}

/*教育教学样式*/

/*科学研究样式*/
.platform-mess p{
    font-size: 16px;
    line-height: 1.5em;
    text-indent: 2em;
    margin: 10px 0px;
    margin-top: 20px;
    text-indent: 4em;
}

.platform-mess p:first-child{
    margin-top: 60px;
}
/*科学研究样式*/

