.news-container{
    width: 95%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}
div.news-target{
    border-bottom: 1.5px solid #eee;
    width: 95%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}
div.news-target span.news-target{
    float: left;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
}
.news-search{
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid red;
}

/*div.news-target .join_us{*/
/*    float: right;*/
/*    width: 150px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    !*text-align: left;*!*/
/*    !*border-radius: 20px;*!*/
/*    !*border: 1px solid #4CB194;*!*/
/*    !*color: #4CB194;*!*/
/*    margin-top: 9px;*/
/*    padding: 0 15px;*/
/*}*/
/*.join_us {*/
/*    height: 18px;*/
/*    margin-top: 7px;*/
/*    float: left;*/
/*}*/
/*.join_us input{*/
/*    width: 150px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    text-align: left;*/
/*    border-radius: 20px;*/
/*    border: 1px solid #4CB194;*/
/*}*/

/*div.news-target .join_us:active{*/
/*    background: #4CB194;*/
/*    color: white;*/
/*}*/

div.news-main{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
div.news-left{
    float: left;
    width: 25%;
}
div.news-right{
    float: right;
    width: 75%;
}
div.news-left ul>li{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1.5px solid #eee;
    margin: 0 auto;
}
div.news-left ul>li img{
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
div.news-left ul>li a{
    color: #707070;
}
div.news-left ul>li a:hover{
    color: #00a2d4;
}

div.news-item{
    width: 95%;
    margin: 0 auto;
    background: white;
    height: 200px;
    box-sizing: border-box;
    padding: 15px 20px;
    overflow-y: hidden;
}
div.news-item div.news-img{
    height: 170px;
    width: 30%;
    float: left;
    transition: all 1s;
    overflow: hidden;
    border-radius: 3px;
}
div.news-item img{
    height: 100%;
    width: 100%;
    transition: all 1s;
}
div.news-item img:hover{
    cursor: crosshair;
    /*放大倍数*/
    /*transform: scale(1.5);*/
}
div.news-item div.item-right{
    width: 68%;
    height: 100%;
    box-sizing: border-box;
    float: right;
    background: white;
}
div.item-right a{
    color: black;
}

div.item-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div.item-cretime{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #00a2d4;
}
div.item-subtitle{
    width: 100%;
    height: 100px;
    line-height: 25px;
    font-size: 14px;
    color: grey;
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    letter-spacing: 0.8px;
}
