body {
    background: #ffffff;
}
.banner {
    padding-top: 160px;
    color: #ffffff;
    background: url('../images/news-list/7.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 440px;
}
.banner p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.content {
    width: 100%;
    padding-bottom: 100px;
}
.content .width_1090 {
    width: 1090px;
    margin: 0 auto;
}
.content .crumbs_box {
    position: relative;
    margin-top: 70px;
    padding-left: 35px;

}
.content .crumbs_box a {
    font-size: 16px;
    color: #222222;
}
.content .crumbs_box i {
    font-size: 25px;
    color: #b6b6b6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.content dl {
    margin-top: 45px;
}
.content dl dd {
    width: 920px;
    float: left;
}
.content dl .news-box li {
    padding: 25px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.content dl .news-box li:last-child {
    border-bottom: none;
}
.content dl .news-box li:hover {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.content dl .news-box li .left_img {
    float: left;
}
.content dl .news-box li .left_img img {
    width: 250px;
    height: 180px;
}
.content dl .news-box li .right_text {
    float: right;
    width: 630px;
}
.content dl .news-box li .right_text .title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    padding: 15px 0;
}
.content dl .news-box li .right_text .detail {
    margin-top: 4px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    max-height: 112px;
    overflow: hidden;
}
.content dl dt {
    float: right;
    width: 150px;
    border: 1px solid #e6e6e6;
}
.content dl dt div {
    width: 140px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 5px;
}
.content dl dt ul li{
    line-height: 45px;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}
.content dl dt ul li:last-child {
    border-bottom: none;
}
/*.content dl dt ul li.active {*/
    /*background: #c8161d;*/
    /*color: #ffffff;*/
/*}*/
/*.content dl dt ul li.active a {*/
    /*color: #ffffff;*/
/*}*/
.content dl dt ul li:hover {
    background: #d4181c;
    color: #ffffff;
}
.content dl dt ul li:hover a {
    color: #ffffff;
}
.page_box {
    margin-top: 60px;
    border: 1px solid #b6b6b6;
    height: 40px;
    position: relative;
    text-align: center;
    font-size: 14px;
}
.page_box ul {
    display: inline-block;
    overflow: hidden;
}
.page_box ul li {
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #777777;
    cursor: pointer;
}
.page_box ul li.active {
    background: #d4181c;
    color: #ffffff;
    cursor: default;
}
.page_box ul li:hover {
    color: #999999;
}
.page_box ul li.active:hover {
    color: #ffffff;
}
.page_box .prev {
    position: absolute;
    left: 40px;
    line-height: 38px;
    color: #777777;
    cursor: pointer;
}
.page_box .prev:hover {
    color: #999999;
}
.page_box .next {
    position: absolute;
    right: 40px;
    line-height: 38px;
    color: #777777;
    top: 0;
    cursor: pointer;
}
.page_box .next:hover {
    color: #999999;
}
.goPage {
    position: absolute;
    right: 95px;
    top: 7px;
    color: #777777;
    font-size: 14px;
    line-height: 24px;

}
.goPage div {
    display: none;
}
.goPage input {
    width: 35px;
    text-align: center;
    outline: none;
}
.goPage span {
    color: #777777;
    border-right: 1px solid #b6b6b6;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.goPage span:hover {
    color: #999999;
}
.goPage span.active {
    color: #d4181c;
}
.goPage span.active:hover {
    color: #d4181c;
}
