.bg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.header{
    width: 100%;
    height:390px ;
}
.district-brief-content{
    width: 100%;
    min-width: 1200px;
}
.district-brief-left{
    float: left;
    width: 886px;
}
.district-brief-title{
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 108px;
}
.detailed-introduction{
    overflow: hidden;
    margin-bottom: 17px;
}
.detailed-introduction td{
    overflow: hidden;
    float: left;
    width: 284px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-right: 17px;
}
.detailed-introduction h6{
    width: 70px;
    float: left;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 17px;
}
.detailed-introduction p{
    font-size: 14px;
    color: #333333;
    float: left;
    width: 180px;
}
.brief-content-word{
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}
.brief-content-word p{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.brief-content-word p a {
    color: #1f6cdd;
}
.brief-content-word img {
    max-width: 100%;
}

.transform-title{
    color: #1A1A1A;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    margin-top: 41px;
}
.transform-tab-ul{
    width: 426px;
    height: 34px;
    margin: 14px 0;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #D50000;
}
.transform-tab-ul li{
    float: left;
    width: 141px;
    height: 34px;
    color: #D50000;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #D50000;
    background-color: #FFF2F0;
    cursor: pointer;
}
.transform-tab-ul li.no-right-border{
    width: 142px;
    border-right: unset;
}
.transform-tab-ul li:hover{
    color: #FFFFFF;
    background-color: #D50000;
}