﻿@charset "utf-8";
a:hover,
.mcolor,
.ui-banner .ui-banner-slogans li.ui-banner-slogans-current h3,
.loglist li.con .des h2 i.fa,
.wapost h2 i.fa,
.calendar td.day a,
.logcon a,
#tw li p:hover {
    color: #00388D;
}

.itbox h3,
.loglist li.con:hover .more,
#pagenavi a:hover {
    background: #00388D;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none
}

img {
    border: 0;
    transition: all .3s linear;
}
img.img {
    width: 100%;
    height: 100%;
}

input,
select {
    font-size: 12px;
    vertical-align: middle
}

em,
i {
    font-style: normal
}

a {
    color: #4D4D4D;
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
a.foot {
    color:#eee
}
a:hover {
    color: #888;
}
    
body {
    color: #4D4D4D;
    font-family: 'PingFang SC',"\5FAE\8F6F\96C5\9ED1", "\82F9\679C\4E3D\4E2D\9ED1", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fff;
    background-position: center 98px;
    background-repeat: repeat
}
    
.wrap {
    width: 1200px;
    margin: 0 auto;
}

i.fa {
    color: #aaa
}

.mcolor {
    color: #0E3868
}
    /* Head */
    
/* #mainav {
    position: relative;
    width: 100%;
    color: #fff;
} */

.navbox {
    width: 100%;
    height: 220px;
    text-align: center;
}

.topName {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
    
.topName .logo>img {
    width: 554px;
    height: 92px;
    margin-top: 64px;
    float: left;
}
.searchBar {
    float: right;
    font-size: 0px;
    margin-top: 86px;
}
.searchBar input {
    outline: none;
    border: none;
    width: 448px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #4AA05E;
    padding-left: 16px;
    font-size: 16px;
    float: left;
}
.searchBar button {
    display: inline-block;
    width: 88px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #4AA05E;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border: none;
}

/* index */
.container {
    width: 100%;
    background: url('../images/bg_top.jpg') no-repeat center 0px;
    background-size: 100%;
}
#content .navModule{
    width: 100%;
    overflow: hidden;
}
#content .navModule .topMenu {
    float:left;
}
.topMenu .bar {
    width: 264px;
}
.topMenu li {
    width: 100%;
    height: 61px;
    line-height: 61px;
}
.topMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 32px 0px 29px;
    background:#4AA05E;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
} 
.topMenu li>a>i{
    float:left;
    width: 30px;
    height: 30px;
    margin:17px 13px 0px 0px;
}
.topMenu li .navPic>i{
    background: url('../images/index.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicOne>i{
    background: url('../images/nacPicOne.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicTwo>i{
    background: url('../images/nacPicTwo.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicThree>i{
    background: url('../images/nacPicThree.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicFor>i{
    background: url('../images/nacPicFor.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicFive>i{
    background: url('../images/nacPicFive.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicSix>i{
    background: url('../images/nacPicSix.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicSeven>i{
    background: url('../images/nacPicSeven.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li a>span{
    float:left;
}
.topMenu li a .navIcon{
    float:right;
}
.topMenu .bar li a:hover {
    background: #EDEDED;
    color: #4AA05E;
    font-size: 20px;
    font-weight: 500;
}
.topMenu li .navPic:hover>i{
    background: url('../images/index-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicOne:hover>i{
    background: url('../images/nacPicOne-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicTwo:hover>i{
    background: url('../images/nacPicTwo-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicThree:hover>i{
    background: url('../images/nacPicThree-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicFor:hover>i{
    background: url('../images/nacPicFor-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicFive:hover>i{
    background: url('../images/nacPicFive-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicSix:hover>i{
    background: url('../images/nacPicSix-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}
.topMenu li .nacPicSeven:hover>i{
    background: url('../images/nacPicSeven-icon.png') no-repeat 0px 0px;
    background-size: 100%;
}


#mainav .navActive {
    background: #EDEDED;
}
#mainav .navActive a {
    color: #4AA05E;
    font-weight: 500;
}
#content .navModule .tabInfo {
    float:right;
    width: 896px;
    background-color:#fff;
    padding:0px 24px;
}
.navModule .tabInfo .topNews>h2{
    line-height: 24px;
    padding:24px 0px 12px 0px;
    font-size: 28px;
    font-weight: 500;
    color: #4AA05E;
    text-align: center;
}
.navModule .tabInfo .topNews>p{
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
}
.navModule .tabInfo .topNews>p>a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #E42727;
}
.tabInfo .tabBomb{
    width: 100%;
}
.tabInfo .tabBomb .tableHead{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #4AA05E;
}
.tabBomb .tableHead .tableTitle{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    list-style: none;
    font-size: 20px;
    color: #4AA05E;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.tabBomb .tableHead .tabActive{
    background-color: #4AA05E;
    border-radius: 4px 4px 0px 0px;
    color:#fff;
}
.tabBomb .tab-pan .picInfo{
    width: 100%;
    margin-top:16px;
    overflow: hidden;
}
.tab-pan .picInfo .swiper-container{
    float:left;
    width: 412px;
    height: 323px;
    margin:0px;
    overflow: hidden;
    position: relative;
}
.banner_title {
    height: 44px;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    color: #fff;
}
.swiper-pagination{
    text-align: right !important;
    padding-right:20px;
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 50% !important;
    vertical-align: middle;
    background: #969799 !important;
}
.swiper-pagination-bullet-active{
    background:#fff !important;
} 
.banner_title>a {
    position: absolute;
    top:10px;
    left:20px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:13px !important;
}
.container #content .dot{
    display:inline-block;
    width: 6px;
    height: 6px;
    margin-right:8px;
    background: #4AA05E;
    vertical-align: middle;
}
.listBox{
    width: 412px;  
}
.newsBox{
    width: 100%;
}
.listBox .sort{
    width: 100%;
}
.tab-pan .sort .newsItem{
    padding:12px 0px 0px 0px;
}
.sort .listItems{
    padding: 0px;
}
.sort .listItem>li{
    border-bottom: 1px solid #C8C9CC;
}
.sort .listItem>li:hover>a{
    color: #4AA05E;
    text-decoration:underline;
}
.newsContent{
    padding-top:28px;
}
.newsContent .contentBox{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    color: #323233;
    text-indent: 2em;
}
.newsContent .contentBox>a{
    color:#E42727;
}
.nav_items {
    width: 100%;
    overflow: hidden;
    padding:0;
}
.nav_items .sort {
    width: 584px;
    float: left;
    overflow: hidden;
    margin: 40px 32px 40px 0;
}
.nav_items .sort:nth-child(2){
    margin-right:0px;
}
.nav_items .header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right:16px;
    border-bottom: 1px solid #4AA05E;
}
.nav_items .header>span{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4AA05E;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.nav_items .header>.more {
    font-size: 16px;
    font-weight: 400;
    color: #969799;
}
.environmentBox{
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.environmentBox>div{
    float:left;
    width: 388px;
    font-size: 16px;
}
.environmentBox>div>a{
    display: block;
    width: 388px;
    height: 124px;
}
.environmentBox>div .header{
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid #4AA05E;
}
.environmentBox>div .header>span{
    display: inline-block;
    padding-left:8px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #4AA05E;
    border-left:8px solid #4AA05E;
}
.environmentBox>div>a>img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.environmentBox .ecologicalBomb{
    margin:0 32px;
}
.listItem li {
    padding:12px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #323233;
    border-bottom: 1px solid #C8C9CC;
}
.listItems>li {
    padding:11px 0px 12px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #323233;
    border-bottom: 1px solid #C8C9CC;
}
.listItem li span {
    float: right;
}
.listItem li:hover a {
    color: #4AA05E;
    text-decoration: underline;
}
.environmentBox .rankingList{
    width: 360px;
}
.rankingList .rankingItem>li{
    overflow: hidden;
    margin-bottom: 16px;
}
.rankingList .rankingItem>li>i{
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #4AA05E;
    color:#fff;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    border-radius: 50%;
    opacity: 1;
    margin-right:6px;
    vertical-align: middle;
}
.rankingList .rankingItem>li:nth-child(1)>i{
    background: #EC2901;
}
.rankingList .rankingItem>li:nth-child(2)>i{
    background: #FB7C0C;
}
.rankingList .rankingItem>li:nth-child(3)>i{
    background: #FBAB0C;
}
.rankingList .rankingItem>li>a{
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
}
.rankingList .rankingItem>li:hover>a{
    text-decoration: underline;
    color: #4AA05E;
}
.rankingList .queryDeclare{
    width: 100%;
    padding-top:20px;
    overflow: hidden;
}
.rankingList .queryDeclare>a{
    float:left;
    width: 172px;
    height: 80px;
    cursor: pointer;
}
.rankingList .queryDeclare>a:nth-child(2){
    float:right;
}
.rankingList .queryDeclare>a>img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.nav_items .sort .headerTop,
.exhibitionBox .headerTop{
    width: 100%;
    border-bottom: 1px solid #4AA05E;
}
.nav_items .sort .headerTop>span,
.exhibitionBox .headerTop>span{
    display: inline-block;
    padding-left:8px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #4AA05E;
    border-left:8px solid #4AA05E;
}
.sort .listItem .picList{
    overflow: hidden;
    border-bottom: none;
}
.listItem .listImg {
    float:left;
    width: 224px;
    height: 122px;
    margin-right: 16px;
}

.listItem .listImg img {
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.sort .listItem .picList:hover .listSummary>h3>a{
    color:#4AA05E;
}
.listItem .listSummary{
    float: right;
    width: 344px;
}
.listItem .listSummary>h3{
    margin-bottom: 12px;
    
}
.listItem .listSummary>h3>a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
}
.listItem .listSummary p{
    line-height: 24px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #969799;
    border-bottom: 1px solid #DCDEE0;
}
.exhibitionBox{
    width: 100%;
}
.exhibitionBox .headerTop{
    margin-bottom: 24px;
}
.link_img {
    position: relative;
    margin-bottom: 32px;
    overflow: hidden;
}
.link_List{
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.swiperimg {
    width: 86%;
    overflow: hidden;
    margin: 0px auto;
}
.swiperimg .swiper-slide{
    height: 114px;
}
.swiperimg .swiper-slide>a{
    display: inline-block;
    width: 100%;
    height: 114px;
}
.swiperimg .swiper-slide img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.swiperimg .swiperBox{
    width: 156px;
}
.swiperimg .swiperBox>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.swiperimg .swiperBox>a>img{
    width: 156px;
    height: 88px;
}
.swiperimg .swiperBox>a>p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #323233;
}
.ttprev{
   position: absolute;
   top: 40%;
   left: 0px;
   width: 24px;
   height:100%;
   background: url(../images/prev.png) no-repeat center center;
   background-size: 90%;
   background-color:#4AA05E;
   margin-top: calc(-1 * var(--swiper-navigation-size));
   outline: none;
   cursor: pointer;
   z-index: 10;
}
.ttnext{
   position: absolute;
   top: 40%;
   right: 0px;
   width: 24px;
   height: 100%;
   background: url(../images/next.png) no-repeat center center;
   background-size: 90%;
   background-color:#4AA05E;
   margin-top: calc(-1 * var(--swiper-navigation-size));
   outline: none;
   cursor: pointer;
   z-index: 10;
}

/* 外链 */
.linkBox{
    position: relative;
    width: 100%;
    height: 56px;
    background-color:#F0F0F0;
    margin: 0 auto 88px auto;
}
.linkBox>li{
    float:left;
    width: 25%;
    height: 100%;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    text-align: center;
    cursor: pointer;
}
.linkBox>li>.tableLink>i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/triangle-icon.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: sub;
    margin-left:10px;
}
.linkBox>li.linkActive{
    color:#fff;
    background: #4AA05E;
}
.linkBox>li.linkActive .tableLink>i{
    background: url(../images/triangle-a.png) no-repeat 0 0;
    background-size: 100%;
}
.linkBox>li .linkTab{
    position: absolute;
    left:0;
    right:0;
    bottom: 57px;
    width: 100%;
    padding:16px 0px !important;
    background-color:#F0F0F0;
    overflow: hidden;
    z-index: 1000;
    display: none;
}
.linkBox>li .linkTab>a{
    float:left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left:24px;
    color: #323233;
}
.linkBox>li .linkTab>a:hover{
    background-color:#4AA05E;
    color: #fff;
} 
/* list */
.seconed_item {
    width: 488px;
    overflow: hidden;
}

.list_item {
    width: 100%;
}

.item_fl {
    float: right;
}

.list_item .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #10145E;
    position: relative;
}
.list_item.bgitem .title span {
    position: absolute;
    left:0;
    bottom:0;
    width: 98px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: #10145E;
}
.titleList {
    padding: 16px 16px 0;
    background: #fff;
    overflow: hidden;
}
.titleList h3 {
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #323233;
}
    
.titleList .summary {
    color: #969799;
    line-height: 30px;
    padding-bottom: 10px;
    text-indent: 2em;
    border-bottom: 1px solid #C8C9CC;
}
.qualificationBox{
    width: 100%;
    font-size: 0;
}
.qualificationBox>a{
    display: inline-block;
    width: 232px;
    height: 118px;
}
.qualificationBox .query{
    margin-right:24px;
}
.qualificationBox>a>img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.bg-pic{
    width: 100%;
    height: 62px;
}
.bg-pic>img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.link_box{
    margin-bottom: 96px;
}
.link_box .title {
    width: 100%;
    line-height: 40px;
    color:#fff;
    border-bottom: 3px solid #10145E;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top:32px;
}
.link_box .title>span{
    display: inline-block;
    width: 98px;
    line-height: 40px;
    text-align: center;
    background-color: #10145E;
}
.link_box .blogroll>a{
    display: inline-block;
    margin:0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
}
.link_box .blogroll>a:hover{
    color:#10145E;
}
.loglist{
    width: 100%;
    padding-top:4px;
}
.loglist li.con {
    padding: 16px 0px;
    font-size: 16px;
    color: #969799;
    border-top: 1px #D6D6D6 dashed;
}
.loglist li.con:nth-child(1){
    border-top:none;
}
.loglist li.evaluationList{
    border-bottom: 1px #D6D6D6 dashed;
}
.loglist li.con>a{
    display: block;
}
.loglist li.con>a .conTitle{
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
}
.loglist li.evaluationList>a>.conTitle{
    margin-bottom: 0px;
}
.loglist li.con>a .conTitle>span{
    float:left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
}
.loglist li.con>a .conTitle .times{
    float:right;
    color:#969799;
}
.loglist li.con>a .desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
}
.loglist li.con>a:hover .titleInfo{
    color:#4AA05E;
    text-decoration: underline;
}
/*  列表*/
.contentList{
    width: 1200px;
    padding:24px 24px 88px 24px;
    background:#fff;
}
.tag_position {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
}
.tag_position>img{
    width: 14px;
    height: 18px;
    background-size: 100% 100%;
    margin-right:3px;
   vertical-align: middle;
}
.tag_position>a:nth-child(2){
    margin-right:8px;
    color: #969799;
}
.tag_position>a:nth-child(3){
    margin-left:8px;
    color: #323233;
}  
.newsList{
    width: 100%;
    margin-top:24px;
    overflow: hidden;
}
#sidebar {
    float:left;
    width: 190px;
    background: #D9F3E0;
}
#sidebar .side_nav{
    width: 100%;
}
#sidebar .side_nav .list-group>li{
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding:0px 24px;
    background-color:#D9F3E0;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    color: #323233;
}
#sidebar .side_nav .list-group>li:hover{
    background-color:#4AA05E;
}
#sidebar .side_nav .list-group>li:hover>a{
    color:#fff;
}
#sidebar .side_nav .list-group>li>a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#sidebar .side_nav .list-group>li>a>span{
    float:left;
}
#sidebar .side_nav .list-group>li>a .navIcon{
    float:right;
}
.newsList .containerInfo{
    float:left;
    width: 610px;
    margin:0px 24px;
    border:1px solid #DCDEE0;
}
.cmsbox{
    margin:16px 16px 56px 16px;
}
.cmsbox>h3{
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #323233;
    letter-spacing: 3px;
    border-bottom: 3px solid #4AA05E;
}
/* Right */
.rightList{
    float:left;
    width: 304px;
}
.rightList .sidebar_nav .sort{
    margin-bottom: 32px;
    border:1px solid #DCDEE0;
}
.rightList .sidebar_nav .header{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left:16px;
    background:#D9F3E0;
    font-size: 16px;
    font-weight: 500;
    color: #323233;
    border-top:1px solid #4AA05E;
}
.sidebar_nav .listItem>li{
    padding:0px 16px;
    border-bottom: none !important;
}
.sidebar_nav .listItem>li:hover .listTitle{
    text-decoration: underline;
}
.sidebar_nav .listItem>li>a{
    display: inline-block;
    width: 100%;
}
.sidebar_nav .listItem>li>a .dot{
    display:inline-block;
    width: 6px;
    height: 6px;
    margin-right:8px;
    background: #4AA05E;
    vertical-align: middle;
}
.sidebar_nav .listItem>li>a .listTitle{
    display: inline-block;
    width: 93%;
    padding:12px 0px;
    border-top: 1px dashed #C8C9CC;
}
.sidebar_nav .listItem>li:nth-child(1)>a .listTitle{
    border-top:none !important;
}
.sidebar_nav .sort .tagsBox{
    width: 100%;
    padding: 12px 16px 0px;
    font-size: 0px;
    overflow: hidden;
}
.sidebar_nav .sort .tagsBox>a{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin:0px 8px 8px 0px;
    padding: 0 10px;
    border-radius: 5px;
}
.sidebar_nav .sort .tagsBox>a:nth-child(8n-7) { background: #8A9B0F }
.sidebar_nav .sort .tagsBox>a:nth-child(8n-6) { background: #EB6841 }
.sidebar_nav .sort .tagsBox>a:nth-child(8n-5) { background: #3FB8AF }
.sidebar_nav .sort .tagsBox>a:nth-child(8n-4) { background: #FE4365 }
.sidebar_nav .sort .tagsBox>a:nth-child(8n-3) { background: #FC9D9A }
.sidebar_nav .sort .tagsBox>a:nth-child(8n-2) { background: #EDC951 }
.sidebar_nav .sort .tagsBox>a:nth-child(8n-1) { background: #C8C8A9 }
.sidebar_nav .sort .tagsBox>a:nth-child(8n) { background: #83AF9B }
/* 内容页 */
.container .detailsPage{
    width: 100%;
    margin-top:24px;
    overflow: hidden;
}
.container .detailsPage .containerInfo{
    float:left;
    width: 824px;
    margin-right:24px;
    border:1px solid #DCDEE0;
}
.detailsPage .containerInfo .cmsbox{
    margin:24px 16px 0px 16px;
}
.containerInfo .cmsbox>h1{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #323233;
}
.containerInfo .cmsbox .data{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
    border-bottom: 1px solid #DCDEE0;
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.containerInfo .cmsbox .data>span{
    float:left;
}
.containerInfo .cmsbox .data .dataTimes{
    margin-right:40px;
}
.containerInfo .cmsbox .data .closeBox{
    float:right;
    letter-spacing: 3px;
    cursor: pointer;
}
.containerInfo .cmsbox .data .closeBox>i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/close.png') no-repeat 0px 0px;
    background-size: 100%;
    vertical-align: middle;
    margin-right:3px;
}
/* 查询页面 */
.querySearch{
    width: 938px !important;
    margin-right:0 !important;
}
.querySearch .searchBomb{
    width: 578px;
    margin:24px auto 32px auto;
    text-align: center;
    overflow: hidden;
}
.querySearch .searchBomb>input{
    float:left;
    width: 506px;
    height: 44px;
    line-height: 44px;
    padding-left:16px;
    border:none;
    border: 1px solid #4AA05E;
    outline: none;
}
.querySearch .searchBomb>span{
    float:left;
    width: 72px;
    height: 44px;
    line-height: 44px;
    background: #4AA05E;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.result .tableBox{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    opacity: 1;
}
table {
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333ff;
    table-layout: fixed;
  }
  
  .f_t1 td,
  .f_t1 th {
    height: 48px;
  }
  .f_t1>tbody>tr{
    border-bottom: 1px solid #DCDEE0;
  }
  .f_t1 th {
    border-bottom-width: 2px;
    text-align: center;
    background: #f5f5f5ff;
    padding: 5px;
  }
  
  .f_t1 tr {
    background-color: #fff;
  }
  .result p {
    font-size: 18px;
    font-weight: 500;
    color: #4AA05E;
    padding: 32px 0px 16px 0px;
  }
  .result .companyName {
    padding-top: 0px;
  }
.nodata {
    display: block;
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #323233;
}
.result .f_t2{
    border-style:hidden ;
}
.sort_name {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.organization {
    padding: 35px 40px;
}

.organization p {
    text-align: center;
    line-height: 24px;
    padding: 5px 0;
}

.btnMore {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #2966b1;
    text-align: center;
    letter-spacing: 8px;
    margin: 20px auto;
    border-radius: 20px;
}
    
.btnMore a {
    color: #fff;
}

.rotation {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.rotation img {
    width: 250px;
    height: 160px;
}
.titleActive:hover {
    color: #00388D;
}
.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar td {
    font-size: 12px;
    text-align: center;
    border: 1px #eee solid;
    padding: 1px 5px;
    line-height: 20px;
}

.calendar td.day {
    background: #eee
}

.calendar td.day a {
    color: #00388D
}

.calendar .sun {
    color: #333;
    font-weight: bold
}
/* PageNav */

#pagenavi {
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
    clear: both
}

#pagenavi a,
#pagenavi span {
    display: inline-block;
    font: 14px/20px Arial;
    border-radius: 3px;
    padding: 6px 12px;
    margin: 0 3px;
    height: 20px;
    border: 1px solid #ddd;
    background: #FFF
}

#pagenavi a:hover {
    color: #fff;
    border-color: #00388D;
    background: #00388D
}

#pagenavi span {
    color: #aaa;
    background: #f6f6f6
}
/* Foot */
    
#footerbar {
    width: 100%;
    height: 148px;
    font-size: 16px;
    color: #fff;
    background: #4AA05E;
    text-align: center;
    font-weight: 400;
    padding-top:40px;
}  
#footerbar span {
    margin-right: 20px;
}
#footerbar p {
    line-height: 24px;
    margin-bottom: 24px;
}
#footerbar p>a{
color: #323233;
}
#backtop {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 170px;
    margin-left: 625px;
    color: #888;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}

#backtop:hover {
    color: #f90
}
/* 内容 */
.details{
width: 848px;
float: right;
}
.details .logbox{
width: 836px;
background:#fff;
box-shadow: 0px 2px 16px #DCDEE0;
margin:7px;
}
.logbox h1 {
padding-bottom:12px;
margin: 24px 16px;
border-bottom: 3px solid #10145E;
color: #323233;
font-weight: 500;
font-size: 24px;
letter-spacing: 3px;
}
.logbox h3 {
width: 100%;
padding: 24px 16px;
}
.logbox h3>span {
display: inline-block;
width: 100%;
padding-bottom:12px;
border-bottom: 3px solid #10145E;
color: #323233;
font-weight: 500;
font-size: 24px;
letter-spacing: 3px;
}
.logbox .contentTitle{
    padding-bottom:24px;
text-align: center;
font-size: 20px;
font-weight: 500;
color: #323233;
}
.logbox .data {
    padding: 0px 32px 40px 32px;
    color: #999;
    margin-bottom: 20px;
}
.logbox .data .dataTimes,
.logbox .data .Views{
float:left;
}
.logbox .data .dataTimes{
margin-right:40px;
}
.logbox .data .source{
    float:right;
}
.logcon p {
    margin: 0.5em 0;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 30px;
}
.logcon a {
    color: #00388D
}
.logcon img,
.logcon embed,
.logcon iframe {
    max-width: 98% !important;
}

.logcon img {
    height: auto !important
}
.logbox .tags {
    padding: 5px 0;
}
.nextlog {
    padding: 40px 0px 96px 0px;
    font-size: 0px;
    font-weight: 400;
    color: #323233;
}
.nextlog>p{
    display: inline-block;
    width: 49%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 32px;
    font-size: 16px;
    border: 1px solid #DCDEE0;
    border-radius: 28px;
}
.nextlog>p:nth-child(1){
    margin-right:2%;
}
.nextlog>p:hover{
    border: 1px solid #10145E;
    color: #10145E;
    cursor: pointer;
}
.nextlog>p:hover>a{
    color: #10145E;
}

.link-box {
    padding: 15px 0;
    overflow: hidden;
    clear: both
}

.link-box h3 {
    font-size: 18px;
    padding: 4px;
    background: #00388D;
    color: #fff;
    width: 85px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
/* 分页样式 */ 
.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}
.pages{
    padding: 24px 0px 222px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    letter-spacing: 1px;
}
.paging {
    margin-top: 32px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}
.paging>span {
    margin: auto 16px;
}
.paging .page-numbar {
    margin: auto 0;
}
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last {
    display: inline-block;
    margin: auto 4px;
    padding: 2px 12px;
    border: 1px solid #EEE;
    border-radius: 2px;
    background-color: #FFFFFF;
}
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover {
    border-color: #4AA05E;
    color: #fff;
    background: #4AA05E;
}

.paging a {
    color: #333333
}

.paging a:hover {
    color: #4AA05E
}

/***** 侧边留言  start *****/
.floatBox .item{
    position: fixed;
    height: 64px;
    line-height: 64px;
    background:#4AA05E;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 100;
}
.floatBox .queryBomb{
    right: 0px;
    top: 500px;
}
.floatBox .declareBomb{
    right: 0px;
    top: 568px;
}
.floatBox .messagehandle{
    right: 0px;
    top: 636px;
}
.floatBox .item .imgClick{
    float:left;
    width: 64px;
    height: 100%;
    text-align: center;
}
.floatBox .item .imgClick>img{
    width: 30px;
    height: 30px;
    background-size: 100%;
    vertical-align: middle;
}
.floatBox .item>span{
    float:left;
    width: 80px;
    height: 100%;
    margin-right:-80px;
}
.floatBox .backtop{
    right:0;
    top: 704px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    padding:0 17px 0 19px;
    margin-bottom: 4px;
    background:#4AA05E;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}
.floatBox .backtop>img{
    width: 30px;
    height: 30px;
    background-size: 100%;
    vertical-align: middle;
}
.messageBox{
    width: 366px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 1px rgba(34, 37, 42, 0.18);
    position: fixed;
    top: 500px;
    right: 160px;
    padding: 23px;
    box-sizing: border-box;
    display: none;
    z-index: 99999;
    
 }
.messageBox input {
    width: 320px;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    border:1px solid #E0E0E0;
    margin-bottom: 14px;
 }
.messageBox textarea {
    width: 320px;
    height: 56px;
    padding-left: 5px;
    font-size: 14px;
    resize: none;
    margin-bottom: 14px;
    border:1px solid #E0E0E0;
 
 }
.messageBox .btn{
    text-align: center;
 }
 .messageBox .btn>button{
    width: 115px;
    height: 34px;
    background: #E0E0E0;
    line-height: 34px;
    text-align: center;
    color: #333;
    outline: none;
    border: none;
 }
/***** 侧边留言  end *****/
