/* 列表 */
.news-content{
    width:100%;
    margin: auto;
    background: #F8F8F8;
    padding-bottom: 20px;
}

.news-content-main{
    width: 1200px;
    margin: auto;
    margin-top: 24px;
}

.news-content-main-left{
    display: inline-table;
    vertical-align: top;
    width: 835px;
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.news-content-main-left ul{
    padding-bottom: 30px;
}

.news-content-main-left ul li{
    padding: 13px;
    margin: 5px;
    border-bottom: 1px solid #E2E2E2;
}

.list-left{
    vertical-align: top;
    display: inline-table;
}
.list-left a{
    display: block;
    width: 189px; 
    height: 120px;
    border: 1px solid #eee;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.list-right{
    padding-left: 12px;
    vertical-align: top;
    display: inline-table;
}

.list-right .title{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.list-right .desc{
    height: 56px;
    width: 590px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
}

.list-right .time{
    color: #888888;
}


/* 详情页面 */
.news-cate-title-content{
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
}

.news-cate-title{
    width: 278px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-bottom: 3px solid #1A78FF;
    border-right: 1px solid #EAEAEA;
}
.news-cate-title span{
    font-size: 14px;
    font-weight: 600;
    color: #1A78FF;
}

.news-content-main-right{
    display: inline-table;
    vertical-align: top;
    width: 340px;
    height: 571px;
    margin-left: 14px;
}

.news-content-right-block{
    margin-bottom: 14px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
}

.news-content-main-right .list-title{
    overflow: hidden;
    font-size: 14px;
}

.news-cate-recommend-title{
    font-size: 16px;
    color: #333333;
    width: 69px;
    margin: 13px auto auto 15px;
    font-weight: 600;
    border-bottom: 3px solid #1A78FF;
    padding-bottom: 7px;
    padding-left: 3px;
}

.news-content-main-right ol li{
    margin: 12px 12px 12px 12px;
    border-bottom: 1px dashed #EAEAEA;
    padding-bottom: 6px;
}


.warp .news-detail {
    clear: both;
    width: 1200px;
    margin: auto;
}

.news-detail .news-detail-nav {
    height: 45px;
    margin-top: 19px;
}

.location {
    width: 300px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    float: left;
}

.location a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.news-detail-title {
    height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.news-detail-time span {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 40px;
    margin-left: 20px;
}

.news-detail-content {
    margin: 20px 20px 40px 20px;
}
.news-detail-content p{
    text-indent: 34px;
    margin: 25px auto;
}
.news-detail-content img{
    max-width: 90%;
}