.banner {
    width:100%;
    height:285px;

    background-repeat: no-repeat;
    background-position: left top;
}
.banner .container {
    height:285px;
    display: flex;
    padding-left:60px;
    align-items: center;
}
.banner .container .title {
    width:112px;
}
.banner .container .title div:nth-child(1){
    font-size:28px;
    font-weight: 400;
    color:#535353;
    margin-bottom:15px;
}
.banner .container .title div:nth-child(2){
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.main {
    margin-bottom:70px;
}
.main > .title {
    height:99px;
    background-color: #f7f7f7;
    margin-bottom:100px;
}
.main .title .btns {
    display: flex;
}
.main .title .btns .item {
    width:97px;
    height:35px;
    border:1px solid #ccc;
    color:#666;
    font-size:14px;
    display: block;
    margin:40px 20px 0 0;
    text-align: center;
    line-height: 35px;
}
.main .title .btns .item.active {
    background-color: #2f82ff;
    color:#fff;
    border:none;
}
.main .wrap {
    display: flex;
    justify-content: space-between;

}
.main .wrap .left {
    width:590px;
    padding:40px;
    background-color: #f0f0f0;
}
.main .wrap .left .title {
    font-size: 20px;
    font-weight: 400;
    color:#535353;
    margin-bottom: 29px;
}
.main .wrap .left .time{
    font-size: 12px;
    color: #898989;
    margin-bottom: 18px;
}
.main .wrap .left .time .iconfont{
    font-size:14px;
    margin-right:10px;
}
.main .wrap .left .description {
    font-size: 14px;
    line-height: 1.7;
    color: #888888;
    margin-bottom:24px;
}
.main .wrap .left img {
    margin-bottom: 30px;
    width:510px;
    height:274px;
}
.main .wrap .left .read {
    margin-bottom:28px;
    font-size:12px;
    color:#666;
    display: block;
    width:108px;
    height:31px;
    border:1px solid #666;
    text-align: center;
    line-height: 31px;
}
.main .wrap .right {
    width:560px;
}
.main .wrap .right .item {
    padding:23px 0;
    border-top:1px solid #f1f1f1;
}
.main .wrap .right .item:last-child{
    border-bottom: 1px solid #f1f1f1;
}
.main .wrap .right .item .time{
    margin-left:16px;
    font-size: 12px;
    color: #898989;
}
.main .wrap .right .item .title {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    margin-bottom:8px;

}
.main .wrap .right .item .description {
    font-size:12px;
    font-weight: 400;
    color:#888;
    margin-top:5px;
    margin-left:16px;
    line-height: 22px;
}