.tit01 {
    height: 50px;
    background: #f3f5f4;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid #018eb5;
    width: 100%;
    font-size: 16px;
}
.list02 li {
    background: url(../../public/images/n_dot01.png) no-repeat left center;
}
.list01 li, .list02 li {
    height: 25px;
    line-height: 25px;
    background: url(../../public/images/n_dot01.png) no-repeat left center;
    font-size: 14px;
    padding-left: 15px;
    text-align: right;
}
.list01 li:hover,
.list02 li:hover{
    border-bottom: 1px solid #f35712;
    color: #f35712;
}
.list01 li:hover > a,
.list02 li:hover > a{
    color: #f35712;
}
.list01 li a, .list02 li a {
    float: left;
    text-align: left;
    font-size: 14px;
    font-family: '\5B8B\4F53';
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
    overflow: hidden;
}
.list01.width70 li a, .list02.width70 li a{
    width: 68%;
}
.list01 li a, .list02 li a {
    font-family: 'Microsoft YaHei';
}
.list-box{
    min-height: 200px;
    border-left: 1px solid #d51701;
    border-right: 1px solid #d51701;
    border-bottom: 1px solid #d51701;
    border-radius: 4px;
}
.footerMarTop{
    margin-top: 60px;
}
.tabUL{
    position: relative;
    height: 36px;
    /*border-bottom: 2px solid #018eb5;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #a9cbe5; /* Old browsers */
    background: -moz-linear-gradient(top, #a9cbe5 1%, #eafdff 49%, #ffffff 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a9cbe5 1%,#eafdff 49%,#ffffff 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a9cbe5 1%,#eafdff 49%,#ffffff 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cbe5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tabUL li{
    float: left;
    width: 80px;
    height: 31px;
    line-height: 31px;
    /*border-bottom: 2px solid transparent;*/
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.tabUL li.fr{
    float: right;
    width: 50px;
    font-size: 14px;
    background-image: url(../../public/images/more.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: right 10px;
}
.tabUL li.fr span{
    color: #BA3012;
}
.tabUL li.on{
    border-bottom-color: #018eb5;
    color: #fff;
    background: #018eb5;
}
.tabUL-box{
    padding: 0 10px 5px 10px;
}
.paddingInside{
    padding: 10px;
    padding-top: 0;
}
.current {
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #018eb5;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
.text_list {
    border-top: 1px dashed #adbdbc;
    /*padding-top: 10px;*/
}
.text_list li {
    height: 50px;
    line-height: 50px;
    color: #979797;
    border-bottom: 1px dashed #e4e4e4;
    text-align: right;
    background: url(../../public/images/n_dot03.png) no-repeat 10px center;
    padding-left: 30px;
    font-family: '\5B8B\4F53';
}
.text_list li.active{
    border-bottom: 2px solid #018eb5;
}
.text_list li a {
    float: left;
    text-align: left;
    font-family: '\5B8B\4F53';
    font-size: 14px;
    color: #656565;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 88%;
}
.m-title{
    font-size: 16px;
    border-bottom: 1px solid #c3c3c5;
    color: #63160c;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.mb20{
    margin-bottom: 20px;
}
.m-box{
    height: 500px;
    overflow-y: auto;
    border: 1px solid #c3c3c5;
    padding: 10px;
}
.pages {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.pages .huang12_h {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 0px 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 5px;
}
.pages .huang12_h {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 0px 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 5px;
}
.zpgw {
    margin: 15px;
    padding: 15px;
    font-size: 14px;
    font-family: '\5B8B\4F53';
    border: 1px solid #cccccc;
}
.zpgw h1 {
    font-size: 22px;
    color: #003e8c;
    text-align: center;
    margin-top: 20px;
}
.info {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.detail_con {
    font-size: 14px;
    font-family: 'SimSun';
}
.footer1 {
    color: #333;
    background-color: #dcecf8;
}
.core {
    width: 1033px;
    margin: 0 auto;
}
.footer1 .friend-link {
    height: 57px;
    line-height: 55px;
    color: #c31f0b;
    position: relative;
}
.footer1 .friend-link {
    color: #333;
}
.footer1 .friend-link .gover {
    margin: 0 5px 0 15px;
    display: inline-block;
    width: 16.11%;
    height: 38px;
    line-height: 34px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #88a1b1;
}
.footer1 .friend-link .gover a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    float: left;
    width: 100%;
}
.footer1 .friend-link ul {
    display: inline-block;
    margin-bottom: -15px;
    width: 70%;
}
.footer1 .friend-link ul {
    display: inline-block;
    margin-bottom: -11px;
    margin-left: 5px;
}
.footer1 .friend-link>ul>li.one {
    background-color: #fff;
}
.footer1 .friend-link>ul>li {
    float: left;
    margin-right: 15px;
    height: 38px;
    line-height: 34px;
    width: 23.666%;
    font-size: 16px;
    color: #666;
    background-color: #cdcdcd;
    border: 1px solid #88a1b1;
}
.footer1 .friend-link>ul>li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    width: 125px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    text-align: center;
}
.footer {
    height: 110px;
    background-color: #1b65b9;
}
.core {
    width: 1033px;
    margin: 0 auto;
    padding: 0 20px;
}
.fl {
    float: left;
}

.footer .left, .footer .right {
    height: 110px;
    line-height: 110px;
}
.footer .left {
    width: 7.5%;
}
.footer .middle .p1 {
    margin-top: 20px;
}
.footer .middle p {
    line-height: 24px;
    font-size: 15px;
    color: #cfdbde;
}
.footer .middle p {
    line-height: 24px;
    font-size: 15px;
    color: #cfdbde;
}
.middle a {
    padding: 0px 6px;
    color: #cfdbde;
}
.footer .middle p {
    line-height: 24px;
    font-size: 15px;
    color: #cfdbde;
}
.area_zwxx {
    width: 1200px;
    height: 100px;
    margin: 40px auto 0 auto;
    background-color: #22a9cb;
    background: #22a9cb;
    background: url(../../public/images/n_menubg_new.png) repeat-x;
}
.area_zwxx ul li {
    float: left;
    width: 166px;
    text-align: center;
}
.area_zwxx ul li p {
    margin-top: 7px;
}
.area_zwxx ul li p a {
    color: #ffffff;
}
.area_zwxx ul li img {
    margin-top: 17px;
}
.gjmw-bottom1 {
    margin-top: 30px;
}
.djfb {
    float: left;
    width: 320px;
}
.ml20 {
    margin-left: 20px;
}
.clear {
    clear: both;
}
.djfb-pic img {
    width: 320px;
    height: 148px;
}
.dj-banner{
    /*margin-top: 30px;*/
}
.dj-banner img{
    width: 100%;
}
.marTop30{
    margin-top: 30px;
}
.xxzwhdct li {
    width: 50%;
    float: left;
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
}
.xxzwhdct-icon{
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
}
.icon-syco1{
    background: url("../../public/images/icon_blue/syco1.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco2{
    background: url("../../public/images/icon_blue/syco2.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco3{
    background: url("../../public/images/icon_blue/syco3.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco4{
    background: url("../../public/images/icon_blue/syco4.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco9{
    background: url("../../public/images/icon_blue/syco9.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco10{
    background: url("../../public/images/icon_blue/syco10.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco11{
    background: url("../../public/images/icon_blue/syco11.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-syco12{
    background: url("../../public/images/icon_blue/syco12.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-dt{
    background: url("../../public/images/icon_blue/dt.png")no-repeat center center;
    background-size: 40px 40px;
}
.icon-app{
    background: url("../../public/images/icon_blue/app.png")no-repeat center center;
    background-size: 40px 40px;
}
img {
    vertical-align: middle;
    display: inline-block;
}
.zw-banner{
    margin-bottom: 10px;
    /*height: 80px;*/
    text-align: center;
    color: #fff;
}
.zw-banner img{
    width: 100%;
}
.zw-banner.one{
    background-color: #DF6355;
}
.zw-banner.two{
    background-color: #4BB0DD;
}
.zw-banner.three{
    background-color: #F2B04A;
}

div#content {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #b90b07;
    margin: 0 auto;
    padding: 15px 15px;
}
div#content h3 {
    padding: 6px 0px;
    font-size: 12px;
}
div#content h3 a:link {
    color: #bd3713;
}
div#content h3 a:visited {
    color: #bd3713;
}
div#content h3 {
    padding: 6px 0px;
    font-size: 12px;
}
div#content div.nav {
    width: 100%;
    border: 1px solid #cccc99;
    border-bottom: none;
    float: left;
    overflow: hidden;
}
div#content div.nav dl {
    width: 100%;
    border-bottom: 1px solid #cccc99;
    float: left;
    padding: 0px 145px 0px 0px;
    background: #fcfdeb;
}
div#content div.nav dl dt {
    width: 110px;
    display: block;
    float: left;
    border-right: 1px solid #cccc99;
    padding-left: 15px;
    background: #f0ebdd;
    padding: 8px 0px 8px 15px;
}
div#content div.nav dl dd {
    float: left;
    padding: 8px 3px;
    white-space: nowrap;
}
div#content a:link {
    color: #000;
}
div.clearboth {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
.row-panel{
    margin: 2px auto;
    height: 40px;
    line-height: 38px;
    border: 1px solid #FDDDCB;
    background-color: #FDE7E6;
    border-radius: 4px;
}
.row-panel .row-panel-title{
    padding:0 10px;
    width: 120px;
    color: #fff;
    background-image: url(../../public/images/new_zx.png);
    background-repeat: no-repeat;
    background-size: 96% 96%;
    background-position: 1px 2px;
}
.row-panel .row-panel-date{
    padding: 0 10px;
    color: #DD361C;
}
.tabCustom{
    height: 33px;
    line-height: 31px;
    border: 1px solid #FDDDCB;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff6f0+0,fbceac+100 */
    background: rgb(255,246,240); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,246,240,1) 0%, rgba(251,206,172,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,246,240,1) 0%,rgba(251,206,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,246,240,1) 0%,rgba(251,206,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6f0', endColorstr='#fbceac',GradientType=0 ); /* IE6-9 */
}
.tabCustom .tabCustom-item{
    padding: 0 20px;
    color: #DD361C;
}
.tabCustom .tabCustom-item.active{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #DC1900;
    color: #fff;
    background-image: url(../../public/images/tab_active.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
}
.box-item{
    height: 32px;
    line-height: 31px;
    border-bottom: 1px dashed #ddd;
    cursor: default;
}
.box-item:hover a{
    color: #DC1900;
    text-underline: #DC1900;
    text-decoration:underline;
}
.box-item:hover{
    background-color: #FDE7E6;
}
.box-item .box-item-title{
    float: left;
    width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 14px;
    background-image: url(../../public/images/news_icon.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 0 12px;
    -ms-behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
    behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.box-item a{
    color: #666;
}
.top-icon{
    margin-bottom: 2px;
    width: 24px;
    height: 24px;
}
.top-icon-1{
    background: url("../../public/images/top-1.png") no-repeat center center;
    background-size: 16px 16px;
    -ms-behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
     behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.top-icon-2{
    background: url("../../public/images/top-2.png") no-repeat center center;
    background-size: 16px 16px;
    -ms-behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
    behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.top-icon-3{
    background: url("../../public/images/top-3.png") no-repeat center center;
    background-size: 16px 16px;
    -ms-behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
    behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.hz-cube{
    display: block;
    margin-bottom: 10px;
    height: 65px;
    background-color: #eeeeee;
    border-radius: 4px;
}
.app-cube{
    position: relative;
    width: 100%;
    height: 100px;
    border-radius: 4px;
}
.app-zl{
    background-color: #0081BB;
}
.app-ml{
    background-color: #BEC600;
}
.app-nb{
    background-color: #EF193B;
}
.app-sq{
    background-color: #F3B244;
}
.app-fw{
    background-color: #F67300;
}
.app-dy{
    background-color: #00AE9B;
}
.app-yb{
    background-color: #A59FA1;
}
.app-dt{
    background-color: #3AB8DE;
}
.app-cube-wrap{
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -34px;
    text-align: center;
}
.app-cube-icon{
    margin: 0 auto;
    height: 48px;
    width: 48px;
}
.app-cube-text{
    color: #fff;
}
.ul-box-item{
    height: 32px;
    line-height: 31px;
    border-bottom: 1px dashed #ddd;
    cursor: default;
}
.ul-box-item a{
    color: #666;
}
.ul-box-item .box-item-title{
    float: left;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-box-item .box-item-title.leftBgImg{
    padding-left: 14px;
    background-image: url(../../public/images/gg.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 0 10px;
    -ms-behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
    behavior: url(//m.pitimail.com/ylbzj/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.ul-box-item:hover a{
    color: #FFBA1F;
}
.ul-box-item:hover .box-item-title.leftBgImg{
    background-image: url(../../public/images/gg_hover.png);
}

div#sitemap {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #b90b07;
    margin: 0 auto;
    padding: 15px 15px;
}
div#sitemap h3 {
    padding: 6px 0px;
    font-size: 12px;
}
div#sitemap h3,div#sitemap h3 a:link {
    color: #bd3713;
}
div#sitemap h3 a:visited {
    color: #bd3713;
}
div#sitemap h3 {
    padding: 6px 0px;
    font-size: 12px;
}
div#sitemap div.nav {
    width: 100%;
    border: 1px solid #cccc99;
    border-bottom: none;
    float: left;
    overflow: hidden;
    height: auto;
    margin: auto;
}
div#sitemap div.nav dl {
    width: 100%;
    border-bottom: 1px solid #cccc99;
    float: left;
    padding: 0px 145px 0px 0px;
    background: #fcfdeb;
}
div#sitemap div.nav dl dt {
    width: 110px;
    display: block;
    float: left;
    border-right: 1px solid #cccc99;
    padding-left: 15px;
    background: #f0ebdd;
    padding: 8px 0px 8px 15px;
}
div#sitemap div.nav dl dd {
    float: left;
    padding: 8px 3px;
    white-space: nowrap;
}
div#sitemap a:link {
    color: #000;
}
div.clearboth {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.header-wrap{
    z-index: 999999;
}

