@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #4e4e4e;
}

a:hover {
    color: #F00;
    text-decoration: none;
}

img {
    border: none;
}

body {
    font-family: "Microsoft YaHei", "宋体";
    font-size: 12px;

}

li {
    list-style: none;
}

.more2 a {
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
}

.clear {
    clear: both;
}

.flashbox {
    width: 100%;
    height: 194px;
    text-align: center; /*background: url(../images/flashbrs.jpg) no-repeat center top;*/
}

.h10 {
    width: 100%;
    height: 10px !important;
}

.h20 {
    width: 100%;
    height: 20px;
}

.h15 {
    width: 100%;
    height: 15px;
}

.h40 {
    width: 100%;
    height: 40px;
}


.flashbox {
    width: 100%;
    height: 410px;
    background: url("../images/flashbr01.jpg") no-repeat center top;

}

.flscn {
    width: 1200px;
    margin: 0 auto;
    height: 410px;
    z-index: 800;
    position: relative;
}

.wzbox {
    width: 854px;
    height: 92px;
    position: absolute;
    top: 80px;
    left: 170px;
    z-index: 9999;
    background: url("../images/wenzi.png") no-repeat center;
}

.unitbox {
    width: 200px;
    height: 56px;
    position: absolute;
    z-index: 9999;
    top: 15px;
    left: 500px;
    background: url("../images/logo.png") no-repeat 5px 5px;
    font-size: 16px;
    color: #353636;
    text-indent: 25px;
    line-height: 53px;
}

.searchbox {
    width: 577px;
    height: 76px;
    border-radius: 10px;
    background: rgba(200, 230, 255, .6);
    position: absolute;
    top: 224px;
    left: 333px;
    font-size: 16px;
    color: #353636;
    text-indent: 25px;
    line-height: 53px;
    box-sizing: border-box;
}

.earhccn {
    width: 540px;
    height: 41px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 18px;
    margin-left: 20px;
    background: #fff;
    position: relative;
}

.inputeare {
    width: 450px;
    height: 41px;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 41px;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    color: #878787;
}

.searchbtn {
    width: 65px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    background: url("../images/searchbtn.png") no-repeat center #005389;
}

.navbox {
    width: 100%;
    height: 48px;
    background: #1666a7;
    position: relative;
}

.cgbg3 {
    background: #427796 !important;
    border-bottom: 6px solid #5c99bc !important;
}

.navlist {
    width: 620px;
    height: 48px;
    margin: 0 auto;
    box-sizing: border-box;

}

.cgmagt {
    margin-top: 60px;

}

.navlist li {
    width: 108px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    float: left;
    text-align: center;
    margin-right: 16px;
    margin-top: 6px;
}

.navlist li a {
    color: #fff;
}

.navlist li span {
    display: block;
    width: 100%;
    height: 2px;
}

.navselected {
    animation: navToscan2 0.3s infinite ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* Safari and Chrome */
    -webkit-animation-iteration-count: 1;
}

@keyframes navToscan2 {
    0% {
        background-color: #084396;
        width: 0px;
    }
    100% {
        background: #ebd456;
        width: 100%; /*开始为原始大小*/
    }
}

.mainbox {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    padding-bottom: 20px;
}

.munebox {
    width: 1250px;
    height: 159px;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -625px;
    background: url("../images/xmlistitlebr.png") no-repeat 10px !important;
}

.xgwidht {
    width: 1220px !important;
    background: #fafdff !important;
    padding-bottom: 20px;

}

.zdxmbox {
    width: 494px;
    height: 625px;
    float: left;
    margin-left: 15px;

}

.mapnav {
    width: 656px;
    height: 625px;
    float: left;
    margin-left: 15px;
}

#mysvg path {
    cursor: pointer;
    stroke: #fff;
    stroke-width: 0.04rem;
    stop-opacity: 0.3;
}


#mysvg text {
    cursor: pointer;
    pointer-events: none;
}

#mysvg path:hover {
    fill: #d39e2c;
    animation: moveToscan3 0.5s infinite ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* Safari and Chrome */
    -webkit-animation-iteration-count: 1;

}


@keyframes moveToscan3 {
    0% {
        /*transform: scaleY(1); !*开始为原始大小*!*/
        /*transform: scaleX(1); !*开始为原始大小*!*/
        fill: #477dd0;
        /*transform:translate(0px,0px);*/
        /*scale(1);*/
    }
    100% {
        fill: #db7021;
        /*transform: scaleY(1.01); !*开始为原始大小*!*/
        /*transform: scaleX(1.01); !*开始为原始大小*!*/
        /*transform:translate(-0.1px,-0.1px);*/
    }
}

