* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Microsoft YaHei;
    text-decoration: none;
    box-sizing: border-box;
}


.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body{
    background: #98090C;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.box {
    height: auto;
    width: 100%;
    background: #ffffff;
}

.content {
    background-image: url(../images/jd100/allbag.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 356px;
    position: relative;
    min-width: 1280px;
}

.con-box {
    width: 1280px;
    background-color: #fff;
    padding: 32px 24px 100px;
    margin: 0 auto;
}

.zyjs {
    position: relative;
}

.zyjs .tag {
    width: 210px;
    height: 76px;
    background-image: url(../images/jd100/piaodai.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}



/* 棣栭〉鏁堟灉 */
.slideTopBox .hd ul li {
    position: relative;
}

.slideTopBox .hd ul li i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 4px;
    background: #C61B13;
}

.slideTopBox .hd ul li.on i {
    width: 50px;
    transition: 5s linear;
}

#slideTopBox .hd ul li.on {
    background: #D9D9D9;
}



/* SuperSlider杞挱鍥� */
#slideTopBox .bd ul {
    width: 100% !important;
}

#slideTopBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100% !important;
    /* height: 228px; */
    display: block;
    position: absolute;
}

.slideTopBox .bd li a {
    width: 100%;
}

.slideTopBox {
    width: 100%;
    /* min-width:1200px; */
    /* height: 228px; */
    overflow: hidden;
    position: relative;
    padding: 0 50px;

}

.slideTopBox .hd {
    height: 4px;
    overflow: hidden;
    position: absolute;
    right: 922px;
    bottom: 8px;
    z-index: 1;
}

.slideTopBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

#slideTopBox .hd ul li {
    border-radius: 0;
    width: 50px;
    height: 4px;
}

#slideTopBox .hd {
    right: calc(56% - 126px);
}

.slideTopBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    cursor: pointer;
    border-radius: 50%;
}

.slideTopBox .hd ul li.on {
    background: #C61B13;
}


.slideTopBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideTopBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideTopBox .bd img {
    width: 350px;
    height: 228px;
    display: block;
}

/* @media screen and (max-width: 1440px) {

    .slideTopBox,
    .slideTopBox .bd img {
        height: 228px;
    }
} */
.zyjs {
    margin-bottom: 70px;
}

.zyjs .bd .tTit {
    text-align: center;
    padding: 18px 182px;
    font-size: 24px;
    font-weight: bold;
    color: #C61B13;
}

.zyjs .bd .l-img {
    float: left;
}

.zyjs .bd .r-txt {
    float: left;
    width: 716px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin-left: 35px;
    margin-top: 5px;
}


.allps {
    padding: 0 50px;
    width: 50%;
    height: 380px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}

.allps .topTag {
    margin-bottom: 16px;
    border-bottom: 2px solid #EFEFEF;
}

.allps .topTag .t-l {
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.allps .topTag .t-l>span {
    font-size: 24px;
    font-weight: bold;
    color: #C11215;
    float: left;
}

.allps .topTag .t-l>hr {
    display: block;
    width: 100%;
    border-top: 2px solid #C30D23;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.allps .topTag .t-r {
    float: right;
    display: inline-block;
    line-height: 40px;
}

.allps .topTag .t-r>a {
    font-size: 14px;
    font-weight: 400;
    color: #A4A4A4;
}

.allps .topTag .t-r>a:hover {
    color: #C11215;
}

.allps .allList ul {
    list-style: none;
}
.dsjy ul{
margin-top: 20px;
}

.allps .allList ul li {
    margin-bottom: 28px;
}

.allps .allList ul li>a>div>span {
    display: inline-block;
    width: 80%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.allps .allList ul li>a>div>span:last-child{
    text-align: right;
    width: 20%;
}

.allps .allList ul li>a>div>span:last-child {
    font-size: 14px;
    float: right;
    color: #999999;
}

.allps .allList ul li>a:hover div span {
    color: #C11215;
}

.jddt .allList .descr {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jddt .allList .descr p span{
    font-size: 14px !important;
    font-family: Microsoft YaHei !important;
line-height: normal;
}

.jddt .allList ul li {
    margin-bottom: 36px;
}

.jddt .allList ul li>a>div {
    line-height: 30px;
}


.dsjy .ds-f>.d-l-img {
    float: left;
    width: 194px;
    height: 128px;
}

.dsjy .ds-f>.d-l-img>img {
    width: 100%;
    height: 100%;
}

.dsjy .ds-f>.ds-con {
    float: right;
    width: 305px;
    margin-bottom: 30px;
}

.dsjy .ds-f>.ds-con>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #C11215;
    margin-bottom: 18px;
}

.dsjy .ds-f>.ds-con>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    margin-bottom: 22px;
}

.dsjy .ds-f>.ds-con>div p span{
    font-size: 14px !important;
    font-family: Microsoft YaHei !important;
line-height: normal;
}



.dsjy .ds-f>.ds-con>span{
    font-size: 14px;
    font-weight: 400;
    color: #868686;
}

.content .con-b-img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

@media screen and (max-width: 750px) {
    body {
        width: 300%;
    }
}