/*conList*/
/* 左侧列表 */

.conList {
    /* width: 774px; */
    width: 100%;
}

.liBody {
    /* width: 540px; */
    width: 960px;
}


.conList ul li {
    width: 100%;
    height: 187px;
    border-bottom: 0.5px solid #d6d4d4;
    padding-top: 20px;
}
.conList ul li:last-child {
    border-bottom: none;
}

.liTit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #121212;
    letter-spacing: 0;
    text-align: justify;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.liTxt {
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    color: #666666 !important;
    letter-spacing: 0 !important;
    text-align: justify !important;
    line-height: 28px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.liDate {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 38px;
}

.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;
}


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

.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;
}

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

.bd ul li {
    font-weight: normal !important;
    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;
}

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

.bd img {
    width: 353px;
    height: 191px;
}

/* 轮播图效果 */
.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;
}

.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;
}

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

.bd .swiper-button-next:hover,
.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: 0;
}

.liTxt strong{
    font-weight: normal !important;
}
.liTxt p{
    font-size: 16px !important;
    color: #666666 !important;
    letter-spacing: 0 !important;
    text-align: justify !important;
    line-height: 28px !important;
}

