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

.conList {
    width: 774px;
}

.liBody {
    width: 540px;
}


.conList ul li {
    width: 774px;
    height: 109px;
    background: #ECF6FF;
    margin-top: 20px;
    padding: 15px;
}

.conList ul li:last-child {
    border-bottom: none;
}

.listTit {
    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;
    border-left: 5px solid #285EC9;
    padding-left: 10px;
    margin-top: 10px;
}

.listTxt {
    margin-top: 20px;
}

.listTxt span {
    font-size: 16px;
    color: #999999;
    margin-right: 60px;
    padding-left: 20px;
}

.downloadBtn {
    padding: 10px 15px;
    color: #fff;
    background-color: #285EC9;
    margin-top: 22px;
    margin-right: 20px;
}

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

.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 {
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: url("//www.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: -15px;
}

.conSearch{
    width: 100%;
    height: 46px;
}
.searchS {
    width: 330px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #1373D5;
    border-radius: 3px 0 0 3px;
    float: right;
    margin: 0;
}
.searchBoxS{
    width: 100%;
    height: 100%;
    display: flex;
}
.searchTxtS{
    width: 80%;
    height: 100%;
    font-size: 16px;
    padding-left: 30px;
}
.searchBtnS{
    width: 20%;
    height: 100%;
    /* background-color: #2C67C7; */
    font-size: 16px;
    color: #1373D5;
    text-align: center;
}
.fenge{
    padding-top: 13px;
    color: #1373D5;
}
.listL{
    width: 80%;
}
