﻿@charset "utf-8";
/* CSS Document */
/*大图轮播 S*/
#indBanner {
    width: 100%;
    float: none;
    height: 515px;
    position: relative;
    background: #fff;
}
#indBanner .hd {
    position: absolute;
    z-index: 20;
    right: 47%;
    bottom: 40px;
    z-index: 15;
}
#indBanner .hd ul {
    overflow: hidden;
    zoom: 1;
    z-index: 2;
}
#indBanner .hd ul li {
    float: left;
    margin-left: 20px;
    width: 40px;
    height: 7px;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}
#indBanner .hd ul li.on {
    width: 40px;
    background: #c31907;
}
#indBanner .bd ul li {
    height: 515px;
}
#indBanner .bd ul li .link {
    width: 100%;
    height: 100%;
    display: block;
}
#indBanner .bd .con {
    display: none;
}
#indBanner .prev, #indBanner .next {
    display: none;
}
.content {
    overflow: hidden;
}
.cloumn {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.hd {
    height: 50px;
    line-height: 40px;
    overflow: hidden;
}
.hd h3 {
    float: left;
    padding-right: 15px;
    font-size: 24px;
}
.hd .more {
    float: left;
    line-height: 28px;
    padding-top: 12px;
    color: #999;
}
.hd .more:hover {
    color: #c50008;
}
/*cloumnA S*/
#clounmA {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.clounmA_l {
    float: left;
    width: 930px;
}
.clounmA_l .bd .topicList .t {
    float: left;
    width: 270px;
    margin: 0 40px 0 0;
    border-bottom: 0;
}
.clounmA_l .bd .topicList .t .title {
    line-height: 24px;
    padding: 5px 0 0;
    white-space: normal;
    text-align: center;
}
.clounmA_l .bd .topicList .t .tit {
    font-size: 14px;
    color: #333;
}
.clounmA_l .bd .topicList .t .tit:hover {
    color: #c50008;
}
.clounmA_r {
    float: right;
    width: 270px;
    padding-top: 50px;
}
.clounmA_r .Arbox {
    width: 245px;
    height: 80px;
    padding: 30px 0 0 25px;
    background: #33a2d0;
    position: relative;
}
.clounmA_r .spxw {
    margin-top: 28px;
    background: #d05858;
}
.clounmA_r .Arbox em.icon {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(../../Base/img/icon.png) no-repeat 1px -43px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.clounmA_r .spxw em.icon {
    background-position: 0 -123px;
}
.clounmA_r .Arbox span {
    float: left;
    width: 145px;
    padding-left: 20px;
    line-height: 22px;
    color: #fff;
    font-size: 20px;
}
.clounmA_r .Arbox span em {
    font-weight: normal;
    font-size: 10px;
}
.clounmA_r .Arbox a.more {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    background: url(../../Base/img/yjt.png) no-repeat;
}
a:hover em.icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*cloumnA E*/
/* clounmB S */
#clounmB {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}
/* 通知公告 */
.notice {
    float: left;
    width: 370px;
    height: 510px;
}
.notice .bd {
    padding-top: 10px;
}
.notice .bd li {
    line-height: 30px;
    padding-bottom: 24px;
    overflow: hidden;
}
.notice .bd li .date {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 12px;
}
.notice .bd li .date i {
    display: block;
    padding: 2px 0 1px;
    border: 1px solid #ccc;
    border-top: 0;
}
.notice .bd li .date i.day {
    font-size: 24px;
    color: #fff;
    background: #cd4a4a;
    border-color: #cd4a4a;
}
.notice .bd li a {
    float: left;
    width: 284px;
    line-height: 28px;
    padding: 4px 0 0 16px;
    font-size: 16px;
    color: #666;
    background: none;
}
.notice .bd li a:hover {
    color: #c50008;
}
.clounmB_r {
    float: right;
    width: 790px;
}
.Brbox1 {
    overflow: hidden;
}
.Brbox1 .bd li {
    float: left;
    width: 175px;
    height: 130px;
    overflow: hidden;
    margin: 10px 30px 0 0;
    background: #8ca861;
}
.Brbox1 .bd li a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 64px;
    line-height: 190px;
    text-align: center;
    font-size: 18px;
}
.Brbox1 .bd .icon {
    position: absolute;
    z-index: 1;
    left: 60px;
    top: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    overflow: hidden;
    background: url(../../Base/img/icon.png) no-repeat 0 -204px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.Brbox1 .bd li.li2 {
    background: #5194bf;
}
.Brbox1 .bd li.li3 {
    background: #c4a26f;
}
.Brbox1 .bd li.li4 {
    margin-right: 0;
    background: #cb6251;
}
.Brbox1 .bd li.li2 .icon {
    background-position: 0 -299px;
}
.Brbox1 .bd li.li3 .icon {
    background-position: 0 -395px;
}
.Brbox1 .bd li.li4 .icon {
    background-position: 0 -492px;
}
.Brbox1 .bd li a:hover {
    font-weight: bold;
}
.Brbox1 .bd a:hover .icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.Brbox2 {
    margin-top: 35px;
    overflow: hidden;
}
.Brbox2 .bd li {
    float: left;
    width: 175px;
    margin: 10px 30px 0 0;
}
.Brbox2 .bd li.last {
    margin-right: 0;
}
.Brbox2 .bd li .title {
    padding: 6px 0 9px;
    font-size: 16px;
}
.Brbox2 .bd li .intro {
    font-size: 12px;
    color: #999;
}
/* campusPic */
.campusPic {
    width: 1200px;
    margin: 32px auto;
}
.campusPic .bd {
    padding-top: 8px;
    overflow: hidden;
}
.campusPic .bd li {
    float: left;
    width: 232px;
    height: 165px;
    margin: 0 0 10px 10px;
    position: relative;
}
.campusPic .bd li.first {
    width: 474px;
    height: 340px;
    margin-left: 0;
}
.campusPic .bd li img {
    width: 232px;
    height: 165px;
}
.campusPic .bd li.first img {
    width: 474px;
    height: 340px;
}
.campusPic .bd li .title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.campusPic .bd li .title a {
    display: block;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}
.campusPic .bd li .titleBg {
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}