.zdxmtitle {
    width: 100%;
    height: 35px;
    background: url("../images/titlebr.png") no-repeat left top #e9e9e9;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-indent: 45px;
}


.zdxlmlist {
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}

.zdxlmlist li {
    font-size: 14px;
    background: url("../images/arrrow.jpg") no-repeat 5px 8px;
    text-indent: 12px;
    margin-bottom: 15px;
}

.zdxlmlist li span {
    float: right;
    margin-right: 10px;
    color: #aaaaaa;
}

#mysvg {
    margin-top: -120px;
    margin-left: 30px;
}

#mysvg g {
    box-shadow: 10px 10px 5px #888888;
}

.maptext {
    fill: #fff;
}


.mapcolor {
    cursor: pointer;
    fill: #238cd0;
}

.cjzcbox {
    width: 1165px;
    height: 520px;

    margin: 0 auto;
    margin-top: 15px;
}

.cjzcimgbox {
    width: 635px;
    height: 445px;

    margin-top: 20px;
    float: left;
    background: url("../images/imgbr.jpg") no-repeat bottom right;
}

.cjzcimgbox img {
    width: 618px;
    height: 423px;
}

.intorcn {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}


.zjctitle {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    margin-top: 40px;
}

.cjzmore {
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-indent: 13px;
    float: right;
    font-size: 14px;
    background: url("../images/cjzcmore.png") no-repeat;
}

.cjzcintrobox {
    width: 461px;
    height: 445px;
    float: left;
    margin-left: 30px;

}


.zcgkbox {
    width: 1102px;
    height: 35px;
    margin: 0 auto;
    background: url("../images/zcgs.png") no-repeat;
    margin-top: 10px;
}

.xgbg1 {
    background: url("../images/resourcetitle.png") no-repeat !important;
}


.zcgklist {
    width: 1102px;
    display: flex;
    margin: 0 auto;

    margin-top: 60px;
}

.zcgklist li {
    display: flex;
    flex: 1;
    width: 243px;
    height: 89px;
    border-radius: 10px;
    border: 1px solid #ededfb;
    background: #f6f6fe;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.icons1 {
    width: 54px;
    height: 47px;
    position: absolute;
    top: -23px;
    left: 23px;
}

.icnstitle {
    width: 100px;
    font-size: 18px;
    color: #353535;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 115px;


}

.sllbox {
    width: 216px;
    height: 26px;
    font-size: 16px;
    color: #bebed4;
    position: absolute;
    top: 35px;
    left: 20px;
    font-weight: bold;
}

.szbox {
    width: 216px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #bebed4;
    position: absolute;
    top: 55px;
    left: 20px;
}

.xmtjpart {
    width: 1165px;
    margin: 0 auto;
    margin-top: 20px;
}

.ditxlist {
    width: 98%;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    flex-wrap: wrap;

}

.ditxlist li {

    display: flex;
    flex: 1;
    float: left;
    flex-basis: 20% !important;
    height: 167px;
    border: 1px solid #e8e8e8;

    flex-direction: row;
    position: relative;

    cursor: pointer;

}


.ditxlist li:hover {

    background: #f3fbff;

}


.ditxlist li:nth-child(1) {
    border-left: 1px solid #e8e8e8 !important;
    border-top: 1px solid #e8e8e8 !important;
}

.ditxlist li:nth-child(2) {
    border-left: none !important;
    border-top: 1px solid #e8e8e8 !important;
}

.ditxlist li:nth-child(3) {
    border-left: none;
    border-top: 1px solid #e8e8e8 !important;
}

.ditxlist li:nth-child(4) {
    border-left: none;
    border-top: 1px solid #e8e8e8 !important;
}

.ditxlist li:nth-child(4n+1) {
    border-left: 1px solid #e8e8e8 !important;
    border-top: none;
}

.ditxlist li:nth-child(4n+2) {
    border-left: none !important;
    border-top: none;
}

.ditxlist li:nth-child(4n+3) {
    border-left: none !important;
    border-top: none;
}

.ditxlist li:nth-child(4n+4) {
    border-left: none !important;
    border-top: none;
}

/*.ditxlist li:nth-child(4n+1) {*/
/*    border-left: none !important;*/
/*    border-top: none !important;*/
/*}*/


.lebitit1 {
    position: absolute;
    top: 35px;
    left: 22px;
    width: 90%;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #525252;
    font-weight: bold;
}

