a{
    color: #000;
}
.news-side-init{
    box-sizing:border-box
}
.news-side-box{
    display: inline;
    padding: 50px 20px;

}
.side-box-left{
    border:1px solid #e5e8ea;
    color: #000;
}
.side-box-left li:not(.news-box-title):hover a{
    color: #0192de;
}
.side-box-left li:not(.news-box-title):hover {
    cursor: pointer;
}
.news-side-box ul li{
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 30px;
    border-bottom:1px dotted #ccc;
}
.fl-left{
    float: left;
}
.fl-right{
    float: right;
}
/* .wd80{
  width: 75%;  
}
.wd20{
  width: 25%;  
} */
/* 1366px */
.news-side-box-left{
    width: 336px;  
}
.news-side-right{
    width: 1000px;
}
.detail .content{
    overflow: hidden;
}
.newsList .date{

}
.news-box-title{
    width: auto;
    font-size: 18px;
    background-color: #0192de;
    /* padding: ; */
    /* padding: 10px; */
}
.news-box-title a{
    color: #FFF;
}
.news-box-title-icon{
    background: url(../images/right.png) no-repeat;
    width: 16px;
    /* position: absolute; */
    height: 16px;
    left: 0;
    top: 0;
    padding-right: 20px;
}
.news-side-right .news-side-title{
    position: relative;
    border-bottom: 1px solid #025193;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
}
.news-side-title span{
    color: #fff;
    cursor: pointer;
    padding: 30px;
    font-size: 16px;
    font-weight: normal;
    background: #0192de;
}
.news-side-more {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
}
.newsList  {
    padding: 50px 10px;
}
.newsList li {
    padding: 0;
    border:none
}
.news-side-date{
    width: 120px;
    /* padding: 0 10px; */
    color: #929292;
    padding-left: 10px;
}
.news-side-date span,
.news-side-date p{
    display: inline;
}
.news-side-text{
    display: flex;
    align-items: center;
}
.newsTitle:hover{
    color: #0192de;
}
.newsList .news {
    height: 40px;
}
.newsList .newsTitle{
    box-sizing: border-box;
    width: 800px;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    /* padding-left: 15px; */
}
.news-side-right .side-right-box{
    padding-bottom: 40px;
}
.news-side-content li{
    position: relative;
    list-style: none;
}
.side-li-dot{
    content: " ";
    position: absolute;
    /* left: 0;
    top: 50%; */
    width: 6px;
    height: 6px;
    background-color: #00c5f2;
    border-radius: 50%;
    /* transform: translate(0,-50%); */
}