* {
    box-sizing: border-box;
    color: #333;
    /*修改统一字体*/
}

div::after {
    content: '';
    display: block;
    clear: both;
}

html,
body,
div,
p,
h4,h2{
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif
}

html,
body {
    width: 100%;
    min-height: 100%;
    background-color: #fff
}

table,
tr,
td,
ul,
li {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0
}

a {
    color: #333;
    border: 0;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    background-color: #fff;
}

video,
audio {
    width: 100%;
}

.btn_pointer {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex-box {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex1 {
    flex: 1
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.ellipsis1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}

.ellipsis2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.w50 {
    width: 50%;
}

.hidden {
    display: none !important;
}

.mt8 {
    margin-top: 8px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt65 {
    margin-top: 65px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ptop10 {
    padding-top: 10px;
    padding-left: 15px;
}

.outside-container {
    width: 1400px;
    margin: 0px auto;
}

.container {
    width: 1400px;
    /*去除高度margin:20px auto 0px auto;*/
}

.mt40 {
    margin-top: 28px;
}

.margin_top_30_px {
    margin-top: 30px
}

.margin_top_40_px {
    margin-top: 40px
}

/*网站顶部*/
.top-block {
    min-width: 1400px;
    height: 43px;
    /*取色修改*/
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.top-block-1 {
    width: 40%;
    margin-top: 10px;
   
}
.m-header-user{line-height: 40px;}
.top-block-2 {
    width: 60%;
}

.show-date {
    /* width:100px; */
    /* height:20px; */
    font-size: 12px;
    line-height: 24px;
}

.show-weekday {
    width: 50px;
    height: 20px;
    font-size: 12px;
    margin-left: 15px;
    line-height: 24px;
}

.weather {
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
}

.search-box {
    width: 200px;
    height: 20px;
    margin-top: 13px;
}

.search-box img {
    width: 20px;
    height: 20px;
}

.top-block-2-1 {
 height: 50px;
}




/*网站标题行*/
.logo-block {
    height: 110px;
}

.logo-block-1 {
    width: 55%;
    height: 70px;
    margin-top: 20px;
}

.logo-block-1 img {
    height: 70px;
    object-fit: contain;
}

img.sp-line {
    width: 1px;
    height: 70px;
    margin-left: 30px;
    margin-right: 20px;
}

.logo-desc {
    width: 380px;
    height: 60px;
    margin-top: 6px;
    font-size: 14px;
    color: grey;
}

.logo-desc-1 {
    padding-bottom: 8px;
    width: 380px;
}

.logo-desc-1 span {
    font-size: 14px;
}

.logo-block-2 {
    width: 45%;
    margin-top: 30px;
}

.logo-block-2 a{ display:table-cell;vertical-align:middle;}

.logo-block-2 img {
    margin-bottom: 3px;
}

img.logo-block-2-1 {
   /* width: 161px;*/
    object-fit: contain;
    padding-right: 28px;
    display:inline; vertical-align: middle;
}

img.logo-block-2-2 {
     width: 162px;
    object-fit: contain;
    padding-right: 28px;
    display:inline; vertical-align: middle;
}

img.logo-block-2-3 {
    /*  width: 145px;*/
    object-fit: contain;
    padding-right: 28px;
    display:inline; vertical-align: middle;
}

img.logo-block-2-4 {
    width: 110px;
    object-fit: contain;
    padding-right: 20px;
    display:inline; vertical-align: middle;
    margin-top: -10px;
}

/*频道行1*/
.channel-block-1 {
    height: 53px;
    background-color: #d80c18;
    padding-left: 20px;
}

.channel-block-1-1 {
    width: 50%;
    margin-top: 16px;
}

.channel-block-1-1 a {
    color: white;
    font-size: 18px;
}

.channel-block-1-1 strong {
    color: white;
    font-size: 18px;
}

/*频道行2*/
.channel-block-2 {
    height: 53px;
    background-color: #f7f7f7;
}

.channel-block-2-1 {
    width: 50%;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 20px;
}

.channel-block-2-2 {
    width: 650px;
    font-size: 16px;
    margin-top: 16px;
}

/*习近平专题*/
.xjp-block {
    background: url("../images/xjp-top.png") no-repeat;
    height: 160px;
   /* margin-bottom: 20px;
    padding-top: 20px;*/
}
.xjp-block-1{margin-top: 35px; margin-bottom: 10px;}

.xjp-block-1 a {
    width: 1800px;
    height: 60px;
    margin-top: 40px;
   
    color: #317cbb;
    font-size: 35px;
    font-weight: bold;
}

.xjp-block-2 {
    
 
/*    color: #317cbb;*/
    font-size: 14px;
    justify-content: center;
    padding-top: 15px;
}

.xjp-block-2 a {
    margin-left: 30px;
    color: #317cbb;
    font-size: 14px;
    font-weight: bold;
}

.xjp-block-3 {
    width: 1200px;
    height: 18px;
    margin-top: 15px;
    margin-left: 120px;
    color: #317cbb;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}

.xjp-block-3 a {
    color: grey;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

/*banner*/
.banner-block-1 {
    margin-top: 10px;
    margin-bottom: 0px;

}
}

.banner-block-1 img {
    width: 1400px;
    object-fit: contain;
}

/*ad-block*/
.ad-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ad-block-1 {
    margin-top: 10px;
}

.ad-block-1 a {
    font-size: 14px;
    color: gray;
    margin-left: 8px;
}

.ad-block-1 .ad_red {
    color: red
}

.ad-block-2 {
    height: 89px;
    background-color: grey;
    margin-top: 10px;
}

.ad-block-3 {
    
    margin-top: 6px;
}

.ad-block-3 a {
    font-size: 14px;
    color: gray;
    margin-left: 8px;
}

.ad-block-3 .ad_red {
    color: #ff0000;
}

/*toutiao_block*/
.toutiao-block {
    height: 75px;
}

.toutiao {
    width: 1120px;
    height: 75px;
}

.leader {
    width: 280px;
    height: 75px;
}

.toutiao a {
    color: #317cbb;
    font-size: 30px;
    font-weight: bold;
}

.shuji a {
    color: #317cbb;
    font-size: 16px;
    font-weight: bold;
}

.shizhang a {
    color: #317cbb;
    font-size: 16px;
    font-weight: bold;
}

.Headlines_pic {
    float: right;
    width: 320px;
}

.Headlines_pic .Headlines_pic_ {
    float: left;
    width: 157px;
    /*height:82px;*/
    overflow: hidden;
}



/*滚动新闻*/
.block-box-2 {
    height: 36px;
    background-color: #f7f7f7;
}

.block-box-2 .block-1 {
    width: 100%;
    height: 36px;
}

.block-box-2 .block-1 .title {
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 15px;
}

.block-box-2 .block-1 .list {
    width: 1300px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.block-box-2 .block-1 .list .list-box {
    position: relative;
    min-width: 2600px;
}

.block-box-2 .block-1 .list a {
    color: #666666;
    padding: 0 20px 0 12px;
    display: inline-block;
}

/*轮播图块*/

.block-box-1 {
    width: 1400px;
    margin-top: 28px;
    clear: both;
    height: 573px;
}

.block-box-1 .block-1 {
    width: 865px;
    height: 649px;
}

.block-box-1 .block-1 #contentPic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.block-box-1 .block-1 #contentPic img {
    width: 100%;
    height: 573px;
}

.block-box-1 .block-1 #contentPic .swiper-slide {
    position: relative;
}

.block-box-1 .block-1 #contentPic .swiper-slide p {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 4px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    padding-right: 80px;
    padding-left: 10px;
    width: 640px;
    margin-bottom: 2px;
}

.block-box-1 .block-1 #contentPic .swiper-pagination {
    text-align: right;
    bottom: 18px;
    left: -15px;
}

.block-box-1 .block-1 #contentPic .swiper-pagination-bullet {
    background: #fff;
}

.block-box-1 .block-1 #contentPic .swiper-pagination-bullet-active {
    background: #fcb833;
}

.block-box-1 .block-1 #contentPic .swiper-pagination-bullet {
    opacity: 1;
}

