@charset "utf-8";
a:hover,
.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';
    font-size: 16px;
    background-color: #fff;
    background-position: center 98px;
    background-repeat: repeat
}
     
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
/* Head */
#mainav {
    width: 100%;
    background: #FFFFFF;
}
.topmenu {
    width: 1200px;
    height: 120px;
    margin:0 auto;
    overflow: hidden;
}
.topmenu>a{
    float:left; 
}
.topmenu>a>img{
    width: 100%;  
    height: 75px;
    background-size: 100% 100%;
    margin-top:15px;
}
.navBox{
    width: 100%;
    height: 64px;
    background-color: #EEEEEE;
}
.navBox .bar {
	width:70%;
    height: 64px;
    line-height: 64px;
}  
.bar li {
    float: left;
    height: 100%;
}
.bar li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    padding:0 35px 0px 36px;
}
.navBox .bar li:hover{
    background: #B5161B;
}
.navBox .bar li:hover>a{
    color:#fff;
}
#mainav .navActive {
    background: #B5161B;
}
#mainav .navActive>a {
    color: #fff;
}
.searchBar {
    position: relative;
    float: right;
    font-size: 0px;
    margin-top: 42px;
}
.searchBar input {
    float: left;
    outline: none;
    border: none;
    width: 296px;
    height: 44px;
    box-sizing: border-box;
    background:#fff;
    border: 1px solid #DCDEE0;
    padding-left: 24px;
    border-radius: 22px;
}
.searchBar button {
   position: absolute;
   top:11px;
   right:24px;
   width: 22px;
   height: 22px;
   cursor: pointer;
   outline: none;
   border: none;
   background: #fff;
}
.img{
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
} 
 /* index */
.container{
    width: 100%;
}
.container .advertising-figure{
    width: 100%;
    height: 450px;
}
.container .advertising-figure>img{
    width: 100%;
}
#content {
    overflow: hidden;
}
.banner-hot {
    width:1400px;
	margin: 0 auto;
    height: 338px;
    overflow: hidden;
    margin-top: 40px;
}
.banner-hot .swiper-container {
    position: relative;
    width: 544px;
    height: 338px;
    margin-left: 24px;
    overflow: hidden;
}   
.banner_title {
    height: 88px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.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;
    background: #969799 !important;
    vertical-align: middle;
}
.swiper-pagination-bullet-active{
    background:#fff !important;
}
.banner_title>a {
    position: absolute;
    top:53px;
    left:20px;
    width: 76%;
    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;
}
.seconed_item {
    /* width: 304px; */
    overflow: hidden;
}
.list_item.bgitem{
    width: 402px;
    height: 336px;
    border: 1px solid #DCDEE0;
}
.header {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #EEEEEE;
    opacity: 1;
}
.header>span {
    float:left;
    width: 114px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #B5161B;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.header>a {
    margin-right:16px;
    font-weight: 400;
    color: #969799;
} 
.listItem {
    padding: 20px 16px;
}

