/*banner*/
.slideBox {
    width: 100%;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
}

.slideBox .prev {
    left: 3%;
    background: url(../image/prev.png);
}

.slideBox .next {
    right: 3%;
    background: url(../image/next.png);
}

/*新闻动态*/
.newsMain {
    padding: 40px 0;
}

/*左*/

.newImg {
    width: 465px;
    height: 262px;
    z-index: 0;
    margin-top: 10px;
}

.newImg li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.newPhoto .newBanner {
    display: block;
    width: 495px;
    height: 300px;
}

.newPhoto .newName {
    position: absolute;
    padding: 0 15px;
    left: 0;
    bottom: 0;
    width: 465px;
    height: 40px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
}

.newsL .hd {
    bottom: 2px;
    right: 0;
    z-index: 30;
    float: right;
    position: relative;
}

.newsL .hd li {
    width: 35px;
    height: 36px;
    background: url(../image/titleBg_02.png) center no-repeat;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #ffffff;
    margin-right: 5px;
}

.newsL .hd li a {
    color: #ffffff;
}

.newsL .hd li.on {
    background: url(../image/titleBg_01.png) center no-repeat;
}

/*中*/
.newsM {
    width: 400px;
    height: 262px;
    margin: 0 36px;
}

.newDT, .teachTitle {
   /*  border-bottom: 1px solid #e6e6e6; */
    padding-bottom: 8px;
    padding-left: 0;
}

.newDT b {
    width: 4px;
    height: 16px;
    background-color: #c1351e;
    border-radius: 2px;
    margin: 8px 10px 0 0;
}

.newMCon {
    margin-top: 8px;
}

.newMCon li, .noticeCon li, .teachCon li {
    padding: 9px 0;
}

.newDT h3, .teachTitle h3 {
    font-size: 22px;
}

.newDT a, .newMCon span, .noticeCon span, .teachTitle a, .teachCon span {
    color: #808080;
}

.newDT a, .teachTitle a {
    line-height: 29px;
}

.newDT a:hover, .newMCon a:hover span, .newMCon a:hover h3, .noticeCon a:hover span, .noticeCon a:hover h3, .teachTitle a:hover, .teachCon a:hover span, .teachCon a:hover h3 {
    color: #0f71bc;
}

.newMCon h3, .newMCon span, .noticeCon h3, .noticeCon span, .teachCon span, .teachCon h3 {
    font-size: 15px;
}

.newMCon img {
    margin: 4px 10px 0 0;
}

.newMCon a, .noticeCon a, .teachCon a {
    display: block;
}

/*右*/
.newsR{
    margin: 0 auto;
}
.newsR li a {
    display: block;
    width: 100%;
    height: 73px;
    overflow: hidden;
}

.newsR li + li {
    margin-top: 10px;
}

.newsR li a img {
    width: 100%;
    height: 73px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

.newsR li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*通知公告*/
.main {
    padding-bottom: 35px;
}

.mainBox > div {
    width: 376px;
}

.mainBox > div + div {
    margin-left: 36px;
}

.noticeCon img, .teachTitle img {
    margin: 5px 10px 0 0;
}

.noticeCon, .teachCon {
    margin-top: 15px;
}

/*教学教务*/
.teachCon img {
    margin: 4px 10px 0 0;
}

/*学术报告*/
.learnCon a {
    display: block;
    width: 100%;
    height: 50px;
}

.learnCon a div {
    width: 17%;
    height: 60px;
    background-color:  #94070A;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.learnCon a span {
    width: 83%;
    height: 60px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.learnCon h2 {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 2px;
}

.learnCon h3 {
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
}

.learnCon span {
    font-size: 15px;
    padding: 5px 20px;
    line-height: 25px;
}

.learnCon a:hover div {
    background-color: #94070A/*#0f71bc*/;
}

.learnCon {
    margin-top: 12px;
}

.learnCon li + li {
    margin-top: 15px;
}
.lf {
    float: left;
}
/*友情链接*/
.link{
    border-bottom: 1px solid #e6e6e6;
}
.link ul {
    padding: 20px 0 30px 0;
}

.link ul a {
    display: block;
    width: 240px;
    line-height: 26px;
    padding: 4px 0;
}

.link a em {
    width: 4px;
    height: 4px;
    background-color: #0f71bc;
    border-radius: 2px;
    margin: 11px 10px 0 0;
}

.link a span {
    font-size: 15px;
}

.link a:hover span {
    color: #0f71bc;
}