.k {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*顶部*/
.header_box{
    height: 36px;
    line-height: 36px;
}
.header{

}
.header .left{
    float: left;
    width: 600px;
}
.header .left li{
    float: left;
    background: url(../img/bk.png) left center no-repeat;
    padding-left: 18px;
    margin-left: 10px;
}
.header .left li:nth-child(2){
    background: url(../img/xs.png) left center no-repeat;
}
.header .left li:nth-child(3){
    background: url(../img/jz.png) left center no-repeat;
}
.header .left li:nth-child(4){
    background: url(../img/zg.png) left center no-repeat;
}
.header .left li:nth-child(5){
    background: url(../img/xy.png) left center no-repeat;
}
.header .left li:nth-child(6){
    background: url(../img/xt.png) left center no-repeat;
}
.header .left li:nth-child(7){
    background: url(../img/link.png) left center no-repeat;
}
.header .right{
    float: right;
    width: 532px;
    position: relative;
}
.header .left li a,
.header .right li a
{
    font-size: 12px;
    color: #ffffff;
}
.header .right li{
    float: left;
    background: url(../img/right_icon.png) right center no-repeat;
    padding-right: 14px;
    margin-right: 14px;
}
.header .right li.last2_li,
.header .right li.last_li
{
    background: url(../img/jt.png) right center no-repeat;
    cursor: pointer;
    position: relative;
}
.header .right .dd{
    display: none;
    position: absolute;
    top: 36px;
    right: 88px;
    z-index: 99;
    width:100px;
    text-align: center;
    background: #ffffff;
}
.header .right .dd1{
    display:  none;
    position: absolute;
    top: 36px;
    right: 10px;
    z-index: 99;
    width: 100px;
    text-align: center;
    background: #ffffff;

}
.header .right .dd a{
    display: block;
    line-height: 30px;
}
.header .right .dd1 a{
display: block;
    line-height: 30px;
}
.header .right .dd a:hover{
    font-weight: bold;
    color: #487d4b;
}
.header .right .dd1 a:hover{
    font-weight: bold;
    color: #487d4b;
}
/*logo*/
.logo_box{
    padding-top: 26px;
    padding-bottom: 26px;
}
.logo img{
    display: block;
    float: left;
}
.logo .search {
    border: 1px solid #e5e5e5;
    float: right;
    width: 214px;
    height: 34px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 20px;
}
.logo .search .text {
    display: block;
    border: none;
    width: 100px;
    float: left;
    line-height: 34px;
    padding-left: 10px;
    height: 34px;
    background: none;
}
.logo .search .submit {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}
/*导航*/
.nav_box{
    height:50px;
}
.nav {

}

.nav ul {
}

.nav ul li {
    float: left;
    width: 133px;
    height: 50px;
    position: relative;
    z-index: 88;
}

.nav ul li a {
    display: block;
    height:50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    transition: all 0.5s ease;
}
.nav ul li:first-child a{
    background:none;
}
.nav ul li:hover a,
.k-nav ul li.on a {
    height: 50px;
    line-height:50px;
    color: #fff;
    background: #407042;
}

.nav ul li .sub {
    position: absolute;
    z-index: 88;
    top: 50px;
    left: 0;
    right: 0;
    padding: 5px 5px 5px 5px;
    background: #487d4b;
    display: none;
}

.nav ul li:hover .sub {
    display: block;
}

.nav ul li .sub a {
    height: auto;
    line-height: 20px;
    padding: 5px 0px 5px 0px;
    color: #fff;
    background: none;
    border-bottom: none;
    font-size: 14px;
}

.nav ul li .sub a:hover {
    color: #fff;
    text-decoration: underline;
}
/*banner*/
.banner {
    position: relative;
    width: 1588px ;
    height: 532px;
    overflow: hidden;
    margin: 0px auto;
}

.banner .pic {
    position: relative;
    z-index: 0;
    width: 100%!important;
}

.banner .pic img {
    width: 100%;
    height: 532px;
    display: block;
}

.banner .hd {
    width: 100%;
    position: absolute;
    bottom:30px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.banner .hd li {
    margin: 0 10px;
    /*background: url(../img/dot.png) no-repeat 0 -16px;*/
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../img/dot_hover.png) no-repeat 0 -16px;
}

.banner .hd .on {
    background-position: 0 0;
}

.banner .prev,
.banner .next {
    width: 60px;
    height: 60px;
    margin: -60px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    /*filter: alpha(opacity=20);*/
    /*opacity: 0.2;*/
}
/*.banner .prev {*/
/*    left: 0;*/
/*    background: url(../img/left.png) no-repeat 0 0;*/
/*}*/

/*.banner .next {*/
/*    !*background-position: 0 -90px;*!*/
/*    right: 0;*/
/*    background: url(../img/right.png) no-repeat 0 0;*/
/*}*/

/*.banner .prev:hover,*/
/*.banner .next:hover {*/
/*    !*filter: alpha(opacity=50) !important;*!*/
/*    !*opacity: 0.5 !important;*!*/
/*}*/

/*新闻*/
.part1{
    margin-top: 15px;
}
.news{
    width: 790px;
    float: left;
}
.title_box{
    border-bottom: 2px #95b445 solid;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
.title_box h1{
    font-size: 18px;
    color: #95b445;
    font-weight: bold;
    float: left;
}
.title_box .more{
    float: right;
    background: url(../img/more_icon.png) right center no-repeat;
    padding-right: 25px;
}
.title_box .more a{
    font-size: 14px;
    color: #333333;
}

.focusBox {
    position: relative;
    float: left;
    width: 376px;
    height: 288px;
    overflow: hidden;
    font: 14px;
    text-align: left;
    background: #000000;
}

.focusBox .pic img {
    width: 376px;
    height: 288px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 30px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 14px;
    text-decoration: none;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.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;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.6;
}

.focusBox .num li.on a, .focusBox .num a:hover {
    background: #95b445;
}
.news .new_list{
    float: right;
    width: 385px;
}
.news .new_list li{
    background:  url(../img/new_icon.png) left center no-repeat;
    padding-left: 20px;
    height: 37px;
    line-height: 37px;
}
.news .new_list li a{
    font-size: 14px;
    color: #333333;
}
.news .new_list li span{
    float: right;
    font-size: 14px;
    color: #333333;
}
.news .new_list li a:hover{
    color: #95b445;
    font-weight: bold;
}
/*学院概况*/
.xygk{
    width: 376px;
    float: right;
    height: 288px;
}

.xygk .infor a img{
    width: 376px;
    height: 244px;
}
.xygk .infor p{
    background: #e8e8e8;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.xygk .infor:hover a{
    color: #95b445;
}
.xygk .infor a{
    position: relative;
    display: block;
    overflow: hidden;
}
.xygk .infor a .video_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    width: 57px;
    height: 57px;
    z-index: 11;
}
.xygk .infor a:hover .video_btn{
    display: none;
}
/*第二部分*/
.part2_box{
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
/*通知公告*/
.gg{
    width: 380px;
    float: left;
}
.gg ul{

}
.gg ul li{
    margin-bottom: 16px;
    overflow: hidden;
}
.gg ul li span{
    width: 82px;
    height: 26px;
    border: 1px #95b445 solid;
    font-size: 12px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 28px;
    float: left;
}
.gg ul li a{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    overflow: hidden;
    height: 28px;
    float: left;
    width: 280px;
    margin-left: 15px;
}
.gg ul li a:hover{
    color: #95b445;
    font-weight: bold;
}
/*校园风光*/
.xyfg{
    margin-top: 15px;
}
.xyfg_img {
    position: relative;
    /*width: 732px;*/
    background: #fff;
    overflow: hidden;
}


.xyfg_imgl ul {
    overflow: hidden;
    zoom: 1;
}

.xyfg_img ul li {
    width: 286px;
    float: left;
    overflow: hidden;
    padding:0 10px;
    text-align: center;
}

.xyfg_img ul li img {
    width: 286px;
    height: 192px;
    display: block;
}
.xyfg_img ul li p{
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.xyfg_img ul li a:hover p{
    color: #95b445;
}
/*相关系统*/
.xgxt{
    margin-top: 15px;
}
.picScroll_icon {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;

}

.picScroll_icon .prev,
.picScroll_icon .next {
    display: block;
    position: absolute;
    top: 26px;
    left: 0px;
    width: 23px;
    height: 23px;
    background: url(../img/btns.png) no-repeat;
}

.picScroll_icon .next {
    left: auto;
    right: 5px;
    background-position: -25px 0;
}

.picScroll_icon .prev:hover {
    background-position: 0 -30px;
}

.picScroll_icon .next:hover {
    background-position: -25px -30px;
}

.picScroll_icon ul {
    overflow: hidden;
    zoom: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.picScroll_icon ul li {
    /*width: 150px;*/
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 0 16px;
}
.picScroll_icon ul li p{
    text-align: center;
    margin-top: 15px;
}
.picScroll_icon ul li img {

    padding: 0 38px;
    width: 35px;
    height:35px;
    display: block;
}
.picScroll_icon ul li a:hover p{
    color: #95b445;
}
/*专题网站*/
.ztwz{
    margin-top: 30px;
    margin-bottom: 20px;
}
.ztwz_img {
    position: relative;
    /*width: 732px;*/
    background: #fff;
    overflow: hidden;
}


.ztwz_img ul {
    overflow: hidden;
    zoom: 1;
}

.ztwz_img ul li {
    width: 224px;
    float: left;
    overflow: hidden;
    padding:0 10px;
    text-align: center;
}

.ztwz_img ul li img {
    width: 224px;
    height: 80px;
    display: block;
}
/*友情链接*/
.link_box{
    background: #f6f6f6;
    height: 80px;
}
.link_box h1{
    font-size: 18px;
    color: #487d4b;
    float: left;
    margin-top: 30px;
}
.link_box .lj{
    float: left;
   line-height: 30px;
    width: 1100px;
    margin-top: 10px;
}
.link_box .lj a{
    float: left;
    font-size: 14px;
    color: #333333;
    margin-left: 15px;
}
.link_box .lj a:hover{
    color: #95b445;
    font-weight: bold;
}
/*页脚*/
.footer{
    background: #487d4b;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot_left{
    float: left;
    width: 475px;
}
.foot_left img{
    display: block;
    float: left;
    margin-top: 20px;
}
.foot_left p{
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}
.foot_right{
    float: right;
    line-height: 104px;
width: 50%;
}
.foot_right a{
    font-size: 14px;
    color: #ffffff;
}
/*列表页*/
.banner2 img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
/*列表页左侧*/
.Main_left{
    width: 300px;
    float: left;
     height:auto;
    margin-top: -86px;
    position: relative;
   min-height: 1200px;
    background: #dde4ca;
}
.Main_left h1{
    color: #fff;
    font-size: 24px;
    background: url(../img/lmmc.png) no-repeat;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-weight: normal;
}


/*左侧二三级导航*/
.sidebar-toggle {
    margin-left: -240px;
}
.sidebar {
    width: 300px;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
}
.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar #leftside-navigation ul li.active > a {
    color: #487d4b;
}
.sidebar #leftside-navigation ul li.active ul {
    display: block;
}
.sidebar #leftside-navigation ul li a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 16px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.sidebar #leftside-navigation ul li a:hover {
    color: #487d4b;
}
.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
    background: url(../img/jt_list.png) center center no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 20px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
    display: none;
}
.sidebar #leftside-navigation ul ul li {
    background: #ebf1d9;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}
