/*body{*/
/*background: url(/img/bg3.png) center bottom no-repeat;*/
/*}*/



.k-body{
    background: url(/img/bg.png) center bottom  repeat;
    
}
.body_content{
    background: url(/img/bg.png) center bottom  no-repeat;
     /*background-attachment:fixed;*/
}

.k-w{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.k-top{
    background-color: #8e0b02;
    border-bottom: 1px solid #9a2b24;
    height: 45px;
}
.k-top .k-w{
    width: 1300px;
    height: 100%;
}
.k-top .opt1{
    float: left;
    padding-left: 70px;
    height: 100%;
}
.k-top .opt1 a{
    display: block;
    float: left;
    height: 100%;
    line-height: 45px;
    padding-left: 35px;
    padding-right: 10px;
    border-left: 1px solid #b2554d;
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.k-top .opt1 a.a1{
    background-image: url(/img/top_1.png);
    border-left: none;
}
.k-top .opt1 a.a2{
    background-image: url(/img/top_2.png);
    padding-left: 40px;
}
.k-top .opt1 a.a3{
    background-image: url(/img/top_3.png);
}
.k-top .optr{
    float: right;
    height: 100%;
}
.k-top .opt2{
    float: left;
    padding-left: 70px;
    height: 100%;
}
.k-top .opt2 a{
    display: block;
    float: left;
    height: 100%;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #b2554d;
    font-size: 16px;
    color: #ffffff;
}
.k-top .opt2 a:first-child{
    border-left: none;
}

.k-top .opt3{
    float: left;
    padding-left: 70px;
    height: 100%;
}
.k-top .opt3 a{
    display: block;
    float: left;
    height: 100%;
    line-height: 45px;
    padding-right: 35px;
    font-size: 16px;
    color: #ffffff;
}

.fudongtupian{
    z-index: 99999;
}

.k-head{
    border-bottom: 4px solid #96211a;
    height: 99px;
    background: url(/img/head-bg.png) center center repeat;
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.k-head .k-w{
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background:  url(/img/head-bg1.png) center right no-repeat;
}
.k-head .logo{
    float: left;
    height: 100%;
}
.k-head .logo img{
    height: 65px;
    margin-top: 17px;
}

.k-head .headr{
    float: right;
    height: 100%;
    position: relative;
    width: 925px;
}
.headr .nav{
    float: left;
    height: 35px;
    margin-top: 32px;
}
.headr .nav ul{
    height: 100%;
}
.headr .nav ul li{
    float: left;
    height: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    font-size: 16px;
    color: #000000;
    line-height: 35px;
    position: relative;
    z-index: 88;
}
.headr .nav ul li > a{
    color: #000000;
}
.headr .nav ul li .sub{
    position: absolute;
    z-index: 99;
    top: 100%;
    left: -15px;
    right: -15px;
    border: 2px solid #98221d;
    padding: 0 5px 5px 5px;
    background-image: url(/img/nav_bg.png);
    display: none;
}
.headr .nav ul li .sub span{
    display: block;
    margin-bottom: 5px;
}
.headr .nav ul li .sub a{
    display: block;
    font-size: 15px;
    color: #98221c;
    line-height: 1.5;
    *padding-top:4px; 
    padding-bottom: 10px;
    text-align: center;
}
/*.headr .nav ul li:hover .sub{*/
/*display: block;*/
/*}*/
.headr .search-btn{
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 38px;
    background: url(/img/search.png) center center no-repeat;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.headr .search{
    position: absolute;
    z-index: 11;
    bottom: 5px;
    right: 20px;
    display: none;
}
.headr .search input{
    height: 18px;
    border: 1px solid #8e0b02;
    border-radius: 3px;
    width: 175px;
    font-size: 14px;
    line-height: 18;
    padding-left: 5px;
    padding-right: 5px;
}
.headr .search.show{
    display: block;
}

.k-banner{
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 44;
    padding-top:99px;
}
.k-banner .banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.k-banner .banner li{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: auto 100%;*/
}
.k-banner .banner li a{
    display: block;
    width: 100%;
    height: 100%;
}
.k-banner .nav{
    position: absolute;
    z-index: 77;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    /*height: 10px;*/
    vertical-align: middle;
}
.k-banner .nav li{
    zoom: 1;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    margin-right: 5px;
    /*background-color: #000000;*/
    /*border-radius: 50%;*/
    background:  url(/img/banner_icon.png);
    cursor: pointer;
}
.k-banner .nav li.on{
    /*background-color: #ffffff;*/
    background:  url(/img/banner_icon1.png);
}
.k-banner .btn{
    width: 30px;
    height: 80px;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -40px;
    background-color: #000000;
    text-align: center;
    font-size: 36px;
    line-height: 80px;
    color: #ffffff;
    cursor: pointer;
}
.k-banner .btn-l{
    left: 0;
    z-index: 100;
}
.k-banner .btn-r{
    right: 0;
    z-index: 100;
}

.k-foot{
    background: url(/img/foot-bg.png) center center repeat-x;
    height: 168px;
    margin-top: 120px;
}
.k-foot .k-w{
    height: 100%;
}
.k-foot .logo{
    text-align: center;
    float: left;
    width: 195px;
    height: 100%;
    background: url(/img/foot-3.png) right center no-repeat;
}
.k-foot .logo img{
    height: 116px;
    margin-top: 26px;
}

.k-foot .footz{
    float: left;
    margin-left: 100px;
    width: 700px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.65;
    padding-top: 55px;
}

.k-foot .footz a:link,a:active{
    color: #ffffff;
}
.k-foot .footz .bq{
    margin-bottom: 5px;
}

.k-foot .footr{
    float: right;
    padding-top: 45px;
}
.k-foot .footr .sy{
    float: left;
    margin-right: 40px;
}
.k-foot .footr .weixin{
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 1.75;
    text-align: center;
    width: 72px;
}
.k-foot .footr .weixin img{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.k-main{
    background: url(/img/bgc.png) center 180px no-repeat;
    padding-top: 20px;
    margin-top: 35px;
}

.k-ic{
    margin-top: 60px;
}
.k-i4{
    float: left;
    width: 1200px;
}
.k-i4 ul{
    overflow: hidden;
    margin-top: -20px;
}
.k-i4 li{
    float: left;
    width: 285px;
    height: 125px;
    margin-top: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.k-i4 li img{
    display: block;
    width: 100%;
    height: 100%;
}
.k-i4 li span{
    display: block;
    position: absolute;
    z-index: 33;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    padding-top: 50px;
}
.k-i4 li a{
    color: #ffffff;
}

.k-i8{
    float: right;
    width: 530px;
}
.k-i8 ul{
    overflow: hidden;
}
.k-i8 li{
    float: left;
    width: 24.999%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.k-i8 li img{
    display: block;
    width: 73px;
    height: 71px;
    margin-left: auto;
    margin-right: auto;
}
.k-i8 li h1{
    font-size: 24px;
    color: #97221c;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
}
.k-i8 li h1 a{
    color: #97221c;
}

.k-ibt{
    border-bottom: 4px solid #98221d;
    padding-bottom: 10px;
    height: 30px;
}
.k-ibt h1{
    float: left;
    font-size: 24px;
    color: #98221c;
    line-height: 30px;
}
.k-ibt h2{
    float: right;
    font-size: 18px;
    color: #98221c;
    line-height: 30px;

}
.k-ibt h2 a{
    font-size:"微软雅黑",Arial,Verdana,Geneva,Helvetica,sans-serif;
    color:#98221c;
    padding-left: 30px;
    height: 30px;

}
.k-iyw{
    float: left;
    width: 750px;
}
.k-iyw-nr{
    margin-top: 30px;
}
.k-iyw-nr-l{
    float: left;
    width: 47.5%;
}
.k-iyw-nr-r{
    float: right;
    width: 47.5%;
    margin-top: -20px;
}
.k-iyw-nr .ywf{
    height: 268px;
}

.k-banner2{
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 44;
}
.k-banner2 .banner{
    position: absolute;
    z-index: 21;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
}
.k-banner2 .banner li{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.k-banner2 .banner li a{
    display: block;
    width: 100%;
    height: 100%;
}
.k-banner2 .banner li img{
    display: block;
    width: 100%;
    height: 100%;
}
.k-banner2 .nav{
    position: absolute;
    z-index: 77;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
.k-banner2 .nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    height: 5px;
    width: 5px;
    margin-left: 5px;
    margin-right: 5px;
    /*background-color: #999997;*/
    /*border-radius: 50%;*/
    cursor: pointer;
    /*border: 1px solid #999997;*/
    background:  url(/img/new_icon.png) ;
}
.k-banner2 .nav li.on{
    /*background-color: #ffffff;*/
    background:  url(/img/new_icon1.png) ;
}

.k-ili{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999996;
    height: 75px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.k-ili .img{
    float: left;
    width: 75px;
    height: 100%;
    margin-left: -100%;
    float: left;
}
.k-ili .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.k-ili .time{
    float: left;
    width: 75px;
    height: 100%;
    margin-left: -100%;
    float: left;
    background-color: #edecdf;
    color: #97211c;
    text-align: center;
    line-height: 1.15;
}
.k-ili .time h1{
    margin-top: 10px;
    font-size: 32px;
    font-weight: bold;
}
.k-ili .time h2{
    font-size: 13px;
    font-weight: bold;
}

.k-ili.img .wz, .k-ili.time .wz{
    float: left;
    width: 100%;
}
.k-ili.img .wz-box, .k-ili.time .wz-box{
    margin-left: 85px;
}

.k-ili .wz h1{
    font-size: 18px;
    color: #000;
    line-height: 38px;
    height: 76px;
    overflow: hidden;
}
.k-ili .wz h1 a{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    height: 60px;
font-family: Arial;
}
.k-ili .wz h1 a:hover{
    color: #98221d;
}
.k-ili .wz h2{
    font-size: 14px;
    color: #1e1016;
    float: right;
    line-height: 30px;
    margin-top: -30px;
}
.k-ili .wz h2 a{
    color: #1e1016;
}

.k-igg{
    float: right;
    width: 415px;
}
.k-igg-nr{
    margin-top: 30px;
}
.k-igg-nr span{
    display: block;
    height: 145px;
}
.k-igg-nr span img{
    display: block;
    width: 100%;
    height: 100%;
}
.k-igg-nr ul{
    margin-top: 20px;
}
.k-igg-nr ul li{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    border-bottom: 1px solid #999996;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 38.75px;
}
.k-igg-nr ul li a{
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.k-igg-nr ul li a:hover{
    color: #98221c;
}

.k-ib{
    margin-top: 50px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.k-ib-li{
    float: left;
    width: 33.333%;
}
.k-ib-li-box{
    margin-left: 15px;
    margin-right: 15px;
}
.k-ib-li-nr{
    margin-top: 20px;
}
.k-ib-li .k-ili{
    padding-left: 0;
    padding-right: 0;
}

.k-banner-p{
    padding-top:99px;
}
.k-banner-p.k-banner-p1{
    height: 100px;}
.k-banner-p img{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.k-main-p{
    background: none;
}

.k-main-l{
    float: left;
    width: 220px;
    background: url(/img/main_l_bg.png) right top no-repeat;
    min-height: 670px;
    padding-right: 30px;
}
.k-main-l h1{
    font-size: 15px;
    letter-spacing: -2px;
    text-transform:capitalize;

    color: #98221c;
    line-height: 1.5;
}
.k-main-l h1:first-letter{
    font-size: 20px;

}



.k-main-l h2{
    font-size: 46px;
    color: #3f454c;
    line-height: 1.35;
}
.k-main-l ul{
    margin-top: 20px;
}
.k-main-l ul li{
    border-bottom: 1px solid #ececec;
    font-size: 18px;
    color: #98221c;
    line-height: 25px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    position: relative;
}
.k-main-l ul li span{
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background-repeat: no-repeat;
    background-position: right center;
    display: none;
}
.k-main-l ul li:hover span, .k-main-l ul li.on span{
    display: block;
}
.k-main-l ul li:hover{
    background-color: #98221c;
}
.k-main-l ul li a{
    display: block;
    color: #98221c;
}
.k-main-l ul li:hover a{
    color: #ffffff;
}

.k-main-r{
    float: right;
    width: 902px;
    background: url(/img/bgc2.png) center center no-repeat;
}
.k-main-r.bg-top{
    background-position: center top;
}
.k-main-bt{
    height: 55px;
    position: relative;
}
.k-main-bt b{
    display: block;
    height: 1px;
    background-color: #e2e6ee;
    bottom: 0;
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
}
.k-main-bt h1{
    float: left;
    position: relative;
    z-index: 22;
    height: 53px;
    border-bottom: 2px solid #ae7888;
    font-size: 34px;
    color: #46484b;
    line-height: 50px;
}
.k-main-bt h2{
    padding-left: 20px;
    background: url(/img/wz.png) left center no-repeat;
    float: right;
    font-size: 18px;
    margin-top: 10px;
    line-height: 33px;
    color: #9a9b9d;
}
.k-main-bt h2 a{
    color: #9a9b9d;
}
.k-main-bt h2 a.on{
    color: #777777;
}
.k-main-nr{
    margin-top: 60px;
    min-height: 1000px;
}

.k-jgsz{
    margin-top: -20px;
}
.k-jgsz .bt{
    margin-top: 20px;
    margin-bottom: 20px;
}
.k-jgsz .bt h1{
    display: block;
    float: left;
    font-size: 20px;
    color: #97211c;
    line-height: 1.65;
    border-bottom: 2px solid #962219;
}

.k-jgsz .table{
    border: 1px solid #97211c;
    overflow: hidden;
}
.k-jgsz .tr{
    overflow: hidden;
    margin-top: -1px;
}
.k-jgsz .tr:first-child{
    margin-top: 0;
}
.k-jgsz table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 0px;
    *border-collapse: expression('separate', cellSpacing = '0px');
}
.k-jgsz table td{
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    padding: 12.5px 20px;
    width: 33.333%;
    border: 1px solid #97211c;
}
.k-jgsz table td.col-2{
    width: 66.666%;
}
.k-jgsz table td.text-left{
    text-align: left;
}
.k-jgsz .table .tr:nth-child(odd) td{
    background-image: url(/img/jgsz_btm_odd.png);
}
.k-jgsz .table .tr:nth-child(even) td{
    background-image: url(/img/jgsz_btm_even.png);
}

.k-yg{

}
.k-yg .img{

}
.k-yg .img img{
    display: block;
    width: 100%;
}
.k-yg .nr{
    margin-top: 30px;
    border: 1px solid #98211c;
    padding: 20px;
}
.k-yg .nr h1{
    text-align: center;
    font-size: 28px;
    color: #98211c;
    vertical-align: bottom;
}
.k-yg .nr img{
    margin-right: 10px;
}
.k-yg .nr img, .k-yg .nr span{
    zoom:1;
    display:inline-block;
    *display:inline;
    vertical-align: bottom;
}

.k-yg .nr div{
    margin-top: 30px;
}
.k-yg .nr dl{
    margin-top: 10px;
}
.k-yg .nr dt{
    height: 30px;
    background: url(/img/yg/s.png) center center no-repeat;
}
.k-yg .nr div dl:first-child dt{
    display: none;
}
.k-yg .nr dd{
    font-size: 17px;
    color: #46484b;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #98211c;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.k-yg .nr dd a{
    color: #46484b;
}
.k-yg .nr dd a:hover{
    color: #777b80;
}
.k-xx .img{

}
.k-xx .img img{
    display: block;
    width: 100%;
}
.k-xx .nr div{
    margin-top: 30px;
}
.k-xx .nr dl{
    margin-top: 10px;
    margin-bottom: 15px;
}
.k-xx .nr dl dt{
    float: left;
    border: 1px #ca9086 solid;
    height: 40px;
    font-size: 17px;
    color: #962219;
    padding-top:5px;
    padding-right: 10px;
    padding-left: 10px;
    /*padding-top: 5px;*/
}
.k-xx .nr dl dd{
    float: left;
    width: 780px;
    font-size: 17px;
    color: #000000;
    margin-left: 20px;
    /*height: 70px;*/
    line-height: 30px;
}
.k-xrld .img{

}
.k-xrld .img img{
    display: block;
    width: 100%;
}
.k-xrld .nr div{
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.k-xrld .nr .ld{

}

.k-xrld .nr .ld li{
    border-bottom:1px #ead2c9 solid;
    overflow: hidden;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.k-xrld .nr .ld li span{
    float: right;
}
.k-xrld .nr .ld li a{
    font-size: 17px;
    color: #962219;
    line-height: 40px;
}
.k-xrld .nr .ld li a>span{
    font-size: 20px;
    color: #962219;
    line-height: 40px;
}
.k-jj .img{

}
.k-jj .img img{
    display: block;
    width: 100%;
}
.k-jj .nr div{
    margin-top: 30px;
}
.k-jj p{
    line-height: 1.75;
    font-size: 17px;
    color: #000000;
    text-indent: 2em;
}
/*列表页*/
.k-main-n{
    background: url(/img/bgc2.png) center center no-repeat;
}

.k-main-n .wz{
    width: 590px;
    float: right;
}
.k-main-bt .search {
    background:  url(/img/search1.png) center center no-repeat;
    float: left;
    width: 310px;
    height:33px;
    overflow: hidden;
    margin-top: 10px;


}
.k-main-bt .search .text {
    border: none;
    width: 150px;
    float: left;
    line-height: 33px;
    padding-left: 10px;
    height: 33px;
    margin-left: 20px;
    font-size: 12px;
    color: #878787;
    background: none;
}
.k-main-bt .search .submit {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 8px;
}
.k-main-n .k-main-nr1{
    margin-top: 20px;

}
.k-main-n .k-main-nr1 .bgl{
    margin-left: 50px;
    margin-right: 50px;
    background:  url(/img/line_l.png) left top no-repeat;
}
.k-main-n .k-main-nr1 .bgr{
    background:  url(/img/line_r.png) right top no-repeat;
    min-height:870px ;
    padding-left: 40px;
    padding-right: 40px;
}
.k-main-n .k-main-nr1 .uslist{
    padding-top: 50px;
    padding-left: 30px;
}

.k-main-n .k-main-nr1 .uslist li{
    background:  url(/img/li_bg.png) left center no-repeat;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.k-main-n .k-main-nr1 .uslist li >span{
    float: right;
    font-size: 18px;
    color: #777777;
}
.k-main-n .k-main-nr1 .uslist li a{
    font-size: 18px;
    color: #777777;
}

.k-main-n .k-main-nr1 .uslist li:hover a{
    color: #8d0b02;
}
/*内容页*/
.k-main-n .title{
    font-size: 35px;
    color: #46484b;
    text-align: center;
    margin-bottom: 10px;
}
.k-main-n .k-main-nr2 .bgl{
    margin-left: 10px;
    margin-right: 10px;
}
.k-main-n .k-main-nr2 .bgr{
    min-height:870px ;
    /*padding-left: 40px;*/
    /*padding-right: 40px;*/
}
.k-main-n .k-main-nr2{

}
.k-main-n .k-main-nr2 .content_box{
    padding-top: 20px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.k-main-n .k-main-nr2 .content_box img{
    height: 100%;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.k-main-n .k-main-nr2 .content_box p{
    line-height: 1.75;
    color: #46484b;
    font-size: 18px;
}
.k-main-n .k-main-nr2 .content_box .g{
    width: 400px;
    float: right;
    margin-top: 20px;
    font-size: 16px;
    text-align: right;
}
/*.k-main-n .k-main-nr2 .content_box .g h3{*/
/*text-align: right;*/
/*}*/
/*.k-main-n .k-main-nr2 .content_box .g h4{*/

/*}*/

/*教工*/
.k-main-nr .k-xs .nr{

}
.k-main-nr .k-xs .nr div{

}
.k-main-nr .k-xs .nr div dl{
    border-top: 1px #ccccca solid;
}
.k-main-nr .k-xs .nr div dl dt{
    font-size: 18px;
    color: #98211c;
    padding-top: 30px;
}
.k-main-nr .k-xs .nr div dl dd {
    height: 40px;
    line-height:20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.k-main-nr .k-xs .nr div dl dd a{
    float: left;
    font-size: 17px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;

}
.k-main-nr .k-xs .nr div dl dd a:first-child{
    border-left: 2px #000000 solid ;
    /*padding-left: 16px;*/
}
/*教育教学*/
.k-main-nr .k-jyjx .nr{
    margin-top: -50px;
}
.k-main-nr .k-jyjx .nr div{

}
.k-main-nr .k-jyjx .nr div dl{
    margin-top: 50px;
}
.k-main-nr .k-jyjx .nr div dl dt{
    background:  url(/img/jyjx_li.png) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 20px;
}
.k-main-nr .k-jyjx .nr div dl dt a{
    font-size: 18px;
    color: #98221d;
}
.k-main-nr .k-jyjx .nr div dl dd{
    border:1px #98221c solid;
    position: relative;
    padding-left: 300px;
}

.k-main-nr .k-jyjx .nr div .img_box{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    bottom: 0;
    width: 205px;
    overflow: hidden;
}
.k-main-nr .k-jyjx .nr div .img_box img{
    width: 100%;
    height: 100%;
    display: block;
}

.k-main-nr .k-jyjx .nr div dl dd .info{
    line-height: 1.75;
    font-size: 15px;
    color: #000000;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.k-main-nr .k-jyjx .nr div dl dd .info p{
    text-indent: 2em;

}
.k-main-nr .k-jyjx .nr div dl dd .info .link{
    font-size: 15px;
    color: #98221c;
}
.k-main-nr .k-jyjx .nr div dl dd .info .link a{
    font-size: 15px;
    color: #98221c;
}
/*招生就业*/
.k-main-nr .k-zsjy .nr{
    margin-top: -50px;
}
.k-main-nr .k-zsjy .nr div{

}
.k-main-nr .k-zsjy .nr div dl{
    margin-top: 50px;
}
.k-main-nr .k-zsjy .nr div dl dt{
    background:  url(/img/jyjx_li.png) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 20px;
}
.k-main-nr .k-zsjy .nr div dl dt a{
    font-size: 18px;
    color: #98221d;
}
.k-main-nr .k-zsjy .nr div dl dd{
    border:1px #98221c solid;
    position: relative;
    padding-left: 300px;
}

.k-main-nr .k-zsjy .nr div .img_box{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    bottom: 0;
    width: 293px;
    overflow: hidden;
}
.k-main-nr .k-zsjy .nr div .img_box img{
    width: 100%;
    height: 100%;
    display: block;
}

.k-main-nr .k-zsjy .nr div dl dd .info{
    line-height: 1.75;
    font-size: 15px;
    color: #000000;
    margin-left:30px;

}
.k-main-nr .k-zsjy .nr div dl dd .info p{

}
/*新媒体*/
.k-main-nr .k-xmt .nr{
    padding-left: 35px;
    padding-right: 35px;

}
.k-main-nr .k-xmt ul{
    border-bottom: 1px #ead3cc solid;
    margin-top: 10px;

}
.k-main-nr .k-xmt ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.k-main-nr .k-xmt ul li h1{
    font-size: 15px;
    color: #98221c;
}
/*校园风光*/
.k-main-nr .k-xyfg .nr{

}
.k-main-nr .k-xyfg .nr .sj{
    border-bottom: 1px #98211c solid;
    height: 40px;

}
.k-main-nr .k-xyfg .nr .sj a{
    font-size: 18px;
    color: 000000;
    float: left;
    background:  url(/img/li_bg.png) left center no-repeat;
    padding-left: 20px;
    margin-left: 30px;
}
.k-main-nr .k-xyfg .nr .sj a:first-child{
    margin-left: 0;
}
.k-main-nr .k-xyfg .nr .sj a:hover,.k-main-nr .k-xyfg .nr .sj a.on{
    color: #98221d;

}
.k-main-nr .k-xyfg .nr ul{
    margin-top: 20px;

}
.k-main-nr .k-xyfg .nr ul li{
    float: left;
    width: 33.3%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.k-main-nr .k-xyfg .nr ul li a{
    font-size: 14px;
    color: #98221c;
}




.k-xx .nr ul{
    margin-top: 10px;
    margin-bottom: 15px;
}
.k-xx .nr ul li p{
    float: left;
    border: 1px #ca9086 solid;
    height: 40px;
    font-size: 17px;
    color: #962219;
    padding-top:5px;
    padding-right: 10px;
    padding-left: 10px;
    /*padding-top: 5px;*/
}
.k-xx .nr ul li span{
    float: left;
    width: 780px;
    font-size: 17px;
    color: #000000;
    margin-left: 20px;
    /*height: 70px;*/
    line-height: 30px;
}