/*reset样式*/
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select{margin:0;padding:0;border:0;outline:none}body{font-family:"Microsoft YaHei";font-size:14px;min-width:1200px}img{border:none;vertical-align:middle}a{text-decoration:none;cursor:pointer}.width100{width:100%}.left{float:left}.right{float:right}fieldset,img,select{border:0;margin:0;padding:0}ul,li,dl,dt,dd,ol{list-style:none}q:before,q:after{content:''}a img,img{-ms-interpolation-mode:bicubic}pre{white-space:pre-wrap;word-wrap:break-word}.f-family{font-family:"Microsoft YaHei","宋体","arial","sans-serif"}html body.clear{background:none;border:0;margin:0;padding:0;clear:both;margin:0 auto}.ells{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}
a {
    color: #fff;
}
/*header部分开始*/
header {
    width: 100%;
    height: 731px;
    background: url("../img/news_head_bg.jpg") center center no-repeat;

}
.header_content {
    width: 1300px;
    margin: 0 auto;
    height: 731px;
    position: relative;
}
.nav {
    width: 1300px;
    height: 34px;
    position: absolute;
    top: 26px;
    left: 0;
}
.nav li {
    width: 16.6%;
    height: 34px;
    text-align: center;
    float: left;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
}
.nav li a {
    color: #000;
}
.nav li:nth-child(4) a {
    color: #ed3300;
}
/*header部分结束*/
section {
    width: 100%;
    min-height: 1124px;
    background: url("../img/news_bd_bg.png") top center no-repeat;
}
.news_wrapper {
    width: 1250px;
    min-height: 1124px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
}
.hd {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}
.hd li {
    width: 160px;
    height: 60px;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 60px;
    color: red;
    border-radius: 10px;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #340f0d
}
.hd li:nth-child(1) {
    margin-left: 0!important;
}
.hd li:hover {
    color: #fff;
    background: #de4d2c;
}
.hd li.on {
    color: #fff;
    background: #de4d2c;
}
.bd {
    width: 100%;
    min-height: 1024px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.bd ul li {
    height: 170px;
    border-bottom: 1px dashed #8a8888;
    font-size: 16px;
    padding: 15px 0;
    box-sizing: border-box;
    font-weight: 600;
}
.bd ul li:nth-child(1) {
    border-top: 1.2px dashed #8a8888;
}
.bd ul li:hover a {
    color: #ffae00;
}

.bd ul li a {
    color: #8a8888;
}
.bd ul li img {
    width: 245px;
    height: 140px;
    background: rgba(0,0,0, .06);
    float: left;
    margin-right: 18px;
}
.bd ul li .news_title {
    width: 820px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.bd ul li .news_time {
    float: right;
    margin-right: 8px;
    line-height: 60px;
}

.page {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    color: #8a8888;
    text-align: center;
    margin-top: 42px!important;
    margin-bottom: 30px;
}

.page a {
    color: #8a8888;
}
/*新闻内容结束*/
.foot p:last-of-type {
    margin-top: 15px!important;
}

.page span {
    padding: 3.5px 12.8px!important;
    margin: 3px;
    border: 1px solid #ccc;
}
.foot .foot_img_contetnt {
    display: none;
}
.foot {
    width: 100%;
    background: #393939;
    padding: 40px 0 26px 0;
    font-size: 12px;
}

.foot p {
    display: table;
    margin: 10px auto;
    color: #898989;
}

.foot p:nth-child(2) a {
    color: #FFFFFF;
}

.foot a {
    color: #898989;
    margin-left: 4px;
}

.foot_img_contetnt a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.page a {
    padding: 3px 8px;
    margin: 3px;
    border: 1px solid #ccc;
}

.page span {
    padding: 3px 8px;
    margin: 3px;
}

.page span.current {
    color: #fff;
    background-color: #00B6F8;
}
