footer{
    margin-top: 70px;
}

.banner {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
}

.banner__img {
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
}

/* 模块公用 */

.module {
    margin-top: 35px;
}

.module__head {
    padding: 17px;
    background-color: #F5F4F4;
    border: 1px solid #C9C9C9;
    border-top: 4px solid #196BB6;
}

.module__head__img {}

.module__head__title {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    margin-left: 10px;
}

.module__head__more {
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}

.module__body {
    padding-top: 0;
    border: 1px solid #C9C9C9;
    border-top: 0;
}

/* 新闻模块 */

.news__body {
    border: none;
}

.news__left {
    width: 50%;
}

.news__left__top {
    display: block;
    position: relative;
    height: 400px;
}

.news__left__top__img {}

.news__left__top__info {
    position: absolute;
    width: 600px;
    height: 60px;
    background: #000000;
    opacity: 0.42;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news__left__bottom {
    position: relative;
    height: 108px;
    margin-top: 20px;
    padding: 0 37px;
}

.news__right {
    width: 50%;
    padding-left: 25px;
}

.news__right__first {
    padding-top: 10px;
}

.news__right__first__title {
    width: 524px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-indent: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__right__first__text {
    text-indent: 48px;
    height: 45px;
    font-size: 16px;
    color: #888888;
    line-height: 22px;
    margin-top: 18px;
    overflow: hidden;
}

.news__right__first__text a {
    color: #1767FF;
}

.news__right__list {
    margin-top: 7px;
}

.news__right__list__new {
    display: block;
    padding: 27px 0 13px 22px;
    position: relative;
    border-bottom: 1px dashed #B5B5B5;
}

.news__right__list__new.active .list__new__info {
    color: #1767FF;
}

.news__right__list__new::before {
    position: absolute;
    bottom: 16px;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #7FA8D0;
    border-radius: 50%;
}

.list__new__info {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    max-width: 450px;
}

.list__new__date {
    font-size: 16px;
    color: #888888;
    line-height: 19px;
}

.news__body .slide__img {
    width: 172px;
    height: 108px;
}

.news__body .swiper-button-container {
    width: 100%;
    height: 108px;
    position: absolute;
    top: 0;
    left: 0;
}

.news__body .swiper-button-prev {
    top: 0;
    margin-top: 0;
    left: 0;
    width: 29px;
    height: 108px;
    border: 1px solid #CFD3D6;
    background-image: url(../img/left.png);
    background-size: auto;
}

.news__body .swiper-button-next {
    top: 0;
    margin-top: 0;
    right: 0;
    width: 29px;
    height: 108px;
    border: 1px solid #CFD3D6;
    background-image: url(../img/right.png);
    background-size: auto;
}

#swiper1 .swiper-slide{
    cursor: pointer;
}

/* 业务板块 */

.yewu__body {
    padding: 25px 35px 30px 35px;
}

.yewu__item {
    width: 262px;
    height: 231px;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
}

.yewu__item:nth-child(1) {
    margin-left: 0;
}

.yewu__item__text {
    font-size: 20px;
    color: #111111;
    margin-top: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

/* 企业党建 */

.module--left {
    width: 700px;
}

.module--right {
    width: 487px;
    margin-left: 13px;
}

.dangjian__body {
    padding: 10px 20px 20px 20px;
}

.dangjian__tabs {}

.dangjian__tab {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    background: #CBE3F9;
    font-size: 16px;
    color: #333333;
}

.dangjian__tab.active {
    background: #0038A3;
    font-weight: bold;
    color: #FFFFFF;
}

.dangjian__list {
    margin-top: 10px;
}

/* 通知列表 */

.tongzhi__body {
    padding: 0 20px 20px 20px;
}

.list__tongzhi {
    display: block;
    padding: 27px 0 13px 0;
    position: relative;
    border-bottom: 1px dashed #B5B5B5;
}

.list__tongzhi__new {
    width: 27px;
    height: 16px;
    font-size: 12px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-right: 7px;
    margin-top: 2px;
}

.list__tongzhi__info {
    font-size: 18px;
    color: #333333;
    line-height: 19px;
    max-width: 400px;
}

/* 矿权展示 */

.kuangquan__body {
    padding: 11px 17px 40px 17px;
}

.kuangquan__item {
    margin-top: 19px;
    width: 572px;
    height: 211px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 19px 20px;
}

.kuangquan__item:nth-child(2n) {
    margin-left: 19px;
}

.kuangquan__item__right {
    width: 278px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.kuangquan__item__right__text {
    height: 150px;
    overflow: hidden;
}

.kuangquan__item__right__link {
    display: block;
    width: 100px;
    font-size: 16px;
    color: #1767FF;
    line-height: 30px;
    position: relative;
}

.kuangquan__item__right__link__text {
    font-size: 16px;
    color: #1767FF;
    line-height: 30px;
    display: inline-block;
    margin-right: 19px;
}

.kuangquan__item__right__link__icon {
    display: inline-block;
    width: 27px;
    height: 4px;
    background-color: #1767FF;
    position: absolute;
    bottom: 12px;
    left: 80px;
}

.kuangquan__item__right__link__icon::after {
    display: block;
    content: "";
    position: absolute;
    right: -4px;
    top: -2px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #1767FF;
    border-bottom: 4px solid transparent;
}

/* 员工风采 */

.fengcai__body {
    padding: 10px 13px 20px 13px;
}

.fengcai__info {
    border-bottom: 1px dashed #B5B5B5;
    padding-bottom: 20px;
}

.fengcai__info__right {
    margin-left: 20px;
}

.fengcai__info__right__title {
    width: 440px;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.fengcai__info__right__text {
    margin-top: 35px;
    width: 449px;
    height: 52px;
    font-size: 16px;
    color: #888888;
    line-height: 26px;
}

.fengcai__list {
    margin-top: 0;
}

/* 信息公开 */

.xinxi__body {
    height: 514px;
    text-align: center;
}

.xinxi__selects {
    margin: 0 auto;
}

.xinxi__select {
    display: block;
    white-space: nowrap;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-top: 26px;
}

.xinxi__select:nth-child(1) {
}

.xinxi__select__icon {
    width: 24px;
    height: 24px;
    border: 2px solid #A0A0A0;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 36px;
    margin-right: 25px;
}

.xinxi__select.active .xinxi__select__icon {
    border: 2px solid #196BB6;
}

.xinxi__select.active .xinxi__select__icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #196BB6;
    border-radius: 50%;
}

.xinxi__list {}

.xinxi__list__item {
    margin-top: 42px;
    width: 33%;
    text-decoration: none;
}

.xinxi__list__item__text {
    margin-top: 21px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

/* 一线风采 */

.yixian__body {
    padding: 16px 28px 34px 28px;
}

.yixian__slidebox {
    position: relative;
    height: 162px;
}

.yixian__slidebox .swiper-button-container {
    width: 100%;
    height: 161px;
    position: absolute;
    top: 0;
    left: 0;
}

.yixian__slidebox .swiper-button-prev {
    left: -28px;
    width: 29px;
    background-image: url(../img/left.png);
    background-size: auto;
}

.yixian__slidebox .swiper-button-next {
    right: -28px;
    width: 29px;
    background-image: url(../img/right.png);
    background-size: auto;
}