.lebitit2 {
    position: absolute;
    top: 80px;
    left: 22px;
    width: 90%;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #959595;
}

.lebitit3 {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 90%;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #959595;

}

.lebitit4 {
    position: absolute;
    top: 100px;
    left: 22px;
    width: 90%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #bbbbbb;
}

.lebitit5 {
    position: absolute;
    top: 100px;
    left: 150px;
    width: 90%;
    height: 25px;
    color: #bbbbbb;
    line-height: 25px;
    font-size: 14px;

}


.mainfoot {
    width: 100%;
    background: #2e7fae;
    color: #000;
    height: 178px;
    font-size: 18px;
    color: #e3f3ff;
    text-align: center;


}

.copyrightbox {
    width: 1300px;
    height: 100px;
    line-height: 30px;
    margin: 0 auto;

}


.cgbr1 {
    background: url("../images/flashbr2.jpg") no-repeat center top;
    height: 424px;
}

.cgbr2 {
    background: #d4e7ff !important;

}


.jgelist {
    margin-left: 120px;
    padding-top: 30px;

}

.jgelist li {

    height: 100px;
    float: left;

    padding: 0px 50px;
    text-align: left;
    background: url("../images/cofootbr.jpg") no-repeat right center;
}

.jgelist li span {
    color: #fff881;
}

.gzimg {
    width: 85px;
    height: 85px;
    float: left;


}

.gzwezbox {
    margin-top: 10px;
    width: 126px;
    height: 57px;
    float: left;
    margin-left: 20px;
}

.zccpart {
    width: 1200px;

    margin: 0 auto;

}

.zxlistnav {
    width: 242px;
    border: 1px solid #e8eef2;
    float: left;
    border-radius: 8px;
    background: #ffffff;


}