.block-box-1 .block-2 {
    width: 535px;
    height: 573px;
    margin-left: 35px;
    overflow: hidden;
}

/*.block-box-1 .block-2 h2{font-size:18px;width:100%;}
.block-box-1 .block-2 h2 a{display:block;height:25px;width:100%;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.block-box-1 .block-2 ul{margin-top:8px;}*/
.block-box-1 .block-2 ul li {
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
}

.block-box-1 .block-2 ul li.yc {
    padding-left: 38px;
}

.block-box-1 .block-2 ul li.yp {
    padding-left: 28px;
}

.block-box-1 .block-2 ul li a {
    color: #333;
    font-size: 18px;
}


/*专题滚动*/
.block-box-3 {
    width: 1400px;
    background: #f3f3f3;
    height: 253px;
}

.block-box-3 .block-1 {
    width: 1400px;
    clear: both;
    height: 253px;
}

.block-box-3 .block-1 .title {
    width: 51px;
    height: 100%;
}

.block-box-3 .block-1 .title img {
    width: 51px;
    height: 100%;
}

.block-box-3 .block-1 .list {
    width: 1349px;
    overflow: hidden;
    position: relative;
}

#zdContentPic {
    overflow: hidden;
    position: relative;
    width: 93%;
    padding: 20px 0;
    margin: 0 auto;
}

