@charset "UTF-8";
/**!
 * 中盐集团列表
 * date:2021-11-16
 * author: zzongyi;
 */
.swiper-container {
    display: none;
}

#header {
    height: 86px;
}

.nav-sec {
    width: 278px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.nav-sec h2 {
    height: 46px;
    line-height: 46px;
    background-color: #0046ad;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
}

.nav-sec h2 span {
    font-size: 13px;
}

.nav-sec .list {
    font-size: 16px;
    padding-bottom: 20px;
}

.nav-sec .list-item {
    width: 90%;
    margin: 5px auto 0 auto;
    border-bottom: 1px solid #eee;
}

.nav-sec .list-item a {
    display: block;
    color: #333;
    text-indent: 25px;
    height: 42px;
    line-height: 42px;
    background: url('../images/Ico.png') 220px -163px no-repeat;
}

.nav-sec .list-item:hover a {
    color: #0046ad;
    background-position: 198px -133px;
}

.infor {
    width: 900px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.infor .infor-hd {
    height: 38px;
    line-height: 34px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    background: url('../images/Ico.png') 7px -207px no-repeat;
    text-indent: 20px;
}

.infor-bd {
    padding-top: 5px;
}

.infor-bd .infor-list {
    min-height: 698px;
    border-bottom: 1px solid #eee;
}

.infor-bd .infor-list > li {
    padding: 10px 4px 10px 15px;
    background: url(../images/Ico.png) 5px -882px no-repeat;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-left: 2px solid #fff;
    position: relative;
}

.infor-bd .infor-list > li::after{
    content:"";
    position: absolute;
    background:#fff;
    width:20px;
    height:10px;
    bottom:0;
    left:5px;
}

.infor-bd .infor-list > li > a {
    display: block;
    line-height: 22px;
}

.infor-bd .infor-list > li > div {
    line-height: 22px;
}

.infor-bd .infor-list > li a {
    color: #444;
}

.infor-bd .infor-list > li .infor-sort a {
    color: #0046ad;
}

.infor-bd .infor-list > li:hover {
    padding-left: 23px;
    background: url(../images/Ico.png) 13px -882px no-repeat #f5f5f5;
    cursor: pointer;
    border-left: 2px solid #0046ad;
}

.infor-bd .infor-list > li:hover::after{
	background:#f5f5f5;
}

.infor-bd .pager {
    margin-left: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.infor-list a {
    margin-bottom: 8px;
}

.infor-list .item-countdown {
    width: 180px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    margin-top: -6px;
}
.infor-list .item-countdown > span {
    color: orange;
    font-weight: bold;
    font-size: 16px;
}

.infor-list .item-signup {
    text-align: center;
    line-height: 30px;
    width: 100px;
    border-radius: 4px;
    cursor: pointer;
    color: #0046ad;
    border: 1px solid #0046ad;
    margin-right: 10px;
    height: 32px;
    display: inline-block;
    margin-top: -6px;
}

.infor-list .item-signup:hover {
    background: #0046ad;
    color: #fff;
}
