/*conList*/

.crumb {
    height: 50px;
    background: #F5F5F5;
}

.crumb p a::after {
    content: '>';
    padding: 0 5px;
}

.crumb p a:last-child:after {
    content: '';
}

.crumb span {
    padding-left: 10px;
}

.crumb p {
    width: 1200px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
}

.main {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}

/* 左侧 */
.conList {
    width: 774px;
}

.conList .bd {
    overflow: hidden;
}

.conList .bd ul li {
    width: 372px;
    height: 115px;
    float: left;
    margin: 30px 15px 0 0;
    padding: 20px 40px;
    text-align: center;
    background: url("//m.935692.com/file/27/img/libg.png") center no-repeat;
}

.conList .bd ul li a {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.9px;
    text-align: center;
    line-height: 35px;
    /* display: block;
    white-space: nowrap;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.reportBox {
    margin-top: 30px;
}


/* 右侧 */
.conRig {
    width: 373px;
    height: auto;
}

.focusBox {
    width: 373px;
    height: 305px;
    background: #F5F5F5;
    padding: 10px;
}

/* 标题 */
.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0.5px solid #d6d4d4;
}

.more {
    width: 50px;
    float: right;
    color: #999;
    height: 50px;
    line-height: 50px;
}

.title .tit {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
    color: #0074D2;
    font-weight: bold;
    border-bottom: 2px solid #0074D2;
}

/* 通知公告 */
.noticeBox {
    width: 373px;
    height: 305px;
    background: #F5F5F5;
    padding: 10px 15px;
    margin-top: 30px;
}

.conRig .bd {
    overflow: hidden;
    /* padding: 10px; */
}

.conRig .bd ul li {
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: url("//m.935692.com/file/27/img/juxing.png") center left no-repeat;
}

.conRig .bd ul li a {
    color: #424242;
    text-indent: 5px;
    display: block;
    white-space: nowrap;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-left: 10px; */
}

.conRig .bd img {
    width: 356px;
    height: 191px;
}

/* 轮播图效果 */
.conRig .bd .swiper-button-next {
    position: relative;
    float: right;
    margin-top: -46%;
    color: #fff !important;
    width: 25px !important;
    height: 63px !important;
    right: 0 !important;
    background-color: #3B3B38;
    opacity: 0.7;
}

.conRig .bd .swiper-button-prev {
    position: relative;
    float: left;
    margin-top: -46%;
    color: #fff !important;
    width: 25px !important;
    height: 63px !important;
    left: 0 !important;
    background-color: #3B3B38;
    opacity: 0.7;
}

.conRig .bd .swiper-pagination {
    position: relative;
    margin-top: -25px;
    margin-left: 250px
}

.conRig .bd .swiper-button-next:hover,
.conRig .bd .swiper-button-prev:hover {
    color: #0074D2 !important;
    background-color: #000;
    opacity: 1;
}

.swiper-container {
    padding: 10px 0 0 0;
}

.swiper-slide {
    /* width: 356px !important; */
    height: 224px !important;
}

.swiper-slide p {
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 999;
}

.swiper-slide p a {
    height: 30px;
    width: 90%;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: -15px; */
}

