.news-center {
    background: #f9f9f9;
    /*padding: 20px 0;*/
}

.news {
    /*background: #ffffff;*/
}

.news ul {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news li {
    width: 33%;
    float: left;
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.news li a:hover{
    cursor: pointer;
}

.news li img {

    height:50px ;
}

.news li p {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news li span{
    color: #999999;
    font-size: 12px;
    display: block;
    line-height: 20px;
}

.download-ul {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.download-ul li {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    box-shadow: 1px 2px 3px rgba(170,170,170,0.1);
}

.download-box {
    position: relative;
    overflow: hidden;
}

.download-title {
    float: left;
    margin-left: 10px;
    display: block;
    width: 65%;
    margin-top: 2px;
}

.download-title p {
    line-height: 18px;
    overflow: hidden;
    font-weight: 500;
    height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    cursor:pointer;
    -webkit-box-orient: vertical;
}

.download-title span {
    font-size: 10px;
    color: #999;
    line-height: 14px;
    display: inline-block;
}
.down_img {
    float: left;
    width: 48px;
}
/*details*/

.details-main {
    width: 1280px;
    padding: 20px 0;
    margin: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

}

.details-left {
    float: left;
    width: 68%;
    padding: 30px 30px;
    min-height: 260px;
    background: #ffffff;
    margin-right: 2%;
    text-align: center;
    box-sizing: border-box;
}
.details-center{
    width: 90%;
    text-align: left;
    padding: 20px 0;
    margin: auto;
}
.details-center a{
    text-align: center;
}
.details-center a:hover{
    color: #333333;
}
.details-center a img{
    margin:5px auto;
    display: block;
    width: 100%;
}
.details-center a span{
    display: block;
    line-height: 20px;
}
.details-center p{
    text-indent: 28px;
}
.details-center p span{
    font-weight: 600;
}
.details-by {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.details-by span {
    margin: 0 6px;
}

.details-right {
    float: right;
    width: 30%;
    padding: 16px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.details-right .details-p {
    border-left: 3px solid #117be5;
    line-height: 14px;
    padding-left: 4px;
    margin-top: 10px;
}

.details-right ul {
    padding: 10px 6px;
    margin-top: 16px;
    border-top: 1px solid #e5e5e5;
}

.details-right li {
    width: 100%;
    font-size: 12px;
    padding-bottom: 6px;
    text-decoration: #117be5;
}

.details-right li i {
    font-size: 8px;
    color: #117be5;
    margin-bottom: 10px;
    display: inline-block;
}

.details-right li .dian {
    display: inline-block;
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 5px;
    /* line-height: 16px; */
    border-radius: 50px;
    background: #117be5;
    margin-right: 4px;
    /*border: 1px solid #117be5;*/
}

.details-right li .details-title {
    width: 88%;
    line-height: 15px;
    display: inline-block;
}

.details-title p {
    width: 100%;
    font-size: 13px;
    overflow: hidden; /*盒子溢出隐藏*/
    text-overflow: ellipsis; /*文字溢出显示省略号*/
    white-space: nowrap; /*文字不换行*/

}

.details-title span {
    color: #777777;
    font-size: 12px;
    line-height: 18px;
}