.listItem>li {
    line-height: 22px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listItem>li:last-child{
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listItem>li>a{
    color: #323233;
    font-weight: 400;
}
.listItem>li>a:before{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background:#C8C9CC;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.listItem li:hover>a {
    color: #CF2D2A;
}
.listItem li:hover>a:before{
    background:#CF2D2A;
}

.listItemul {
    padding: 20px 16px;
}
.listItemul>li {
    line-height: 22px;
    margin-bottom: 16px;
}
.listItemul>li:last-child{
    margin-bottom: 0px;
}
.listItemul>li>a{
    color: #323233;
    font-weight: 400;
}
.listItemul>li>a:before{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background:#C8C9CC;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.listItemul li:hover>a {
    color: #CF2D2A;
}
.listItemul li:hover>a:before{
    background:#CF2D2A;
}
.nav_items {
    margin:40px 0px;
    overflow: hidden;
}
.nav_items .sort {
    width: 424px;
    border: 1px solid #DCDEE0;
}
.nav_items .sort:first-child{
    margin-right:24px;
}
.sort>.info-item{
    height: 366px;
}
.info-item>li>a{
    overflow: hidden;
}
.query-evaluation{
    width: 304px;
}
.query-evaluation>a{
    display: block;
    width: 100%;
    height: 195px;
    margin-bottom: 24px;
}
.query-evaluation>a:last-child{
    margin-bottom: 0px;
}
.bg-pic{
    width: 100%;
    height: 125px;
}
.newsList{
    width: 100%;
    margin: 40px 0px;
    overflow: hidden;
} 
.newsList .professional-books{
    width: 872px;
    border: 1px solid #DCDEE0;
}
.professional-list{
    margin:20px 18px 4px 18px;
    font-size: 0;
}
.professional-list>a{
    display: inline-block;
    width: 126px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #969799;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(200, 201, 204, 0.5);
    opacity: 1;
    margin:0px 15px 16px 0px;
}
.professional-list>a:nth-child(6n){
    margin-right: 0px;
}
.professional-list>a:hover{
    background: #F5EDED;
    color:#B5161B;
    box-shadow:none;
}
.newsList .policy{
    width: 100%;
    height: auto;
    border: 1px solid #DCDEE0;
}
.link_box{
    margin-top:40px;
    border: 1px solid #DCDEE0;
}
.link_box .blogroll{
    padding: 20px 16px;
}
.link_box .blogroll>a{
    display: inline-block;
    width: 170px;
    line-height: 36px;
    margin-right:16px;
    font-weight: 400;
    color: #323233;
    overflow: hidden;
}
.link_box .blogroll>a:hover{
   color:#CF2D2A;
}
/* 列表*/
.contentList{
    font-family: 'PingFang SC';
    background: #fff;
}
.contentList .listInfo{
    margin-top:40px;
    overflow: hidden;
}
.contentList  .cmsbox{
    float:left;
    width: 872px;
    margin-right: 24px;
    padding:0 24px;
    border: 1px solid #DCDEE0;
}
.cmsbox>h3{
    text-align: center;
    padding: 24px 0px 16px 0px;
    border-bottom: 1px solid #DCDEE0;
    font-size: 20px;
    font-weight: 500;
    color: #323233;
    letter-spacing: 2px;
}
.cmsbox>h3>span{
    padding-left:16px;
}
.loglist li.con {
    border-top: 1px #C8C9CC dashed;
    line-height: 24px;
    font-size: 16px;
    color: #969799;
    padding: 16px 0;
}
.loglist li.con:nth-child(1){
    border-top:none;
}
.loglist li.con .desInfo{
    margin-bottom: 12px;
}
.loglist li.con .desInfo>a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #323233;
}
.loglist li.con:hover .desInfo>a {
    color: #B5161B;
}
.loglist .info-list{
    margin:4px 0px 24px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #C8C9CC;
}
.loglist li.con .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #969799;
    text-indent: 2em;
}
/* 内容 */
.cmsbox .cmsboxTitle{
    padding:24px 0px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #DCDEE0;
}
.cmsbox .cmsboxTitle .contentTitle{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #323233;
}
.cmsbox .cmsboxTitle .data {
    margin-top:16px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #969799;
}
.logcon{
    line-height: 30px;
    font-weight: 400;
    color: #555555;
}
.logcon>p{
    margin-bottom: 16px;
}
.logcon>p:last-child{
    margin-bottom: 48px;
}
.logcon>p>span{
    font-size: 16px !important;
}
.profile{
    display: flex;
    flex-direction: row;
    padding-bottom:24px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #DCDEE0;
}
.profile>img{
    width: 18px;
    height: 44px;
    background-size: 100% 100%;
}
.profile>p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
    padding-left:16px;
    margin-left:16px;
    border-left:1px solid #DCDEE0;
}
.turn-page{
    border-top: 1px solid #DCDEE0;
}
.turn-page .nextlog{
    margin-top:24px;
    width: 60%;
}
.turn-page .nextlog>p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
    margin-bottom: 16px;
}
.return-list{
    width: 136px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #B5161B;
    font-weight: 400;
    color:#fff;
    margin:36px 0px 48px 0px;
    cursor: pointer;
}
.return-list:hover{
    color: #fff;
}
/* 职业大全 */
.main-info{
    margin-top:40px;
    overflow: hidden;
}
.main-info>ul{
    float:left;
    width: 304px;
    border:1px solid #DCDEE0;
} 
.main-info>ul>li{
    width: 100%;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
}
.main-info>ul>li>a{
    display: block;
    height: 64px;
    margin:0 36px;
    border-bottom: 1px solid #DCDEE0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #969799;
}
.main-info>ul>li:last-child>a{
    border-bottom: none;
} 
.main-info>ul>li>a>span{
    float:left;
}
.main-info>ul>li>a>i{
    float:right;
    margin-top:23px;
    width: 10px;
    height: 18px;
}
.main-info>ul>li>a>i{
    background: url('../images/arrow-icon.png') no-repeat 0 0;
    background-size: 100% 100%;
} 
.main-info .mainActive{
    background:#F5F1F1;
}
.main-info .mainActive>a>i{
    background: url('../images/arrow-active.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.main-list{
    width: 872px;
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    opacity: 1;
}
.main-list>.main-bomb{
    padding:0 24px;
}
.main-list>.main-bomb>li{
    padding:24px 0px;
    border-bottom: 1px dotted #DCDEE0;;
}
.main-list>.main-bomb>li>a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    overflow: hidden;
}
.main-list>.main-bomb>li:hover>a{
    color:#B5161B;
}
/* 职业大全详情页 */
.main-info .main-details{
    float:right !important;
    margin-right:0px;
}
/* Right */
#sidebar {
    float:right;
    width: 304px;
}
#sidebar .sidebar_nav{
    width: 100%;
    margin-bottom: 24px;
    border:1px solid #DCDEE0;
}
#sidebar .sidebar_nav .sort{
    width: 100%;
}
#sidebar .sidebar_nav .sort .header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, rgba(242, 242, 244, 0) 0%, #F2F2F4 100%);
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    color: #CF2D2A;
    padding-left:16px;
}
#sidebar .sidebar_nav .listItem {
    padding: 16px 16px 0px 16px;
}
#sidebar .listItem>li {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    margin-bottom: 16px;
}
#sidebar .listItem>li>a{
    font-size: 16px;
    font-weight: 400;
    color: #323233;
}
#sidebar .listItem>li>a:hover{
    color:#CF2D2A;
}
#sidebar>.query-pic>a{
    display: block;
    width: 100%;
    height: 195px;
}
#sidebar>.query-pic>a:first-child{
    margin-bottom: 21px;
}