.sidebar #leftside-navigation ul ul li a {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #333;
}

.sidebar #leftside-navigation ul ul li a.on{
   color: #487d4b;
    font-weight: bold;

}
/*列表页右侧*/
.Main .Main_right{
    width: 860px;
    /*margin-bottom: -2000px;*/
    /*padding-bottom: 2000px;*/
    /*background: #ffffff;*/
    float: right;
    padding-top: 25px;
}
.Main .Main_right .place_box{
    height: 38px;
    border-bottom: 1px #dee1e2 solid;
    margin-bottom: 10px;
    line-height: 38px;
}
.Main .Main_right .place_box h1{
    font-size: 18px;
    float: left;
    font-weight: bold;
    color: #95b445;
}
.Main .Main_right .place_box .place_r{
    float: right;
    line-height: 38px;
}
.Main .Main_right .place_box .place_r span{
    background:  url(../img/place.png) left center no-repeat;
    padding-left: 20px;
    line-height: 38px;
}
.Main .Main_right .place_box .place_r a{
    font-size: 12px;
    color: #333333;
}
.Main .Main_right .place_box .place_r a:hover{
    color: #95b445;
}
.Main .Main_right .list_box{

}
.Main .Main_right .list_box li{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../img/list_icon1.png) left center no-repeat;
    padding-left: 20px;
}
.Main .Main_right .list_box li span.span{
    float: right;
    font-size: 14px;
    color: #666;
}
.Main .Main_right .list_box li a{
    font-size: 15px;
    color: #333;
}
.Main .Main_right .list_box li a:hover{
    color: #95b445;
}
/*图片列表页*/
.Main .Main_right .pic_list{
    overflow: hidden;
    margin-top: 20px;
}
.Main .Main_right .pic_list li{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 36px;
    /*position: relative;*/
    padding-left:40px;
    float: left;
}
.Main .Main_right .pic_list ul li .lb{
    width: 230px;
    height: 170px;
    background-color: #000000;
}
.Main .Main_right .pic_list ul li .lb img{
    width:100%;
    height: 100%;
    display: block;
}

