.news {
    width: 1200px;
    padding: 0 30px;
    margin: 30px auto;
    font-family: 微软雅黑;
}

.cp_list {
    width: 1200px;
    margin: 15px auto;
    text-align: center;
}

.cp_list li {
    float: left;
    width: 360px;
    height: 360px;
    margin: 10px;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
}

.cp_list a:hover {
    color: #333333;
}

.cp_list img {
    border-radius: 0px;
    width: 100%;
    height: 240px;
    border: 1px solid #DDDDDD;
}

.cp_list img,.news-list-content {
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.cp_list img:hover,.news-list-content:hover {
    background: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    border-radius: 0px;
}

.ny_main {
    width: 1200px;
    margin: 15px auto;
}

.cp_list ul li {
    float: left;
    width: 360px;
    height: 240px;
    margin: 10px;
    background: #ffffff;
    text-align: center;
}

.cp_list ul li img {
    max-width: 360px;
    max-height: 240px;
    border: 1px #dddddd solid;
}

.article {
    width: 360px;
    padding: 0;
    margin: 0 auto;
}

.article-title {
    text-align: justify;
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-content {
    text-align: justify;
    font-size: 14px;
    padding: 0 8px;
    color: #666666;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-list-content {
    margin: 20px auto;
    background-color: #f7f7f7;
    width: 100%;
    height: 230px;
    padding: 10px;
    font-size: 16px;
}

.news-list-title {
    width: 540px;
    height: 30px;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-multiple-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.news-list-description {
    height: 145px;
    -webkit-line-clamp: 6;
    text-align: justify;
    text-indent: 2em;
    line-height: 24px;
}

.button-news-list-details {
    width: 100px;
    height: 30px;
    background-color: #00904a;
    border: 0;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 微软雅黑;
    color: #ffffff;
    cursor: pointer;
}

.news-list-infotime {
    float: left;
    text-align: center;
    width: 100px;
    margin-left: 100px;
    margin-top: 50px;
}

.news-list-infotime-day {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.news-list-infotime-ym {
    font-size: 20px;
    line-height: 30px;
    border-top: 2px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
}

.news-btn {
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

