@charset "UTF-8";
body, blockquote, ul, ol, input, textarea, button, select, a, h1, i, b, small, em, h2, h3, h4, h5, img, table, fieldset, button, div, p, img, span, li, dl, dt, dd, font, label, pre, nav, video, audio, embed, tr, th, td, form {
    margin: 0;
    padding: 0;}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;}

html, body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑","Microsoft YaHei","黑体";
    font-size: 14px;
    color: #333;
    font-weight: normal;}

ul, ol {
    list-style: outside none none;}

input, textarea, button, select {
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;}

*:focus {
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;}

a {
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;}
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;}

h1, i, b, small, em, h2, h3, h4, h5 {
    font-weight: normal;}

i, b, small, em {
    font-style: normal;}

img {
    border: none;}

input, button, textarea, select {
    font-size: 100%;}

table {
    border-collapse: collapse;
    border-spacing: 0;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    *zoom: 1;}

.clearfixs:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    *zoom: 1;}

.fl {
    float: left;}

.fr {
    float: right;}

.w-00 {
    width: 100%;}

.h-00 {
    height: 100%;}

.mar-auto-0 {
    margin: 0px auto;}

.over-hidden {
    overflow: hidden;
    -webkit-overflow: hidden;
    -moz-overflow: hidden;
    -ms-overflow: hidden;}

.text-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}

.pos-r {
    position: relative;}

select {
    /*chrome和firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../../11803/static/2015/arrow.jpg) no-repeat scroll right center transparent;


    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none;}
/*初始化结束*/
.main-body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;}
.main-bg{
    width: 100%;
    height: 100%;}
.main-bg-box{
    width: 100%;
    height: 100%;}
.main-bg-list{
    width: 100%;
    height: 100%;
    position: relative;}
.main-bg-list li{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 5;
    display: none;}
.main-bg-list li:first-child{
    display: block;}
.bg-hd-l{
    position: fixed;
    left: 3%;
    top:49%;
    z-index: 200;
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/left.jpg) no-repeat;}
.bg-hd-r{
    position: fixed;
    right: 3%;
    top:49%;
    z-index: 200;
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/right.jpg) no-repeat;}
.main-a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 100;
    overflow-y: auto;}
.main-b-heeder{
    position: absolute;
    left: 0;
    top:0;
    z-index: 100;
    width: 100%;
    height: 37px;
    background: rgba(250,250,250,.2);
    text-align: center;}
.main-b-heeder h5{
    margin-top: 9px;
    display: inline-block;
    *display:inline;  /*兼容写法*/
    *zoom:1;  /*兼容写法*/
    vertical-align: top;
    padding:0 22px 9px;
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;}
.main-b-heeder h5:before{
    display: block;
    content: "";
    position: absolute;
    right:0;
    top:0;
    z-index: 5;
    width: 1px;
    height: 18px;
    background: #fff;}
.main-b-heeder h5:last-child::before{
    display: none;}
.main-b-heeder h5 i{
    margin-right: 6px;
    font-size: 18px;}
.main-b-heeder h5:hover div{
    display: block;}
.main-heeder-two{
    display: none;
    position: absolute;
    left: 20px;
    top:28px;
    z-index: 10;
    padding: 10px 25px;
    width: 230px;
    height: auto;
    background: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;}
.main-heeder-two:before{
    margin-left: -5px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border:5px transparent solid;
    border-bottom-color:rgba(0,0,0,.65);
    position: absolute;
    left: 20%;
    top:-10px;
    z-index: 1;}
.main-heeder-two a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-align: left;}
.main-heeder-two a:hover{
    color: #ffcc00;}
.main-heeder-four{
    display: none;
    position: absolute;
    left: 20px;
    top:28px;
    z-index: 10;
    padding: 10px 26px 10px 27px;
    width: 500px;
    height: auto;
    background: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;}
.main-heeder-four:before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border:5px transparent solid;
    border-bottom-color:rgba(0,0,0,.65);
    position: absolute;
    left: 10%;
    top:-10px;
    z-index: 1;}
