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

/*轮播器*/
.swiper-container {
    width: 100%;
    min-width: 1200px;
    height: 466px;
}
/*轮播翻页器*/
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/*主体上*/
.list-container {
    display: inline-block;
    width: 1200px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 60px;
}

.list-container .list {
    text-align: left;
    display: inline-block;
}
.list-container .list a{
    color:#333;
}
.relative {
    position: relative;
}

.relative div {
    margin-left: 24px;
    font-size: 14px;
    padding-top: 20px;
}

.relative .topline {
    width: 30px;
    border-top: 2px solid #daad12;
}

.relative span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #888888;
    font-size: 12px;
}

.relative {
    background: #eaeaea;
}
.relative .tutle{
    margin-top: 25px;
}
.relative:hover{
    cursor:pointer;
    background: #11356d;
}
.relative:hover div{
    color: #fff;
}
.relative:hover span{
    color: #daad12;
}
.list-container .list .education,
.list-container .list .graduation,
.list-container .list .assess,
.list-container .list .test,
.list-container .list .evaluating,
.list-container .list .standard,
.list-container .list .practice{
    width: 62px;
    height: 34px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.list-container .list .education{
    background:url("../image/education.png") center no-repeat;
}
.list-container .list .graduation{
    background:url("../image/graduation3.png") center no-repeat;
}
.list-container .list .assess{
    background:url("../image/assess.png") center no-repeat;
}
.list-container .list .standard{
    background:url("../image/standard.png") center no-repeat;
}
.list-container .list .test{
    background:url("https://dean.aiit.edu.cn/template/15/jwc/_files/img/test.png") center no-repeat;
}
.list-container .list .evaluating{
    background:url("../image/evaluating.png") center no-repeat;
}
.list-container .list .practice{
    background:url("../image/practice.png") center no-repeat;
}
.relative:hover .education{
    background:url("../image/education2.png") center no-repeat;
}
.relative:hover .graduation{
    background:url("../image/graduation2.png") center no-repeat;
}
.relative:hover .assess{
    background:url("../image/assess2.png") center no-repeat;
}
.relative:hover .test{
    background:url("../image/test2.png") center no-repeat;
}
.relative:hover .evaluating{
    background:url("../image/evaluating2.png") center no-repeat;
}
.relative:hover .practice{
    background:url("../image/practice2.png") center no-repeat;
}
/*.list-container .list img {*/
    /*float: right;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
/*}*/

.list-container .left-div {
    float: left;
    width: 460px;
}

.list-container .right-div {
    float: left;
    width: 390px;
}

.list-container .center-div {
    float: left;
    width: 280px;
    height: 276px;
    margin: 0 35px;
}

.scend-div {
    height: 125px;
}

.scend-div-top {
    margin-bottom: 22px;
}

/*.list-container div {*/
/*border: 1px solid #999;*/
/*}*/

.third-div {
    float: left;
    width: 217px;
    height: 124px;
}

.third-div-left {
    margin-right: 20px;
}

.list-container .eduction {
    position: relative;
    background: #5e86c2;
}

.list-container .eduction div {
    background: #5e86c2;
    position: absolute;
    right: 22px;
    bottom: 22px;
    color: #fff;
    font-size: 24px;
}

/*主体下*/
.list-dowm {
    margin-top: 20px;
}

.content {
    float: left;
}

.content .main-info {
    width: 490px;
    height: 240px;
}

.content .main-info li .last {
    border-bottom: none;
}

.content .main-info .info-time {
    text-align: right;
    margin-left: 10px;
    color: #888888;
    width: 65px;
    height: 70px;
    border-right: 1px solid #dedede;
    padding-right: 10px;
    margin-bottom: 10px;
}

.content .main-info .info-time .day {
    font-size: 30px;
}

.content .main-info .info-time .yearandmonth {
    font-size: 12px;
}

.content .main-info .infos {
    margin-right: 10px;
    width: 360px;
    height: 70px;
    padding-left: 10px;
}

.content .main-info .infos .title {
    color: #000000;
    display: block;
    width: 366px;
    font-size: 16px;
    text-align: left;
}
.content .main-info .infos .title:hover{
    color: #11356d;
    cursor:pointer;
}
.content .main-info .infos .main {
    display: block;
    width: 375px;
    color: #888888;
    font-size: 14px;
    text-align: left;
    overflow : hidden;
    height:37px;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

/*.content .main-info .infos .main:after{*/
    /*content: "...";*/
    /*position: absolute;*/
    /*bottom: 24px;*/
    /*right: 9px;*/
    /*background: #FFF;*/
    /*padding-left: 4px;*/
    /*z-index: 2;*/
/*}*/
.content .main-info .infos .main:hover{
    color: #11356d;
    cursor:pointer;
}
.grid-header {
    height: 50px;
    position: relative;
}

.grid-header h2 {
    margin-left: 30px;
    margin-top: 24px;
    text-align: left;
    font-size: 16px;
    color: #232323;
    height: 42px;
    line-height: 40px;
}

.grid-header h2.first {
    margin-left: 0;
}

.grid-header h2 span {
    border-left: 4px solid #11356d;
    padding-left: 6px;
}

.grid-header a {
    position: absolute;
    top: 12px;
    right: 30px;
    color: #888888;
}

.inline {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    float: left;
}

.inline .pic {
    width: 270px;
    height: 224px;
    background: url("../image/pic.png") center no-repeat;
}

.first-info-left {
    border-bottom:1px solid #dddddd;
    width: 788px;
    height: 320px;
}
.first-info-left img:hover{
    cursor:pointer
}

.first-info-right {
    border-bottom:1px solid #dddddd;
    border-right: none;
    width: 410px;
    height: 320px;
}

.scend-info-left,.scend-info-center,.scend-info-right {
    width: 389px;
    height: 250px;
}
.scend-info-center{
    width: 420px;
}
.scend-info-right {
    border-right: none;
}
first-info-right ul li span.notic:hover,
.scend-info-left ul li span.notic:hover,
.scend-info-center ul li span.notic:hover,
.scend-info-right ul li span.notic:hover{
    color: #11356d;
}

.scend-info-left,.scend-info-center,.scend-info-right{
    border-top: none;
    margin-top: 23px;
}
.scend-info-left h2,.scend-info-center h2,.scend-info-right h2{
    margin-top: 0;
}

.notice-info .notic {
    text-align: left;
    display: inline-block;
    width: 277px;
    margin-right: 10px;
    font-size: 16px;
    color: #232323;
}
.notice-info .notic:hover{
    color:#11356d;
}
.notice-info .date {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    position: relative;
    top: -6px;
}

.first-info-right ul li {
    height: 28px;
    line-height: 25px;
}

.scend-info-left ul li {
    float: left;
}

.color-green {
    display: inline-block;
    background: #11356d;
    width: 166px;
    height: 8px;
    margin-left: 45px;
    position: relative;
    top:-2px;
}

.color-yellow {
    display: inline-block;
    background: #daad12;
    width: 166px;
    height: 8px;
    margin-left: 45px;
    position: relative;
    top:-2px;
}

.color-blue {
    display: inline-block;
    background: #5e86c2;
    width: 190px;
    height: 8px;
    margin-left: 10px;
}

/*帮助栏*/
.help {
    width: 60px;
    position: fixed;
    top: 60%;
    right: 0.5%;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    color: #888888;
}
.help a {
    color: #888888;
}
.help div {
    padding: 4px 0;
    height: 50px;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    background: #fff;
}
.help .weixinpic{
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 15px;
    background:url("../image/weixin.png") center no-repeat;
}
.help .weibopic{
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 15px;
    background:url("../image/weibo.png") center no-repeat;
}
.help .toppic{
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 15px;
    background:url("../image/top.png") center no-repeat;
}
.help .totop{
    padding-top: 15px;
    height: 35px;
    border-bottom: 1px solid #c2c2c2;
}

.help div:hover{
    background: #11356d;
    color: #fff;
    cursor:pointer;
}
.help div:hover .weixinpic{
    background:url("../image/weixin2.png") center no-repeat;
}
.help div:hover .weibopic{
    background:url("../image/weibo2.png") center no-repeat;
}
.help div:hover .toppic{
    background:url("../image/top2.png") center no-repeat;
}
.help .scond-code{
    width: 164px;
    height: 151px;
    border: none;
    position: absolute;
    top:50px;
    left: -168px;
    display: none;
    background: none;
}
.help .scond-code img{
    width: 100%;
    height: 100%;
}
/*联系我们*/
.scend-info-right{
    text-align: left;
    font-size: 16px;
    color:#fff;
}
.scend-info-right div{
    float: left;
}
.scend-info-right .left{
    margin-right: 13px;
    height: 59px;
    padding-top: 20px;
    padding-right: 17px;
    width: 32px;
}
.scend-info-right .right{
    padding-top: 7px;
    line-height: 32px;
    height: 59px;
}
.phone{
    padding: 14px 0 14px 20px;
    width: 335px;
    background: #6ea2af url("../image/schoolmain.png") 170px center no-repeat;
    margin-bottom: 15px;
    margin-left: 30px;
}
.phone .left{
    border-right: 1px solid #79a9b5;
}
.address{
    padding: 14px 0 14px 20px;
    width: 335px;
    background: #bdab6e url("../image/schoolmain.png") 170px center no-repeat;
    margin-bottom: 10px;
    margin-left: 30px;
}
.address .left{
    border-right: 1px solid #c2b279;
}
.email{
    padding: 14px 0 14px 20px;
    width: 335px;
    background: #6ea2af url("../image/schoolmain.png") 190px -20px no-repeat;
    margin-left: 30px;
}
.emailleft{
    padding-right: 17px;
    border-right: 1px solid #6d87af;
    margin-right: 13px;
}
.web-address{
    padding: 14px 0 14px 20px;
    width: 335px;
    background: #e63131 url("../image/schoolmain.png") 170px center no-repeat;
    margin-bottom: 10px;
    margin-left: 30px;
}
.grid-header a:hover{
    color: #11356d;
}
/*右侧链接*/
.no-border-right{
    border-right: none;
}
.scend-info-right{
    height: auto;
    float: right;
    min-height: 240px;
    border-left: 1px solid #dddddd;
}
.link-warp{
    margin: 31px 0px 0px 30px;
    border: 1px solid #cbcbcb;
}
.link-title{
    height: 46px;
    padding: 0px 0px 0px 18px;
    line-height: 46px;
    border-bottom: 1px solid #cbcbcb;
    color: white;
    background-color: #11356d;
}
.link-content{
     /*padding: 8px 0 8px 0px;*/
     width: 335px;
     /*background: #40acce url(../../_files/img/icon-logo-bg.png) 230px center no-repeat;*/
     cursor: pointer;
     color: #333333;
 }
.link-content:hover{
    color: #12356d;
}
a .link-content{
    color: #333333;
}
.link-middle{
    padding: 15px 0px;
    overflow-y: auto;
}
.link-detail{
    display: block;
    padding: 11px 11px 10px 18px;
    line-height: 15px;
    font-size: 14px;
}
.image-title{
    text-align: left;
    line-height: 40px;
    font-size: 16px;
    color: #232323;
}
.left-content{
    float: left;
    margin-top: 40px;
    padding-top: 5px;
    width: 480px;
    height: 150px;
}
.left-content .image-detail{
    position: relative;
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.right-content{
    float: left;
    padding: 5px 0px 0px 24px;
    width: 280px;
    height: 190px;
}
.right-content .image-detail{
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 40px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.image-content-2{
    float: left;
    margin-top: 30px;
    /*clear: both;*/
}
.left-content-1{
    float: left;
    padding-top: 0px;
    width: 251px;
    height: 149px;
}
.left-content-2{
    float: left;
    width: 251px;
    height: 149px;
    padding: 0px 0px 0px 20px;
}
.left-content-1 .image-detail{
    position: relative;
    width: 100%;
    height: 149px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.left-content-1>a:hover div{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}
.left-content-2 .image-detail{
    position: relative;
    width: 100%;
    height: 149px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.right-content-2{
    float: left;
    padding: 0px 0px 0px 20px;
    width: 250px;
    height: 149px;
}
.right-content-2 .image-detail{
    position: relative;
    width: 100%;
    height: 149px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.image-content .right-content>a:hover p,.image-content .left-content>a:hover p,.image-content .right-content-2>a:hover p,.image-content .left-content-1>a:hover p,.image-content .left-content-2>a:hover p{
    color: #11356d;
}
.image-content .right-content>a:hover div,.image-content .left-content>a:hover div,.image-content .right-content-2>a:hover div,.image-content .left-content-1>a:hover div,.image-content .left-content-2>a:hover div{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}
.intelligent-teaching{
    width: 100%;
    height: 150px;
    /*background: url(../../_files/img/icon-left-1.png) center no-repeat;*/
    background-size: 112px 31px;
}
.practical-teaching{
    width: 100%;
    height: 150px;
    /*background: url(../../_files/img/icon-right-1.png) center no-repeat;*/
    background-size: 114px 31px;
}
.teaching-reform{
    width: 100%;
    height: 150px;
    /*background: url(../../_files/img/icon-right-2.png) center no-repeat;*/
    background-size: 114px 31px;
}
.innovative-education{
    width: 100%;
    height: 149px;
    /*background: url(../../_files/img/icon-left-2.png) center no-repeat;*/
    background-size: 114px 31px;
}
.course{
    width: 100%;
    height: 149px;
    /*background: url(../../_files/img/icon-right-3.png) center no-repeat;*/
    background-size: 114px 31px;
}
.title-bg{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 22px;
    padding: 0px 15px;
    box-sizing: border-box;
    background: rgba(21,21,21,0.36);
    color: #fff;
    text-align: right;
    line-height: 22px;
    font-size: 14px;
}
.qrcode {
    position: fixed;
    left: 0px;
    top：0px;
    width: 225px;
    height: 290px;
    background: #fff url(../image/qrcode.jpg) center 16px no-repeat;
    background-size: 218px 280px;
    z-index: 9999999;
    text-align:center;
}
.qrcode .close-btn {
    float: right;
    margin-top: -18px;
    cursor:pointer;
    padding: 2px 3px;
}