/* Foot */
.footer {
    width: 100%;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background: #B5161B;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}
.footer p {
    line-height: 22px;
    margin-bottom: 12px;
}
.footer .nav-list{
    width: 100%;
    font-size: 0px;
}
.footer .nav-list>a{
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    border-right:1px solid #fff;
    padding-right:8px;
    margin-right: 8px;
}
.footer .nav-list>a:last-child{
    border-right:none;
}
/* 分页样式 */
.pagess {
    clear: both;
    margin-bottom: 24px;
    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:hover {
    background: #CF2D2A;
    color: #fff;
    border: 1px solid #CF2D2A;
}
     
.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #CF2D2A;
    padding: 2px 9px;
    margin: 0 3px;
    background: #CF2D2A;
    color: #fff;
}
.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 32px;
    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: #CF2D2A;
    color: #fff;
    background: #CF2D2A;
}
.paging a {
    color: #333333
}
.paging a:hover {
    color: #CF2D2A;
}

/***** 联系我们 start *****/
.contact-us{
    width: 100%;
    margin-top:24px;
}
.contact-us>p{
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 36px;
}
.map{
    width: 100%;
    height: 472px;
    margin-bottom: 40px;
}
.map #allmap{
    width: 100%;
    height: 100%;
}
/***** 联系我们 end *****/

