.k{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
body{
    background: #f5f5f5;
}
/*头部*/
.top_box{
    background: #800000;
    height: 185px;
    overflow: hidden;
}
.top_box .top{
    background: url(../img/top_bg.png) right center  no-repeat;
    height:185px;
}
.top .logo{
    float: left;
    width: 271px;
    height: 152px;
    margin-top: 15px;
    margin-left: 464px;
}
.top .search {
    float: right;
    width: 180px;
    height: 26px;
    background-color:#bfbfbf;
    overflow: hidden;
    margin-top: 116px;
}
.top .search .text {
    border: none;
    width: 120px;
    float: left;
    line-height: 26px;
    padding-left: 10px;
    height: 28px;
    background: none;
}
.top .search .submit {
    float: right;
    display: block;
    margin-top: 4px;
    margin-right: 10px;
}
/*导航*/
.nav_box{
    height: 64px;
    background: url(../img/nav_bg.png) top center repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.nav {
    height: 64px;
    position: relative;
    z-index:999;
}

.nav a {
    color: #000000;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    width: 109px;
    height: 64px;
    float: left;
    text-align: center;
    /*margin-right: 40px;*/
}
.nav .nLi h3 a {
    display: block;
    font-size: 18px;
    color: #000000;
    border-right: 1px #000000 solid;
    margin-top: 24px;
}
.nav .nLi:last-child h3 a{
    border-right: 0;
}
.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    /*margin-left: -65px;*/
    top:64px;
    position: absolute;
    /*background: url(../img/sub_bg1.png) top center no-repeat;*/
    line-height: 26px;
    /*padding: 11px 0;*/
    z-index: 999;
}

.nav .sub li {
    zoom: 1;
    /*background: url(../img/sub_bg2.png) center center repeat;*/
    background: url(../img/nav_bg.png) top center repeat;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.nav .sub a {
    display: inline-block;
    /*padding: 0 10px;*/
    font-size:15px;
    color: #000000;
    line-height: 40px;
    width:100%;
}

.nav .sub a:hover {
    /*color: #0e5eb7;*/
    /*background: #ffffff;*/
    text-decoration: underline;
    color: #800000;
}
.nav .on h3{
    background-color: #800000;
}
.nav .on h3 a {
    color: #ffffff;
    border-right: 0;
}
/*banner*/
.focusBox {
    position: relative;
    width: 100%;
    left: 0;
    right:0;
    /*bottom: 0;*/
    height: 600px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.focusBox .pic img {
    width: 100%;
    height: 600px;
    display: block;
    overflow: hidden;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    /*z-index:0;*/
    height: 54px;
    width: 1200px;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    z-index: 2;
    height: 54px;
    width: 1200px;
    overflow: hidden;
}

.focusBox .txt li {
    height: 54px;
    line-height: 54px;
    position: absolute;
    bottom: -54px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.focusBox .num {
    position: absolute;
    /*width: 1200px;*/
    right:30%;
    z-index: 3;
    bottom: 20px;
    /*margin-right: -600px;*/
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}
.focusBox .num li a{
    background: url(../img/num1.png) center center no-repeat;
}
.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li span {
    z-index: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: url(../img/num2.png) center center no-repeat;
}
/*学院新闻*/
/*统一标题*/
.title_box{
    height: 37px;
    line-height: 34px;
    overflow: hidden;
}
.title_box h1{
    float: left;
    font-size: 20px;
    color: #333333;
    border-bottom: 3px #800000 solid;
}
.title_box .more_box{
    float: right;
    line-height: 34px;
}
.title_box .more_box a{
    font-size: 12px;
    color: #666666;
}
.title_box .more_box a:hover{
    color: #800000;
}
.news_box{
    border-bottom: 1px #b5b5b5 solid;
    padding-bottom: 35px;
    margin-top: 25px;
}
.news_box .new{
    margin-top: 25px;
 }
.news_box .new li{
    float: left;
    width: 370px;
    margin-right: 45px;
    overflow: hidden;
}

.news_box .new li:last-child{
    margin-right: 0;
}
.news_box .new li img{
    width: 370px;
    height: 180px;
}
.news_box .new li span{
    font-size: 14px;
    color: #800000;
    margin-top: 20px;
    display: block;
}
.news_box .new li h2{
    height: 40px;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
}
.news_box .new li h2 a{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.news_box .new li h2 a:hover{
    color: #800000;
}
.news_box .new li p{
    font-size: 12px;
    color: #666666;
    line-height: 1.7;
    height: 60px;
}
/*通知公告*/
.center_box{
    margin-top: 35px;
}
.notice_box{
    width: 370px;
    float: left;
}
.center_box .tzxs_box{
    overflow: hidden;
}
.center_box .tzxs_box li{
    border-bottom: 1px #bfbfbf solid;
    padding-bottom: 15px;
    margin-top: 25px;
}
.notice_box .tzxs_box li .date{
    width: 70px;
    height: 70px;
    float: left;
    background: #800000;
    font-family: "苹方 中等";
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
.notice_box .tzxs_box li .date img{
    width: 70px;
    height: 70px;
    display: block;
}
.notice_box .tzxs_box li .date span{
    display: block;
    font-size: 35px;
    line-height:1.3;
}
.notice_box .tzxs_box li .inf{
    width: 280px;
    float: right;
    height: 70px;
    overflow: hidden;
}
.center_box .tzxs_box li .inf a{
    font-size: 14px;
    color: #333333;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
}
.center_box  .tzxs_box li .inf a:hover{
    color: #800000;
}
.center_box  .tzxs_box li .inf p{
    font-size: 12px;
    color: #666666;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 14px;
}
/*教学工作*/
.teach_box{
    width: 370px;
    float: left;
    margin-left: 45px;
    margin-right: 45px;
}
.teach_box .teach img{
    height: 174px;
    width: 370px;
    display: block;
    margin-top: 25px;
}
.teach_box ul{
    margin-top: 15px;
}
.teach_box ul li{
    background: url(../img/teach_icon.png) left center no-repeat;
    padding-left: 25px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.teach_box ul li a{
    font-size: 14px;
    color: #666666;
}
.teach_box ul li a:hover{
    color: #800008;
}
.teach_box ul li span{
    font-size: 14px;
    color: #666666;
    float: right;
}
/*学生工作*/
.student_box{
    width: 370px;
    float: right;
}
.student_box .tzxs_box li .inf{
    height: 70px;
    overflow: hidden;
}
/*学科专业、下载专区、科研工作*/
.Special_area{
    background: #424141;
    height: 470px;
    margin-top: 30px;
}
.area_box{

}
.area_box .area_left{
    background: #f5f5f5;
    width: 782px;
    height: 396px;
    float: left;
    margin-top: 37px;
}
.area_left .area_t{
    float: left;
    width: 73px;
    height: 59px;
    background: #800000;
    line-height: 24px;
    padding-left: 15px;
    padding-top: 5px;
}
.area_left .area_t a{
    font-size: 20px;
    color: #ffffff;
}
.area_left .area_t i{
    display: block;
}
.area_left .major{
    margin-top: 20px;
}
.area_left .major .major_inf{
    float: left;
    width: 660px;
    margin-left: 10px;
    overflow: hidden;
}
.area_left .major .major_inf li{
    margin-top: 15px;
}
.area_left .major .major_inf li h1{
    font-size: 14px;
    color: #333333;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(../img/area_icon.png) left  center no-repeat;
    padding-left: 36px;
}
.area_left .major .major_inf li h1 a,
.area_left .major .major_inf li h1 span {
    font-size: 14px;
    color: #333333;
}
.area_left .major .major_inf li h1 span{
       margin-left:30px;
}
.area_left .major .major_inf li h1:hover a,
.area_left .major .major_inf li h1:hover span{
    color: #800000;
}
.area_left .major .major_inf li p{
    font-size: 12px;
    color: #666666;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-left: 36px;
}

.area_left .major .major_inf li.major_first{
    border-bottom: 1px #bfbfbf solid;
    padding-bottom: 20px;
    margin-top: 0;
}
.area_left .major .major_inf li.major_first h1{
    font-size: 16px;
    color: #800000;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    background: url(../img/area_icon.png) left  center no-repeat;
    padding-left: 36px;
    overflow: hidden;
}
.area_left .major .major_inf li.major_first h1 a{
    font-size: 16px;
    color: #800000;
}
.area_left .major .major_inf li.major_first span{
    font-size: 14px;
    color: #800000;
    margin-top: 15px;
    display: block;
    margin-left: 36px;
}
.area_left .major .major_inf li.major_first p{
    font-size: 12px;
    color: #666666;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    margin-left: 36px;
    margin-top: 10px;
}
/*下载专区*/
.area_left .down_box{
    margin-top: 10px;
}
.area_left .down_box .down{
    float: left;
    width: 660px;
    margin-left: 10px;
    overflow: hidden;
    border-top: 1px #bfbfbf solid;
}
.area_left .down_box .down1{
    float: left;
    width: 330px;
    margin-top: 10px;
}
.area_left .down_box .down1 li{
    background: url(../img/area_icon.png) left  center no-repeat;
    padding-left: 36px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.area_left .down_box .down1 li a{
    font-size: 14px;
    color: #333333;
}
.area_left .down_box .down1 li a:hover{
    color: #800000;
}
.area_left .down_box .down1 li span{
    float: right;
    font-size: 14px;
    color: #333333;
}
.area_left .down_box .down1.down2 li{
    background:none;
}
/*科研工作*/
.area_box .area_right{
    width: 366px;
    height: 396px;
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 37px;
    float: right;
}
.area_box .area_right .area_right_t{
    height: 60px;
    background: #800000;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
}
.area_box .area_right .area_right_t h1{
    float: left;
    margin-left: 30px;
}
.area_box .area_right .area_right_t .more{
    float: right;
    margin-right: 10px;
}
.area_box .area_right .area_right_t .more a{
    color: #ffffff;
    font-size: 20px;
}
.area_box .area_right ul{
    margin-top: 10px;
}
.area_box .area_right ul li{
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.area_box .area_right ul li a{
    font-size: 14px;
    color: #333333;
}
.area_box .area_right ul li a:hover{
    color: #800000;
}
.area_box .area_right ul li span{
    float: right;
    font-size: 14px;
    color: #333333;
}
/*图片展示*/
.show_box{
    background: #ede8e8;
    height: 390px;
}
.show_box .img_box{
    margin-top: 40px;
}
.show_box .img_box ul{
    height: 310px;
    overflow: hidden;
}
.show_box .img_box ul li{
    float: left;
}
.show_box .img_box ul li .show{
    position: relative;
}
.show_box .img_box ul li .show a{
    display: block;
}
.show_box .img_box ul li .show .show_text {
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 3;
}
.show_box .img_box ul li .show .show_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.show_box .img_box ul li .show:hover .show_bg{
      display: none;
  }
.show_box .img_box ul li .show:hover .show_text{
    
}
.show_box .img_box ul li .show .show_text h1{
  margin-left: 30px;
    font-size: 24px;
    font-weight: bold;
}
.show_box .img_box ul li .show .show_text span{
    font-size: 14px;
}
.show_box .img_box ul li.first .show .show_text,
.show_box .img_box ul li.third .show .show_text{
    margin-left: 20px;
    margin-bottom: 20px;
}
.show_box .img_box ul li.first{
    width: 421.5px;
    height: 310px;
}
.show_box .img_box ul li.first .img1{
    width: 421.5px;
    height: 310px;
}
.show_box .img_box ul li.second{
    width: 357px;
    height: 310px;
}
.show_box .img_box ul li.second .img1{
    width: 357px;
    height: 155px;
}
.show_box .img_box ul li.third{
    width: 421.5px;
    height: 310px;
}
.show_box .img_box ul li.third .img1{
    width:421.56px;
    height: 310px;
}
.show_box .img_box ul li.first .show .show_text h1,
.show_box .img_box ul li.third .show .show_text h1{
    color: #ffffff;
    margin-bottom: 10px;
}
.show_box .img_box ul li.first .show .show_text span,
.show_box .img_box ul li.third .show .show_text span{
    color: #ffffff;
    font-weight: bold;
}
.show_box .img_box ul li.third .show .show_text p{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}
.show_box .img_box ul li.second .show .show_text{
    margin-left: 15px;
    margin-bottom: 15px;
}
.show_box .img_box ul li.second .show .show_text h1{
    color: #333333;
    margin-bottom: 10px;
}
.show_box .img_box ul li.second .show .show_text span{
    font-size: 14px;
    color: #333333;
}
/*页脚*/
.footer_box{
    background: #313131;
}
.footer_box .footer{
    height: 120px;
    overflow: hidden;
    text-align: center;
}
.footer_box .footer p{
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    height: 48px;
    margin-top: 36px;
}
/*列表页*/
.focusBox1 {
    height: 400px;
}

.focusBox1 .pic img {
    width: 100%;
    height: 400px;
    display: block;
}
/*列表页左侧*/
.main_box{
    overflow: hidden;
}
.main_box .fx_box{
    position: absolute;
    top:0;
    left:256px;
    bottom: 0;
    width: 20px;
    background: #f5f5f5;
    z-index: 2;
}
.main_box .main_left{
    float: left;
    width: 256px;
    /*margin-bottom: -2000px;*/
    /*padding-bottom: 2000px;*/
    background: #ffffff;
}
.main_box .main_left dl dt{
    background: #800000;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    color: #f4f4f4;
    width: 256px;
    font-weight: bold;
}
.main_box .main_left dl{

}
.main_box .main_left dl dd{
    text-align: center;
    height: 52px;
    border-bottom: 1px #bfbfbf solid;
    line-height: 52px;
}
.main_box .main_left dl dd a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.main_box .main_left dl dd a:hover{
    color: #800000;
}

.main_box .main_left dl dd a.on{
    color: #800000;
}
/*列表页右侧*/
.main_box .main_right{
    width: 890px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    float: right;
    padding-top: 15px;
    padding-bottom: 30px;min-height:450px;
}
.main_box .main_right .place_box{
    height: 38px;
    border-bottom: 1px #cccccc solid;
}
.main_box .main_right .place_box .place_r{
    line-height: 38px;
}
.main_box .main_right .place_box .place_r span{
    background:  url(../img/place.png) left center no-repeat;
    padding-left: 20px;
    line-height: 38px;
    font-weight: bold;
}
.main_box .main_right .place_box .place_r a{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.main_box .main_right .place_box .place_r a:hover{
    color: #800000;
}
.main_box .main_right .list_box{

}
.main_box .main_right .list_box li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background:  url(../img/fk_icon.png) left center no-repeat;
    padding-left: 15px;
}
.main_box .main_right .list_box li span{
    float: right;
    font-size: 14px;
    color: #333333;
}
.main_box .main_right .list_box li a{
    font-size: 14px;
    color: #333333;
}
.main_box .main_right .list_box li a:hover{
    color: #800000;
}
/*内容页*/
.main_box .main_right .main_content{
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}
.main_box .main_right .main_content .title{
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
    font-weight: bold;
}
.main_box .main_right .main_content .info{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height:20px;
    margin-top: 10px;
}
.main_box .main_right .main_content .body{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-top: 15px;
    border-top: 1px #cccccc dashed;
    padding-bottom: 30px;
    padding-top: 10px;
}
.main_box .main_right .main_content .body p{
    /*text-indent: 2em;*/
}
/*图片列表页*/
.main_right .main_piclist{
    text-align: center;
    /*margin: 0 -20px;*/
}
.main_right .main_piclist li{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 36px;
    width: 33.333%;
    float: left;
    margin-top: 10px;
}
.main_right .main_piclist li .lb{
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
}
.main_right .main_piclist li .lb h2{
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.main_right .main_piclist li .lb h2 a{
    font-size: 14px;
    color: #333333;
}
.main_right .main_piclist li .lb h2 a:hover{
    color: #800000;
}
.main_right .main_piclist li img{
    /*width: 100%;*/
    height: 100%;
    /*display: block;*/
}
.main_right .main_piclist li a:hover{
    color: #800000;
}


.pic_list .box {width: 850px; padding-top: 15px;padding-left: 35px;}
.pic_list .box ul { float: left; }
.pic_list .box ul li {float: left;width: 230px;height: 344px;margin-right: 45px;border-radius: 5px;overflow: hidden;margin-bottom: 20px;position: relative;}
.pic_list .box ul li .img {height: 240px;overflow: hidden;}
.pic_list .box ul li img {width: 100%;height: 328px;}
.pic_list .box .t {padding: 20px 15px;background: #f5f5f5;padding-bottom: 10px;}
.pic_list .box .t .t1 {color: #999;}
.pic_list .box .t .t1 strong {font-size: 18px;color: #000;margin-right: 10px;}
.pic_list .box .t .t2 {height: 40px;line-height: 20px;overflow: hidden;font-size: 12px;color: #666;margin-top: 10px;}
.pic_list .box .des {position: absolute;top: 350px;left: 0;width: 100%;height: 344px;background: #800000;color: #fff;}
.pic_list .box li:hover .des { top: 0;}
.pic_list .box .des { transition: all 0.5s ease;}
.pic_list .box li .img img { transform: scale(1);}
.pic_list .box .des .t1 {margin: 20px;border-bottom: 1px solid #fff;padding-bottom: 20px;}
.pic_list .box .des .t1 strong {font-size: 20px;margin-right: 10px;}
.pic_list .box .des .t2 {margin: 0 20px;font-size: 13px;line-height: 25px;height: 225px;overflow: hidden;}