﻿* {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style: none;
}

a:link {
    text-decoration: none;
}

img {
    display: block;
    border: none;
}

body {
    font-size: 14px;
}

.wrap {
    /*width: 1200px !important;*/
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft Yahei";
}


.clearFloat {
    clear: both;
}

/*content样式*/
.content-wrap {
    background-color: #fff;
}

.content {
    width: 100%;
    margin: 0 auto;
}

    .content .breadcrumb {
        font-size: 16px;
        line-height: 35px;
    }

.main-content {
    display: flex;
    justify-content: space-between;
}

.content-left {
    width: 68%;
    height: 100%;
    border: 1px solid #d8dce5;
    box-shadow: 0 0 3px #eee;
}

.content-left-tab {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8dce5;
    background-color: #f5f7fa;
}

    .content-left-tab li {
        float: left;
        height: 40px;
        line-height: 40px;
        color: #363636;
        text-align: center;
        cursor: pointer;
        padding: 0 10px;
        font-size: 18px;
    }

        .content-left-tab li:first-child {
            /*width: 1.22rem;*/
            border-left: 0;
        }

        .content-left-tab li:hover {
            color: #285293;
        }

    .content-left-tab .active {
        height: 41px;
        border-left: 1px solid #d8dce5;
        border-right: 1px solid #d8dce5;
        background-color: #fff;
        color: #285293;
    }

.content-left #more {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}

.content-left-item {
    margin-top: 16px;
}

    .content-left-item ul {
        margin-top: 10px;
        width: 100%;
    }

        .content-left-item ul li {
            height: 180px;
            /*min-height:70px;*/
            margin-top: 11px;
            line-height: 26px;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
        }

            /*视频模块展示 开始*/
            .content-left-item ul li.sp {
                height: 100%;
                float: left;
                border: none;
            }

.sp-con {
    display: inline-block;
    background: #333;
    width: 320px;
    margin: 10px 20px 20px;
}

    .sp-con .sp-img {
        display: inline-block;
        width:100%;
    }

        .sp-con .sp-img img {
            height: 180px;
            width: 100%;
        }

    .sp-con .sp-title {
        padding: 5px;
        height: 65px;
        overflow: hidden;
    }

        .sp-con .sp-title a {
            color: #fff;
            font-size: 16px;
        }
    .sp-con .sp-date {
        text-align:center;
        color:#333;
        font-size:20px;
        padding:10px;
        background:#fff;
    }
/*视频模块展示 结束*/

.content-left-item ul li .text-zhaiyao {
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
    color: #333;
}

.content-left-item .time {
    float: left;
    margin-top: 35px;
    width: 98px;
    height: 58px;
    border-right: 1px solid #ccc;
}

    .content-left-item .time h3 {
        margin: 0 auto;
        width: 98px;
        font-size: 20px;
        text-align: center;
    }

    .content-left-item .time p {
        margin: 0 auto;
        width: 98px;
        font-size: 20px;
        text-align: center;
    }

.content-left-item .text {
    float: right;
    width: 83%;
    height: 38px;
    line-height: 38px;
}

.content-left-item ul li h4 {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

    .content-left-item ul li h4 a {
        color: #363636;
        /*font-size: 22px;*/
        font-size: 16px;
        font-weight: bold;
    }

    .content-left-item ul li h4 .tag {
        background: #285293;
        color: #f5f5f5;
        padding: 2px 8px;
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        border-radius: 20px;
        font-weight: bold;
    }

    .content-left-item ul li h4 a:hover {
        color: #285293;
    }

.content-left-item ul li a {
    color: #bbb;
}

    .content-left-item ul li a:hover {
        color: #285293;
    }

.content-left-item .from {
    float: right;
    margin-right: .5em;
    font-size: 14px;
}

.content-right {
    width: 30%;
}

.content-right-item {
    position: relative;
    width: 387px;
    margin-bottom: 30px;
}

    .content-right-item h3 {
        height: 30px;
        margin-top: 13px;
        margin-left: 11px;
        border-left: 4px solid #285293;
        text-indent: 12px;
        line-height: 30px;
        color: #285293;
        font-size: 16px;
    }

    .content-right-item ul {
        margin: 10px 9px;
        border-top: 1px dotted #d0d0d0;
    }

.content-right-item-top ul li {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}

.content-right-item-top li img {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.content-right-item ul li a {
    color: #363636;
}

    .content-right-item ul li a:hover {
        color: #285293;
    }

.recommend ul {
    list-style: none;
}

.recommend li {
    height: 146px;
    border-bottom: 1px dashed #ccc;
    text-indent: 2em;
}

.recommend a {
    display: -webkit-box;
    max-width: 175px;
    margin-top: 8px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.recommend img {
    width: 168px;
    height: 128px;
    margin-top: 8px;
    float: right;
}
/*content样式结束*/




