#list_news {  padding-bottom:3.5em; }

.news-center .item {
    display: block;
    overflow: hidden;
    clear: both;
    padding:25px;    
    border: 1px solid #e5e5e5;
    margin-top:25px;
}
.news-center .item .date {
    display: block;
    float: left;
    width: 15%;
    padding: 50px 2.5% 50px 2.5%;
    text-align: center;
    font-size: 0;
}

@media screen and (max-width:1440px)
{
    .news-center .item .content h4 a
    {
        font-size:20px;
    }
}

@media screen and (max-width: 768px) {
    .news-center .item .date {
        display: none;
    }
}
.news-center .item .date .day {
    display: block;
    font-size: 31px;
    color: #454545;
    font-weight: bold;
    line-height: 1;
}
.news-center .item .date .line {
    display: inline-block;
    *display: inline;
    width: 90px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 16px 0;
}
.news-center .item .date .month {
    display: block;
    font-size: 12px;
    color: #838383;
}
.news-center .item .pic {
    display: block;
    float: left;
    margin-right: 3%;
}
.news-center .item .pic img {
    display: block;
    width: 358px;
    height: 256px;
}
@media screen and (max-width: 640px) {
    .news-center .item .pic img {
        width: 131px;
        height: 80px;
    }
}
.news-center .item .content {
    display: block;
    overflow: hidden;
}
.news-center .item .content h4 {
    display: block;

    font-size: 28px; 

    color:#333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 640px) {
    .news-center .item .content h4 {
        -webkit-line-clamp: 2;
    }
}
.news-center .item:hover { cursor:pointer; }
.news-center .item:hover .content p { color:#0066cc; }
.news-center .item .content h4 a {
    font-size: 24px;
    color: #545454;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}




@media screen and (max-width: 640px) {
    .news-center .item .content h4 a {
        font-size: 16px;
    }
}
 
.news-center .item .content span {
    position:relative;
    display: block;
    margin-top: 8px;
    color: #6e6e6e;
    padding-left:25px;
    font-size:15px;color:#999999;
}
.news-center .item .content span>.icon
{

    position:absolute;
    left:0;top:0;
}
.news-center .item .content p {
    display: block;
    line-height: 22px;
    color: #969696;
    font-size: 16px;
    margin-top: 40px;
    height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
}


@media screen and (max-width:1440px)
{
    .news-center .item .content h4 a
    {
        font-size:20px;
    }

    .news-center .item .content p
    {
        margin-top:30px;
    }

    .news-center .item .content .more
    {
        margin-top:20px;
    }
}



@media screen and (max-width: 1024px) {

    .news-center .item .content p {
    display: block;
    line-height: 22px;
    color: #969696;
    font-size: 15px;
    margin-top: 30px;
    height: 86px;}

    .news-center .item .content h4 a {
    font-size: 21px;}


    .news-center .item .content .more {
    display: block;
    width: 121px;
    height: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;}

    }


@media screen and (max-width: 812px) {

.news-center .item .pic img { width:100%; }
    .news-center .item .content p {
    
    font-size: 12px;
    margin-top: 15px;
     }

    .news-center .item .content h4 a 
    {
        font-size: 12px;
    }
.news-center .item .content span {font-size:14px}

    .news-center .item .content .more {
    display: block;
    width: 61px;
    height: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;}

    .news-center .item
    {
        padding:15px;
    }

    

    }

@media screen and (max-width: 640px) {
    
.news-center .item .pic { display:block; float:none;width:100%;}

.news-center .item .pic img
{
    width:auto;
    max-width:100%;
    height:auto;
}

}
.news-center .item .content .more {
    display: block;
    width: 141px;
    height: 42px;-moz-border-radius: 42px;-webkit-border-radius: 42px;border-radius: 42px;
    text-align: center;
    line-height: 38px;
    font-size:14px;
    font-family: arial;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    margin-top: 32px;
    transition: 0.3s;
    -o-transition: 0.3s;
    text-transform: uppercase;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
@media screen and (max-width: 640px) {
    .news-center .item .content .more {
        display: none;
    }


    #list_news
    {
        padding-bottom:2em;
    }
}
.news-center .item .content .more:hover {
    color: #fff;
    background-color: #0066cc;border: 1px solid #0066cc;
}