/**!
* 首页
* date:2021-07-05
* author: qianyuting;
*/

/* 标题 */

.title {
    height: 56px;
    line-height: 56px;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: bold;
}

.title-icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-right: 15px;
    background-color: #cee8ff;
    border-radius: 50%;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    vertical-align: top;
}

.title-icon>img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* more */

.more {
    font-size: 18px;
    color: #999;
    font-weight: normal;
}

.more:hover {
    color: #106ace;
}

/* 列表 */

.info-items>li {
    position: relative;
    line-height: 56px;
    border-bottom: 2px dashed #ededed;
}

.info-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url("../images/info_ico.png") center center no-repeat;
    background-size: 100% 100%;
}

.info-items>li>a {
    display: block;
    padding-left: 24px;
    padding-right: 110px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-time {
    position: absolute;
    right:0;
    top:0;
    max-width: 110px;
    color: #9e9e9f;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-items>li:hover a,
.info-items>li:hover .info-time {
    color: #106ace;
}

/* 图片轮播 */

.swiper-pagination {
    bottom: 16px! important;
    padding-right: 15px;
    text-align: right;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #adb8c5;
    opacity: 1;
    vertical-align: bottom;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #106ace;
}

.news {
    height: 380px;
    margin: 30px auto;
    border-radius: 4px;
    background: url("../images/news_bg.png") right bottom no-repeat;
    box-shadow: 0 0 8px rgba(0, 104, 183, 0.06);
    overflow: hidden;
}

.swiper-container {
    height: 100%;
}

.news .swiper-slide {
    height: 100%;
}

.news-box {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.news-img {
    width: 717px;
    height: 100%;
}

.news-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-words {
    width: 442px;
    margin: 25px 15px 0 0;
    color: #333;
}

.news-tit {
    height: 52px;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.news-cont {
    height: 192px;
    line-height: 32px;
    color: #666;
    overflow: hidden;
}

.news-date {
    position: absolute;
    left: 672px;
    bottom: 16px;
    width: 90px;
    height: 80px;
    padding-top: 5px;
    line-height: 22px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #307ee0;
    font-size: 18px;
    border-radius: 4px;
    background: #dfeffb;
    background: linear-gradient(to bottom, #dfeffb, #f9fcfe);
    background: -webkit-linear-gradient(top, #dfeffb, #f9fcfe);
    background: -o-linear-gradient(bottom, #dfeffb, #f9fcfe);
    background: -moz-linear-gradient(top, #dfeffb, #f9fcfe);
    box-shadow: 0 0 9px rgba(180, 187, 193, 0.4);
    text-align: center;
    box-sizing: border-box;
}

.news-date-day {
    line-height: 42px;
    font-size: 34px;
}

/* 分会工作 */

.bg {
    padding: 30px 0;
    background: url("../images/work_bg.jpg") left top no-repeat;
    background-size: 100% 100%;
}

.work {
    width: 583px;
}

.work-cont {
    height: 288px;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 104, 183, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

/* 会员展示 */

.vip {
    width: 583px;
}

.year {
    display: inline-block;
    width: 157px;
    margin-left: 35px;
    font-weight: normal;
}

.year .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 30px;
    padding: 0 0 0 14px;
    font-size: 18px;
    color: #999;
    border: 1px solid #ebebeb;
    border-radius: 32px;
}

.year .chosen-container-single .chosen-single div b {
    background: url("../images/chosen_ico.png") left center no-repeat;
}

.year .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
}

.year .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/chosen_icoh.png") left center no-repeat;
}

.year .chosen-container .chosen-drop {
    border-color: #ebebeb;
}

.year .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.year .chosen-container .chosen-results li {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.year .chosen-results li.highlighted {
    background: #106ace;
}

.vip-cont {
    height: 288px;
    overflow: hidden;
}

.vip-item {
    height: 56px;
    line-height: 56px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 104, 183, 0.06);
    border-radius: 4px;
}

.vip-item:last-child {
    margin-bottom: 0;
}

.vip-item>a {
    display: block;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vip-welcome {
    display: inline-block;
    width: 61px;
    height: 36px;
    line-height: 31px;
    margin-right: 16px;
    color: #e79902;
    background: url("../images/vip_welcome.png") center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}

/* banner */

.banner {
    display: block;
    margin: 30px 0;
    box-shadow: 0 0 8px rgba(0, 104, 183, 0.06);
}

.banner>img {
    display: block;
    width: 100%;
}

/* 政策法规 */

.policy {
    margin-bottom: 40px;
}

.policy-cont {
    /* height: 115px; */
    height: 230px;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 104, 183, 0.06);
    border-radius: 4px;
    background: url("../images/policy_line.png") center center no-repeat;
    overflow: hidden;
}

.policy .info-items>li {
    width: calc(50% - 30px);
    float: left;
}

.policy .info-items>li:nth-child(2n+1) {
    margin-right: 30px;
}

.policy .info-items>li:nth-child(2n) {
    margin-left: 30px;
}

.policy .info-items>li:last-child,
.policy .info-items>li:nth-last-child(2) {
    border-bottom: 0;
}