#zdContentPic img {
    width: 300px;
    height: 185px;
}
#zdContentPic .trans_title{
font-size: 14px;
line-height: 40px;
text-align: center;

}


#zdContentPic .swiper-slide {
    width: 300px;
}

.block-box-3 .block-1 .list .swiper-button-next,
.block-box-3 .block-1 .list .swiper-container-rtl .swiper-button-prev {
    margin-top: 0;
    width: 14px;
    height: 24px;
    background: url(https://xld.ldnews.cn//front_images/xld/index2021/images/right.png) no-repeat left top;
    top: 40%;
    right: 15px;
    outline: none;
}

.block-box-3 .block-1 .list .swiper-button-prev,
.block-box-3 .block-1 .list .swiper-container-rtl .swiper-button-next {
    margin-top: 0;
    width: 14px;
    height: 24px;
    background: url(https://xld.ldnews.cn//front_images/xld/index2021/images/left.png) no-repeat left top;
    top: 40%;
    left: 15px;
    outline: none;
}

.block-box-3 .block-1 .list .swiper-button-next:after,
.block-box-3 .block-1 .list .swiper-button-prev:after {
    color: #898989;
    font-size: 25px;
    outline: none;
}

.block-box-3 .block-1 .list p {
    color: #333;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-box-3 .block-1 .list p a {
    color: #333;
}

/*内容块1*/
.content-block-1 {}

.content-block-1-left {
    width: 448px;
}

.content-block-1-center {
    width: 567px;
    margin-left: 28px;
    background-color: #f9f9f9;
}

.content-block-1-right {
    width: 329px;
    margin-left: 28px;
}




.content-block-1-left-1 {
    width: 448px;
    clear: both;
    overflow: hidden;
}

.content-block-1-left-1 .block-1 .title-box {
    width: 100%;
    height: 55px;
    position: relative;
    display: inline-block;
}

.content-block-1-left-1 .block-1 .title-box:after {
    clear: both;
    overflow: hidden;
}

/*


.content-block-1-left-1 .block-1 .title-box .title-2{width:460px;}
.content-block-1-left-1 .block-1 .title-box .title-2 a{color:black;margin-top:15px;font-size:24px;;display:inline-block;height:24px;line-height:24px;padding:0 5px;font-weight:bold;}
.content-block-1-left-1 .block-1 .title-box .title-2 a:last-child{border:none;}
.content-block-1-left-1 .block-1 .title-box .title-2 a.act{color:red;}
.content-block-1-left-1 .block-1 .title-box .title-2 a:hover{text-decoration: none;}
.content-block-1-left-1 .block-1 .list-box{width:100%;clear:both;overflow:hidden;margin-top:5px;}
.content-block-1-left-1 .block-1 .list{width:100%;clear:both;}
.content-block-1-left-1 .block-1 .list .list-2{width:360px;}
.content-block-1-left-1 .block-1 .list .list-2 li{line-height:37px;height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.content-block-1-left-1 .block-1 .list .list-2 li a{color:#333;font-size:18px;}
.content-block-1-left-1 .block-1 .list ul li, .content-block-1-left-1 .block-2 .list ul li{line-height:37px;height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;}
.content-block-1-left-1 .block-1 .list ul li a, .content-block-1-left-1 .block-2 .list ul li a{color:#333;font-size:16px;font-weight:400;}
.content-block-1-left-1 .block-1 .list ul.mt12{margin-top:12px;}
.content-block-1-left-1 .position{position:relative;}
.content-block-1-left-1 .position p{position:absolute;width:100%;height:40px;bottom:5px;line-height:40px;text-align:center;font-size:18px;color:#fff;}
.content-block-1-left-1 .position p a{color:#fff;}




*/

.content-block-1-center-1 {
    width: 567px;
    clear: both;
    overflow: hidden;
}

/*

.content-block-1-center-1 .block-1 .title-box{width:100%;height:55px;position:relative;display:inline-block;}
.content-block-1-center-1 .block-1 .title-box:after{clear:both;overflow:hidden;}
.content-block-1-center-1 .block-1 .title-box .title-2{width:456px;}
.content-block-1-center-1 .block-1 .title-box .title-2 a{color:black;margin-top:15px;font-size:24px;;display:inline-block;height:24px;line-height:24px;padding:0 5px;font-weight:bold;}
.content-block-1-center-1 .block-1 .title-box .title-2 a:last-child{border:none;}
.content-block-1-center-1 .block-1 .title-box .title-2 a.act{color:red;}
.content-block-1-center-1 .block-1 .title-box .title-2 a:hover{text-decoration: none;}

.content-block-1-center-1 .block-1 .title-box .title a{color:black;margin-top:15px;font-size:24px;;display:inline-block;height:24px;line-height:24px;padding:0 5px;font-weight:bold;}
.content-block-1-center-1 .block-1 .title-box .title a.act{color:red;}


.content-block-1-center-1 .block-1 .list-box{width:100%;clear:both;overflow:hidden;margin-top:5px;}
.content-block-1-center-1 .block-1 .list{width:100%;clear:both;}




/**
.content-block-1-center-1 .block-1 .list .list-2{width:360px;}
.content-block-1-center-1 .block-1 .list .list-2 li{line-height:37px;height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;}
.content-block-1-center-1 .block-1 .list .list-2 li a{color:#333;font-size:16px;font-weight:400;}

.content-block-1-center-1 .block-1 .list ul li, .content-block-1-center-1 .block-2 .list ul li{line-height:37px;height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;}
.content-block-1-center-1 .block-1 .list ul li a, .content-block-1-center-1 .block-2 .list ul li a{color:#333;font-size:16px;font-weight:400;}
.content-block-1-center-1 .block-1 .list ul.mt12{margin-top:12px;}**/


.content-block-1-center-1 .position {
    position: relative;
}

.content-block-1-center-1 .position p {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.content-block-1-center-1 .position p a {
    color: #fff;
}

/**

.content-block-1-left-2 a{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;margin-top:15px;}

**/
.content-block-1-left-3 {
    width: 443px;
    height: 77px;
    border-radius: 10px;
    border: 1px solid #666666;
    margin-top: 10px;
    background-color: #f9fbfc;
    padding-left: 20px;
    ;
}

.content-block-1-left-3-1 {
    width: 140px;
    height: 77px;
}

.content-block-1-left-3-2 {
    width: 140px;
    height: 77px;
}

.content-block-1-left-3-3 {
    width: 140px;
    height: 77px;
}

.content-block-1-left-3-1 img {
    width: 20px;
    height: 20px;
}

.content-block-1-left-3-2 img {
    width: 20px;
    height: 20px;
}

.content-block-1-left-3-3 span {
    width: 88px;
    height: 20px;
    background-color: tomato;
}

.content-block-1-left-3-3 span a {
    color: white;
}

.content-block-1-center-2 a {
    margin-top: 15px;
}

.content-block-1-right-1 img {
    height: 205px;
    object-fit: contain;
}

.content-block-1-right-1 span {
    height: 43px;
    background-color: #c8161d;
    color: white;
    font-size: 20px;
    line-height: 43px;
    padding-left: 15px;
}

/**
.content-block-1-right-2 li{margin-top:15px;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}


**/


/*内容块2*/
.content-block-2 {}

.content-block-2-left {
    width: 448px;
}

.content-block-2-center {
    width: 567px;
    margin-left: 28px;
}

.content-block-2-right {
    width: 329px;
    margin-left: 28px;
}

/**
.content-block-2-left img{height:76px;}**/
/*轮播图4*/
.block-box-4 {
    width: 100%;
    margin-top: 20px;
    clear: both;
    height: 264px;
}

.block-box-4 .block-1 {
    width: 440px;
    height: 264px;
}

.block-box-4 .block-1 #contentPic1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.block-box-4 .block-1 #contentPic1 img {
    width: 100%;
    height: 264px;
}

.block-box-4 .block-1 #contentPic1 .swiper-slide {
    position: relative;
}

.block-box-4 .block-1 #contentPic1 .swiper-slide p {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 4px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    padding-right: 80px;
    padding-left: 10px;
}

