/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
    border-top: 8px solid #641c22;
    background: url(../images/body-bg12.jpg) no-repeat center top;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #0162B3;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}

/*头部*/
.header{
    width: 100%;
    height: 220px;
    min-width: 1200px;
}
.header .container{
    position: relative;
}
.top{
    width: 100%;
    height: 155px;
}
.top img{
    margin-top: 22px;
}
.top p{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
}
.top span{
    margin: 0 15px;
}
.search{
    position: absolute;
    top: 80px;
    right: 0;
    height: 32px;
    line-height: 32px;
    z-index: 20;
}
.search input[type='text']{
    width: 230px;
    height: 32px;
    color: #FFF;
    padding: 0 40px 0 10px;
    border: 2px solid #fff;
    background: transparent;
    font-family: Georgia;
}
.search input[type='submit']{
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: 0;
    cursor: pointer;
    background: url(../images/search.png) no-repeat;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}

/*导航*/
.nav{
    height: 65px;
    background: #fff;
}
.nav .menu>li{
    float: left;
    width: 220px;
    position: relative;
}
.nav .menu>li>a{
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    line-height: 40px;
    padding: 12px 0 13px;
}
.nav .menu>li>a span{
    padding: 0 0px;
    position: relative;
}
.nav .menu>li>a p{
    color: #666;
    font-size: 10px;
    font-family: Georgia;
    transform: scale(.9);
    transform-origin: 50% 50%;
}
.nav .menu>li>a:before{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 45px;
    background: #C5C5C5;
}
/*.nav .menu>li>a span:after{
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    margin-top: 8px;
    border: 5px solid transparent;
    border-top-color: #0162B3;
}*/
.nav ul li:last-child a:before,
.nav ul li:first-child a span:after{
    display: none;
}
.nav .menu>li>a:hover{
    color: #fff;
    background: #0162B3;
}
.nav .menu>li>a:hover p{
    color: #eee;
}
.nav .menu>li>a:hover:before{
    display: none;
}
.nav .menu>li>a:hover span:after{
    margin-top: 3px;
    border-top-color: transparent;
    border-bottom-color: #fff;
}
.nav .sub-menu{
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    display: none;
}
.nav .sub-menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #C5C5C5;
}
.nav .sub-menu a:hover{
    color: #fff;
    text-decoration: none;
    background: #0162B3;
}
/*首页*/
.section{
    width: 100%;
    min-height: 500px;
}
.aside{
    float: left;
    width: 388px;
    height: 468px;
    margin: 30px 0;
    padding: 15px 21.5px;
    box-sizing: border-box;
    border: 1px solid #D9D7D8;
    border-top: 2px solid #19B2AC;
    border-bottom-color: #999596;
    box-shadow: 0 2px 1px #B2B0B1;
}
.aside ul{
    overflow: hidden;
}
/*通用标题*/
.title{
    height: 30px;
    line-height: 30px;
}
.title .lf{
    display: inline-block;
    position: relative;
    padding-left: 37px;
    color: #0162B1;
    font-size: 18px;
    text-decoration: none;
}
.title .lf:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../images/icon-list.png) no-repeat 0 0;
}
.title .lf:after{
    content:'';
    position: absolute;
    left: 37px;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: #0162B1;
    transition: .3s;
}
.title .lf:hover:before{
    animation: pulse 1s infinite;
}
.title .lf:hover:after{
    width: 65%;
}
.title .rt{
    font-size: 12px;
    font-family: Georgia;
    padding-right: 15px;
    position: relative;
}
.title .rt:after{
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    color: #D11D1C;
    font-size: 15px;
    font-weight: bolder;
}

/*幻灯片*/
.slider{
    width: 1200px;
    margin: 5px auto 0;
    background: #F5F5F5;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:20px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:15px;
    height:15px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
}

