div.container {
    width: 1100px;
}

div.tab-content {
    display: inline-block;
    background-color: #F2F2F2;
    width: 285px;
    height: 216px;
    position: relative;
    top: -50px;
}

div.tab-title {
    background-color: #0DA6EC;
    color: #FFFFFF;
    font-family: "思源黑体 CN", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    border-width: 0px;
    height: 84px;
    line-height: 84px;
    padding-left: 40px;
}

li.tab-li {
    height: 66px;
    line-height: 66px;
    padding-left: 40px;
    font-family: '思源黑体 CN', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    border-top: 1px solid #DCDCDC;
    cursor: pointer;
}

li.tab-this {
    color: #0DA6EC;
}

div.news-content {
    width: 780px;
    position: relative;
    top: 0px;
    float: right;
    padding-bottom: 120px;
}

div.content-title {
    font-family: '思源黑体 CN Bold', '思源黑体 CN', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #0DA6EC;
}

li.content-li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #DCDCDC;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

li.content-li div {
    font-family: '思源黑体 CN Bold', '思源黑体 CN', sans-serif;
    font-size: 16px;
}

/*.content-li-a div:nth-child(1) {
    width: 100px;
    display: inline-block;
    color: #666666;
}*/

/*.content-li-a div:nth-child(2) {
    width: 680px;
    display: inline-block;
    float: right;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.content-li-a div {
    width: 100%;
    display: inline-block;
    float: right;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.detail-title {
    text-align: center;
    font-family: '思源黑体 CN Bold', '思源黑体 CN', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

p.detail-date {
    text-align: center;
    font-family: '思源黑体 CN', sans-serif;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.content-back{
    color: #6587C2;
    font-size: 14px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.detail-content * {
    line-height: 30px;
}