﻿/* 首页样式 */

.whitebg .main {
    width: 100%;
    height: 380px;
    display: flex;
}

.whitebg .main .leftBanner {
    width: 684px;
}



/* 轮播图-开始 */
.whitebg .main .leftBanner .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.whitebg .main .leftBanner .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.whitebg .main .leftBanner .swiper .swiper-wrapper .swiper-slide img {
    width: 684px;
    height: 100%;
}

.whitebg .main .leftBanner .swiper .swiper-pagination {
    width: 100%;
    text-align: right;
    padding-right: 23px;
}

.whitebg .main .leftBanner .swiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 3px;
    border-radius: 2px;
}

.whitebg .main .leftBanner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFFFFF !important;
}

.whitebg .main .leftBanner .swiper .name-box {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(64, 64, 64, 0.4);
    box-sizing: border-box;
    padding-left: 32px;
}

.whitebg .main .leftBanner .swiper .name-box .name-txt {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 50px;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.whitebg .main .leftBanner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    border-radius: 2px;

}

/* 轮播图-结束*/

/* 右侧内容 */
.whitebg .main .right {
    flex: 1;
    box-sizing: border-box;
    padding-left: 32px;
    position: relative;
}

.sjywContain {
    padding-right: 32px;
}

.whitebg .main .right .title {
    display: flex;
    justify-content: center;
}

.whitebg .main .right .title a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.whitebg .main .right p {
    font-size: 16px;
    color: #222;
    text-indent: 12px;
    max-height: 52px;
}

.whitebg .main .right ul {
    padding-left: 20px;
    margin-top: 10px;
}


.whitebg .main .right li {
    line-height: 40px;
    color: #333;
    font-size: 18px;
    list-style: disc;
    white-space: nowrap;
}

.whitebg .main .right li:first-child {
    display: none;
}

.whitebg .main .right .btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 32px 10px;
}

.whitebg .main .right .btn a {
    color: #666;
    font-size: 14px;
    padding-top: 5px;
    font-weight: normal;
}

/* 沈检要闻标题样式 */
.whitebg .main .right .sjyw-tiao {
    background-image: url(../img/tiao.png);
    background-repeat: no-repeat;
    height: 35px;
    margin-bottom: 4px;
}

.whitebg .main .right .sjyw-tiao span {
    position: absolute;
    left: 40px;
    font-size: 20px;
    color: white;
}

/* 相关链接 */
.whitebg .xglj {
    display: flex;
    padding-top: 10px;
}

.whitebg .xglj .left {
    width: 86%;
}

.whitebg .xglj .left a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 20px;
    width: 31%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #FFFFFF;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitebg .xglj .left a img {
    width: 100% !important;
    height: 100% !important;
}

.whitebg .xglj .left a .IconClass {
    width: 30px !important;
    height: 30px !important;
    margin-right: 4px;
}


.whitebg .xglj .left a .leftTitle {
    width: 65%;
    height: 100%;
    display: flex;
}

.whitebg .xglj .left a .leftTitle img {
    width: 100% !important;
    height: 100% !important;
}

.whitebg .xglj .left a .imageClass {
    display: flex;
}

.whitebg .xglj .left a .imageClass img {
    width: 22px !important;
    height: 22px !important;
    margin-left: 10px;
}

.whitebg .xglj .right {
    flex: 1;
}

.whitebg .xglj .right a {
    width: 86%;
    background-color: #B6B6B6;
    color: #ffffff;
    font-size: 20px;
}

.whitebg .xglj .right a:hover {
    background-color: #1487f4;
}


/* 基层院链接 */
.whitebg .jcylj a {
    display: flex;
    align-items: center;
    justify-content: center;
}



.whitebg .jcylj a .leftTitle {
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitebg .jcylj a .imageClass {
    display: flex;
}

.whitebg .jcylj a .imageClass img {
    width: 22px;
    height: 22px;
    margin-left: 4px;
}

#zoomView {
    position: absolute;
}


#zoomView img {
    width: 110px;
    height: 110px;
}

/* 查看更多 */
.whitebg .lookMore {
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 14px;
    color: #666;
}

/* 专题专项 */
.ztzxContain {
    display: flex;
}

/* 左侧 */
.ztzxContain .left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 32px 0 22px;
    justify-content: space-between;
    padding-left: 10px;
}

.ztzxContain .left .oneBox {
    width: 252px;
    height: 134px;
    background-color: #B6B6B6;
    margin-bottom: 14px;
    overflow: hidden;
    margin-right: 10px;
}

.ztzxContain .left .oneBox:first-child {
    margin-bottom: 20px;
}


/* 右侧 */
.ztzxContain .right {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    align-content: space-between;
}

.ztzxContain .right .oneBox {
    width: 126px;
    height: 76px;
    background-color: #B6B6B6;
    margin-bottom: 14px;
    overflow: hidden;
    margin-right: 10px;
}

.ztzxContain .oneBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.ztzxContain .oneBox img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}