/*通知公告*/
.notice{
    padding-bottom: 40px;
    background: #F5F5F5;
    position: relative;
    margin-top: 30px;
}
.notice .title{
    margin-left: 21.5px;
}
.notice-content{
    margin: 40px 37.5px 0;
    height: 70px;
    overflow: hidden;
}
.notice ul{
    height: 70px;
    transition: .5s;
    position: relative;
}
.notice ul li{
    float: left;
    width: 375px;
    padding: 0 15px 0 20px;
    position: relative;
}
.notice ul li:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.notice ul li:nth-child(3n):after,
.notice ul li:last-child:after{
    display: none;
}
.notice .date{
    float: left;
    width: 70px;
    height: 70px;
    line-height: 35px;
    font-family: Georgia;
    text-align: center;
}
.notice .date span{
    display: block;
    color: #fff;
    font-size: 22px;
    background: #0162B3;
}
.notice .date p{
    background: #fff;
}
.notice-info{
    margin-left: 90px;
}
.notice-info span{
    padding-left: 20px;
    position: relative;
}
.notice-info span:before{
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/icon-list.png) no-repeat -185px 0;
}
.notice-info h3{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.notice-info h3 a{
    font-size: 16px;
    font-weight: normal;
}
.notice .prev,
.notice .next{
    position: absolute;
    left: 17.5px;
    top: 70px;
    width: 20px;
    height: 70px;
    line-height: 70px;
    color: #8B8B8B;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #DFDFDF;
    border-radius: 3px;
    text-decoration: none;
}
.notice .next{
    left: auto;
    right: 17.5px;
}
.notice .prev.on,
.notice .next.on{
    color: #004E9B;
}
.notice .prev.on:hover,
.notice .next.on:hover{
    background: #999;
}

/*学院新闻*/
.news .title a:before{
    width: 24px;
    height: 24px;
    background-position-x: -29px;
}
.news .img{
    display: block;
    width: 337px;
    height: 179px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    border: 3px solid #DFDFDF;
    border-radius: 3px;
}
.news .img img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.news .img img:hover{
    transform: scale(1.1);
}
.news .img p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    padding-left: 15px;
    background: rgba(0,0,0,.6);
}
.news-list li{
    margin-bottom: 10px;
}
.news-list li p{
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list li p a{
    padding-left: 15px;
    position: relative;
}
.news-list li p a:before{
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #0162B1;
    font-size: 12px;
}

/*招聘信息*/
.hr{
    margin: 30px 18px;
}
.hr .title a:before{
    width: 25px;
    height: 24px;
    background-position-x: -54px;
}
.hr-info{
    margin: 20px 0 15px;
    border-bottom: 1px dotted #666;
}
.hr-info h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hr-info h3 a{
    font-size: 18px;
    font-weight: normal;
}
.hr-info p{
    color: #666;
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    margin: 5px 0 10px;
    overflow: hidden;
}

/*规章制度*/
.rule .rt{
}
.rule .title a:before{
    width: 19px;
    height: 23px;
    background-position-x: -82px;
}

/*专题栏目*/
.special{
    clear: both;
    padding: 20px 27px;
    border: 1px solid #D7D7D7;
    border-bottom-color: #999596;
    box-shadow: 0 2px 1px #B0AEAF;
}
.special .title a:before{
    width: 27px;
    height: 23px;
    background-position-x: -104px;
}
.picMarquee-left{
    width:1200px;
    overflow:hidden;
    position:relative;
    margin: 15px auto;
}
.picMarquee-left .bd{
    overflow:hidden;
    zoom:1;
}
.picMarquee-left .bd ul{
    margin-left: -13.5px;
    margin-right: -13.5px;
    overflow:hidden;
    zoom:1;
}
.picMarquee-left .bd li{
    float:left;
    margin: 0 13.5px;
}
.picMarquee-left .bd li a{
    display: block;
    width:364px;
    height:127px;
    overflow: hidden;
    position: relative;
}
.picMarquee-left .bd li img{
    width:364px;
    height:127px;
    transition: .3s;
    border-bottom-right-radius: 55px;
}
.picMarquee-left .bd li a:hover img{
    transform: scale(1.1);
}
.spe-title{
    position: absolute;
    top: 30px;
    right: 20px;
    color: #fff;
    text-align: right;
}
.spe-title p{
    font-size: 22px;
    font-family: Georgia;
}
.spe-title h2{
    font-size: 20px;
    font-family: '黑体';
}

/*首页样式-end*/

/*友情链接*/
.link{
    clear: both;
    margin-bottom: 30px;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}
.link .title i{
    width: 117px;
    height: 34px;
    background-position-x: -823px;
}
.link ul{
    overflow: hidden;
}
.link li{
    float: left;
}
.link li span{
    margin: 0 15px;
}
.link li:first-child{
    margin-right: 10px;
}
.link li:last-child span{
    display: none;
}
/*底部*/
.footer{
    height: 268px;
    margin-top: 5px;
    box-sizing: border-box;
    background: url(../images/footer.jpg) no-repeat center;
}
.footer>.container{
    position: relative;
    padding-top: 130px;
}
.footer .lf h3{
    font-size: 18px;
    font-weight: normal;
    margin: 55px 0 15px;
}
.footer p{
    line-height: 30px;
}
.footer .rt{
    text-align: right;
}

.banner{
    margin-top: 202px;
}
.banner img{
    width: 100%;
}

/*左侧导航*/
.left-aside{
    float: left;
    width: 256px;
}
.heading{
    height: 47px;
    line-height: 47px;
    color: #fff;
    background: #00B8E6;
}
.heading p{
    font-size: 18px;
    padding-left: 65px;
}
.left-nav{
    margin-top: 3px;
    padding: 0 15px;
    background: #E8E8E8;
    min-height: 500px;
}
.left-nav li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #BBBBBB;
    position: relative;
}
.left-nav li a{
    display: block;
    font-size: 16px;
    padding-left: 50px;
    text-decoration: none;
}
.left-nav li a:after{
    position: absolute;
    content: '';
    top: 14px;
    right: 40px;
    width: 23px;
    height: 23px;
    background: url(../images/icon-list.png) no-repeat -134px 0;
    display: none;
}
/*
.left-nav li a:hover:after{
    display: block;
    animation: zoomIn 1s;
}
.left-nav li.on a:after{
    display: block;
    animation: zoomIn 1s;
}
*/
.left-nav li.on a{
    color: #0162B3;
}

