*{box-sizing: border-box;}
.content{
    font-size: 14px;
}

.logo{
    height: 115px;
    padding-top: 10px;
}
.logo h1{
    margin-top: 15px;
}
.logo h1 a{
    padding-top: 70px;
}
.logo span{
    line-height: 100px;
}

.topBoxCon{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.cation-search{
    position: unset;
    display: flex;
    align-items: center;
}
.cation-search span{
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.cation-search input[type='text']{
    width: 300px;
    height: 38px;
    line-height: 38px;
    background: #FFFFFF;
    border-radius: 14px;
    padding-left: 10px;
    font-size: 15px;
    color: #8B8B8B;
}
.cation-search .cation-search-btn{
    margin-left: -30px;
}
.cation-search .cation-search-btn img{
    height: 21px;
    cursor: pointer;
}
.cation-search input.dc{
    height: 36px;
    color: #fff;
    background: #008c7a;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #008c7a;
}
.cation-search input.dc:hover{
    border: 1px solid #008c7a;
    color: #008c7a;
    background: transparent;
}

.nav{
    width: 100%;
    line-height: 46px;
}
.nav li{
    padding: 0;
    margin-right: 20px;
}
.nav li a{
    padding: 0 30px;
    font-weight: normal;
}
.nav li a:hover, .nav li a.on{
    background-color: #00a67c;
    border-bottom: unset;
}
.nav ul{
    display: flex;
    align-items: center;
}
.nav p{
    margin-right: 50px;
    display: none;
}
.nav p img{
    height: 35px;
    margin-top: -5px;
}
.clearfix:after{
    display: none;
}


.indusSortBox{
    width: 100%;
    background-color: rgba(232,232,232,.95);
    position: fixed;
    top: 46px;
    left: 0;
    z-index: 1000;
    display: none;
}
.indusSortBox ul{
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
}
.indusSortBox ul h1{
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-size: 17px;
    color: #333;
    margin-top: 15px;
}
.indusSortBox ul h1 img{
    height: 16px;
    margin-right: 5px;
}
.indusSortBox ul li{
    width: 1090px;
    display: flex;
    flex-wrap: wrap;
}
.indusSortBox ul li p{
    margin-right: 25px;
}
.indusSortBox ul li p:last-child{
    margin-right: 0;
}
.indusSortBox ul p a{
    display: inline-block;
    padding: 15px 0 0 0;
    font-size: 17px;
    color: #505050;
    cursor: pointer;
}
.indusSortBox ul li p.indSorAct a,
.indusSortBox ul li p:hover a{
    color: #112270;
    font-weight: bold;
}


.banner{
    background: unset;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}
.banner img{
    width: 100%;
}
.hotSearch{
    width: auto;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background: unset;
}
.hotSearch i{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.content p {
    text-indent: 32px;
}
.content p strong{
    font-weight: bold;
}

.title p{
    margin-bottom: 20px;
}


body{
    background: #fff;
}

.cation-content{
    margin: 0 auto;
    padding: 20px 24px 5px 24px;
}
.cation-list{
    width: 100%;
    display: flex;
}
.cation-list:last-child{
    margin-bottom: 0;
}

.yiSelected{
    width: 100%;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.yiSelected h3{
    width: 108px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.yiSelected h3 img{
    margin-right: 8px;
}
.yiSelected li{
    color: #333;
    padding: 3px 10px;
    border: 1px solid #008c7a;
    border-radius: 5px;
    margin-right: 15px;
    display: flex;
}
.yiSelected li p{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.yiSelected li p:last-child{
    margin-right: 0;
}
.yiSelected li a{
    color: #333;
}
.yiSelected li a img{
    width: 12px;
    margin-left: 3px;
}
.selectedRight{
    color: #008c7a;
    cursor: pointer;
}

.cation-content .indType{
    align-items: flex-start;
    margin-bottom: 5px;
}
.cation-content .indType dd a{
    margin-bottom: 10px;
}
.cation-list dt{
    width: 115px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}
.cation-list dt img{
    margin-right: 8px;
}
.cation-list dd{

}
.cation-list dd a{
    height: auto;
    line-height: unset;
    font-size: 15px;
    padding: 4px 8px;
    color: #666;
    margin-right: 10px;
    cursor: pointer;
}
.addArea{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.addArea li{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.addArea dd a{
    margin-bottom: 10px;
}
.cation-list dd a.on{
    background: #008c7a;
    color: #fff;
    border: none;
}
.cation-list dd a:hover{
    background: #008c7a;
    color: #fff;
    border-radius: 6px;
}

.result-list{
    border: none;
    margin-top: 20px !important;
}
.result-list form{
    width: 100%;
    margin-bottom: 50px;
}
.contentTab{
    width: 100%;
    overflow-x: auto;
}
.result-list table,
.contentTab table{
    border: 1px solid #e9e9e9;
    margin-bottom: 0;
}
.result-list table thead tr,
.contentTab table thead tr{
    border-top: 1px solid #008c7a;
    border-right: 1px solid #008c7a;
    border-left: 1px solid #008c7a;
}
.result-list table th,
.contentTab table th{
    background: #008c7a;
    color: #fff;
    border: none;
    /*font-size: 14px;*/
    line-height: unset;
}
.result-list table tbody tr:hover,
.contentTab table tbody tr:hover{
    background: #e0f2e6;
}
.result-list table tbody tr td{
    /*font-size: 12px;*/
}
/*修改滚动条样式*/
.contentTab::-webkit-scrollbar{
    width: 8px !important;
    height: 8px !important;
    display: block !important;
}
.contentTab::-webkit-scrollbar-thumb{
    background-color: rgba(40,44,52,.1);
    border: 3px solid transparent;
    border-radius: 7px
}
.contentTab::-webkit-scrollbar-thumb:hover{
    background-color: rgba(40,44,52,.2)
}
.tagCon a{
    padding: 2px 3px;
}
.tagCon a:hover{
    color: #fff !important;
    background-color: #008c7a;
    border-radius: 5px;
}
.totalNum{}

.location{
    margin: 0 auto 8px auto !important;
}
.location p{
    font-size: 14px;
}

.policyBox{
    border: 1px solid #d2d2d2;
    padding: 40px 60px 0 60px;
    background-color: #fff;
}
.policyTit{
    border-bottom: 4px solid #0e943f;
    margin-bottom: 50px;
}
.policyTit h1{
    margin-bottom: 30px;
    font-weight: bold;
    color: #0a9a39;
}
.policyTit p{
    color: #000;
    border-bottom: 2px solid #0e943f;
    line-height: normal;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
.policyCon, .policyCon a{
    color: #000;
}

#j_tb tr td a:hover,
.viewText a:hover{
    color: #008c7a;
}
.abstract table td{
    line-height: 30px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.dcBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.dcBtn{
    border-radius: 10px;
    border: 1px solid #008c7a;
    background-color: #008c7a;
    cursor: pointer;
    margin: 0;
}
.dcBtn:hover{
    border: 1px solid #008c7a;
    color: #008c7a;
    background: transparent;
}

.noPurview{
    width: 150px;
    padding: 7px 0;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
    border-radius: 10px;
    cursor: pointer;
}
.noPurview:hover{
    border: 1px solid #ccc;
    color: #ccc;
    background: transparent;
}
.noPurTanBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 99999;
    display: none;
}
.noPurTanCon{
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.noPurTanCon p{
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
}


.pages{
    padding-bottom: 20px;
    margin-bottom: 0;
}
.pages strong, .pages a{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.pages a:hover{
    color: #fff;
    background-color: #0089fe;
}
.pages a:nth-last-child(3){
    width: 70px;
    margin-right: 4px;
}
.pages input.pages_inp{
    width: 70px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    text-align: center;
}
.pages input.pages_btn{
    height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
}

.abstract{
    margin: 25px auto 25px auto !important;
}
.fileName{
    text-align: center;
}
.fileName span{
    font-weight: bold;
    font-size: 17px;
}
.fileName p{
    font-size: 15px;
}
.viewText a{
    font-size: 15px;
    margin-right: 100px;
    float: right;
}





.gjny_dbbq{
    padding: 50px 0px 25px 0 !important;
}
.footer{
    margin-top: 0 !important;
}
.footerNav{
    width: 880px;
    margin: 5px auto !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer .content{
    margin-top: 15px;
}
.footer .content p:nth-child(1){
    margin-bottom: 0 !important;
}
.footer .content p:last-child{
    margin-top: 0 !important;
}

.fixedNav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #112270;
}
.fixedNav li a.on,
.fixedNav li a:hover{
    background: #1C2DA3;
}
.fixedNav p{
    display: block;
}


.close, .close1{
    line-height: 20px;
}
.user_login ul{
    margin-top: 10px;
}
.dcTan .white{
    height: auto;
}
.dcTan .users{
    width: 100%;
}
.user_login li span{
    width: 80px;
    padding-left: 0;
}
.user_login .btn{
    width: 238px;
}