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: 70px;
}
.content dl dd {
    width: 900px;
    float: left;
}
.content dl dd .news_title {
    font-size: 25px;
    color: #222222;
    font-weight: bold;
}
.content dl dd .time {
    margin-top: 25px;
    padding: 10px 0;
    color: #777777;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.content dl dd .detail {
    font-size: 16px;
    color: #222222;
    padding-top: 35px;
    line-height: 26px;
}
.content dl dd .detail img {
    max-width: 900px;
    margin: 25px auto;
    display: block;
}
.content dl dd .time i {
    font-size: 20px;
    margin-right: 10px;
}
.content dl dd .share {
    margin-top: 100px;
}
.content dl dd .share span {
    font-size: 16px;
    color: #222222;
}
.content dl dd .share svg {
    margin-left: 20px;
    font-size: 30px;
    cursor: pointer;
}
.content dl dd .change {
    margin-top: 50px;
}
.content dl dd .change div {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}
.content dl dd .change div a {
    color: #222222;
}
.content dl dd .change div:nth-child(2) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #222222;
}
.content dl dd .change div.disabled a {
    color: #999999;
    cursor: default;
}
.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;
}
/*.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;
}