.main-heeder-four>span{
    display: block;
    width: 100%;
    height: 28px;
    text-align: left;
    line-height: 28px;
    font-size: 13px;
    color: #fff;}
.main-heeder-four-img{
    display: block;
    margin-top:-32px;
    position: absolute;
    right: 15px;
    top:50%;
    z-index: 10;
    width: 65px;
    height: 65px;}
.main-heeder-four-img1{
    display: block;
    margin-top:-32px;
    position: absolute;
    right: 90px;
    top:50%;
    z-index: 10;
    width: 65px;
    height: 65px;}
.main-b-box{
    margin:0 auto 65px;
    width: 1200px;
    height: auto;}
.main-c-box{
    position: absolute;
    left: 0;
    top:0;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;}
.main-title{
    margin:-105px 0 0 -506px;
    position: absolute;
    left: 50%;
    top:50%;
    z-index: 1;
    width: 1013px;
    height: 210px;}
.main-sub{
    /*display: none;*/
    padding-top:100px;
    width: 100%;
    height: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-sub-logo{
    width: 555px;
    height: 61px;
    float: left;}
.main-sub-logo img{
    display: block;
    width:555px;
    height: 61px;}
.main-search{
    margin-top: 10px;
    width: 500px;
    height: 40px;
    float: right;}
.main-search-box{
    float: right;
    width: 460px;
    height: 100%;
    background: rgba(250,250,250,.65);
    border-radius: 40px;
    position: relative;}
.main-search-box span{
    margin-top: 5px;
    display: block;
    width: 50px;
    height: 30px;
    border-right: 1px #d6d6d6 solid;
    float: left;
    line-height: 30px;
    font-size: 18px;
    color: #003366;
    text-align: center;}
.main-search-box span i{
    margin-top: 5px;}
.main-search-box #showkeycode1162795{
    padding-left: 6px;
    width: 250px;
    height: 100%;
    border:none;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #676767;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
#showkeycode205066{
    padding-left: 6px;
    width: 250px;
    height: 100%;
    border:none;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #676767;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-search-btn{
    display: block;
    width: 150px;
    height: 100%;
    border:none;
    border-radius: 40px;
    background: #ffcc00;
    position: absolute;
    right: 0;
    top:0;
    z-index: 5;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;}
.main-main{
    /*margin-top: 53%;*/
    width: 100%;
    height: auto;
  
    background: #fff;}
.main-nav{
    width: 100%;
    height: 52px;
    background: #005375;}
.main-nav-l{
    width: 1152px;
    height: 100%;
    float: left;}
.main-nav-l li{
    width: 144px;
    height: 100%;
    float: left;
    border-right:1px #7089a1 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-nav-l li:hover{
    background: #ffcc00 url(../images/img1.jpg) no-repeat;}
.main-nav-l li.on{
    background: #ffcc00 url(../images/img1.jpg) no-repeat;}
.main-nav-l li.on a{
      color: #113a64;}
.main-nav-l li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    font-size:14px;
    color: #fff;
    font-weight: bold;}
.nav-icon{
    margin-top: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 20px;}
.main-nav-r{
    width: 48px;
    height: 52px;
    float: right;}
.main-nav-r img{
    display: block;
    width:100%;
    height: 100%;}
.main-contents{
    width: 100%;
    height: 0px;
    background: #fff;}
.main-content{
    display: none;
    padding: 20px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-content.action{
    display: block;}
.main-l-title{
    width: 100%;
    height: 38px;
    border-top: 2px solid #cdcdcd;
    border-bottom: 1px solid #dde2e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-l-title h5{
    width: 300px;
    height: 100%;
    float: left;}
.main-l-title h5 span{
    margin: 9px 0;
    padding: 0 24px;
    display: block;
    float: left;
    width: auto;
    height: 17px;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #036;
    border-right:1px #d9dadc solid;}
.main-l-title h5 span.action{
    font-weight: bold;}
.main-l-title h5 span.action:before{
    position: absolute;
    left: 0;
    top:-11px;
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ffcc00;}
.main-l-title h5 span:last-child{
    border:none;}
.main-l-title a{
    padding-right: 10px;
    display: block;
    width: 50px;
    height: 100%;
    line-height: 35px;
    float: right;
    font-size: 12px;
    color: #999;
    text-align: right;}
.main-l-title a em{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 11px;
    background: url(../images/more.jpg) no-repeat;}
.main-lr-btn{
    width: 40px;
    height: 100%;
    float: right;}
.main-lr-btn span{
    width:20px;
    height: 100%;
    display: block;
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #999;
    cursor: pointer;}
.main-lr-btn span i{margin-top:5px;}
.main-icon-sub{
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
    width: 7px;
    height: 7px;
    background: url(../images/icon-9.jpg) no-repeat;}
.main-content-l{
    width: 720px;
    height: 100%;
    float: left;}
.main-l-new{
    margin-bottom: 20px;
    width: 100%;
    height: 305px;}
.main-l-box{
    width: 100%;
    height: 266px;}
.main-l-box ul{
    margin-top: 6px;
    width: 100%;
    height: auto;}
.main-l-box li{
    width: 100%;
    height: 32px;
 line-height: 32px;}
.main-l-box li em{
    margin:14px 8px 14px 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #003366;
    float: left;}
.main-l-box li a{
    display: block;
    width: 580px;
    height: 100%;
    line-height: 32px;
    float: left;
    font-size: 12px;
    color: #444;}
/*.main-l-box li span{
    display: block;
    width: 80px;
    height: 100%;
    float: right;
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    color: #999;
}*/
.main-l-box li:hover a,.main-l-box li:hover span{
    color: #ffcc00;}
.main-l-xssw{
    width: 100%;
    height: 205px;}
.main-box-xssw{
    width: 720px;
    height: 164px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-box-xssw li{
    padding: 26px 0 28px;
    float: left;
    width: 120px;
    height: auto;
    position: relative;}
.main-box-xssw li h3{
    padding: 0 22px;
    display: block;
    width: 100%;
    height: 75px;
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-box-xssw li img{
    display: block;
    width: 75px;
    height: 75px;
    background: #64d0bf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.main-box-xssw li h5{
    width: 120px;
    font-size: 14px;
    color: #003366;
    font-weight: bold;
    line-height: 20px;
    text-align: center;}
.main-list-pos{
    display: none;
    position: absolute;
    left: 65%;
    top:5px;
    z-index: 10;
    /*padding: 5px;*/
    width: 110px;
    height: auto;
    max-height: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;}
.main-list-pos-bg{
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgb(25,72,118);
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);}
.main-box-xssw li:last-child .main-list-pos{
    position: absolute;
    left: auto;
    right: 75px;
    top:5px;}
/*.main-list-pos:before{*/
    /*display: block;*/
    /*content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*border:5px transparent solid;*/
    /*border-right-color: rgba(25,72,118,.75);*/
    /*position: absolute;*/
    /*left: -10px;*/
    /*top:16px;*/
    /*z-index: 10;*/
/*}*/
/*.main-box-xssw li:last-child .main-list-pos:last-child::before{*/
    /*border:5px transparent solid;*/
    /*border-left-color: rgba(25,72,118,.75);*/
    /*position: absolute;*/
    /*left: auto;*/
    /*right: -10px;*/
    /*top:16px;*/
    /*z-index: 10;*/
/*}*/
.main-list-pos a{
    display: block;
    width: 100%;
  /*  height: 25px; */
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    text-align: center;
background-color: rgb(5, 189, 135);
    padding: 5px 0;
}
/*.main-list-pos a:hover{*/
    /*color: #ffcc00;*/
/*}*/
.main-box-xssw li:hover .main-list-pos{
    display: block;}
.main-content-r{
    width: 410px;
    height: 100%;
    float: right;}
.main-r-jssw{
    margin-bottom:20px;
    width: 100%;
    height: 305px;}
.main-box-jssw{
    padding-top: 10px;
    width: 100%;
    height: 256px;
    position: relative;}


.main-r-jssw-list{
    margin-bottom: 10px;
    width: 100%;
    height: 119px;}
.main-r-jssw-list h5{
    margin-right:10px;
    margin-bottom:5px;
    /*position: relative;*/
    display: block;
    float: left;
    width:130px;
    height: 119px;
    border:1px solid #ebebeb;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-r-jssw-list h5:nth-child(3n){
    margin-right: 0px;}
.main-j-img{
    display: block;
    margin:20px auto 10px;
    width: 47px;
    height: 44px;}

.main-r-jssw-list h5:hover{
    background: #eaf3fb;}
.main-r-jssw-list h5 label a{ font-size: 14px;color:#144070;font-weight: bold;line-height: 30px; height: 30px;}
.main-r-jssw-list h5 a{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 76px;
    text-align: center;
    height: 76px;
    padding: 0px;}

/*.main-r-jssw-list h5:last-child{*/
    /*float: right;*/
/*}*/
.main-r-jssw-list h5 label{
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #003366;
    /*font-weight: bold;*/
    text-align: center;}
.main-jssw-hef{
    /*padding: 5px;*/
    position: absolute;
    left: 100px;
    top:-350px;
    z-index: 10;
    width: 210px;
    height: auto;
    background: rgba(25,72,118,.95);
    opacity:0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: top .3s,opacity 0.3s;
    -moz-transition: top .3s,opacity 0.3s;
    -ms-transition: top .3s,opacity 0.3s;
    -o-transition: top .3s,opacity 0.3s;
    transition: top .3s,opacity 0.3s;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.main-jssw-hef a:first-child{
    padding-top: 5px;}
.main-jssw-hef a:last-child{
    padding-top: 5px;}
.main-r-jssw-list h5:hover .main-jssw-hef{
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.main-r-jssw-list .main-jssw-hef a{
    display: block;
    width: 200px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-bottom: 5px;}
.main-r-jssw-list .main-jssw-hef a:hover{
    color: #ffcc00;}

.main-box-platform{
    padding: 15px 10px;
    width: 100%;
    height: 180px;
    background: url(../images/img-720231214.png) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-jssw-lists{
    width: 100%;}
.main-jssw-lists li{
    width: 100%;
    height: 26px!important;}
.main-box-platform h3{
    width: 100%;
    height: 70px;
    border:1px #fff solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.main-box-platform h3:hover{
    border:none;
    background: url(../images/img2.jpg) no-repeat;}
.main-box-platform h3 a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 75px;}
.main-box-platform h3 em{
    margin-top: 10px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
    width: 47px;
    height: 47px;}
/*机构设置*/
.main-sz-l{
    width: 405px;
    height: 100%;
    position: relative;}
.main-sz-box{
    padding: 70px 45px;
    width: 100%;
    height: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;}
.main-sz-one{
    width: 310px;
    height: 310px;
    position: absolute;
    left: 45px;
    top:70px;
    z-index: 2;}
.main-sz-one img{
    display: block;
    width: 100%;
    height: 100%;}
.main-sz-A{
    position: absolute;
    left: 40px;
    top:60px;
    z-index: 15;
    width: 190px;
    height: 215px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;}
.main-sz-B{
    position: absolute;
    left: 205px;
    top:65px;
    z-index: 15;
    width: 180px;
    height: 240px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;}
.main-sz-content{
    width: 100%;
    height: auto;
    display: none;}
.main-sz-content.action{
    display: block;}
.main-sz-C{
    position: absolute;
    left: 85px;
    top:230px;
    z-index: 15;
    width: 200px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;}
.main-sz-two{
    width: 310px;
    height: 310px;
    position: absolute;
    left: 45px;
    top:70px;
    z-index: 2;}
.main-sz-two img{
    display: block;
    width: 100%;
    height: 100%;}
.main-sz-three{
    width: 310px;
    height: 310px;
    position: absolute;
    left: 45px;
    top:70px;
    z-index: 2;}
.main-sz-three img{
    display: block;
    width: 100%;
    height: 100%;}
.main-sz-r{
    width: 735px;
    height: 100%;}
.main-sz-boxs{
    width: 685px;
    height: 495px;
    overflow-y: auto;
    margin:0!important;
    padding:0 25px;}
.main-sz-list{
    width: 100%;
    height: auto;}
.main-sz-list-tit{
    margin:20px 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #003366;}
.main-sz-list ul{
    width: 100%;
    height: auto;
    overflow: hidden;}
.main-sz-list-sub{
    margin-bottom: 20px;
    width: 325px;
    height: 134px;
    float: left;}
.main-sz-list-sub:nth-child(2n){
    width: 325px;
    height: 134px;
    float: right;}
.main-sz-list-sub>a{
    display: block;
    width: 100%;
    height: 100%;}
.main-sz-list-sub img{
    display: block;
    float: left;
    width: 118px;
    height: 134px;}
.main-sz-list-dl{
    margin-left: 15px;
    display: block;
    float: left;
    width: 192px;
    height: 134px;}
.main-sz-list-dl>dt{
    padding-top: 10px;
    width: 100%;
    height: 55px;
    border-bottom: 1px #ccc solid;}
.main-sz-list-dl>dt h4{
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #003366;
    font-weight: bold;}
.main-sz-list-dl>dt h5{
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #ffcc00;
    font-weight: bold;}
.main-sz-list-dl dd{
    padding-top: 15px;
    width: 100%;
    height: auto;}
.main-sz-list-dl dd p{
    width: 100%;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    color: #818181;}
/*详情页*/
.page-nav{
    padding: 10px 0 10px 20px ;
    width: 100%;
    height: 50px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px #ccc solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.page-nav>a{
    font-size: 14px;
    color: #818181;}
.page-main-sequence{
    padding-left: 20px;
    padding-bottom: 20px;
    width: 206px;
    min-height: 100%;
    float: left;
    border-right:1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.page-main-content{
    padding: 0 44px;
    width: 994px;
    height: auto;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.page-main-header{
    width: 100%;
    height: auto;}
.page-main-header h3{
    padding-top: 10px;
    padding-bottom: 25px;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #003366;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.page-main-header h5{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #efefef;
    position: relative;}
.page-main-l{}
.page-main-l span{
    margin:0 5px;}
.page-main-r{
    position: absolute;
    right: 5px;
    top:0;
    font-size: 12px;
    color: #003366;}
.page-main-r i{
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 50px;
    background: url(../images/t.jpg) center no-repeat;}
.page-main-r label{
    display: inline;
    margin: 0 5px;
    font-size: 12px;
    color: #003366;}
.page-main-r span{
    margin: 0 5px;
    cursor: pointer;}
.page-main-r span:hover{
    font-weight: bold;}
.page-content{
    padding: 25px 0 35px;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 30px;

    white-space: normal;
    word-wrap: break-word;}
.page-main-fj{
    padding: 15px 0;
    width: 100%;
    height: auto;
    border-top: 1px #ccc solid;}
.page-main-fj a{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #003366;}
.page-main-fj a:hover{
    color: #ffcc00;}
.page-main-pg{
    padding: 20px 0;
    width: 100%;
    height: auto;
    border-top: 1px #ccc solid;}
.page-main-pg a{
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: #003366;}
.page-main-pg a:hover{
    color: #ffcc00;}
.page-main-pg a span{
    display: inline-block;
    *display:inline;
    vertical-align: top;
    margin-right: 6px;
    width: 70px;
    height: 30px;
    border:1px #003366 solid;
    font-size: 12px;
    color: #003366;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.page-main-pg a:hover span{
    border:1px #ffcc00 solid;
    color: #ffcc00;}
/*日历弹框*/
.xswd-mains{
    display: none;
    position: fixed;
    left: 0;
    top:0;
    z-index: 1001;
    width: 100%;
    height: 100%;}
.xswd-box-x{
    width: 1200px;
    height: 100%;
    margin-left:-600px;
    position: absolute;
    left: 50%;
    top:0;
    z-index: 10;}
/*学生问答*/
.xswd-main{
    /*display: none;*/
    visibility: hidden;
    position: fixed;
    left: 0;
    top:0;
    z-index: 1001;
    width: 100%;
    height: 100%;}
.xswd-main-btn{
    position: absolute;
    right: 0;
    top:0;
    z-index: 1001;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-8.jpg) no-repeat;
    cursor: pointer;}
.xswd-main-btns{
    position: absolute;
    right: 7%;
    top:7%;
    z-index: 1001;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-8.jpg) no-repeat;
    cursor: pointer;}
.xswd-main-bg{
    width: 100%;
    height: 100%;
    background: url(../images/11.jpg) center no-repeat;
    background-size: cover;}
.xswd-box{
    margin-top:-290px;
    margin-left:-584px;
    position: absolute;
    left: 50%;
    top:50%;
    z-index: 10;
    width: 1168px;
    height: 580px;}
.xswd-main-title{
    padding-bottom: 60px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #ffcc00;
    text-align: center;}
.xswd-main-content{
    width: 100%;
    height: 410px;}
.xswd-main-list{
    width: 100%;
    height: 100%;}
.xswd-main-list li{
    margin:0 13px;
    padding: 40px 34px;
    width: 266px!important;
    height: 410px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;}
.xswd-list{
    width:100%;
    height: 136px;}
.xswd-list-num{
    margin:0 auto;
    width: 60px;
    height: 66px;
    font-size: 30px;
    color: #ffcc00;
    text-align: center;
    line-height: 66px;
    background: url(../images/icon-10.jpg) no-repeat;}
.xswd-list>h5{
    position: relative;
    padding: 13px 0;
    width: 100%;
    height: auto;
    max-height: 70px;
    line-height: 22px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.xswd-list>h5:before{
    position: absolute;
    left: 83px;
    bottom: 0;
    z-index: 10;
    display: block;
    content: "";
    width: 32px;
    height: 3px;
    background: #ffcc00;}
.xswd-list-content{
    padding-top: 10px;
    width: 100%;
    height: 190px;
    line-height: 22px;
    font-size: 12px;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.xswd-main-icon{
    padding-top: 70px;
    width: 100%;
    height: 10px;
    text-align: center;}
.xswd-main-icon ul{
    width: 100%;
    height: 100%;}
.xswd-main-icon ul li{
    margin:0 5px;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    text-indent: 999px;
    border:1px solid #fff;
    background: none;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.xswd-main-icon ul li.on{
    border:1px solid #ffcc00;
    background: #ffcc00;}
.zswd-hre-box{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;}
.xswd-main-list li:hover{
    background: #ffcc00;}
.xswd-main-list li:hover .xswd-list>h5:before{
    background: #ffffff;}
.xswd-main-list li:hover .xswd-list>h5{
    color: #003366;}
.xswd-main-list li:hover .xswd-list-num{
    color: #fff;
    background: url(../images/icon-11.jpg) no-repeat;}
.xswd-main-list li:hover .xswd-list-content{
    color: #fff;}
.box-nav-main{
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #e1e6ed;
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;}
.box-nav-main span{
    display: block;
    position: absolute;
    left: 0;
    top:45px;
    width: 100px;
    height: 2px;
    background: #ffcc00;}
.box-nav-list{
    width: 100%;
    height: 100%;
    text-align: center;}
.box-nav-list>li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: auto;
  
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #003366;}
.box-nav-list>li:hover{
    border-bottom: 2px #ffcc00 solid;}
.box-nav-list>li a{
    font-size: 14px;
    color: #003366;
display: block;
 padding:0px 15px;}
.box-nav-list>li:hover a{
    color: #ffcc00;}
.box-nav-list>li.nav-action{
    border-bottom: 2px #ffcc00 solid;}
.box-nav-list>li.nav-action a{
    color: #ffcc00;}
.box-main-content{
    width: 100%;
    height: 512px;}
.box-main-main{
    display: none;
    padding: 20px 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.box-main-main.action{
    display: block;}
.box-main-left{
    margin-left: 20px;
    width: 130px;
    height: 100%;
    float: left;
    overflow: auto;}
.box-main-left img{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 147px;}
.box-main-modular{
    width: 1030px;
    height: 100%;
    float: left;}
.box-modular-tab{
    display: none;
    width: 100%;
    height: 100%;}
.box-modular-tab.ono{
    display: block;}
.box-main-sub{
    padding-left: 20px;
    
    width: 590px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.box-main-header{
    width: 100%;
    height: 32px;}
.box-main-title{
    width: auto;
    height: 32px;
    background: #ffcc00;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    float: left;
    padding:0px 15px;}
.box-main-sub:nth-child(1) .box-main-title{ background:#faa826;}
.box-main-sub:nth-child(2) .box-main-title{background:#6fab52;}
.box-main-sub:nth-child(3) .box-main-title{background:#2f8dcb;}
.box-main-sub:nth-child(4) .box-main-title{background:#d95551;}
.box-main-list{
    width: 100%; 
    overflow: hidden;
border-bottom: 1px solid #ebebeb;
height: 196px;}
.box-main-list li{
    padding-left: 32px;
    width: 100%;
    height: 45px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.box-main-list li em{
    position: absolute;
    left: 7px;
    top:0;
    z-index: 2;
    width: 1px;
    height: 100%;
    background: #eeeeee;}
.box-main-list li em>i{
    display: block;
    position: absolute;
    left: -7px;
    top:15px;
    z-index: 10;
    width: 11px;
    height: 11px;
    background: #ffffff;
    border:2px #c9c9c9 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;}
.box-main-list li a{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #444444;
    border-bottom:1px dashed #eeeeee;}
.box-main-list li span{
    display: block;
    width: 445px;
    height: 100%;
    line-height: 44px;
    font-size: 12px;
    float: left;}
.box-main-list li label{
    display: block;
    width: 90px;
    height: 100%;
    line-height: 44px;
    float: right;
    font-size: 12px;
    text-align: right;
    color: #888888;}
.box-two-sub{
    width: 515px;}
.box-two-sub .box-main-list li{
    padding-left: 27px;}
.box-two-sub .box-main-list li span{
    width: 370px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
.box-main-header a{
    display: block;
    width: 50px;
    height: 100%;
    line-height: 35px;
    float: right;
    font-size: 12px;
    color: #999;
    text-align: right;}
.box-main-header a em {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 11px;
    background: url(../images/more.jpg) no-repeat;}
.box-main-nav{
    width: 100%;
    height: auto;
    min-height: 96%;}
.box-main-nav li{
    margin-bottom: 10px;
    width: 100%;
    height: 47px;
    background: #f2f2f2;
    font-size: 12px;
    color: #444444;
    text-align: center;
    line-height: 47px;
    cursor: pointer;}
.box-main-nav li.on{
    background: #86cf64;
    color: #ffffff;}
.box-main-nav li:hover{
    background: #86cf64;
    color: #ffffff;}
.box-main-nav li:nth-child(1).on{
    background: #ffb339;
    color: #ffffff;}
.box-main-nav li:nth-child(1):hover{
    background: #ffb339;
    color: #ffffff;}
.box-main-nav li:nth-child(2n).on{
    background: #f26c63;
    color: #ffffff;}
.box-main-nav li:nth-child(2n):hover{
    background: #f26c63;
    color: #ffffff;}
.box-main-nav li:nth-child(3n).on{
    background: #4cbdf8;
    color: #ffffff;}
.box-main-nav li:nth-child(3n):hover{
    background: #4cbdf8;
    color: #ffffff;}
.box-main-nav li:nth-child(4n).on{
    background: #796cdb;
    color: #ffffff;}
.box-main-nav li:nth-child(4n):hover{
    background: #796cdb;
    color: #ffffff;}
.box-main-nav li:nth-child(5n).on{
    background: #64d0bf;
    color: #ffffff;}
.box-main-nav li:nth-child(5n):hover{
    background: #64d0bf;
    color: #ffffff;}
.box-main-nav li:nth-child(6n).on{
    background: #86cf64;
    color: #ffffff;}
.box-main-nav li:nth-child(6n):hover{
    background: #86cf64;
    color: #ffffff;}
.box-main-nav li:nth-child(7n).on{
    background: #ffb339;
    color: #ffffff;}
.box-main-nav li:nth-child(7n):hover{
    background: #ffb339;
    color: #ffffff;}
.box-main-nav li:nth-child(8n).on{
    background: #f26c63;
    color: #ffffff;}
.box-main-nav li:nth-child(8n):hover{
    background: #f26c63;
    color: #ffffff;}
.list-main{
    padding: 5px 40px 48px;
    width: 100%;
    height: 442px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.list-main li{
    width: 530px;
    height: 43px;
    line-height: 42px;
    float: left;
    border-bottom: 1px #eeeeee dashed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.list-main li:nth-child(2n){
    float: right;}
.list-main-more{
    font-size: 12px;
    color: #444444;}
.list-main-more i{
    margin-right: 10px;
    font-size: 12px;
    color: #444;
    float: left;
    line-height: 42px;}
.list-main-more span{
    display: block;
    width: 412px;
    height: 42px;
    line-height: 42px;
    float: left;}
.list-main li:hover a{
    color: #ffcc00;}
.list-main li:hover a i{
    color: #ffcc00;}
.list-main-more label{
    display: block;
    width: 75px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    color: #888;
    float: right;}
.page-num-page{
    width: 100%;
    height: 34px;
    text-align: center;}
.page-num{
    display:inline-block;
    vertical-align: top;
    width: auto;}
.page-num span span:first-child a{
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius:  5px 0 0 5px;
    border-radius:  5px 0 0 5px;}
.page-num span span:last-child a{
    border-right: 1px solid #dddddd;
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;}
.page-num a{
    display:inline-block;
    /*float: left;*/
    /*width: 42px;*/
    height: 34px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #333;
    border:1px solid #dddddd;
    border-right:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.page-num a:hover+a{
    border-left: 1px #ffcc00 solid;}
.page-num a:hover{
    background: #ffcc00;
    color: #fff;
    border: 1px #ffcc00 solid;
    border-left: none;}
.box-main-flow{
    padding: 0 5px;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.box-main-flow li{
    margin:25px 15px 0;
    width: 140px;
    height: 310px;
    float: left;}
.flow-box-img{
    width: 100%;
    height: 196px;
    position: relative;}
.flow-box-img img{
    display: block;
    width: 100%;
    height: 100%;}
.flow-box-img h5{
    padding: 10px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: auto;
    line-height: 18px;
    background: rgba(0,0,0,0.25);
    text-align: left;
    font-size: 12px;
    color: #ffcc00;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.box-main-flows{
    width: 100%;}
.box-main-flow dt{
    padding: 10px 0;
    width: 100%;
    height: 52px;
    line-height: 16px;
    font-size: 12px;
    color: #003366;
    border-bottom: 1px solid #d7d8da;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;}
.box-main-flow dt a{
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    color: #003366;}
.box-main-flow dd{
    padding-top:11px;
    line-height: 18px;}
.box-main-flow dd h5{
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 12px;
    color: #444444;
    word-break: break-all;
    word-wrap: break-word;}
/*详情页章节列表*/
.curr-b-list{
    margin-left: 45px;
    border-left: 1px #dedede solid;
    width: 222px;}
.curr-b-list>dt{
    margin-left: 20px;
    height: 60px;
    width: 120px;
    line-height: 65px;
    position: relative;
    font-size: 14px;
    color: #003366;
    font-weight: 600;
    cursor: pointer;}
.curr-b-list>dt>em{
    position: absolute;
    left: -32px;
    top:20px;
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #ffcc00;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 1px #ffcc00 solid;}
.curr-b-list>dt:before{
    content: "章节";
    display: block;
    position: absolute;
    left: -65px;
    top:0px;
    font-weight: 600;
    z-index: 10;}
.curr-b-list>dt>span.fa-curr-icon>i{
    color: #ffcc00;}
.curr-b-list>dt>span>i,.curr-b-text>span>i,.curr-b-sub>li>span>i{
    width: 20px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;}
.curr-b-list>dt a{
    display: inline-block;
    vertical-align: top;
    width: 125px;
    font-size: 14px;
    color: #333;
    font-weight: 600;}
.curr-b-list>dt:hover{
    color: #ffcc00;}
.curr-b-list>dt:hover>em{
    border:3px rgba(255,204,0,.4) solid;
    left: -34px;
    top:18px;}
.curr-b-list>dt.action{
    color: #ffcc00;}
.curr-b-list>dt.action>span{
    border:3px rgba(255,204,0,.4) solid;
    left: -34px;
    top:18px;}
.curr-b-list>dd{
    margin-left: 16px;
    height: auto;
    width: 205px;
    line-height: 37px;}
.xx-icon-text{
    position: relative;
    width: 95%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #999;}
.xx-icon-text>a{
    font-size: 12px;
    color: #999;}
.xx-icon-text>strong{
    display: block;
    position: absolute;
    left: -22px;
    top:11px;
    width: 12px;
    height: 12px;
    background: #fff;
    color: #6ac75c;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: none;}
.xx-icon-text.action>strong{
    top: 8px;
    left: -30px;
    border: 4px rgba(106,199,92,.5) solid;}
.xx-icon-text.action span{
    display: block;}
.xx-icon-text>span{
    display: none;
    color: #6ac75c;
    float: right;}
.xx-icon-text>strong>i{
    margin-top: -1px;}
.xx-icon-text.icon-hidden>strong{
    left: -27px;
    border: 1px #6ac75c solid;}
.xx-icon-text.icon-hidden>strong>i{
    display: none;}
.xx-icon-text.action>strong{
    top: 8px;
    left: -30px;
    border: 4px rgba(106,199,92,.5) solid;}
.xx-icon-text.action>strong>i{
    margin-top: -1px;}
.xx-icon-text:hover>strong{
    top: 8px;
    left: -30px;
    border: 4px rgba(106,199,92,.5) solid;}
.xx-icon-text:hover>strong>i{
    margin-top: -1px;}

.curr-b-list>dd.action .xx-icon-text{
    color: #6ac75c;}
.curr-b-list>dd.action .xx-icon-text>a{
    color: #6ac75c;}
.curr-b-list>dd.action .xx-icon-text:before{
    position: absolute;
    left: -31px;
    top:7px;
    display: block;
    width: 16px;
    height: 16px;
    border: 3px #6ac75c solid;}
.curr-b-list>dd.action .xx-icon-text>span>i{
    color: #6ac75c;}
.curr-b-list>dd.action .xx-icon-text>span>i:last-child{
    color: #de461b;}
.curr-b-list>dd:hover .xx-icon-text{
    color: #6ac75c;}
.curr-b-list>dd:hover .xx-icon-text>a{
    color: #6ac75c;}
.curr-b-list>dd:hover .xx-icon-text:before{
    position: absolute;
    left: -31px;
    top:7px;
    display: block;
    width: 16px;
    height: 16px;
    border: 3px #6ac75c solid;}
.curr-b-list>dd:hover .xx-icon-text>span>i{
    color: #6ac75c;}
.curr-b-list>dd:hover .xx-icon-text>span>i:last-child{
    color: #de461b;}
.xx-b-sub li>span>i{
    width: 20px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;}
.xx-b-sub{
    width: 100%;
    height: auto;}
.xx-b-sub>li{
    position: relative;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #999;}
.xx-b-sub>li>h5>span{
    display: none;
    color: #6ac75c;
    float: right;}
.xx-b-sub>li>h5>a{
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    width: 105px;}
.xx-b-sub>li>h5>em{
    margin-right: 5px;
    font-size: 12px;
    color: #999;}
.xx-b-sub>li>h5>span>.fa-pencil-square-o{
    color: #6ac75c;}

.xx-b-sub>li>h5>strong{
    display: block;
    position: absolute;
    left: -26px;
    top:11px;
    width: 12px;
    height: 12px;
    background: #fff;
    color: #ffcc00;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: none;}
.xx-b-sub>li.icon-hidden>h5>strong{
    left: -27px;
    border: 1px #ffcc00 solid;}
.xx-b-sub>li.icon-hidden>h5>strong>i{
    display: none;}
.xx-b-sub>li>h5.action>strong{
    top: 8px;
    left: -30px;
    border: 4px rgba(255,204,0,.4) solid;}
.xx-b-sub>li>h5.action span{
    display: block;}
.xx-b-sub>li>h5.action>strong>i{
    margin-top: -1px;}

.xx-b-sub>li>h5:hover>strong>i{
    margin-top: -1px;}
.xx-b-sub>li:hover>strong>i{
    margin-top: -1px;}
.xx-b-sub>li>h5:hover em{
    color: #ffcc00;}
.xx-b-sub>li>h5:hover a{
    color: #ffcc00;}
.xx-b-sub>li>h5:hover .fa-curr-icon{
    display: block;}
.xx-b-sub>li>h5:hover span>i:last-child{
    color: #de461b;}

/*.xx-b-sub>li.action::before{*/
/*content: "";*/
/*position: absolute;*/
/*left: -29px;*/
/*top:10px;*/
/*display: block;*/
/*width: 11px;*/
/*height: 11px;*/
/*background: #fff;*/
/*-webkit-border-radius:50%;*/
/*-moz-border-radius:50%;*/
/*border-radius:50%;*/
/*border: 3px #6ac75c solid;*/
/*}*/
.xx-b-sub>li.action>h5 em{
    color: #6ac75c;}
.xx-b-sub>li.action>h5 a{
    color: #6ac75c;}
.xx-b-sub>li.action>h5 .fa-curr-icon{
    display: block;}


.xx-b-sub>li:hover>a{
    color: #ffcc00;}
.xx-b-sub>li>span{
    display: none;
    color: #ffcc00;
    float: right;}
.xx-b-sub>li>a{
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    width: 123px;}
.xx-b-sub>li>em{
    margin-right: 7px;
    font-size: 12px;
    color: #999;
    width: 25px;
    text-align: right;}
.xx-b-sub>li>span>.fa-pencil-square-o{
    color: #ffcc00;}

.xx-b-sub>li>strong{
    display: block;
    position: absolute;
    left: -26px;
    top:11px;
    width: 12px;
    height: 12px;
    background: #fff;
    color: #ffcc00;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: none;}
.xx-b-sub>li.icon-hidden>strong{
    left: -23px;
    border: 1px #ffcc00 solid;}
.xx-b-sub>li.icon-hidden>strong>i{
    display: none;}
.xx-b-sub>li.action>strong{
    top: 8px;
    left: -27px;
    border: 4px rgba(255,204,0,.4) solid;}
.xx-b-sub>li.action a{
    color: #ffcc00;}
.icon-hidden>em{
    display: block;
    position: absolute;
    left: -56px;
    top:0px;
    font-size: 12px;
    color: #999;
    z-index: 10;}
.xx-b-sub>li.action>h5 span>i{
    color: #ffcc00;}
.xx-b-sub>li:hover strong{
    top: 8px;
    left: -27px;
    border: 4px rgba(255,204,0,.45) solid;}
.xx-main-box{
    padding-top: 20px;
    width: 100%;
    height: auto;}
/*日历*/
/*日历*/
.index-date{
    /*display: none;*/
    position: absolute;
    left: 50%;
    top:50%;
    z-index: 1000;
    width: 1100px;
    height: 550px;
    margin:-275px 0 0 -550px;}
.index-date-title{
    width: 100%;
    height: 200px;}
.index-date-header{
    margin: 65px auto;
    width: 265px;
    height: 70px;}
/*.index-date-header>h5{*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*font-size: 24px;*/
    /*color: #94c864;*/
    /*background: url("../images/icon4.png") no-repeat 0 50%;*/
/*}*/
.index-date-header>p{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #959595;}
.index-date-body{
    width: 100%;
    height: 460px;
    -webkit-box-shadow: 0 0 5px 1px #999999;
    -moz-box-shadow: 0 0 5px 1px #999999;
    box-shadow: 0 0 5px 1px #999999;}
.index-date-left{
    width: 500px;
    height: 100%;
    background: #ffcc00;}
.index-date-left-sup{
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    background: url(../images/bg5.jpg) no-repeat;
    background-size: 100% 100%;}
.index-date-left-sup>p{
    margin: 35px 0;
    font-size:18px;
    color: #fff;
    text-align: center;
    line-height: 30px;}
.index-date-left-sup>p>span{
    margin: 0 5px;}
.index-date-left-sup>h5{
    width: 100%;
    height: 240px;
    line-height: 115px!important;
    font-size: 36px;
    color: #fff;
    text-align: center;}
.index-date-left-sup>em{
    /*display: none;*/
    position: absolute;
    left: 350px;
    top:35%;
    z-index: 10;
    font-size: 20px;
    color: #fff;
    line-height: 25px;}
.index-date-left-sub{
    padding: 24px 40px;
    width: 100%;
    height: 199px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.index-date-left-sub>p{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px rgba(250,250,250,.65) solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.index-date-left-sub>p>em{
    margin-right: 30px;
    font-size:20px;
    color: #242424;}
.index-date-left-sub>p>a{
    font-size:14px;
    color: #ffffff;}
.index-date-quxiao{
    position: absolute;
    right:20px;
    top:25px;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;}
.index-date-right{
    padding: 35px;
    width: 600px;
    height: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;}
.index-column{
    margin:0 auto;
    padding: 80px 0 110px;
    width: 1200px;
    height: auto;
    overflow: hidden;}
.index-column-a{
    float: left;
    margin-right:20px;
    width: 285px;
    height: auto;
    background: #f3f4f8;}
.index-column-a:last-child{
    margin-right:0px;}
.index-column-a dt{
    width: 100%;
    height: 168px;
    position: relative;}
.index-column-a dt>img{
    width:100%;
    height:100%;}
.index-column-a dt>h5{
    position: absolute;
    left:0;
    bottom: 0px;
    width:100%;
    height:30px;
    font-size:12px;
    color: #fff;
    background: #94c864;
    text-align: center;
    line-height: 30px;}
.index-column-a dd{
    width: 100%;
    height: 202px;}
.index-column-b,.index-column-c{
    padding-top: 10%;
    width: 100%;
    height: 88%;}
.index-column-b>li{
    padding-left: 10%;
    width: 40%;
    height: 33px;
    line-height: 33px;
    float: left;
    text-align: left;}
.index-column-c>li{
    padding-left:15%;
    width: 85%;
    height: 33px;
    line-height: 33px;
    float: left;
    text-align: left;}
.index-column-b>li i,.index-column-c>li i{
    display: inline-block;
    vertical-align: middle;
    margin:11px 5px;
    width: 4px;
    height: 4px;
    background: #333;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* ie 9 */
    -moz-transform:rotate(45deg); 	/* firefox */
    -webkit-transform:rotate(45deg); /* safari 和 chrome */
    -o-transform:rotate(45deg);}
.index-column-b>li a,.index-column-c>li a{
    font-size: 12px;
    color: #444;}
.index-column-b>li:hover,.index-column-c>li:hover{
    background: #94c864;}
.index-column-b>li:hover i,.index-column-c>li:hover i{
    background: #fff;}
.index-column-b>li:hover a,.list-column-c>li:hover a{
    color: #fff;}
.aboluo-leftdiv{
    position:relative;
    float:left;
    width:100%;
    height:100%;
    border:none;}
.list-content-main{
    padding-bottom: 35px;
    width: 100%;
    height: auto;}
.date-list-botton{
    padding: 20px 25px 20px 60px;
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.date-list-botton span{
    display: block;
    float: left;
    width: 168px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    color: #fff;}
/*浮动标签*/
.right-list{
    margin:-82px 0 0 593px;
    width: 50px;
    height: 165px;
    position: fixed;
    left: 50%;
    top:50%;
    z-index: 101;}
.right-list-sub{
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    background: #ededed;
    position: relative;}
.right-list-sub>img{
    display: block;
    width: 100%;
    height: 100%;}
.right-list-img img{
    display: block;
    width: 100%;}
.right-list-img{
    width: 0px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;z-index: 10;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;}
.right-list-sub:hover .right-list-img{
    width: 100px;}
/*搜索*/
.list-main-search{
    padding: 5px 40px 48px;
    width: 100%;
    height: 470px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.list-main-search li{
    padding: 8px 0;
    width: 100%;
    height: auto;
    line-height: 35px;
    float: left;
    border-bottom: 1px #eeeeee dashed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.list-search-more{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #444444;}
.list-search-more i{
    margin-right: 10px;
    font-size: 12px;
    color: #444;
    float: left;
    line-height: 35px;}
.list-search-more span{
    display: block;
    width: 900px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    float: left;}
.list-main-search li:hover a{
    color: #ffcc00;}
.list-main-search li:hover a i{
    color: #ffcc00;}
.list-search-more label{
    display: block;
    width: 75px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #888;
    float: right;
    text-align: right;}
.list-search-text{
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
    line-height: 25px;
    font-size: 12px;
    color: #999;}
.search-title-r{
    width: 500px;
    height: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #444444;
    text-align: right;
    float: right;}
.search-title-r>span{
    display: inline;
    font-size: 14px;
    color: #003366;
    font-weight: bold;}
.search-title-r>em{
    display: inline;
    font-size: 12px;
    color: #ffcc00;}

/*新加*/
.list-main-modular{
                                    width: 100%;
                                    height: auto;
                                    overflow: hidden;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;}
                                .list-main-modular li{
                                    margin-left: 20px;
                                    width: 490px;
                                    height: 43px;
                                    line-height: 42px;
                                    float: left;
                                    border-bottom: 1px #eeeeee dashed;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;}
                                .list-main-modular li:nth-child(2n){
                                    float: right;}
                                .list-main-modular li:hover a{
                                    color: #ffcc00;}
                                .list-main-modular li:hover a i{
                                    color: #ffcc00;}
                                .list-main-modular .list-main-more span{
                                    width: 345px;}
                                .modular-a-more{
                                    padding-top: 35px;
                                    width: 100%;
                                    height: 35px;
                                    text-align: center;}
                                .modular-a-more a{
                                    display: inline-block;
                                    vertical-align: top;
                                    width: 150px;
                                    height: 35px;
                                    line-height: 33px;
                                    text-align: center;
                                    font-size: 14px;
                                    color: #666;
                                    border:1px #666 solid;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                                    background: none;}
                                .modular-a-more a:hover{
                                    background: #ffcc00;
                                    color: #fff;
                                    border:1px #ffcc00 solid;}

.main-l-box li span.news{ width:36px; color:#0066cc; display:inline-block; float:none;text-transform:capitalize; margin-left:5px;height:0px;}


.label-danger {
    background-color: #d9534f;}
.label-zd {
    display: block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float:left;
margin-top: 8px;
margin-right:5px
;}



/*CSS yahoo2 style pagination*/
.yahoo2_main{width: 100%;
height: 34px;
text-align: center;}

DIV.yahoo2 {
	display: inline-block;
vertical-align: top;
width: auto;
margin-top:20px
;}
DIV.yahoo2 A {
	display: block;
float: left;
width: 34px;
height: 34px;
text-align: center;
line-height: 32px;
font-size: 12px;
color: #333;
border: 1px solid #dddddd;
border-right-width: 1px;
border-right-style: solid;
border-right-color: rgb(221, 221, 221);
border-right: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
DIV.yahoo2 A:hover {
color: #ffffff;
background:#ffcc00
;}

DIV.yahoo2 a:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;}

DIV.yahoo2 a:last-child {
    border-right: 1px solid #dddddd;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;}

DIV.yahoo2 A:active {}
DIV.yahoo2 SPAN.current {

	display: block;
float: left;
width: 34px;
height: 34px;
text-align: center;
line-height: 32px;
font-size: 12px;
color: #333;
border: 1px solid #dddddd;
border-right-width: 1px;
border-right-style: solid;
border-right-color: rgb(221, 221, 221);
border-right: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
DIV.yahoo2 SPAN.disabled {
	display: none
;}
 


/*通知公告*/
.box-main-left-tz {margin-left: 20px;width: 240px; height: 100%; float: left; overflow: auto;}

.box-main-nav-tz{width: 100%; height: auto; min-height: 96%;}
.box-main-nav-tz li{margin-bottom: 10px; width: 49%; height: 47px; background: #f2f2f2; font-size: 12px; color: #444444; text-align: center; line-height: 47px; cursor: pointer;float:left;margin-right:1%;}
.box-main-nav-tz li.on{background: #86cf64; color: #ffffff;}
.box-main-nav-tz li:hover{background: #86cf64; color: #ffffff;}
.box-main-nav-tz li:nth-child(1).on{background: #ffb339; color: #ffffff;}
.box-main-nav-tz li:nth-child(1):hover{background: #ffb339; color: #ffffff;}
.box-main-nav-tz li:nth-child(2n).on{background: #f26c63; color: #ffffff;}
.box-main-nav-tz li:nth-child(2n):hover{background: #f26c63; color: #ffffff;}
.box-main-nav-tz li:nth-child(3n).on{background: #4cbdf8; color: #ffffff;}
.box-main-nav-tz li:nth-child(3n):hover{background: #4cbdf8; color: #ffffff;}
.box-main-nav-tz li:nth-child(4n).on{background: #796cdb; color: #ffffff;}
.box-main-nav-tz li:nth-child(4n):hover{background: #796cdb; color: #ffffff;}
.box-main-nav-tz li:nth-child(5n).on{background: #64d0bf; color: #ffffff;}
.box-main-nav li:nth-child(5n):hover{background: #64d0bf; color: #ffffff;}
.box-main-nav li:nth-child(6n).on{background: #86cf64; color: #ffffff;}
.box-main-nav-tz li:nth-child(6n):hover{background: #86cf64; color: #ffffff;}
.box-main-nav-tz li:nth-child(7n).on{background: #ffb339; color: #ffffff;}
.box-main-nav-tz li:nth-child(7n):hover{background: #ffb339; color: #ffffff;}
.box-main-nav-tz li:nth-child(8n).on{background: #f26c63; color: #ffffff;}
.box-main-nav-tz li:nth-child(8n):hover{background: #f26c63; color: #ffffff;}
.box-main-modular-tz{width: 940px; height: 100%; float: left;}
.box-modular-tab-tz{display: none; width: 100%; height: 100%;}
.box-modular-tab-tz.ono{display: block;}

.list-main-modular-tz{width: 100%;height: auto;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.list-main-modular-tz li{margin-left: 20px;width: 900px;height: 43px;line-height: 42px;float: left;border-bottom: 1px #eeeeee dashed;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
 .list-main-modular-tz li:hover a{color: #ffcc00;}
.list-main-modular-tz li:hover a i{color: #ffcc00;}
.list-main-modular-tz .list-main-more span.text-over{width:750px;}
.list-main-modular-tz .list-main-more span{float:left;}
.list-main-modular-tz .list-main-more span.news{float: none; width: 36px;color: #0066cc;display: inline-block;float: none;text-transform: capitalize;margin-left: 5px;height: 0px;}

.list-main-modular-tz .list-main-more span.label-zd{display: block;
padding: .2em .6em .3em;font-size: 12px;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;float: left;margin-top: 12px;margin-right: 5px;width:auto;height:auto;}

.list-main-modular .list-main-more span.label-zd{display: block;
padding: .2em .6em .3em;font-size: 12px;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;float: left;margin-top: 12px;margin-right: 5px;width:auto;height:auto;}
.list-main-modular .list-main-more span.news{float: none; width: 36px;color: #0066cc;display: inline-block;float: none;text-transform: capitalize;margin-left: 5px;height: 0px;}



.modular-a-more-tz{padding-top: 35px;width: 100%;height: 35px;text-align: center;}
.modular-a-more-tz a{display: inline-block;vertical-align: top;width: 150px;height: 35px;line-height: 33px;text-align: center;font-size: 14px;color: #666;border:1px #666 solid;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: none;}
.modular-a-more-tz a:hover{background: #ffcc00;color: #fff;border:1px #ffcc00 solid;}