
.p1 {
    background: url(/img/news_p1_bg.jpg) center
}

.p1 img {
    margin: 150px 0 0 0
}

.p2 {
    background: #fff
}

.p2 .title {
    margin-top: 66px;
}

.p2 li {
    margin-bottom: 33px;
    width: 1200px;
    height: 200px;
    border: 2px solid #E5E5E5;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    padding: 35px 13px;
}

.p2 li img {
    float: left;
    margin: 0 26px 0 0;
    outline: 2px solid #fff;
    border: 1px solid #ccc;;
    width: 200px;
    height: 130px;
}

.p2 li div {
    float: left;
    width: 644px;
    color: #313131;
}

.p2 li div h1 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(67, 67, 67, 1);
    line-height: 27px;
}

.p2 li div span {
    font-size: 12px;
    color: #a0a0a0;
}

.p2 li div p {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0 30px;
    -webkit-line-clamp: 2;
}

.p2 li div h1, .p2 li div p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.p2 li div a {
    font-size: 14px;
    color: #5BBC12;
}

.p2 li div a::after {
    content: "";
    width: 16px;
    height: 12px;
    background: url(/img/index_news_arrow.png);
    display: inline-block;
    margin: 0 0 -1px 13px;
}

#banner {
    width: 1920px;
    height: 380px;
    background: url("../image/banner2.png") no-repeat center;
}
#sbanner {
    width: 1920px;
    height: 284px;
    background: url("../image/banner3.png") no-repeat center;
    background-size: 100% 100%;
}
.line-1{
    width: 100%;
    height: 50px;
    margin: 90px 0 86px 0;
    background: url("../image/line-1.png") no-repeat center;
    background-size: 100% 100%;
}
.line-2{
    width: 100%;
    height: 50px;
    margin: 68px 0 54px 0;
    background: url("../image/line-1.png") no-repeat center;
    background-size: 100% 100%;
}
#dbanner {
    width: 1920px;
    height: 380px;
    background: url("../image/dbanner.png") no-repeat center;
}

.news-menu .tab {
    border-bottom: 1px solid #E5E5E5;
}

.news-menu a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(67, 67, 67, 1);
    line-height: 60px;
    display: inline-block;
    margin: 0 13px;
}

.news-menu a.cur {
    line-height: 60px;
    border-bottom: 2px solid #5BBC12;
}

.news-menu .info {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(112, 112, 112, 1);
    line-height: 35px;
    padding-left: 20px;
}

.news-menu .info h6 {
    font-size: 29px;
    font-weight: 400;
    color: rgba(91, 188, 18, 1);
    line-height: 35px;
}

.body-contents {
    width: 1064px;
    margin: 40px auto;
    background: #fff;
    padding: 46px 130px;
}

.body-contents img {
    /*margin:0;*/
}

.body-contents .title {
    font-size: 28px;
    font-weight: 400;
    color: #474443;
    line-height: 30px;
    border-bottom: 2px solid #959595;
    padding-bottom: 23px;
}

.body-contents .info {
    font-size: 12px;
    font-weight: 400;
    color: rgba(149, 149, 149, 1);
    line-height: 30px;
    margin: 15px 0;
}

.body-contents .info span {
    margin-left: 20px;
}

.body-contents .content {
    border-bottom: 2px solid #959595;
    padding-bottom: 20px;
}

.container .news_list li .details {
    font-size: 14px;
    color: #5BBC12;
}

.container .news_list li .href {
    display: block;
    width: 100%;
    height: 100%;
}
.news-head {
    width: 400px;
    height: 90px;
    padding-top: 30px;
}
.news-head .news-title {
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.news-head > .active {
    background-color: #5BBC12;
    color: #fff;
}

.page {
    text-align: center;
    margin: 35px auto;
}

.page a {
    display: inline-block;
    width: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 11px;
    color: #959595;
    border-radius: 2px;
}

.page a:hover, .page .current, .page .current[disabled] {
    background: #5BBC12;
    border: 1px solid #5BBC12;
    color: #fff;
}

.page a:first-child, .page a:last-child {
    font-family: "宋体"
}

.page a[disabled] {
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #959595;
}