.block-box-4 .block-1 #contentPic1 .swiper-pagination {
    text-align: right;
    bottom: 18px;
    left: -15px;
}

.block-box-4 .block-1 #contentPic1 .swiper-pagination-bullet {
    background: #fff;
}

.block-box-4 .block-1 #contentPic1 .swiper-pagination-bullet-active {
    background: #f00;
}

.block-box-4 .block-1 #contentPic1 .swiper-pagination-bullet {
    opacity: 1;
}

.fjf {
    width: 440px;
    height: 77px;
    margin-top: 15px;
}

.baozhi {
    padding: 10px;
    text-align: center;
}

/*娄底县市切换*/
.block-box-5 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.block-box-5 .block-1 .title-box {
    width: 100%;
    height: 55px;
    position: relative;
    display: inline-block;
}

.block-box-5 .block-1 .title-box:after {
    clear: both;
    overflow: hidden;
}

.block-box-5 .block-1 .title-box .title-2 {
    width: 456px;
}

.block-box-5 .block-1 .title-box .title-2 a {
    color: #999999;
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-weight: 400;
}

.block-box-5 .block-1 .title-box .title-2 a:last-child {
    border: none;
}

.block-box-5 .block-1 .title-box .title-2 a.act {
    color: white;
    background-color: #c8161d;
}

