
body {
    MARGIN: 0 auto;
    PADDING: 0px;
    font-family: '微软雅黑';
    font-size: 14px;
    margin-left: 0px;
    margin-top: 0px;
    color: #333333;
}

#jtdt {
    width: 1200px;
    margin: 0 auto;
}

#jtdt_con{
    clear: both;
    overflow: hidden;
}

#jtdt_left {
    width: 590px;
    float: left;
    background-color: #fafafa;
}
.news_lb {
    position: relative;
    overflow: hidden;
}
.slideBox {
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 8px;
    z-index: 1;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.sliderBox .hd ul li.on{
    background: #f00;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd .item {
    /*position: absolute;*/
}

.slideBox .bd .item .mytitle{
    z-index: 10000;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,.5);
    padding-left: 10px;
    margin-top: -40px;
}
.slideBox .bd .item a {
    display: block;
    position: relative;
    width: 530px;
    height: 335px;
}
.bdslideimg{

}
.bdimg{
    z-index: -1;
    width: 530px;
    height: 335px;
    position: absolute;
    top:0;
    left:0;
    display: none;
}

.circle {
    position: absolute;
    top: 420px;
    left: 20%;
}
.circle li {
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-left: 3px;
}
.current {
    background-color: #fff;
}

img {
    vertical-align: top;
    border: 0;
}
a:link {
    text-decoration: none;
}
#jtdt_rig {
    width: 590px;
    float: right;
}
#jtdt_rig1 {
    width: 613px;
    height: 415px;
    float: left;
    margin-left: 30px;
}
#jtdt_tit {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
#jtdt_tit a{
    width: 50%;
    display: block;
}

#jtdt_tit a h3 {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    border-top: 2px solid transparent;
}

#jtdt_tit a.on h3{
    border-color: #0b6fcf;
    background-color: rgb(244,244,244);
}
#jtdt_tit span {
    width: 50px;
    float: right;
    padding: 3px;
    line-height: 30px;
}
#jtdt_tit1 {
    width: 100%;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
#jtdt_tit1 h3 {
    font-size: 19px;
    line-height: 35px;
    float: left;
    /* padding: 5px; */
  color:#b10004;
  font-weight:550;
    border-bottom: 2px solid #0b6fcf;
}
#jtdt_tit1 span {
    width: 50px;
    float: right;
    padding: 3px;
    line-height: 30px;
}
#jtdt_rig_top {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: dashed 1px #dbdbdb;
    margin-bottom: 10px;
}
#jtdt_rig_top h3 {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    margin: 0;
}
.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
#jtdt_rig_top p {
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
#jtdt_rig_topp {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: dashed 1px #dbdbdb;
}
#jtdt_rig_topp h3 {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
}
#jtdt_rig_topp p {
    text-indent: 2em;
    line-height: 27px;
    font-size: 17px;
}

.jtdt_rig_img{
    width: 530px;
    height: 335px;
}
.jtdt_rig .newTitle,
#jtdt_rig .newTitle {
    font-size: 24px;
    line-height: 1.5;
    color: #2479bf;
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

.jtdt_rig .newTitle img,
#jtdt_rig .newTitle img {
    width: 468px;
    height: 16px;
    text-align: right;
    margin-left: 7px;
}

.jtdt_rig .newTitle:before,
#jtdt_rig .newTitle:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    background-color: #ddd;
    width: 4px;
    height: 20px;
}

.jtdt_rig .newTitle.blue:after,
#jtdt_rig .newTitle.blue:after {
    position: absolute;
    left: 0;
    top: 18px;
    content: '';
    background-color: #2479bf;
    width: 4px;
    height: 10px;
}

.jtdt_rig .newTitle.red:after,
#jtdt_rig .newTitle.red:after {
    position: absolute;
    left: 0;
    top: 18px;
    content: '';
    background-color: #c90915;
    width: 4px;
    height: 10px;
}

.jtdt_rig .newTitle.red,
#jtdt_rig .newTitle.red {
    color: #c90915;
}
.list {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.list li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.list li a {
    overflow: hidden;
    float:left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 480px;
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.list li span {
    width: 110px;
    font-size:16px;
    color: #999;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: right;
}
.jtdt_rig_content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

/*集团动态上面的文章 B*/

.headline-news{
    width: 65%;
    align-items: center;
    justify-content: center;
    margin: 20px auto 50px auto;
    margin:0px auto;
    margin-top: 140px;
    text-align: center;
    max-width: 1070px;
}
.headline-news-title{
    width: 90%;
    margin: 0 5%;
}
.headline-news-title a{
    width: 810px;
    font-weight: bold;
    color: #b10004;
    text-align: center;
    font-size: 38px;
}
.headline-news-content p{
    line-height: 26px;
    margin-top: 19px;
    font-size: 16px;
    font-weight: normal;
    color: #abadaf;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/*集团动态上面的文章 E*/