.Main .Main_right .pic_list ul li h1{
    text-align: center;

}

.Main .Main_right .pic_list ul li a{
    color: #333;
}
.Main .Main_right .pic_list ul li a:hover{
    color: #225aa8;
}
.Main .Main_right .pic_list li img{
    width: 276px;
    height: 100%;
}
/*内容页*/
.Main .Main_right .main_content{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
    margin-bottom: 30px;
}
.Main .Main_right .main_content .title{
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 10px;
}
.Main .Main_right .main_content .info{
    font-size: 12px;
    color: #333333;
    line-height: 2.5;
    text-align: center;
}
.Main .Main_right .main_content .body{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-top: 15px;
    border-bottom: 1px #034645 dashed;
    padding-bottom: 30px;
}
.Main .Main_right .main_content .body p{
    text-indent: 2em;
}
.Main .Main_right .page_box{
    /*float: right;*/
    margin-top: 20px;
}
.Main .Main_right .main_content .page_box a{
    font-size: 12px;
    color: #000000;
    line-height: 20px;
}
.Main .Main_right .main_content .page_box a:hover{
    color: #f49917;
}

.ljlb {
    padding: 10px 0;
}
.ljlb li {
    float: left;
    width: 400px;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 30px;
    background: #dde4ca;
    margin-bottom: 10px;
}
.ljlb li a {
    display: block;
    text-align: center;
    font-size: 16px;
}
.ljlb li a:hover {
    background: #487d4b;
    color: #fff;
}