.informationnews_container .header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: -1px;
}
.informationnews_container .header .bg_banner {
    width: 100%;
    height: 300px;
}
.informationnews_container .header .bg_content {
    position: absolute;
    width: 952px;
    height: 250px;
    margin-top: 25px;
    z-index: 99;
    left: 50%;
    margin-left: -476px;
    top: 0;
}
.informationnews_container .content {
    width: 1198px;
    padding-bottom: 35px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 45px;
}
.informationnews_container .content_header {
    /* height: 38px; */
    padding-top: 36px;
    padding-left: 40px;
    margin-bottom: 35px;
}
.informationnews_container .news, .case {
    width: 102px;
    height: 38px;
    float: left;
    margin-right: 16px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}
.informationnews_container .news {
    background-color: #CD231F;
    color: #fff;
}
.informationnews_container .case {
    background-color: #F1F1F1;
    color: #6D6D6D;
}
.informationnews_container .hots {
    width: 1198px;
    height: 334px;
    /* background-color: red; */
    padding: 0;
    margin-bottom: 94px;
}
.informationnews_container .hot_content1, .hot_content2 {
    width: 320px;
    height: 330px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
}
.informationnews_container .hot_content3 {
    width: 320px;
    height: 330px;
    float: left;
    margin-left: 40px;
    margin-right: 36px;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
}
.informationnews_container .h_img {
    margin-top: -25px;
    width: 320px;
    margin-left: -1px;
    height: 192px;
    display: block;
    cursor: pointer;
}
.informationnews_container .hotimg {
    display: block;
    width: 50px;
    height: 24px;
    position: relative;
    top: 8px;
    left: -5px;
}
.informationnews_container .hot p {
    display: block;
    width: 280px;
    height: 64px;
    font-size: 20px;
    margin-top: 14px;
    margin-left: 22px;
}
.informationnews_container .hot_footer {
    width: 300px;
    height: 24px;
}
.informationnews_container .date {
    width: 74px;
    height: 24px;
    float: left;
    font-size: 12px;
    margin-right: 128px;
    display: block;
    text-align: center;
    line-height: 24px;
    margin-top: 19px;
    margin-left: 22px;
    color: #999;
}
.informationnews_container .detail {
    width: 72px;
    height: 24px;
    float: left;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
    margin-top: 19px;
    border: 1px solid #999;
    color: #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
}
.informationnews_container .detail:hover {
    border: 1px solid #CD231F;
    color: #CD231F;
}
.informationnews_container .article-list ul{
    list-style: none;
    padding-left: 40px;
    padding-right: 35px;
}
.informationnews_container .article-list ul li {
    padding-bottom: 28px;
    margin-top: 50px;
    border-bottom: 1px solid #EDEDED;
}
.informationnews_container .article-list ul li:last-child {
   border-bottom: none;
   /* margin-bottom: 34px; */
}
.informationnews_container .article-list ul li img {
    width: 250px;
    height: 150px;
    cursor: pointer;
}
.informationnews_container .art_title {
    width: 806px;
    font-size: 20px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.informationnews_container .art_title:hover {
    color: #CD231F;
}
.informationnews_container .li-right {
    float: right;
    margin-right: 20px;
}
.informationnews_container .art_content {
    display: block;
    width: 806px;
    font-size: 14px;
    margin-top: 12px;
    color: #666666;
    margin-bottom: 18px;
    line-height: 25px;
}
.informationnews_container .article_bottom {
    width: 600px;
    height: 26px;
}
.informationnews_container .writer{
    /* width: 132px; */
    height: 22px;
    font-size: 14px;
    color: #999999;
    display: block;
    margin-right: 26px;
    font-weight: normal;
    float: left;
}
.posted_date {
    display: block;
    width: 90px;
    height: 22px;
    float: left;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    padding-top: 2px;
}
.informationnews_container .more-btn {
    width: 1124px;
    height: 70px;
    font-size: 18px;
    color: #999999;
    text-align: center;
    line-height: 70px;
    border: 1px solid #EDEDED;
    margin-left: 38px;
    margin-top: 34px;
    cursor: pointer;
}

