.news-top{
    display: flex;
    /* margin: 60px 0 80px 60px; */
    margin: 125px 0 0 60px;
    align-items: center;
}
.news-top span{
    cursor: pointer;    
}
.news-top span:hover{
    color: #448AEA;
}
.news-top span:nth-child(2){
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 10px;
    border-right: 1px solid #E3E3E3;
    cursor:default;
}
.news-top span:nth-child(2):hover{
    color: #E3E3E3;
}
.pitchTab{
    color: #448AEA;
}
.news-list{
    height: calc(100vh - 145px);
    overflow: hidden;
}
.news-list-line{
    display: flex;
    justify-content: center;
    margin: 0 60px 60px 60px;
    border-bottom: 1px solid #E3E3E3;    
    flex-wrap: wrap;    
}
.news-list-line:last-of-type{
    border-bottom: none;
}
.list-item{
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 50px;
}
.list-item-one{
    display: flex;
    padding-left: 40px;
}
.list-item-one-left{
    margin-left: 100px;
    margin-right: 55px;
    display: flex;
    flex-direction: column
}
.list-item-one-left span:nth-child(1){
    font-size: 28px;
    font-weight: 700;
}
.list-item-one-left span:nth-child(2){
    font-size: 26px;    
    color: #999999;
}
.list-item-one-right{
    width: 600px;
}
.list-item-cont-t{
    color: #448AEA;
    font-weight: 400;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
}
.list-item-cont-c{
    font-size: 14px;
    line-height: 24px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.detail-btn{
    display: flex;
    margin-top: 15px;
}
.detail-btn span{
    border: 1px solid #E3E3E3;
    padding: 4px 20px;
    border-radius: 12px;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
/** 详情 */
.news-detail-wrap{
    display: none;
}
.news-detail-wrap .news-detail-content-top {
    display: flex;
    padding: 125px 60px 15px 60px;
    align-items: center;
    justify-content: space-between;
}

.news-detail-content-top span:nth-child(1){
    color: #999999;
}
.news-detail-content-top span:nth-child(2){
    margin: 0 10px;
    color: #999999;
}
#news-second-span{
    color: #448AEA;
}
.news-detail-back{
    color: #999;
    cursor: pointer;
}
.news-detail-main{
    width: 1250px;
    margin: 10px auto;
    max-height: calc(100vh - 194px);
    overflow-y: auto;
    padding: 0 80px;
    box-sizing: border-box;

}
.news-detail-main::-webkit-scrollbar {
    width: 4px;
}
.news-detail-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.news-detail-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius:0;
    background:rgba(0,0,0,0.1);
}
.news-detail-main-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.news-main-tit{
    margin-bottom: 10px;
    color: #151515;
    font-weight: 700;
    font-size: 18px;
}
.news-main-tit-time{
    color: #666666;
    font-size: 14px;
}



/* loading */
#loading{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 11;
    margin-top: 0px;
    top: 0px;
    opacity: .8;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
    }
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;

}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: rgb(107, 107, 107);
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
    }

.object:last-child {
    margin-right: 0px;
    }

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
    }
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
    }	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
    }
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
    }
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
    }
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    }
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
    }
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
    }
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    }	
@-webkit-keyframes animate {
 
  50% {
    -ms-transform: translateX(-25px) scaleY(0.5); 
       -webkit-transform: translateX(-25px) scaleY(0.5);
    transform: translateX(-25px) scaleY(0.5);
      }
}

@keyframes animate {
  50% {
    -ms-transform: translateX(-25px) scaleY(0.5); 
       -webkit-transform: translateX(-25px) scaleY(0.5);
    transform: translateX(-25px) scaleY(0.5);
      }
}
.dengKuan{
    /*等宽字体 Menlo、Monaco、Courier New、monospace */
    font-family: Menlo;
}