.block-box-5 .block-1 .title-box .title-2 a:hover {
    text-decoration: none;
}

.block-box-5 .block-1 .list-box {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-top: 5px;
}

.block-box-5 .block-1 .list {
    width: 100%;
    clear: both;
}

/**红底标签**/
.content-block-2-right-1 {
    height: 43px;
    font-size: 20px;
    background-color: #c8161d;
    color: white;
    line-height: 43px;
}

.content-block-2-right-1 span {
    margin-left: 15px;
    height: 43px;
    font-size: 20px;
    background-color: #c8161d;
    color: white;
    line-height: 43px;
}

/*
.block-box-5 .block-1 .list .list-2{width:360px;}
.block-box-5 .block-1 .list .list-2 li{line-height:37px;height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;}
.block-box-5 .block-1 .list .list-2 li a{color:#333;font-size:18px;font-weight:400;}
.block-box-5 .block-1 .list ul li, .block-box-5 .block-2 .list ul li{line-height:37px;height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;}
.block-box-5 .block-1 .list ul li a, .block-box-5 .block-2 .list ul li a{color:#333;font-size:18px;font-weight:400;}
.block-box-5 .block-1 .list ul.mt12{margin-top:12px;}

.block-box-5 .position{position:relative;}
.block-box-5 .position p{position:absolute;width:100%;height:40px;bottom:5px;line-height:40px;text-align:center;font-size:18px;color:#fff;}
.block-box-5 .position p a{color:#fff;}
.block-box-5 .block-1 .list-box .list .list-2 span{color:#999999;font-size:32px;line-height: 20px;margin-right:10px;}

.content-block-2-right-1{height:43px;font-size:20px;background-color: #c8161d;color:white;line-height: 43px;}
.content-block-2-right-1 
.content-block-2-right-2 img{height:142px;width:220px;}
.content-block-2-right-3 a{margin-top:20px;}**/
.content-block-2-right-4 img {
    width: 85px;
    object-fit: contain;
}

