.k {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
body{
    font-family: "微软雅黑";
}
body.index_bg{
    background-image: url("../img/bg.png");
    background-position: center 1380px;
    background-repeat: no-repeat;
    min-width: 1200px;
}
/*顶部*/
.header_box{
    background: #2461a2 url("../img/C.png") center center repeat-x;
    height: 170px;
}
.top{
    height: 47px;
    line-height: 48px;
}
.top .left{
    float: left;
    width: 500px;
}
.top .left1{
    float: left;
    width: 230px;
}


.top .left li{
    float: left;
    background: url(../img/bk.png) left center no-repeat;
    padding-left: 18px;
    margin-left: 10px;
}
.top .left li:nth-child(2){
    background: url(../img/zg.png) left center no-repeat;
}
.top .left li:nth-child(3){
    background: url(../img/jz.png) left center no-repeat;
}
.top .left li:nth-child(4){
    background: url(../img/xs.png) left center no-repeat;
}
.top .left li:nth-child(5){
    background: url(../img/xy.png) left center no-repeat;
}
.top .left li:nth-child(6){
    background: url(../img/xt.png) left center no-repeat;
}

.top .right{
    float: right;
}
.top .left li a,
.top .right li a
{
    font-size: 12px;
    color: #ffffff;
}


.top .left li a:hover,
.top .right li a:hover
{
color:#FFFF00;
}


.top .right li{
    float: left;
    background: url(../img/right_icon.png) right center no-repeat;
    padding-right: 8px;
    margin-right: 8px;
}
.top .right li:last-child{
    background: none;
    cursor: pointer;
}
/*logo*/
.logo {
    margin-top: 25px;
}
.logo img{
    display: block;
    float: left;
}
.search {
    float: right;
    width: 218px;
    height: 30px;
    overflow: hidden;
    background: #e9e9e9;
    margin-top: 10px;
}
.search .text {
    display: block;
    border: none;
    width: 170px;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    height: 30px;
    background: none;
}
.search .submit {
    float: right;
    display: block;
    margin-right: 9px;
    margin-top: 9px;
}
/*导航*/
.nav_box{

    height:56px;
   float:right;
    width:785px;
   margin-top:10px;
}
.nav {

}

.nav ul {
}

.nav ul li {
    float: left;
    width:78px;
    height: 56px;
    position: relative;
    z-index: 88;
    background: url(../img/nav_li.png) left center no-repeat;
}
.nav ul li:first-child{
    background: none;
}

.nav ul li >a {
    display: block;
    height:56px;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    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: 56px;
    line-height:56px;
    color: #FFFF00;
    
}

.nav ul li .sub {
    position: absolute;
    z-index: 88;
    top: 56px;
    left: 0;
    right: 0;
    background: #6CA7C7;
    display: none;
    width:140px;
}
.nav ul li:nth-child(5) .sub{
width:180px;
}
.nav ul li:hover .sub {
    display: block;
}

.nav ul li .sub a {
    display: block;
    height: auto;
    line-height: 20px;
    padding: 10px 0px 10px 10px;
    color: #fff;
    background: none;
    border-bottom: none;
    font-size: 14px;
    text-align:left;
    border-bottom:1px #fff dashed;

}

.nav ul li .sub a:hover {
    color: #FFFF00;  
   BACKGROUND-COLOR: #2461a2;


}
/*banner*/
.banner {
    position: relative;
    width: 1200px ;
    height: 345px;
    overflow: hidden;
    margin: 0px auto;
}

.banner .pic {
    position: relative;
    z-index: 0;
    width: 100%!important;
}

.banner .pic img {
    width: 100%;
    height: 345px;
    display: block;
}

.banner .hd {
    width: 200px;
    position: absolute;
    bottom: 20px;
    text-align: left;
    font-size: 0;
    z-index: 1;
    padding-left: 30px;
}

.banner .hd li {
display: inline-block; margin: 0 5px;  width:10px; height:10px; background:none; border: 1px solid #fff; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; text-indent: -999999px; cursor:pointer;
}

.banner .hd .on {
    background-position: 0 0; background-color: #2461a2;border-color: #2461a2;
}

.banner .prev,
.banner .next {
    width: 60px;
    height: 60px;
    margin: -30px 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: 25px;
    background: url(../img/left.png) no-repeat 0 0;
}

.banner .next {
    /*background-position: 0 -90px;*/
    right:25px;
    background: url(../img/right.png) no-repeat 0 0;
}

.banner .prev:hover,
.banner .next:hover {
    /*filter: alpha(opacity=50) !important;*/
    /*opacity: 0.5 !important;*/
}
.banner .pic p{
    position: absolute;
    bottom: 50px;
    left: 100px;
    z-index: 90;
    background: url(../img/b_bg.png) center center  repeat;
    padding: 15px;
}
.banner .pic p a{
    font-size: 24px;
    color: #ffffff;
}


/*新闻*/
.qh{
    width: 785px;
    float: left;
     height:390px;
    overflow: hidden;
}
.qh_nav{
    height: 54px;
    border-bottom: 1px #9c9c99 solid;
    overflow: hidden;
}
.qh_nav ul{
    float: left;
    padding: 0;
    /*margin-top: 5px;*/

}
.qh_nav ul li{
    list-style: none;
    /*width: 140px;*/
    text-align: left;
    float: left;
    cursor: pointer;
    font-size:22px;
    color: #cbcbcb;
    font-weight: bold;
    margin-right: 30px;
    height: 54px;
    line-height: 54px;
    background: url(../img/new_icon.png) left center no-repeat;
    padding-left: 50px;
}
.qh_nav ul li.on{
    background: url(../img/new_h_icon.png) left center no-repeat;
    color: #2461a2;
}
.qh_nav ul li.url_2{
background: url(../img/xyzx_hover.png) left center no-repeat;
}
.qh_nav ul li.url_2.on{
background: url(../img/xyzx.png) left center no-repeat;
}
.qh_nav ul li.url_3{
background: url(../img/mtjj_hover.png) left center no-repeat;
}
.qh_nav ul li.url_3.on{
background: url(../img/mtjj.png) left center no-repeat;
}
.qh_nav ul li.url_4{
background: url(../img/xxgk_hover.png) left center no-repeat;
}
.qh_nav ul li.url_4.on{
background: url(../img/xxgk.png) left center no-repeat;
}


.qh_nav span{
    display: block;
    float: right;
    line-height: 61px;
}
.qh_nav span a{
    font-size: 14px;
    color: #333;
}
.qh_nav span a:hover{

}
.qh_show{
    /*margin-top: 16px;*/
    margin-top: 15px;
}
.qh_show .each{
    display: none;
}
.qh_show .qh_list{

}
.focusBox {
    position: relative;
    float: left;
    width: 370px;
    height: 286px;
    overflow: hidden;
    text-align: left;
    background: #000000;
}

.focusBox .pic img {
    width: 370px;
    height: 308px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}

.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: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li span {
    z-index: 1;
    background: #fff;
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.6;*/
}

.focusBox .num li.on a, .focusBox .num a:hover {
    background: #094aa3;
    color: #ffffff;
}
.qh_list{
    width: 390px;
    float: right;
    height: 310px;
    overflow: hidden;
    margin-top: 10px;
}
 .new_list{

}
.new_list li{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom:8px;
   list-style: none;
}
.new_list li a{
    font-size: 14px;
    color: #333333;
}
.new_list li span{
    float: right;
    font-size: 14px;
    color: #666666;
}
.new_list li a:hover{
    color: #2461a2;

}
/*校园资讯*/
.new_list.xyzx{
   width:376px;
   float:left;margin-top:10px;

}
.new_list.xyzx li{
    width:376px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 8px;

}
.new_list.xyzx li a{}

.new_list.xyzx li a img{
   width:130px;
   height:80px;
   float:left;
}
.new_list.xyzx li .infor{
   width:228px;
   float:right;
}
.new_list.xyzx li .infor a{
  font-size:14px;
    line-height: 22px;
    display: block;

}
.new_list.xyzx li .infor p{

   font-size:12px;
   color:#999;
    line-height: 22px;
}

/*媒体聚焦*/
.new_list.mtjj{
   width:376px;
   float:left;margin-top:10px;

}
.new_list.mtjj li{
    width:376px;
    height: 98px;
    overflow: hidden;
    margin-bottom: 8px;

}
.new_list.mtjj li em{
    width: 80px;
    border: 1px #2461a2 solid;
    float: left;
    font-size: 14px;
    padding: 7px;
    text-align: center;
}

.new_list.mtjj li .mtjj_inf{
       width: 255px;
    float: right;
    height: 46px;
    overflow: hidden;
}
.new_list.mtjj li .mtjj_inf a{
       width: 255px;
    height: 28px;
    overflow: hidden;
    display: block;
}
.new_list.mtjj li .myjj_inf span{
   float: none;
   font-size:12px;
   color:#999;
    line-height: 22px;
}



/*信息公开*/
.title_box{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px #9c9c99 solid;
}
.title_box h1{
    background: url(../img/new_h_icon.png) left center no-repeat;
    padding-left: 50px;
    font-size:22px;
    color: #2461a2;
    font-weight: bold;
    float: left;

}
.title_box .more{
    float: right;
}
.title_box .more a{
    font-size: 14px;
    color: #333333;
}
.part1 .part_right{
    width: 384px;
    float: right;
}
/*快速链接*/
.kslj{
    position: relative;min-height:420px;
}
.kslj .title_box.title_box1{
    position: relative;
    border-bottom: none;
}
.kslj .title_box.title_box1 h1{
    text-align: center;
    position: absolute;
    width: 100px;
    left:0px;
    bottom: 0;
    z-index: 22;
    margin-left: 25px;
    background:#f8f9fb url(../img/new_h_icon.png) 10px center no-repeat;
}
.kslj .title_box.title_box1 .line{
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 11;
    width: 1200px;
    height: 1px;
    background: #c9c9c9;
}

.ztwz_img {
    position: relative;
    /*width: 732px;*/
    overflow: hidden;    margin-top: 20px;
}


.ztwz_img ul {
    overflow: hidden;
    zoom: 1;
}

.ztwz_img ul li {
    width: 224px;
    float: left;
    overflow: hidden;
    /*padding:0 10px;*/
    text-align: center;
    margin-right:19px;
}
.ztwz_img ul li:last-child{
margin-right:0px;
}
.ztwz_img ul li img {
    width: 224px;
    height: 85px;
    display: block;
}
/*第四部分*/
.part4{
    margin-top: 30px;
    margin-bottom: 30px;
}
.part4 .f_logo{
    float: left;
    width: 282px;
}
.part4 .f_logo img{
    width: 205px;
    height: 113px;
}

.part4 .icon{
float: left;
        height: 80px;
        margin-top: 20px;

}

.part4 .icon li{
        float: left;
        text-align: center;
        width: 60px;
        margin-right: 33px;
    }
    .part4 .icon li img{
        width: 60px;
        height: 60px;
    }
    .part4 .icon li p{
        margin-top: 10px;
        text-align: center;
    }


.part4 .icon li a:hover{color:#2461a2;}








.link{
    float: left;
    width: 564px;
}
.link ul{
    float: left;
    width: 182px;
}
.link ul li{
    background: url(../img/baiolink.png) left center no-repeat;
    padding-left: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.link ul li a{
    font-size: 14px;
    color: #333333;
}
.link ul li a:hover{
    color: #2461a2;
    font-weight: bold;
}
.wxwb{
   
    height:70px;
    margin-top: 20px;
}
.wxwb li{
    position: relative;
    float: left;
    margin-right: 25px;
    text-align: center;
    width: 70px;

}
.wxwb li a p{
margin-top:10px;
text-align:center;
}


.wxwb li a:hover{color:#2461a2;}

.wxwb li .hov{
    position: absolute;
    left: -50%;
    bottom: 90px;
    z-index: 1000;
    display: none;}
.wxwb li .hov img{
    width:150px;
    height:150px;
    max-width:150px;
}
/*页脚*/
.footer{
    background: #2461a2;
    text-align: center;

}
.footer p{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
/*列表页*/
.main_box{
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_box .main_left{
    float: left;
    width: 260px;
    padding-bottom: 50px;
    background: #eeeded;
}
.main_box .main_left dl dt{
    background: url(../img/sub1_bg.png) top center no-repeat;
    height: 76px;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    color: #ffffff;
    width: 274px;
    margin-left: -14px;
    font-weight: bold;
}
.main_box .main_left dl{

}
.main_box .main_left dl dd{
    text-align: center;
    height: 51px;
    border-bottom: 1px #ffffff solid;
    line-height: 51px;
}
.main_box .main_left dl dd:last-child{
    border-bottom:none;

}
.main_box .main_left dl dd a{
    font-size: 16px;
    color: #333333;
}
.main_box .main_left dl dd a:hover{
    color: #2461a2;
    /*border-bottom: 3px #f49917  solid;*/
    padding-bottom: 23px;
}

.main_box .main_left dl dd a.on{
    color: #2461a2;
    font-weight: bold;
}
/*列表页右侧*/
.main_box .main_right{
    width: 900px;
    /*margin-bottom: -2000px;*/
    /*padding-bottom: 2000px;*/
    /*background: #ffffff;*/
    float: right;
    padding-top: 25px;min-height:450px;
}
.main_box .main_right .place_box{
    height: 38px;
    border-bottom: 1px #dee1e2 solid;
    margin-bottom: 10px;
}
.main_box .main_right .place_box h1{
    font-size: 18px;
    float: left;
    font-weight: bold;
    color: #2461a2;
}
.main_box .main_right .place_box .place_r{
    float: right;
    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;
}
.main_box .main_right .place_box .place_r a{
    font-size: 14px;
    color: #333333;
}
.main_box .main_right .place_box .place_r a:hover{
    color: #2461a2;
}
.main_box .main_right .list_box{

}
.main_box .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_box .main_right .list_box li span.span{
    float: right;
    font-size: 14px;
    color: #666;
}
.main_box .main_right .list_box li a{
    font-size: 15px;
    color: #333;
}
.main_box .main_right .list_box li a:hover{
    color: #2461a2;
}
/*内容页*/
.main_box .main_right .main_content{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
min-height: 350px;
border: 1px solid #ddd;padding: 20px;border-bottom: none;margin-top: 10px;


}


.doc-foot{ background:#f5f5f5; padding:20px; border: 1px solid #DDDDDD; box-shadow: 0 1px 0 #FFFFFF inset;}
.text-right {
    text-align: right;font-size: 20px;}
.main_box .main_right .main_content .title{
    text-align: center;
    font-size: 22px;
    color: #2461a2;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.main_box .main_right .main_content .title1{
    text-align: center;
    font-size: 20px;
    color: #2461a2;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 10px;
   
}
.main_box .main_right .main_content .info{
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 2.5;
    padding: 6px;

    border: 1px #dddddd solid;
    background: #f5f5f5;
    margin: 6px 0px;


}
.main_box .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_box .main_right .main_content .body p{
    text-indent: 2em;
    text-align:justify;
    text-justify:distribute;
}
.main_box .main_content .page_box{
    /*float: right;*/
    margin-top: 20px;
}
.main_box .main_right .main_content .page_box a{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.main_box .main_right .main_content .page_box a:hover{
    color: #2461a2;
}
/*图片列表页*/
.main_box .main_right .pic_list{
    overflow: hidden;
    margin-top: 20px;
}
.main_box .main_right .pic_list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 36px;
    /*position: relative;*/
    padding-left:35px;
    float: left;
}
.main_box .main_right .pic_list ul h1{
    font-size: 22px;
    font-weight: normal;
    color: #2461a2;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #2461a2;;*/
    padding-bottom: 10px;

}
.main_box .main_right .pic_list ul li .lb{
    width: 180px;
    height: 150px;
    background-color: #000000;
}
.main_box .main_right .pic_list ul li .lb img{
    width:100%;
    height: 100%;
    display: block;
}

.main_box .main_right .pic_list ul li h1{
    text-align: center;

}

.main_box .main_right .pic_list ul li a{
    color: #333;
}
.main_box .main_right .pic_list ul li a:hover{
    color: #225aa8;
}
.main_box .main_right .pic_list li img{
    width: 276px;
    height: 100%;
}

/*链接列表*/
.ljlb {
    padding: 0;
}
.ljlb li {
    float: left;
    width: 260px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px;
    background:  url(../img/ico_btn2.png) left center no-repeat;
    margin-bottom: 10px;
}
.ljlb li a {
    display: block;
    text-align: left;
    font-size: 16px;padding-left: 15px;
}
.ljlb li a:hover {

    color: #2461a2;
}

.copyright{ margin:0 auto; height:74px; padding-top:10px;}
.copyright{ font-size:13px; line-height:22px; color:#fff;}
.copyright a{text-decoration: none; color:#fff;}
.copyright a:link {text-decoration: none;}
.copyright a:visited {text-decoration: none;}
.copyright a:hover {color:#FFFF00; text-decoration: none;}
.copyright a:active {text-decoration: none;}




.slideBox1 {
    width: 370px;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin: 10px 0;float: left;
}

.slideBox1 .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd ul li {
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox1 .hd ul li.on {
    background: #2461a2;
    color: #fff;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd img {
    width: 370px;
    height: 260px;
    display: block;
}
.shadow {
    background: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    left: 0px;
    width: 100%;
    height: 32px;
    text-align: left;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 10;}
.shadow a {
    margin-left:10px;
    width: 370px;
    height: 26px;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    overflow: hidden;}



.xyzx .title_box h1{background: url(../img/xyzx.png) left center no-repeat;    }
.xyzx .title_box{ border-bottom:none;}
.gzlist{margin-top:24px;}
.gzlist li{width:370px;float:left;margin-right:45px;margin-bottom:4px;}
.gzlist li a{display:block;}
.gzlist li img{width:370px;height:210px;}
.gzlist li h1{font-size:15px;font-weight:normal;padding:20px 0;line-height: 24px;}
.gzlist li p{font-size:12px;line-height:24px;}
.gzzdlist{width:370px;margin-right:45px;height:42px;line-height:42px;margin-top:24px;}
.gzzdlist li span{border:1px solid #a82829;padding:4px 6px;font-size:12px;margin-right:20px;}
.gz3,.gz6{margin-right:0;}
.gz1,.gz3,.gz5{border-top:2px solid #174799;}
.gz2,.gz4,.gz6{border-top:2px solid #e09928;}


/*新闻*/
.gg{
    width: 384px;
    float: left;
     height:245px;
    overflow: hidden;
}
.title_box{
    height: 54px;
    border-bottom: 1px #9c9c99 solid;
    overflow: hidden;
}
.title_box ul{
    float: left;
    padding: 0;
    /*margin-top: 5px;*/

}
.title_box ul li{
    list-style: none;
    /*width: 140px;*/
    text-align: left;
    float: left;
    cursor: pointer;
    font-size:22px;
    color: #cbcbcb;
    font-weight: bold;
    margin-right: 30px;
    height: 54px;
    line-height: 54px;
    background: url(../img/tzgg_n.png) left center no-repeat;
    padding-left: 50px;
}
.title_box ul li.on{
    background: url(../img/tzgg.png) left center no-repeat;
    color: #2461a2;
}
.title_box ul li.url_2{
background: url(../img/xyzx_hover.png) left center no-repeat;
}
.title_box ul li.url_2.on{
background: url(../img/xyzx.png) left center no-repeat;
}
.title_box ul li.url_3{
background: url(../img/tzgg_n.png) left center no-repeat;
}
.title_box ul li.url_3.on{
background: url(../img/tzgg.png) left center no-repeat;
}
.title_box ul li.url_4{
background: url(../img/xxgk_hover.png) left center no-repeat;
}
.title_box ul li.url_4.on{
background: url(../img/xxgk.png) left center no-repeat;
}


.title_box span{
    display: block;
    float: right;
    line-height: 61px;
}
.title_box span a{
    font-size: 14px;
    color: #333;
}
.title_box span a:hover{

}
.gg_show{
    /*margin-top: 16px;*/
    margin-top: 15px;
}
.gg_show .each{
    display: none;
}