/*左侧内容*/
.left {
    position: absolute;
    top: 30px;
    left: 40px;
}
.left>div {
    margin-bottom: 20px;
    width: 460px;
    height: 296px;
    background-color: rgba(27,27,33,.95);
}
/*中间内容*/
.middle .top>div {
    width: 820px;
}
.middle .top>div>div {
    width: 400px;
    height: 524px;
    background:rgba(47,47,57,.1);
}
.middle .top>div>div>p {
    margin-top: 28px;
    margin-bottom: 26px;
    font-size:18px;
    font-family: Arial,MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(255,162,0,1);
    line-height:18px;
    text-align: center;
}
.ts-m {
    width: 360px;
    margin: 0 auto;
}
.ts-m>div {
    width: 170px;
    height: 154px;
    background:rgba(0,0,0,.4);
}
.ts-m>div h3 {
    margin-top: 54px;
    font-size:32px;
    font-family: Arial,MicrosoftYaHeiLight;
    font-weight:300;
    line-height: 32px;
    color:rgba(255,162,0,1);
    text-align: center;
}
.ts-m>div p {
    margin-top: 26px;
    font-size:14px;
    font-family: Arial,MicrosoftYaHei;
    font-weight:400;
    color:rgba(85,85,111,1);
    line-height:14px;
    text-align: center;
}
.middle {
    position: absolute;
    top: 30px;
    left: 520px;
}
.middle .top {
    width: 880px;
    height: 612px;
}
.middle .top>div {
    float: left;
    width: 430px;
    height: 296px;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: rgba(27,27,33,.95);
}
.middle .top>div:nth-child(2n) {
    margin-right: 0px;
}

.middle .bot {
    margin-bottom: 20px;
    width: 880px;
    height: 296px;
    background-color: rgba(27,27,33,.95);
}
.middle .bot .bot-list {
    margin: 18px auto 0px;
    width: 820px;
}
.middle .bot .bot-list div {
    margin-top: 30px;
    margin-right: 20px;
    float: left;
    width: 190px;
}
.middle .bot .bot-list div:nth-child(4n) {
    margin-right: 0px;
}
.middle .bot .bot-list div p {
    font-size:14px;
    font-weight:400;
    line-height: 14px;
    color:rgba(85,85,111,1);
}
.middle .bot .bot-list div h3 {
    margin-top: 14px;
    font-size:38px;
    font-family:Arial;
    font-weight:400;
    line-height: 38px;
    color:rgba(255,162,0,1);
}
/*右侧内容*/
.right {
    position: absolute;
    top: 30px;
    right: 40px;
}
/*经济发展*/
.right .top {
    margin-bottom: 20px;
    width: 460px;
    height: 296px;
    background-color: rgba(27,27,33,.95);
}
.right .mid {
    margin-bottom: 20px;
    width: 460px;
    height: 296px;
    background-color: rgba(27,27,33,.95);
}

.right .bot {
    width: 460px;
    height: 296px;
    background-color: rgba(27,27,33,.95);
}