/*新闻资讯*/
* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

body {
    background: #eee;
}

.recent-news {
    float: left;
    background-color: #eee;
    width: 100%;
    height: 2200px;
}

.news-big-img {
    width: 100%;
    height: 550px;
    max-height: 550px;
    overflow: hidden;
}

.news-big-img img {
    width: 100%;
}

.news-words {
    position: absolute;
    width: 520px;
    top: 190px;
    left: 50%;
    margin-left: -260px;
    z-index: 999;
    text-align: center;
    color: #eee;
}

.news-words h5, .contact-us-words h5 {
    font-weight: normal;
}

.news-words h4 {
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 28px;
}

.news-words h5 {
    font-size: 24px;
}

.first-new-list {
    width: 1160px;
    height: 327px;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
    background: #fff;
}

.next-all {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 510px;
    margin-left: -630px;
    width: 1260px;
}

.list-left-img {
    float: left;
    height: 370px;
    width: 400px;
}

.list-left-img img {
    width: 100%;
    height: 100%;
}

.list-right-cont {
    float: right;
    width: 730px;
}

.list-right-cont h6 {
    font-size: 16px;
    color: #303841;
    margin-top: 30px;
    margin-bottom: 20px;
}

.list-right-cont p {
    font-size: 14px;
    color: #999;
    margin-bottom:10px;
    line-height: 25px;
}

.list-right-cont .link-container a {
    color: #0070be;
    text-decoration: none;
}

.news-tabs {
    height: 90px;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 60px;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

.news-tabs li {
    float: left;
    width: 200px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-top: 4px solid #fff;
    background-color: #fff;
    cursor: pointer;
}

.news-tabs li a {
    display: block;
    width: 100%;
    line-height: 86px;
    text-decoration: none;
    color: #000;
}

.news-tabs li a:hover {
    background-color: #d72323;
    color: #fff;
}

.news-tabs li.tabFocus {
    border-top: 4px solid #960202;
    background-color: #d72323;
    color: #fff;
}

.news-tabs li.tabFocus a {
    background-color: #d72323;
    color: #fff;
}

.news-tabs li:hover {
    border-top: 4px solid #960202;
    background-color: #d72323;
    color: #fff;
}

.news-lists-cont {
    float: left;
    margin-top: 30px;
}

.list-block {
    float: left;
    width: 320px;
    height: 380px;
    margin: 30px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
    cursor: pointer;
    overflow: hidden;
    word-wrap: break-word;
}

.list-block:hover {
    color: #fff;
    background-color: #303841;
}

.list-block:hover p {
    color: #eee !important;
}

.list-block:hover a {
    color: #eee !important;
}
.list-block > h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-block:hover > h6 {
    color: #fff;
}

h6 {
    color: #303841;
    font-size: 16px;
    font-weight: bold;
}

.new-list-img-cont {
    margin-top: 20px;
    height: 220px;
    overflow: hidden;
}

.new-list-img-cont img {
    height: 100%;
}

.list-news-time {
    color: #c6c6c6;
    margin-top: 15px;
}

.list-news-des {
    color: #c6c6c6;
    margin-top: 15px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}

.more-btn-cont {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 70px;
}

.more-news-btn {
    margin: 0 auto;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #888;
    border: 1px solid #888;
    cursor: pointer;
}
