.box-news {
    padding: 36px 34px;
}
.box-newsBody1{
    padding: 34px 100px;
}

.main .breadcrumb {
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #C91C26;
}

.main .breadcrumb a {
    color: #C91C26;
    font-weight: bold;
}

.main .content {
    width: 100%;
}

.main .content li {
    font-size: 16px;
    line-height: 48px;
}
/* 职沙会专题 */
.listZSH {
    display: flex;
}
.listZSH a {
    flex: 1;
    margin: 30px 0 15px 14.5px;
}
.listZSH a img {
    width: 243px;
    height: 130px;
}
.content li .asterisk {
    color: #C91C26;
    padding-right: 10px;
}

.content li .tit {
    cursor: pointer;
}
.gonggaoList li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.gonggaoList li a:before {
    display: inline-block;
    content: '•';
    vertical-align: middle;
    margin: 0 10px 0 5px;
    color: #C91C26;
}
.content li .time {
    padding-left: 10px;
    font-size: 14px;
    color: #888888;
}

.main .npage {
    width: 656px;
    margin: 65px auto 0;
}

.pagelist li {
    display: inline;
    padding: 0 6px;
}

.pagelist .select-list {
    padding: 0 10px;
}

.txt .txt-title {
    font-size: 22px;
    color: #000000;
    text-align: center;
    margin: 30px 0 10px 0;
}
.txt .txt-body p {
    text-indent: 30px;
    line-height: 34px;
}

.txt .txt-tagging {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 15px 0;
    text-align: center;
    color: #9a9a9a;
    border-bottom: 1px dashed #cbcbcb;
}

.news-body1 img{
    display: inline-block;
    margin: 0 auto;
}
.box-news .gallery-top {
    width: 757px;
    height: 473px;
}
.box-news .gallery-thumbs {
    width: 757px;
    height: 100px;
    margin-top: 8px;
    box-sizing: border-box;
    padding: 5px 0;
}
.box-news .swiper-slide {
    background-size: cover;
    background-position: center;
}
.box-news .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.box-news .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.box-news .swiper-button-next.swiper-button-white,
.box-news .swiper-button-prev.swiper-button-white{
    background: rgba(255,255,255,.6);
    padding: 10px 6px;
}
.box-video{
    width: 80%;
    height: 500px;
    margin: 0 auto;
    background: #ccc;
    border: 1px solid #ccc;
}
/* 搜索内容第一条 */
.info-box {
    width: 765px;
    border: 1px solid #D7D7D7;
    margin: 10px 0;
}
.info-box .title {
    color: #E00000;
    font-size: 14px;
    font-weight: bold;
    border-left: 4px solid #E00000;
    line-height: 38px;
    padding-left: 10px;
    border-bottom: 1px solid #D7D7D7;
}
.info {
    padding: 30px;
}
.info dt {
    float: left;
}
.info dt img{
    width: 158px;
    height: 103px;
    padding: 2px;
    border: 1px solid #D7D7D7;
}
.info dt p {
    width: 145px;
    line-height: 28px;
    border: 1px solid #D7D7D7;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
.info dd {
    width: 520px;
    margin-left:20px;
    float: left;
}
.info dd p {
    font-size: 12px;
    color: #525751;
    line-height: 26px;
}
.info dd p:nth-child(1) {
    font-size: 14px;
    color: #E00000;
    line-height: 36px;
    margin-left: 10px;
    position: relative;
}
.info dd p:nth-child(1)::before {
    content: '';
    font-size: 0;
    line-height: 0;
    border-width: 4px;
    border-color: red;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 13px;
    left: -9px;
}
.info dd p:last-child{
    float: left;
}
.info dd span {
    cursor: pointer;
    margin-left: 4px;
}
.swiper-container {
	z-index: 0;
}