/*main------------*/
.top-ad {
    height: 90px;
    width: 1200px;
    background-color: #0059aa;
}

.top-con > .left {
    width: 795px;
}

.top-con > .left > .aside-1 {
    width: 795px;
    background-color: #ffffff;
}

.top-con > .left > .aside-1 > .tab_menu {
    border-bottom: 1px solid #f0f3f5;
}

.top-con > .left > .aside-1 > .tab_menu > li {
    float: left;
}

.top-con > .left > .aside-1 > .tab_menu > li a {
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border-top: 2px solid #ffffff;
    color: #999999;
}

.top-con > .left > .aside-1 > .tab_menu > .current a {
    border-color: #0059aa;
    color: #333333;
}

.top-con > .left > .aside-1 > .tab_box > div {
    padding: 0 20px;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item {
    padding: 15px 0;
    border-bottom: 1px dashed #e2e2e2;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .left {
    float: left;
    width: 220px;
    height: 150px;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .left > img {
    width: 220px;
    height: 150px;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .right {
    float: right;
    width: 510px;
    height: 150px;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .right > .title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .right > .desc a {
    font-size: 16px;
    line-height: 28px;
    height: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .right > .bottom {
    height: 40px;
    position: relative;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .right > .bottom > .label {
    font-size: 14px;
    color: #0059aa;
    padding: 2px 10px;
    display: block;
    background-color: #e0f1fe;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item > .right > .bottom > .time {
    font-size: 14px;
    color: #999999;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-con > .right {
    width: 390px;
}

.tab_box > .hide {
    display: none;
}

.top-con > .right > .ad2, .top-con > .right > .ad3, .top-con > .right > .ad4 {
    width: 390px;
    height: 90px;
    background-color: #0059aa;
}

.top-con > .right > .ad3 {
    margin: 15px 0;
}

.top-con > .right > .aside {
    margin-top: 20px;
    background-color: #ffffff;
    height: 370px;
}

.top-con > .right > .aside > .content {
    padding: 0 15px;
}

.top-con > .right > .aside > .head {
    border-bottom: 1px solid #f0f3f5;
    height: 50px;
    line-height: 50px;
}

.top-con > .right > .aside > .head > .title {
    display: inline-block;
    border-top: 2px solid #0059aa;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.top-con > .right > .aside > .content > .list > .item {
    height: 36px;
    line-height: 36px;
}


.top-con > .right > .aside > .content > .title {
    height: 30px;
    line-height: 30px;
    background-color: #f0f3f5;
    color: #999999;
    box-sizing: border-box;
}

.top-con > .right > .aside > .content > .title > div {
    width: 25%;
    text-align: center;
    float: left;
}

.top-con > .right > .aside > .content > .list > .item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #f0f3f5;
}

.top-con > .right > .aside > .content > .list > .item:hover {
    cursor: pointer;
    background-color: #f0f3f5;
}

.top-con > .right > .aside > .content > .list > .item > div {
    width: 25%;
    text-align: center;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
