.k {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*顶部*/
.header_box{
    background: url(../img/header_bg.png) center center no-repeat;
    height: 123px;
}
.logo{
    float: left;
    width: 550px;
    height: 75px;
    margin-top: 16px;
}
.header_box .right{
    float: right;
    margin-top: 10px;
}
.header_box .right .about{
    line-height: 24px;
    margin-bottom: 15px;
}
.header_box .right .about a{
    float: left;
    font-size: 14px;
    color: #666666;
    margin-left: 25px;
}
.header_box .right .about a:hover{
    color: #029cce;
}
.right .search{
    width: 248px;
    height: 36px;
    overflow: hidden;
}
.right .search input{
    border: 0;
}
.right .search .text{
    float: left;
    width: 210px;
    height: 36px;
    line-height: 36px;
}
.right .search .submit{
    float: right;
}
/*导航*/
.navBar {
    background: #029cce;
    position: relative;
    z-index: 1;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.nav {
    margin: 0 auto;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
}

.nav .m {
    position: relative;
    float: left;
    width: 100px;
    margin: 0 10px;
    display: inline;
    text-align: center;
}

.nav .m h3 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 7px;
    height: 4px;
    background: url(../img/icon.png) 0 -280px no-repeat;
    overflow: hidden;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.nav h3 a {
    zoom: 1;
    height: 16px;
    line-height: 16px;
    padding: 17px 0;
    display: block;
    color: #fff
}

.nav .on h3 a {
    /*padding: 16px 0;*/
}

.nav .on h3 a i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.nav .sub {
    display: none; /*默认隐藏*/
    min-width: 120px;
    /*padding: 10px 0;*/
    position: absolute;
    left: 0;
    top: 50px;
    background: #eee;
    float: left;
    line-height: 50px;
}

.nav .sub li {
    text-align: center;
}

.nav .sub li a {
    color: #333;
    display: block;
    zoom: 1;
}

.nav .sub li a:hover {
    background: #dedede;
    color: #029cce;
}
/*banner*/
.banner {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin: 0px auto;
}

.banner .pic {
    position: relative;
    z-index: 0;
    width: 100%!important;
}

.banner .pic img {
    width: 100%;
    height: 600px;
    display: block;
}

.banner .hd {
    width: 100%;
    position: absolute;
    bottom:20px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.banner .hd li {
    margin: 0 8px;
    /*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: 70px;
    height: 70px;
    margin: -70px 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: 10%;
    background: url(../img/left.png) no-repeat 0 0;
}

.banner .next {
    /*background-position: 0 -90px;*/
    right: 10%;
    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: 30px;
}
.news{
    width: 1195px;
    float: left;
}
.title_box{
    height:40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.title_box h1{
    font-size: 24px;
    color: #029cce;
    float: left;
    background: url(../img/new_bg.png) left center no-repeat;
    padding-left: 35px;
}
.title_box .more{
    float: right;

}
.title_box .more a{
    font-size: 12px;
    color: #999999;
}
.title_box .more a:hover{
    color: #029cce;
}
.focusBox {
    position: relative;
    float: left;
    width: 585px;
    height: 360px;
    overflow: hidden;
    text-align: left;
    background: #000000;
}

.focusBox .pic img {
    width: 585px;
    height: 360px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 30px;
    width: 100%;
    background: #029cce;
    filter: alpha(opacity=50);
    opacity: 0.5;
    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: 6px;
    right: 6px;
}
.focusBox .num li {
    float: left;
    position: relative;
    width: 6px;
    height: 6px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
}
.focusBox .num li.on{
    background: #ff9600;
}
.new_list{
    width: 580px;
    float: right;
}
.new_list .infor{
    border-bottom: 1px #ebecec solid;
    padding-bottom: 10px;
}
.new_list .infor h2{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
     height: 16px;
    overflow: hidden;
}
.new_list .infor h2 a:hover{
    color: #029cce;
}
.new_list .infor span{
    background: url(../img/block.png) left center no-repeat;
    padding-left: 20px;
    font-size: 12px;
    color: #999999;
    margin: 10px 0;
    display: block;
}
.new_list .infor p{
    font-size: 12px;
    color: #999999;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.new_list ul{

}
.new_list ul li{
    background: url(../img/new_icon.png) left center no-repeat;
    padding-left: 10px;
    line-height: 42px;
    overflow: hidden;
    height:42px;
}
.new_list ul li a{
    font-size: 16px;
    color: #333333;
}
.new_list ul li span{
    font-size: 16px;
    color: #999999;
    float: right;
}
.new_list ul li a:hover{
    color: #029cce;
}
/*快速通道*/
.kstd{
    float: right;
    width: 140px;
}
.title_box.title_box1 h1{
    background: url(../img/td_bg.png) left center no-repeat;
}
.kstd ul{
    border-top: 2px #ebecec solid;
    padding-top: 10px;
}
.kstd ul li{
    width: 140px;
    height: 122px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    position: relative;
    margin-top: 20px;
}
.kstd ul li:nth-child(2),
.kstd ul li:nth-child(4){
    margin-left: 20px;
}
.kstd ul li .icon_hover{
    display: none;
}
.kstd ul li .icon,
.kstd ul li .icon_hover{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
.kstd ul li img{
    display: block;
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.kstd ul li p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.kstd ul li:hover{
    background: #ffa200;
}
.kstd ul li:hover .icon_hover{
    display: block;
}
.kstd ul li:hover .icon_hover p{
    color: #ffffff;
}
/*通知公告*/
.title_box.title_box2 h1{
    background: url(../img/tzgg_bg.png) left center no-repeat;
}
.part2{
    margin-top: 30px;
}
.tzgg{
    width: 585px;
    float: left;
}
.tzgg ul{

}
.tzgg ul li{
    border-bottom: 1px #f2f2f2 dashed;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 40px;
    overflow: hidden;
}
.tzgg ul li:last-child{
    border-bottom:none;
}
.tzgg ul li .date{
    width: 58px;
    height: 38px;
    overflow: hidden;
    border: 1px #029cce solid;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #029cce;
}
.tzgg ul li .date span{
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #029cce;
    height: 20px;
    line-height: 20px;
}
.tzgg ul li .date i{
    display: block;
    margin-top: 3px;
}
.tzgg ul li .infor{
    width: 503px;
    float: right;
}
.tzgg ul li .infor a{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    display: block;
}
.tzgg ul li .infor p{
    font-size: 12px;
    color: #999999;
}
.tzgg ul li .infor a:hover{
    color: #029cce;
}
/*学习园地*/
.qh{
    width: 585px;
    float: right;
    overflow: hidden;
}
.qh_nav{
    height: 40px;
    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:24px;
    color: #c8c3c3;
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
    background: url(../img/xx.png) left center no-repeat;
    padding-left: 35px;
}
.qh_nav ul li.on{
    background: url(../img/xx_hover.png) left center no-repeat;
    color: #029cce;
}
.qh_nav ul li.url_2{
    background: url(../img/wt.png) left center no-repeat;
}
.qh_nav ul li.url_2.on{
    background: url(../img/wt_hover.png) left center no-repeat;
}
.qh_nav span{
    display: block;
    float: right;
    line-height: 40px;
}
.qh_nav span a{
    font-size: 12px;
    color: #999999;
}
.qh_nav span a:hover{

}
.qh_show{
    /*margin-top: 16px;*/
    /* margin-top: 25px;*/
}
.qh_show .each{
    display: none;
}
.qh_show .qh_list{

}
.qh_list{
    width: 585px;
    overflow: hidden;
}
.qh_show .qh_list .list{
    padding-top: 5px;
}
.qh_show .qh_list .list li{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background: url(../img/yqdian.png) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 6px;
}
.qh_show .qh_list .list li a{
    font-size: 16px;
    color: #333333;
}
.qh_show .qh_list .list li span{
    float: right;
    font-size: 16px;
    color: #666666;
}
.qh_show .qh_list .list a:hover{
    color: #029cce;
}

.txtMarquee-top {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}


.txtMarquee-top .infoList li {
    height: 42px;
    line-height: 42px;
    background: url(../img/yqdian.png) left center no-repeat;
    padding-left: 15px;
}
.txtMarquee-top .infoList li a{
    font-size: 16px;
    color: #333333;
}
.txtMarquee-top .infoList li a:hover{
    color: #029cce;
}
.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}
/*友情链接*/
.link_box{
    margin-top: 30px;
    height: 46px;
    background: #e5eaf2;
    line-height: 46px;
}
.link_box dt{
    float: left;
    font-size: 16px;
    color: #029cce;
}
.link_box dd{
    float: left;
    margin-right: 30px;
    background: url(../img/link.png) left center no-repeat;
    padding-left: 30px;
}
.link_box dd:nth-child(1){
    background: none;
}
.link_box dd a{
    font-size: 16px;
    color: #333333;
}
.link_box dd a:hover{
    color: #029cce;
}
/*页脚*/
.footer{
    background: #029cce;
    text-align: center;
    padding: 20px 0;
}
.footer p{
    font-size: 12px;
    color: #bbe5f2;
    line-height: 32px;
}
/*列表页*/
.main_box{
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_box .main_left{
    float: left;
    width: 260px;
    /*margin-bottom: -150px;*/
    /*padding-bottom: 150px;*/
    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{
    background: url(../img/left_bg.jpg) top center repeat-y;
    min-height:500px;
}
.main_box .main_left dl dd{
    text-align: center;
    height: 70px;
    border-bottom: 1px #ffffff solid;
    line-height: 71px;
}
.main_box .main_left dl dd:last-child{
    border-bottom:none;

}
.main_box .main_left dl dd a{
    font-size: 22px;
    color: #333333;
}
.main_box .main_left dl dd a:hover{
    color: #029cce;
    /*border-bottom: 3px #f49917  solid;*/
    padding-bottom: 23px;
    font-weight: bold;
}

.main_box .main_left dl dd a .on{
    color: #029cce;
}
/*列表页右侧*/
.main_box .main_right{
    width: 900px;
    /*margin-bottom: -2000px;*/
    /*padding-bottom: 2000px;*/
    /*background: #ffffff;*/
    float: right;
    padding-top: 25px;
}
.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: #029cce;
}
.main_box .main_right .place_box .place_r{
    float: right;
    line-height: 38px;
}
.main_box .main_right .place_box .place_r span{
    padding-left: 20px;
    line-height: 38px;
}
.main_box .main_right .place_box .place_r a{
    font-size: 12px;
    color: #333333;
}
.main_box .main_right .place_box .place_r a:hover{
    color: #029cce;
}
.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{
    float: right;
    font-size: 16px;
    color: #666;
}
.main_box .main_right .list_box li a{
    font-size: 21px;
    color: #333;
}
.main_box .main_right .list_box li a:hover{
    color: #029cce;
}
/*内容页*/
.main_box .main_right .main_content{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}
.main_box .main_right .main_content .title{
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 10px;
}
.main_box .main_right .main_content .info{
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 2.5;
}
.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;
}
.main_box .main_content .page_box{
    /*float: right;*/
    margin-top: 20px;
}
.main_box .main_right .main_content .page_box a{
    font-size: 12px;
    color: #000000;
    line-height: 20px;
}
.main_box .main_right .main_content .page_box a:hover{
    color: #029cce;
}