/* 资质查询 */
.queryBomb{
    float: left;
    width: 872px;
    margin-right: 24px;
    border: 1px solid #DCDEE0;
}
.queryBomb .query-title{
    width: 100%;
    height: 96px;
}
.searchBomb,.result{
    width: 560px;
    margin:96px auto 0px auto;
}
.searchBomb>input {
    display: block;
    width: 560px;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(200, 201, 204, 0.5);
    opacity: 1;
    outline: none;
    border:none;
    margin-bottom: 24px;
    padding:14px 24px;
    font-size: 18px;
}
.searchBomb>span {
    display: block;
    width: 560px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(90deg, #E2676B 0%, #B5161B 100%);
    box-shadow: 0px 0px 24px rgba(200, 201, 204, 0.5);
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    color:#fff;
    margin-top:32px;
    cursor: pointer;
}
.result .companyName{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #CF2D2A;
    margin-bottom: 24px;
}
.result .companyName>img,
.nodata>img{
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin-right:8px;
    vertical-align: middle;
}
.result .tableBox{
    margin-bottom: 224px;
}
.result .tableBox>ul{
    width: 100%;
}
.result .tableBox>ul>li{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: 0px 0px 12px rgba(200, 201, 204, 0.5);
    opacity: 1;
}
.result .tableBox>ul>li>dt{
    width: 30%;
    background: #F2F2F4;
    padding:14px 24px;
    color:#969799;
    font-size: 20px;
    font-weight: 400;
}
.result .tableBox>ul>li>dd{
    width: 74%;
    font-size: 20px;
    font-weight: bold;
    color: #323233;
    padding:14px 24px;
    font-weight: 500;
}
.certificate-name{
    color:#B5161B !important;
}
.nodata {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
    margin-bottom: 224px;
}
.noneGif{
    display:none;
}
.loading{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.loading>p{
    width: 100px;
    height: 100px;
    text-align: center;
    background: url('../images/loading-icon.gif') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

/* 公示榜整体样式 */
        .announcement-board {
            width: 404px;
            margin: 0px auto;
			height: 335px;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            background: #fff;
            font-family: "微软雅黑", sans-serif;
        }

        /* 标题样式 */
        .board-title {
            padding: 18px 0;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #2c3e50;
            border-bottom: 2px solid #2c5aa0;
            background: #f8fafc;
        }

        /* 滚动容器（关键：相对定位 + 隐藏溢出） */
        .scroll-container {
            height: 320px; /* 显示区域高度 */
            overflow: hidden; /* 隐藏溢出的内容 */
            position: relative; /* 作为列表的定位参考系 */
        }

        /* 滚动列表（关键：绝对定位 + 填充容器） */
        .scroll-list {
            list-style: none;
            margin: 0;
            padding: 0;
            position: absolute; /* 绝对定位，相对于容器 */
            top: 0; /* 初始位置在容器顶部 */
            left: 0;
            width: 100%; /* 宽度填满容器 */
            transition: none; /* 禁用过渡避免跳动 */
        }

        /* 列表项样式 */
        .scroll-list li {
            padding: 14px 20px;
            border-bottom: 1px solid #f5f5f5;
            font-size: 15px;
            color: #333;
            line-height: 1.7;
        }

        .scroll-list li:last-child {
            border-bottom: none;
        }

        /* 链接样式 */
        .scroll-list a {
            text-decoration: none;
            color: inherit;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: default;
        }

        .scroll-list a:hover {
            color: #2c5aa0; /* 悬停变色 */
        }

        /* 成绩标签 */
        .score-tag {
            background: #fef3f2;
            padding: 3px 10px;
            border-radius: 6px;
            color: #dc2626;
            font-weight: 500;
            font-size: 14px;
        }

        /* 手机号脱敏 */
        .phone {
            color: #6b7280;
            font-size: 14px;
        }