/*右侧主体*/
.right-aside{
    margin-left: 284px;
    margin-top: 30px;
    border: 1px solid #D7D7D7;
    min-height: 550px;
    box-shadow: 0 2px 1px #B2B0B1;
}
.right-aside:before{
    content: '';
    display: table;
}
.headline{
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #9D9D9D;
}
.bread{
    float: right;
    color: #666;
    padding-left: 30px;
    margin-right: 35px;
    position: relative;
}
.bread:before{
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 15px;
    background: url(../images/icon-list.png) no-repeat -224px 0;
}
.bread a{
    color: #666;
}
.bread a:hover{
    color: #0162B3;
}
.headline h3{
    color: #0162B3;
    font-size: 18px;
    font-weight: normal;
    padding-left: 32px;
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
.headline h3:before{
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icon-list.png) no-repeat -163px 0;
}
/*通用列表*/
.list{
    padding: 0 35px 0 20px;
}
.list li{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dotted #333;
    overflow: hidden;
}
.list li span{
    color: #666;
}
.list li p{
    margin-right: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list li a{
    padding-left: 25px;
    position: relative;
}
.list li a:hover{
    color: #0162B3;
    text-decoration: none;
}
.list li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
}
.list li a:hover:before{
    background: #0162B3;
}
/*图文列表*/
.list-img li{
    height: 230px;
    margin: 30px 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.list-img li:last-child{
    border: none;
    margin-bottom: 30px;
}
.list-img li>a{
    float: left;
    width: 174px;
    height: 209px;
    margin-bottom: 20px;
    overflow: hidden;
}
.list-img li>a img{
    width: 100%;
    transition: .3s;
}
.list-img li>a:hover img{
    animation: pulse 1s;
}
.list-info{
    margin-left: 200px;
}
.list-info h3 a{
    font-size: 18px;
    font-weight: normal;
}
.list-info span{
    display: inline-block;
    margin: 10px 0 15px;
}
.list-info p{
    color: #666;
    height: 100px;
    line-height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
}
.list-info>a{
    float: right;
    color: #B10503;
}
.list-info>a:hover{
    color: #0162B3;
}

/*详情页*/
.detail{
    margin-top: 30px;
    border: 1px solid #D7D7D7;
    min-height: 550px;
    box-shadow: 0 2px 1px #B2B0B1;
}
.caption{
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.caption h2{
    font-size: 20px;
    font-weight: normal;
}
.caption p{
    color: #666;
    margin-top: 5px;
}
.caption p span{
    margin: 0 15px;
}
.right-aside .content,
.detail .content{
    padding: 30px 35px 30px 25px;
}


/*分页*/
.pagebox_jump {
    display:none;
}
.pagebox {
    font-family: "宋体",sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    margin: 20px 0;
}
.pagebox span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
}
.pagebox span a {
    display: block;
    overflow: hidden;
}
.pagebox span.pagebox_pre_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 8px;
}
.pagebox span.pagebox_pre {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 53px;
}
.pagebox span.pagebox_pre a:hover, .pagebox span.pagebox_pre a:active, .pagebox span.pagebox_next a:hover, .pagebox span.pagebox_next a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_nonce {
    background: #d20001 none repeat scroll 0 0;
    border: 1px solid #ab0101;
    color: #fff;
    cursor: default;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
}
.pagebox span.pagebox_num {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited {
    border: 1px solid #b8b8b8;
    color: #8a8a8a;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-decoration: none;
}
.pagebox span.pagebox_num a:hover, .pagebox span.pagebox_num a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_ellipsis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393733;
    line-height: 23px;
    width: 22px;
}
.pagebox span.pagebox_next_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 53px;
}