
/* lunbotu */
/* 轮播图 */
.main-left {
    width: 620px;
    height: 315px;
    overflow: hidden;
}
.imgneNew {
    position: relative;
}
.imgLeft {
    width: 620px;
    height: 315px;
    background: #fff;
    position: relative;
    z-index: 1;
    float: left;
}
.area {
    width: 620px;
    position: relative;
    cursor: pointer;
}
/* .prevBtn {
    background: url(../images/left.png) no-repeat;
    width: 50px;
    height: 90px;
    display: block;
    position: absolute;
    left: 10px;
    top: 35%;
    z-index: 99;
} */
/* .nextBtn {
    background: url(../images/right.png) no-repeat;
    width: 50px;
    height: 90px;
    display: block;
    position: absolute;
    right: 10px;
    top: 35%;
} */
.js {
    position: relative;
}
.box01, .imgnew {
    overflow: hidden;
    height: 315px;
    width: 100%;
}
.imgnew a {
    display: block;
    overflow: hidden;
    width: 100%;
}
.imgtext01 {
    position: absolute;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8)!important;
}

.imgtext0101 a {
    color: #fff;
    width: 70%;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-wrap: nowrap;
}
.jsNav {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.jsNav a {
    width: 20px;
    font-size: 14px;
    margin-right: 6px;
    display: inline;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
}
.jsNav a:hover {
    background: red;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
}
.jsNav .imgSelected {
    background: red;
    color: #fff;
    border-radius: 50%;
}
/* 新闻列表 */
.main-right {
    width: 452px;
}
.news-header {
    width: 100%;
    height: 39px;
    line-height: 39px;
    background-color: #F3F7FB;
    border-bottom: 1px solid #CC3333;
}
.btn {
    width: 104px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #CC3333;
    font-size: 16px;
    color: #ffffff;
}
.more {
    margin-right: 10px;
    color: #BF320C;
}
.news-body {
    padding: 5px 10px;
}
.newsLst li {
    cursor: pointer;
    height: 37px;
    margin: 5px 0;
    line-height: 28px;
    color: #333333;
    border-bottom: 1px solid #EDEDED;
    /* list-style-type:disc; */
}
.newsLst li:hover {
    color: #E62429;
}

.newsLst>li.is-new {
   color: #E62429;
}
.newsLst li p {
    position: relative;
    display: inline-block;
    width: 265px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    vertical-align: middle;
    float: left; 
    padding-left: 20px;
}
.newsLst li p::before {
    position: absolute;
    content: "●";
    left: 5px;
    top: 0px;
}
.newsLst li span {
    float: right;
    color: #999999;
}
.newsLst li:last-child {
    border-bottom: 0;
}
.work-COM {
    width: 620px;
    overflow: hidden;
}
.work-COM .newsLst li p {
    width: 420px;
}
.letter-body {
    padding: 12px 30px;
}
.letter-body ul li {
    height: 35px;
    line-height: 35px;
}
.link-body {
    height: 50px;
    line-height: 50px;
}
/* .link-body  ul  {
    display: flex;
    justify-content: space-around;
} */
.link-body  ul  li {
   float: left;
}
.link-body  ul  li:nth-child(odd){
    //width: 13%;
}
.link-body  ul .active {
    color: #E00019;
}
.link-body .line {
    margin: 17px 45px 0px;
}