.banner{
    width: 100%;
    min-width: 1540px;
    height: 400px;
}
.banner img {
    width: 100%;
    height: 400px;
}
.type-name{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-top: -300px;
}
.type-name h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 100;
}
.type-name dd {
    font-size: 20px;
    color: #ffffff;
    margin-top: -10px;
}
.navigation{
    min-width: 1540px;
    height: 70px;
    background-color: #f6f6f6;
}
.navigation-a{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
}
.navigation-left {
    width: 400px;
    color: #666666;
    font-size: 16px;
}
.navigation-left span {
    margin: 0 7px;
    color: #cbb073;
}
.navigation-right {
    max-width: 800px;
    text-align: right;
    margin-right: -22px;
}
.navigation-right ul li{
    width: 140px;
    text-align: center;
    float:left;
    list-style: none
}
.check{
    color: #cbb073;
}
.middle{
    min-width: 1540px;
}
.middle-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.middle-l{
    width: 790px;
    height: auto;
    margin: 0 auto;
    margin-top: 42px;
    margin-bottom: 30px;
}
.middle-l img{
    max-width: 790px;
}
.middle-l-title{
    width: 100%;
    font-size: 30px;
    color: #333333;
}
.middle-l-time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
}
.middle-l-time span{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #c09e50;
    font-weight: bold;
    margin-right: 30px;
    margin-top: 5px;
}
.middle-l-line{
    width: 790px;
    height: 2px;
    background-color: #c09e50;
    margin-bottom: 10px;
}
.middle-l-content {
    height: auto;
    width: 100%;
    line-height: 35px;
}

.middle-r{
    width: 348px;
    height: auto;
    margin-top: 42px;
}
.news-right{
    width: 348px;
    height: auto;
}
.news-right img{
    width: 348px;
    height: 240px;
}
.news-right-t{
    color: #282828;
    height: 25px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}