#dj a {
    color: inherit;
}

.content-link {
    width: 1500px;
    margin: 0px auto;
    color: #333;
    text-align: left;
    font-size: 18px;
    padding: 30px 0;
}

.dj-news-content {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.dj-news-banner {
    /*width: 520px;*/
    /*height: 390px;*/
    width: 44%;
    float: left;
}

.dj-news-list {
    width: 54%;
    float: left;
    /*height: 390px;*/
    border: 1px solid #CCCCCC;
}

.dj-title-bg {
    line-height: 90px;
    margin: 30px auto 0 auto;
    background: url(../image/btbg.png) no-repeat;
    background-size: 100%;
    height: 92px;
    position: relative;
}

.dj-title-bg h2 {
    font-size: 28px;
    font-weight: 400;
    width: 174px;
    position: absolute;
    left: 50%;
    margin-left: -87px;
    color: white;
    z-index: 999;
    background: #991F0B;
}

.dj-title-bg hr {
    width: 304px;
    border: 1px solid #ffffff;
    position: absolute;
    height: 0px;
    bottom: 30px;
    left: 50%;
    margin-left: -152px;
}

.dj-change-banner {
    margin: 0px auto;
    margin-bottom: 40px;
}

.dj-suject-news {
    margin: 0px auto;
    overflow: hidden;
}

.dj-subject-list {
    width: 32%;
    height: 484px;
    float: left;
}

.dj-subject-list:last-child {
    margin-right: 0px;
}

.dj-subject-title {
    height: 55px;
    width: 100%;
    background: url(../image/subtitle.png) no-repeat;
    background-size: cover;
    color: white;
    font-size: 22px;
    position: relative;
}

.dj-subject-title span, .dj-subject-title img {
    float: left;
}

.dj-subject-title img {
    margin-top: 10px;
    margin-left: 10px;
}

.dj-subject-title span {
    margin-top: 15px;
    margin-left: 10px;
}

.dj-subject-content {
    padding: 15px;
    height: 430px;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0px;
    background: url(../image/lbbg.png) no-repeat;
    /*padding-left: 30px;*/
}

.dj-subject-content ul {
    list-style-type: disc;
    width: 100%;
    float: right;
}

.dj-subject-content ul li {
    cursor: pointer;
    text-align: left;
    margin-bottom: 25px;
    display: flex;
}

.dj-subject-content ul li span{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    overflow: hidden;
    margin-top: 9px;
    margin-right: 10px;
}

.dj-subject-content ul li a {
    flex: 1;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj-subject-content ul li:last-child {
    margin-bottom: 0px;
}

.no-type {
    list-style-type: none !important;
}

.jb {
    position: absolute;
    font-size: 16px;
    right: 15px;
    top: 18px;
}

.dnSlide-btn {
    background: none;
    /*display: none !important;*/
}

.link-down {
    margin: 0px auto;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    background: url(../image/down.png) no-repeat;
}

.dj-change-tab {
    width: 100%;
    overflow: hidden;
    height: 55px;
}

.dj-change-tabItem {
    cursor: pointer;
    float: left;
    width: 50%;
    line-height: 54px;
    font-size: 18px;
    height: 54px;
    border-bottom: 1px solid #ccc;
    color: #000000;
}

.dj-change-tab div.active {
    background: #C6260C;
    color: white;
}

.dj-change-list {
    height: 355px;
    width: 558px;
    padding: 20px 5px;
}

.dj-change-list ul {
    width: 100%;
    padding: 0 30px 0 10px;
    float: left;
    margin-left: 22px;
    list-style-type: disc;
}

.dj-change-list ul li {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.dj-change-list ul li a {
    text-decoration: none;
}

.dycontentactive_message {
    padding-right: 10px;
}

.dycontentactive_message ul {
    list-style-type: disc;
    height: 64%;
}

.dycontentactive_message ul li {
    display: flex;
    font-size: 20px;
    color: #333333;
    line-height: 55px;
    width: 100%;
}
.dycontentactive_message ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.dycontentactive_message ul li:hover {
    color: #C6260C;
}
.dycontentactive_message ul li:first-child{
    font-weight: bold;
    color: #C6260C;
}
.dycontentactive_message ul li span:nth-child(1) {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin: auto 10px;
}

.dycontentactive_message ul li span:nth-child(2) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
}

.dycontentactive_message ul li span:nth-child(3) {
    width: 120px;
    float: right;
    font-size: 16px;
}

.box_title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 20px;
    color: white;
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.display-none {
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
}

#myCarousel .carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -22px;
}