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

.top-con > .left {
    width: 795px;
    box-sizing: border-box;
    background-color: #ffffff;
}


.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: 16px 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: 404px;
}

.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 > .list > .item > .desc a {
    float: left;
    width: 295px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-con > .right > .aside > .content > .list > .item > .time {
    float: right;
    font-size: 14px;
    color: #999999;
}

.top-con > .right > .aside-2,
.top-con > .right > .aside-3 {
    float: left;
    background-color: #ffffff;
    width: 390px;
    height: 404px;
}

.top-con > .right > .aside-2 > .tab_menu,
.top-con > .right > .aside-3 > .tab_menu {
    border-bottom: 1px solid #f0f3f5;
}

.top-con > .right > .aside-2 > .tab_menu > li,
.top-con > .right > .aside-3 > .tab_menu > li {
    float: left;
}

.top-con > .right > .aside-2 > .tab_menu > li a,
.top-con > .right > .aside-3 > .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 > .right > .aside-2 > .tab_menu > .current a,
.top-con > .right > .aside-3 > .tab_menu > .current a {
    border-color: #0059aa;
    color: #333333;
}

.top-con > .right > .aside-2 > .tab_box > div,
.top-con > .right > .aside-3 > .tab_box > div {
    padding: 0 15px;
}

.top-con > .right > .aside-2 > .tab_box > div > .list > .item,
.top-con > .right > .aside-3 > .tab_box > div > .list > .item {
    height: 36px;
    line-height: 36px;
}

.top-con > .right > .aside-2 > .tab_box > div > .list > .item > .desc a,
.top-con > .right > .aside-3 > .tab_box > div > .list > .item > .desc a {
    float: left;
    width: 295px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-con > .right > .aside-2 > .tab_box > div > .list > .item > .time,
.top-con > .right > .aside-3 > .tab_box > div > .list > .item > .time {
    float: right;
    font-size: 14px;
    color: #999999;
}






