/*资讯列表*/
/* newsList */
.news_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.news_box .news_l {
    float: left;
    width: 750px;
    position: relative;
    border-left: 2px solid #303030;
}

.news_bj {
    position: absolute;
    width: 5px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: -3px;
    top: 0;
}

.news_box .news_l .item {
    margin-left: 20px;
    background-color: #f5f5f5;
    margin-bottom: 40px;
    cursor: pointer;
}

.news_box .news_l .item h4 {
    font-size: 18px;
    font-weight: 400;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
    padding-top: 15px;
}

.news_box .news_l .item .time {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
}

.news_box .news_l .item .img {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    overflow: hidden;
}

.news_box .news_l .item .left {
    width: 20px;
    position: absolute;
    left: 5px;
    top: 80px;
}

.news_box .news_l .item .content {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    font-weight: 400;
    overflow: hidden;
}

.news_box .news_l .item .browse {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 30px;
}

.news_box .news_l .item .browse img {
    width: 20px;
}

.news_btn button {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #1b1b1b;
    margin-left: 300px;
}

.news_box .news_r {
    float: right;
    width: 370px;
    height: 800px;
}

.news_box .news_r .box_title {
    margin: 0 auto;
    color: #004386;
    border-bottom: 1px solid #333;
}

.news_box .news_r .box_title .title {
    font-size: 22px;
    font-weight: 600;
}

.news_tips {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    padding-bottom: 30px;
}

.news_tips .item {
    float: left;
    padding: 5px 15px;
    background-color: #f5f5f5;
    font-weight: 400;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
}

.hyzx {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    padding-bottom: 30px;
}

.hyzx .item {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
}

.hyzx .item img {
    float: left;
    width: 100px;
}

.hyzx .item .item_r {
    float: left;
    margin-left: 15px;
    width: 240px;
    overflow: hidden;
}

.hyzx .item .item_r h3 {
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.news_box .content_bot {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
    margin-top: 90px;
    float: left;
}

.news_box .content_bot .next {
    float: left;
    margin-left: 50px;
    cursor: pointer;
}

.news_box .content_bot .prev {
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

#more_news {
    margin-bottom: 32px;
}

/*新闻详情*/
.news_box .news_l .box_title1 {
    margin: 0 auto;
    color: #333333;
    border-bottom: 2px solid #333;
}

.news_box .news_l .box_title1 .title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}

.news_box .news_l .content {
    width: 100%;
}

.news_box .news_l .content img {
    width: 100%;
    margin: 15px 0;
}

.news_box .news_l .content p {
    width: 100%;
    margin-top: 15px;
    line-height: 25px;
    font-weight: 400;
}

.news_r .new_img {
    width: 100%;
    margin-top: 60px;
}

.news_r .new_img img {
    width: 100%;
    margin-bottom: 20px;
}