/*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: 1210px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #B31700;
}
input,button{
    outline:0;
}
img{
    vertical-align: top;
    border: 0;
}
/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}

/*背景--线性渐变色*/
.nav,.left_aside p{
    background: #FFB901;
    background: -webkit-linear-gradient(left,#FFB901 25%,#B31700 75%);
    background: -moz-linear-gradient(left,#FFB901 25%,#B31700 75%);
    background: -ms-linear-gradient(left,#FFB901 25%,#B31700 75%);
    background: -o-linear-gradient(left,#FFB901 25%,#B31700 75%);
    /*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ACD6F',endColorstr='#4A8AE1',GradientType=1);*/
}

/*顶部*/
.top{
    height: 38px;
    line-height: 38px;
    background: #EBEBEB;
    border-bottom: 1px solid #D6D6D6;
}
.top a{
    margin-right: 5px;
}
.top span{
    margin: 0 5px;
}
/*头部*/
.header{
    width: 100%;
    height: 150px;
    line-height: 150px;
}
.header img{
    margin-top: 30px;
}
.search{
    float: right;
    position: relative;
    height: 120px;
}
.search form{
    height: 120px;
}
.search input[type='text']{
    width: 216px;
    height: 36px;
    line-height: 36px;
    padding: 0 40px 0 10px;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    background: transparent;
}
.search input[type='image']{
    position: absolute;
    top: 65px;
    right: 10px;
}
/*导航*/
.nav{
    height: 50px;
    line-height: 50px;
}
.nav ul li{
    float: left;
    width: 150px;
    height: 50px;
    position: relative;
}
.nav ul li a{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.nav>div>ul>li:first-child{
    background: #B31700;
}
.nav>div>ul>li:hover{
    background: #B31700;
}
.nav .second{
    position: absolute;
    top:50px;
    left: 0;
    z-index: 10;
    display: none;
}
.nav .second li{
    border-bottom: 1px #fff solid;
    background: #B31700;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.nav .second li:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav .second li a{
    font-size: 16px;
}

/*首页*/
.section{
    width: 100%;
    min-height: 500px;
    padding-top: 20px;
}
.section .container{
    padding-bottom: 20px;
}

.section .title{
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    padding: 0 25px 0 15px;
    box-sizing: border-box;
    background: #EAEAEA url(../images/title-bg.jpg) no-repeat;
}
.section .title span{
    color: #fff;
    padding-left: 40px;
    position: relative;
}
.section .title span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/notice.png) no-repeat 0 0;
}
.section .title>a{
    float: right;
    display: inline-block;
    height: 43px;
    color: #fff;
    font-size: 12px;
    font-family: Georgia;
}
.section .title>a:after{
    content: '+';
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}
.section .title a:hover{
    color: #B31700;
    text-decoration: none;
}

/*图片新闻-幻灯片*/
.slide{
    width: 826px;
    height: 423px;
}

.albumBox{
    width:100%;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    right: 10px;
    bottom:15px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
    width: 826px;
    height: 423px;
    background:#ddd ;
}
.albumBox .bd img{
    display:inline-block;
    width: 826px;
    height: 423px;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 100px 0 15px;
    background: rgba(0,0,0,.5);
}
/*通知公告*/
.info{
    width: 355px;
    height: 423px;
}
.info ul,
.aside ul{
    width: 100%;
    height: 380px;
    box-sizing: border-box;
    border: 1px solid #A0A0A0;
    border-top: none;
    padding: 20px 15px;
}
.info ul li,
.aside ul li{
     margin-bottom: 15px;
}
.info ul li p{
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*工作动态、学院风采*/
.aside{
    width: 400px;
    height: 423px;
}
.aside .title {
    background: url(../images/news-title-bg.jpg) no-repeat;
}
.aside .title span:before{
    top: 4px;
    left: 0;
    width: 35px;
    height: 27px;
    background: url(../images/news.jpg) no-repeat;
}
.aside ul li p{
    width: 72%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.aside .title>a,
.aside .title>a:after{
    color: #fff;
}
.aside .title>a:hover{
    color: #D60D0D;
}
.mien{
    margin-left: 26px;
}
.mien .title span:before{
    top: 2px;
    width: 31px;
    height: 27px;
    background: url(../images/work.jpg) no-repeat;
}

/*文件下载*/
.aside ul li{
    padding-left: 20px;
    position: relative;
}
/* .download li:before, */
.aside ul li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../images/circell.png) no-repeat;
    transition: .3s;
}
.download li:hover:before,
.aside ul li:hover:before{
    transform: scale(1.2);
}

/*专题栏目*/
.special .title{
    background: url(../images/special-title-bg.jpg) no-repeat;
}
.special .title span:before{
    width: 23px;
    height: 20px;
    background: url(../images/special.png) no-repeat;
}
.special ul{
    padding: 20px 14px;
    border: 1px solid #A0A0A0;
    border-top: none;
    zoom: 1;
}
.special ul:after{
    content: '';
    display: block;
    clear: both;
}
.special ul li{
    float: left;
    width: 367px;
    height: 126px;
    border: 1px solid #B7B7B7;
    margin: 0 11px;
    overflow: hidden;
    position: relative;
}
.special ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter:Alpha(opacity=30);
    transform: scaleX(1);
    transition: .3s;
    z-index: 10;
}
.special img{
    width: 365px;
    height: 124px;
    transition: .3s;
}
.special ul li:hover{
    border: 1px solid #B31700;
}
.special ul li:hover:before{
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scaleX(0);
}
.special ul li:hover img{
    transform: scale(1.1);
}

/*首页样式-end*/

/*column_mainBody*/
.mainBody{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.mainContent:after{
    content: '';
    display: table;
    clear: both;
}
.banner{width: 1200px;height:215px;margin: 20px auto 0;}
.main_visual{ height:215px; overflow:hidden; position:relative; z-index:0;}
.main_image{ width: 1200px; height:215px; position:absolute;}
.main_image li>a{display: block;width: 100%;height: 215px;}
.main_image li>a img{width: 1200px;height: 215px;}
div.flicking_con{
    position:absolute;
    bottom:5%;left:48%;z-index:1;
    width:65px;height:12px;
}
div.flicking_con a{
    float:left;display: block;
    width:12px;height:12px;
    border-radius: 50%;
    margin-left:8px;background:#fff;
}
div.flicking_con a.on{background: #FE7701;}

/*left_nav*/
.column_content .left_nav{
    width:265px;
    /*min-height: 1000px;*/
    background: #ececec;
    position: relative;
}
.column_content .left_nav>div{
    width: 100%;
    height: 45px;
    background: #b31700;
    border-bottom: 3px solid #fff;
}
.column_content .left_nav>div h3{
    color: #fff;
    height: 45px;line-height: 45px;
    font-size: 18px;font-weight: normal;
    margin-left: 30%;
}
.column_content .left_nav ul{padding-bottom: 220px;}
.column_content .left_nav li{
    width: 100%;
    height: 45px;line-height: 45px;
    border-bottom: 3px solid #fff;
    position: relative;
}
.column_content .left_nav li a{
    height: 45px;line-height: 45px;
    font-size: 16px;
    display: block;
    margin-left: 30%;
}
.column_content .left_nav li.active a{
    color: #b31700;
}
.column_content .left_nav li.hover a{
    color: #b31700;
}
.column_content .left_nav li.active i{
    display: block;
    width:20px;height: 20px;
    background: url("../images/e.png") no-repeat;
    position: absolute;top:14px;right:40px;
}
/*right_content*/
.column_content .right_content{
    width:910px;
    background: #fff;
}
.column_name{
    width: 97%;
    margin: 0 auto;
    height: 50px;line-height: 50px;
    border-bottom: 2px solid #b31700;
}
.column_name h3{
    font-size: 20px;font-weight: normal;
}
.column_name>div img{padding-top: 10px;}
.column_name>div a:hover{
    color: #b31700;
}
.right_content .column_list{
    width: 95%;
    margin:0 auto;
    padding-top: 10px;
}


/*column*/
.right_content .column_list ul.list_info li{
    height: 45px;line-height: 45px;
    border-bottom: 1px dotted #BCBCBC;
    position: relative;
}
.right_content .column_list ul.list_info li i{
    display: block;
    width: 8px;height: 8px;
    background: #ff7302;
    border-radius: 50%;
    position: absolute;
    top:19px;left:3px;
}
.right_content .column_list ul.list_info li a{
    display: block;width: 700px;
    height: 45px;line-height: 45px;
    overflow: hidden;padding-left:25px;
    font-size: 16px;
}
.right_content .column_list ul.list_info li span{
    position: absolute;font-size: 16px;
    height: 45px;line-height: 45px;
    right:3px;top:0;
}
.right_content .column_list ul.list_info li:hover span{
    color: #b31700;
}


/*column_notice*/
.notice_list li{
    height: 120px;
    padding: 0 10px;
    margin-top:25px;
    border-bottom: 1px solid #c2c2c2;
}
.notice_list li>div{
    height:75px;
}
.notice_list li>div .list_info{
    width: 760px;
}
.notice_list li>div .list_info a{
    font-size: 18px;width:100%;
    height: 30px;line-height: 30px;
    overflow: hidden;
}
.notice_list li>div .list_info p{
    font-size: 14px;color: #666;
    height: 40px;line-height: 20px;
    overflow: hidden;margin-top:5px;
}
.notice_list li>div .time{
    width: 70px;height: 60px;
    background: #ff7302;color: #fff;
    border-radius: 5px;
    text-align: center;
}
.notice_list li>div .time p:first-child{
    font-size: 20px;padding-top: 10px;
}
.notice_list li>div .time p:last-child{
    font-size: 12px;
}
.notice_list li>a{
    display: block;
    width: 85px;height: 30px;line-height: 30px;
    font-family: 'Georgia';
    font-size: 14px;
    color: #c30a12;
    margin-top:5px;
}
.notice_list li>a:hover{
    text-decoration: underline;
}

/*column_intro*/
.column_list .column_introInfo{
    margin:20px auto 70px;
}
/*.column_list .column_introInfo p{*/
/*font-size: 16px;*/
/*text-align: justify;*/
/*line-height: 25px;*/
/*text-indent: 2em;*/
/*}*/

/*detail*/
.detail_content{
    width:95%;
    margin:0 auto;
}
.detail_content .detail_title{
    height: auto;
    text-align: center;
    margin-top:15px;
}
.detail_content .detail_title h3{
       height: auto;
    line-height: 1.8;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0;
}
.detail_content .detail_title p{
    color: #666;font-size: 12px;
}
.detail_content .detail_contentInfo{
    margin:10px 0 70px;
}
/*.detail_content .detail_contentInfo p{*/
/*font-size: 16px;*/
/*text-align: justify;*/
/*line-height: 25px;*/
/*text-indent: 2em;*/
/*}*/


/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 30px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce{
    background-color:#b31700;
    border:1px solid #b31700;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num_nonce a{
	color: #fff;
}
.pagebox span.pagebox_num:hover a{
    background-color:#b31700;
    border:1px solid #b31700;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#b31700;
    border:1px solid #b31700;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}

/*底部*/
.footer{
    height: 200px;
    margin-top: 30px;
    padding: 40px 0;
    background: #EFEFEF;
    position: relative;
    box-sizing: border-box;
}
.footer:before{
    position: absolute;
    content: '';
    top: -4px;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(left,#FFB901 25%,#B31700 75%);
    background: -moz-linear-gradient(left,#FFB901 25%,#B31700 75%);
    background: -ms-linear-gradient(left,#FFB901 25%,#B31700 75%);
    background: -o-linear-gradient(left,#FFB901 25%,#B31700 75%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB901',endColorstr='#B31700',GradientType=1);

}
.footer .rt{
    text-align: center;
    margin-top: -5px;
}
.footer p{
    line-height: 20px;
}
.footer .link{
    margin-bottom: 20px;
}
.footer .link a{
    padding: 0 10px;
}
.footer .link span:last-child{
    display: none;
}
.footer p{
    line-height: 25px;
}