.content-block-2-right-4 a {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}

.content-block-2-right-4 span {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}




/*内容块3*/
.content-block-3-left {
    width: 448px;
}

.content-block-3-center {
    width: 567px;
    margin-left: 20px;
}

.content-block-3-right {
    width: 329px;
}

.content-block-3-left-1 span {
    margin-left: 15px;
    height: 43px;
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
}

/*
.content-block-3-left-2 img{height:138px;width:212px;}
.content-block-3-left-3 li{margin-top:15px;}/

.content-block-3-center-1 a{font-size:14px;color:gray;margin-right: 5px;margin-top:15px;}
.content-block-3-center-1 span{font-size:14px;color:gray;margin-right: 5px;margin-top:15px;}
.content-block-3-center-2 li{margin-top:20px;}

.content-block-3-center-2 a{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}
*/

.content-block-3-center-1 a {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    margin-top: 15px;
}

.content-block-3-center-1 span {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    margin-top: 15px;
}



.content-block-3-right-1 img {
    width: 329px;
    object-fit: contain;
}

.content-block-3-right-2 img {
    width: 20px;
    object-fit: contain;
}

/*广告块2
.ad-banner-block-2{height:139px;background-color: grey;}*/

/*内容块4*/
.content-block-4 {
    width: 1400px;
}


.content-block-4-left {
    width: 456px;
}

.content-block-4-center {
    width: 456px;
    margin-left: 20px
}

.content-block-4-right {
    width: 456px;
    margin-left: 20px;
}


/*内容块5*/
.content-block-5 {
    width: 1400px;
}

.content-block-5-left {
    width: 456px;
}

.content-block-5-center {
    width: 456px;
    margin-left: 20px;
}

.content-block-5-right {
    width: 456px;
    margin-left: 20px;
}

/*广告块3*/
.ad-banner-block-3 {
    width: 1400px;
    height: 80px;
}

/*内容块6*/
.content-block-6 {
    width: 1400px;
}

.content-block-6-left {
    width: 456px;
}

.content-block-6-center {
    width: 456px;
    margin-left: 20px;
}

.content-block-6-right {
    width: 456px;
    margin-left: 20px;
}

/*网站底部*/
.bottom-block {
    width: 1400px;
    text-align: center;
    color: #f8f8f8;
    min-width: 1400px;
    margin: 0 auto;
}

.bottom-block .about {
    line-height: 53px;
    text-align: center;
    margin-bottom: 27px;
    background-color: #f8f8f8;
}

.bottom-block .about li {
    display: inline;
}

.bottom-block ul li a {
    padding-right: 20px;
    padding-left: 20px;
    display: inline;
    font-size: 16px;
}

.description {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.desc-1 {
    color: red;
}

.desc-4 img {
    width: 20px;
    height: 25px;
}

.desc-5 img {
    width: 134px;
    height: 54px;
}

#last-img {
    width: 72px;
    height: 85px;
}





/*栏目标题*/
.part-title {
    height: 35px;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e5e5e5;
}

