@charset "utf-8";

.news {
    width: 1200px;
    text-align: center;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    /* padding-bottom: 177px; */
}

.news-lt {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.news-lt li {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 4px;
    width: 76%;
    text-align: left;
}

.news-lt li:first-child {
    border-bottom: none;
}

.blue-bg {
    background: rgb(0, 121, 254);
    color: #fff;
}

.gray-bg {
    background: #f8f8f8;
}

.news-lt li a {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 4px;
    padding-left: 20px;
}

.news-rt {
    width: 79%;
    display: inline-block;
    vertical-align: top;
}

.news-rt li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    cursor: pointer;
    float: left;
}

.news-rt li img {
    width: 100%;
    position: relative;
    top: -40px;
    left: 0;
}

.news-img {
    width: 90%;
    overflow: hidden;
    height: 130px;
    margin-bottom: 25px;
}
 
 
.news-rt li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.news-top {
    padding: 60px 0 30px;
    text-align: left;
}

.news-top h1 {
    font-size: 20px;
}

.news-top p {
    font-size: 16px;
    color: #636363;
    text-transform: uppercase;
}

.date {
    width: 9%;
    float: left;
    padding: 2px;
    /* margin-right: 1%; */
    box-sizing: border-box;
}

.date h1 {
    font-size: 28px;
    text-transform: uppercase;
    float: left;
}

.news-rt li h2 {
    float: left;
    width: 76%;
    font-weight: 700;
}

.news-rt li p {
    line-height: 1.8;
    padding-bottom: 10px;
    float: left;
    width: 78%;
    position: relative;
}

.news-rt li hr {
    height: 1px;
    border: none;
    background: #eeeeee;
    float: left;
    width: 90%;
}

.news-rt li:hover h2 {
    color: rgb(0, 121, 254);
}

.news li:hover hr {
    background: rgb(0, 121, 254);
}

.prompt {
    width: 1200px;
    margin: 0 auto 140px;
}

@media (min-width: 1200px) {
    .content {
        width: 82%;
    }
}

/*详情*/
.detail {
    width: 1200px;
    margin: 200px auto 80px;
}

.detail h1 {
    margin-bottom: 10px;
}

.detail h3 {
    color: #636363;
    margin-bottom: 30px;
}

.detail p {
    text-align: left;
    text-indent: 28px;
    line-height: 1.8;
}

.detail p:last-child {
    text-indent: 0;
}

.zy_content img {
    margin: 40px 0;
}

.zy_content img {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

.detail-txt {
    overflow: hidden;
    display: block;
    height: 50px;
}

.arrow {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #fff;
    padding-left: 18px;
}

.date h1 {
    line-height: 1;
    margin-top: 10px;
}

.date p {
    margin-top: 10px;
    padding-bottom: 0 !important;
    line-height: 1
}

.tran-slow {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.news-rt .product-box {
    width: 50%;
}

.news-rt .product-box h2 {
    font-size: 20px;
    font-weight: 700;

}

.news-rt .product-box h2,
.news-rt .product-box p,
.news-rt .product-box hr {
    width: 95%;
}