.zxsslistcn {
    width: 235px;
    height: 773px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

.zccontentbox {
    width: 100%;
    min-height: 990px;
    border-radius: 8px;
    border: 3px solid #dde7f4;
    background: #f9f9f9;


}


/*list css*/

.position {
    width: 80%;
    height: 30px;
    line-height: 30px;
    text-indent: 40px;
    background: url("../images/postion.png") no-repeat 5px 5px;
    color: #9c9c9c;
    font-size: 16px;
    margin-left: 30px;

}

.msxmlisttitle {
    width: 1138px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
}

.msxmlisttitle {
    color: #518cb4;
    background: url("../images/titlbr3.png") no-repeat center;
}


.xlistmune {
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;

    position: relative;

}

.xilalist {

    cursor: pointer;
    width: 240px;
    height: 43px;
    appearance: none;
    outline: none;
    border: none;
    font-size: 16px;
    padding-left: 10px;
    color: #7a7a7a;
    background: url("../images/selectedbr.png");
    margin-right: 20px;
}

.senbt {
    width: 203px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.searchbox2 {
    float: right;
    width: 260px;
    height: 35px;
    background: url("../images/seachbr2.png") no-repeat;
}

.seachboxtext {
    width: 203px;
    height: 35px;
    text-indent: 20px;
    background: none;
    border: none;
    line-height: 35px;
    outline: none;
}

.ssbtn {
    width: 50px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}


/*项目css*/


.cnmaintable {
    font-size: 16px;
}

.xw_viewbtn {
    border: 0;
    color: #fff;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    outline: none;
    width: 110px;
    height: 31px;
    background: url("../images/morebtn.png") no-repeat center;

}

.xw_viewbtn a {
    color: #fff;
}

/*111*/
.xw_table_list {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

.xw_table_list tr td, .xw_table_list tr th {
    /*border: 1px solid #E8EEEC;*/
    border: none;
    padding: 7px;
}

.xw_table_title {
    font-weight: normal;
    background: #b6d5e7;
    height: 72px;
    color: #6b6b6b;
}

.xw_table_tr {
    height: 52px;
    color: #7f7e81;
    border-bottom: 1px solid #ebeef0;
}

.xw_table_tr:nth-child(1n) {
    background: #fff;
}

.xw_table_tr:nth-child(2n) {
    background: #F7FBFC;
}

.xw_table_tr:hover {
    background: #f9f9f9;
    /* 	box-shadow:0px 2px 2px #cdcdcd; */
}

.xw_viewbtn {
    border: 0;
    color: #fff;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
}

.xw_viewbtn.wljd {
    background-color: #2286D1;
}

.xw_pagediv {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.xw_pagediv span {
    color: #0d3266;
    font-size: 1em;
}

.xw_pagediv a {
    font-size: 12px;
}

.xw_pagediv input {
    font-size: 12px;
    height: 15px;
    width: 30px;
    outline: none;
}

.xw_pagebtn {
    border: 0;
    cursor: pointer;
    font-size: 1em;
    outline: none;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #eaf3fb;
    color: #3391CF;
    margin: 0 5px;
}

.xw_pagebtn:disabled {
    color: -internal-light-dark(rgba(16, 16, 16, 0.3), white);
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.xw_xzqhdiv {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.xmulist {
    width: 1144px;
    margin: 0 auto;
    margin-top: 20px;
}

.navboxdd {
    width: 288px;
    padding-bottom: 50px;
    float: left;

}

.navmsslit {
    width: 840px;
  padding-bottom: 50px;
    background: #f6f6f6;
    float: right;

}

.navtitbox {
    width: 100%;
    height: 52px;
    font-size: 18px;
    color: #fff;
    background: url("../images/arrrow_2.jpg") no-repeat 230px 15px #4f95bd;
    line-height: 52px;
    text-indent: 80px;
}

.navtitbox span {
    font-size: 16px;
}

.navxxlist {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}


.navxxlist li {
    width: 100%;
    height: 52px;
    border: 1px solid #b8d9eb;
    font-size: 16px;
    color: #2b4e62;
    line-height: 52px;
    text-indent: 110px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url("../images/arrrow_5.png") no-repeat 30px 20px, url("../images/arrrow_6.png") no-repeat 70px 15px;
}

.navxxlist li:hover {
    width: 100%;
    height: 52px;
    border: 1px solid #b8d9eb;
    font-size: 16px;
    color: #2b4e62;
    line-height: 52px;
    text-indent: 110px;
    background: url("../images/arrrow_5_2.png") no-repeat 30px 20px, url("../images/arrrow_6_2.png") no-repeat 70px 15px #52dcc7;
}

.navxxlist li:hover a {
    color: #fff;
}


.navxxlist li a {
    color: #2b4e62;
}

.navxxlist li.active{
    
    width: 100%;
    height: 52px;
    border: 1px solid #b8d9eb;
    font-size: 16px;
    color: #2b4e62;
    line-height: 52px;
    text-indent: 110px;
    background: url("../images/arrrow_5_2.png") no-repeat 30px 20px, url("../images/arrrow_6_2.png") no-repeat 70px 15px #52dcc7;
}
.navxxlist li.active a{
    color: #fff;
}
.xmtilebox{
    width: 100%;
    height: 46px;
    color: #fff;
    text-indent:36px;
    line-height: 46px;
    font-size: 18px;
    background: url("../images/arrrow_7.png") no-repeat 20px 12px #75b2d5;

}

.xmtilistx{
    width: 96%;
    margin: 0  auto;
}

.xmtilistx li{
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    text-indent: 25px;
    background:url("../images/arrrow.jpg") no-repeat 5px 22px;
}

.xmtilistx li:hover{

    text-indent: 35px;
}

.xmtilistx li span{
    float: right;
    margin-right: 10px;
    color: #cacaca;
}

/*artcle css*/

.tacontent {
    width: 92%;
    margin: 0 auto;
}

.tdate1 {
    float: left;
    width: 280px;
    height: 35px;
    font-size: 16px;
}

.xilalist2 {
    display: inline-block;
    width: 200px;
    height: 35px;
    appearance: none;
    outline: none;
    border: none;
    font-size: 16px;
    padding-left: 45px;
    color: #7a7a7a;
    background: url("../images/selectedbr2.png");

}

.searchbox2 {
    float: right;
    width: 260px;
    height: 35px;
    background: url("../images/seachbr2.png") no-repeat;
}

.seachboxtext {
    width: 203px;
    height: 35px;
    text-indent: 20px;
    background: none;
    border: none;
    line-height: 35px;
    outline: none;
}

.ssbtn {
    width: 50px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;

}

.xw_table_list {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

.xw_table_list tr td, .xw_table_list tr th {
    border: 1px solid #E8EEEC;
    padding: 7px;
}

.xw_table_title {
    font-weight: normal;
    background: #EBF4FB;
    height: 72px;
    color: #015CA3;

}

.xw_table_tr {
    height: 52px;
    color: #7f7e81;
}

.xw_table_tr:nth-child(1n) {
    background: #fff;
}

.xw_table_tr:nth-child(2n) {
    background: #F7FBFC;
}

.xw_table_tr:hover {
    background: #f9f9f9;
    /* 	box-shadow:0px 2px 2px #cdcdcd; */
}

.cnmaintable {
    font-size: 16px;
}

.xw_viewbtn {
    border: 0;
    color: #fff;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    outline: none;
    /* background-color: #95BC87; */
    border-radius: 2px;
}


.xw_viewbtn a{
    color: #fff;
}



/*    vv*/
qltitle {
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.d_title {
    font-size: 18px;
}

.d_title span {
    display: inline-block;
    width: 172px;
    height: 50px;
    line-height: 50px;
    background-color: #2d94df;
    color: #fff;
    text-align: center;
}

.d_title .mc {
    display: inline-block;
    border-bottom: 3px solid #2e94df;
    width: auto;
    margin-bottom: -1px;
    height: 50px;
    line-height: 50px;
}

.d_border {
    border-bottom: 1px solid #dce0df;
}

.d_con {
    float: left;
    margin-top: 0px;
    width: 100%;
    margin-top: 15px;
}

.d_table_list {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 16px;
    font-family: å®‹ä½“;
}

.d_table_list tr td, .d_table_list tr th {
    border: 1px solid #e8eeee;
    padding: 7px;
}

.d_table_title {
    font-weight: normal;
    min-height: 45px;
    height: 45px;
}

.d_table_tr {
    min-height: 45px;
}

._title {
    background-color: #F5F5F5;
    text-align: right;
    color: #000;
}

._cont {
    text-align: left;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    text-indent: 12px;
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘;
}

.div_btn {

    line-height: 50px;
    text-align: center;


    margin-top: 30px;
}

.btn_back {
    width: 182px;
    height: 50px;
    background-color: #ebf4fb;
    border: none;
    font-size: 16px;
    color: #2d94df;
    border-radius: 1px;
    cursor: pointer;
    font-weight: bold;
}

.btn_tsjb {
    width: 182px;
    height: 50px;
    background-color: #2d94df;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 1px;
    cursor: pointer;
    font-weight: bold;
}

.xmbar {
    font-weight: bold;
    font-size: 22px;
}

.imgcls {
    cursor: pointer;
    width: 120px;
    height: 90px;
}

.reurnbtn {
    width: 400px;
    margin: 0 auto;
    height: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.reurnbtn li {
    width: 182px;
    height: 50px;
    background-color: #298bd3;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 1px;
    cursor: pointer;
    line-height: 50px;
    font-weight: bold;
    border-radius: 8px;
    float: left;
    margin-right: 10px;


}
.showlists {
    width: 1100px;
    margin: 0 auto;
    margin-top: 2px;
    border: 1px solid #dde7f4;
    border-radius: 8px;
    background: #f9f9f9;
    min-height: 985px;
    z-index: 9999;
}

.supervise {
    background-color: #c69326 !important;
}

/*vvvv*/


/*article css*/
.articlecontent{
    margin-top: 20px;
    font-size: 14px;
}
.linedashe li {
    border-bottom: 1px dashed #ccc;
}
.articonetent {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
}
.psationbox {
    width: 100%;
    height: 33px;
    font-family: '宋体';
    font-size: 12px;
    background: url(../images/articletitbr.jpg) repeat-x;
}
.psationbox a {
    color: #636363;
}
.articotenntitle {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 30px;
    font-size: 25px;
    color: #d80000;
    font-weight: 500;
    margin-bottom: 5px;
}
.wezritile {
    width: 80%;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.aritoncntest {
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
    color: #636363;
    line-height: 30px;
    padding-bottom: 20px;
}
.fbrcss {
    color: #ccc;
}
.searhcbtn {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.navactive{
    animation: navToscan2 0.3s infinite ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* Safari and Chrome */
    -webkit-animation-iteration-count: 1;
}

.fieldset-box {
    border: 2px groove #0068B7;
    border-radius: 4px;
    padding: 1rem;
    background-color: #FFF;
    margin-bottom: 1.5rem;
}

.fieldset-box legend {
    color: #0068B7;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 0.5rem;
}

.primary-btn {
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    transition: opacity 0.2s;
    outline: none;
    cursor: pointer;
    margin-right: 15px;
}
.primary-btn:hover
{
    color: #FFF;
}
.primary-btn:active {
    opacity: 0.1;
}
.btn-back{
    background: #67c23a;
    border: 1px solid #67c23a;
}
.btn-yjjy{
    background: #409eff;
    border: 1px solid #409eff;
}
.xm-img{
    max-width: 50%;
    max-height: 50%;
}
.table_items {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 16px;
    font-family: å®‹ä½“;
}

.table_items tr td, .table_items tr th {
    border: 1px solid #e8eeee;
    padding: 7px;
}