.part-title a {
    float: left;
    height: 35px;
    position: relative;
    margin-bottom: -2px;
    padding-right: 17px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: url(https://xld.ldnews.cn//front_images/xld/index2021/images/red_line.gif) no-repeat right bottom;
}

/*栏目标题一*/
.part-title-3 {
    height: 35px;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e5e5e5;
}

.part-title-3 span {
    float: left;
    height: 35px;
    position: relative;
    margin-bottom: -2px;
    padding-right: 17px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: url(https://xld.ldnews.cn//front_images/xld/index2021/images/red_line.gif) no-repeat right bottom;
}







/*文档列表*/
.doc-list li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 18px;
    padding-left: 20px;
    background: url(https://xld.ldnews.cn/front_images/xld/index2021/images/0.gif) no-repeat left 15px;
}

/*图片440x204*/
.pic440x204 {
    width: 450px;
    height: 254px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    margin-left: 0px;
    display: block;
}

.pic440x204 .photo {
    width: 450px;
    height: 204px;
    display: block;
}

.pic440x204 img {
    width: 450px;
    height: 204px;
    display: block;
}

.pic440x204 strong {
    width: 450px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-weight: normal;
    color: #666;
    bottom: 0px;
    left: 0px;
    top: 200px;
    background-color: #f9f9f9;
}

/*选项卡*/
.tab {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    overflow: visible;
    margin-bottom: 20px;
}

.tab li {
    float: left;
}

.tab li a {
    float: left;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

.tab li a:hover {
    text-decoration: none;
}

.tab .lines {
    height: 3px;
    line-height: 0px;
    position: absolute;
    font-size: 0px;
    bottom: -3px;
    background: #e60012 url(/front_images/xld/index2021/images/1.gif) no-repeat right bottom;
}

/*region-image*/
.region-image-title {
    width: 100%;
}

.region-image-title-name {
    font-size: 24px;
    text-align: center;
    width: 220px;
}

.region-image-title-split {
    height: 1px;
    border-bottom: 2px dotted #e5e5e5;
    flex: 1;
    margin-top: 12px;
}

.region-image-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.region-image-content-left {
    width: 450px;
    height: 355px;
    margin-right: 20px;
}

.region-image-content-left img {
    width: 450px;
    height: 355px;
}

.region-image-content-right {
    flex: 1;
    height: 355px;
    flex-wrap: wrap;
}

.image-item {
    width: 290px;
    height: 166px;
    margin-top: 5px;
    /* text-align: center; */
    margin-left: 10px;
    margin-right: 10px;
}

.image-item img {
    width: 290px;
    height: 166px;
}

/**
.image-item p{background-color: #000000;opacity: 50%;width:290px;height:28px;font-size:16px;line-height: 28px;text-align: center;color:#ffffff;position: relative;left:0px;bottom: 45px;}

/*友情链接*/
.link-block {
    width: 1400px;
    /*height:108px;*/
}

.link-title-area {
    width: 1400px;
}

.link-address-area {
    width: 1400px;
}

.link-title {
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    padding: 10px 20px;
}

.link-title-filling {
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    border-right: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    flex: 1;
}

.link-address {
    width: 1400px;
}

.link-address {
    padding: 10px 10px;
    flex-flow: wrap;
    border: #e5e5e5 solid 1px;
    border-top: none;
}

.link-address a {
    margin-right: 15px;
    margin-top: 10px;
}

.link-title-a-act {
    font-weight: bold;
}

.block-box3 {
    line-height: 20px;
    width: 1400px;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.state-text {
    color: #999;
    border-right: 1px solid #e5e5e5;
    padding: 0 15px;
}

.state-text:last-child {
    border-right: none;
}

.block-box4 {
    /*         max-height: 104px;
    max-width: 900px; */
    text-align: center;
    justify-content: center;
    line-height: 32px;
}

.first-line {
    color: red;
}

.third-line {
    color: #507395;
}

.third-line:first-child {
    color: #7e7e7e;
}

.second-line {
    color: #7e7e7e;
}

.small-icon1 {
    max-height: 25px;
    max-width: 20px;
}

.small-icon2 {
    max-height: 54px;
    max-width: 134px;
}

.small-icon3 {
    max-width: 72px;
    max-height: 85px;
}


/***带符号列表***/
.LdnewsList li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 18px;
    padding-left: 20px;
    background: url(../images/list-dot.gif) no-repeat left 19px;
}

/**不带符号列表**/
.LdnewsList2 li {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 18px;
}

.LdnewsList2 li.cm {
    margin-top: 10px;
    font-weight: bold;
}

/**视频列表**/

.VideoList2 li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding-left: 28px;
    background: url(https://xld.ldnews.cn/front_images/xld/index2021/images/icon_play.png) no-repeat left 15px;
}

.VideoList2 li a {
    font-size: 18px;
}

/**标题标签**/
.ftitle {
    font-size: 24px;
    font-weight: bold;
}

.ftitle a.act {
    color: red;
}

h4 {
    font-weight: normal;
}

.listcenter {
    padding-left: 10px;
    padding-right: 10px;
}

.PicList {
    float: left;
}

.PicList li {
    float: left;
    width: 210px;
    height: 123px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 15px;
}

.PicList li:nth-child(even) {
    margin-right: 0px;
}



.photo {
    position: relative;
    overflow: hidden;

}


.photo p {
    position: absolute;
    width: 100%;
    height: 36px;
    /**    line-height: 36px;*/
    text-align: center;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    color: #fff;
}

.photo .shadow {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 55px;
    background: url("../images/photo-shadow6.png");
}

.coloum_pic {
    width: 1400px;
    margin: 0px auto 15px auto;
}

.coloum_pic .coloum_pic_ {
    float: left;
    width: 380px;
    height: 70px;
    margin-right: 1.62%;
}

.coloum_pic .coloum_pic_:nth-child(3n) {
    margin-right: 0px;
}

.coloum_pic2 {
    width: 1400px;
    margin: 20px auto 0px auto;
}

.coloum_pic2 .coloum_pic_ {
    float: left;
    width: 329px;
    height: 60px;
    margin-right: 28px;
    margin-bottom: 28px;
}

.coloum_pic2 .coloum_pic_:nth-child(4n) {
    margin-right: 0px;
}

.coloum_pic3 {
    width: 1400px;
    margin: 10px auto 0px auto;
    overflow: hidden;
}

.coloum_pic3 .coloum_pic_ {
    float: left;
    width: 329px;
    height: 60px;
    margin-right: 28px;
 
}

.coloum_pic3 .coloum_pic_:nth-child(4) {
    margin-right: 0px;
}

.right_bar {
    position: fixed;
    top: 18%;
    right: 5%;
    width: 120px;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
    border-radius: 4px;
    overflow: hidden;
}

.right_bar ul li img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 15px auto 5px;
}

.right_bar ul li {
    text-align: center;
}

@media only screen and (max-width: 1600px) {

    .right_bar {
        /* position: static;
           width: 100%;
           background: #f5f5f5;
           box-shadow: none; */
        display: none;
    }
}

.PicLine li {
    margin-bottom: 15px;
   
}

.left-img {
    width: 140px;
    height: 79px;
    border-radius: 2px;
    margin-right: 10px;
}

.left-img img {
    width: 100%;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.right-title {
    width: 70%;
    overflow: hidden;
}

/*ad-block*/
.ad-block {
    /*height: 140px;*/
    margin-top: 10px;
}

.ad-block-1 {
    margin-top: 10px;
}

.ad-block-1 li {
    font-size: 14px;
    color: gray;
    margin-left: 8px;
}

.ad-block-2 {
    height: 89px;
    background-color: grey;
    margin-top: 10px;
}

.ad-block-3 {
    margin-top: 6px;
}

.ad-block-3 li {
    font-size: 14px;
    color: gray;
    margin-left: 8px;
}

.leader {
    width: 304px;
   /* height: 75px;*/
}

.top-header-history:hover {background-color: #d80c18; background-position: -2px -164px;}
.top-header-history:hover { background-position: -10px -87px;}

.top-header-history, .top-header-rss{ margin-top: 0; margin-left: 0; border-right: 1px solid #e5e5e5; height: 50px;  width: 40px;
background-position: -2px -121px;}


.top-header-history { background-position: -10px -129px;}


.icon16x16 {background-image: url(images/ico16x16.png); background-repeat: no-repeat;}


.top-header-history {}

.top-header-history, .top-header-rss, .top-header-msg {width: 24px; height: 25px; margin-left: 7px; margin-top: 10px;}

#calenader .datepanel-week b {
    width: 37px;
}
#calenader .datepanel-date {
    border:none;
}
#calenader .datepanel-date .datepanel-item {
    width: 25px;
}
#calenader .datepanel-date .datepanel-item a {
    color: #f00;
}
#history_index {
    width:40px;
}
#calendarBox .datepanel-month {
    display: block;
}

.ad1{margin-top: 10px; margin-bottom: 5px;}

@media screen and (max-width: 1280px) {
    /*.container{width: 1240px;margin: 0 auto;}
    .ad-block,.banner-block-1,.logo-desc,.coloum_pic3,.coloum_pic2,.block-box-2,.region-image{display: none;}
    .block-box-3 .block-1 .list{width: 1149px;}
    .content-block-1-center-1,.content-block-2-center,.content-block-2-center{width: 457px;}*/
body{
    zoom: 90%;
    }
}