/*--------------------列表封面开始--------------------*/
.content {
    min-width: 1190px;
    background-color: #e9eaef;
    overflow: hidden;
}
.banner-top {
    height: 200px;
    width: 100%;
    margin: 0 auto 50px;
    width: 100%;
    min-width: 1190px;
    overflow: hidden;
    background: url(/skin/ruifang/images/list/banner-li1.jpg) no-repeat scroll center top;
}
.banner-top a{
    height: 200px;
    width: 100%;
    margin: 0 auto ;
    width: 100%;
    min-width: 1190px;
    display: block;  
}
.newsWrap {
    width: 1190px;
    height: 240px;
    margin: 20px auto 0;
}
.newsWrap .news {
    border: 0 solid #595757;
    border-radius: 5px;
    float: left;
    height: 240px;
    overflow: hidden;
    width: 590px;
    background-color: #fff;
}
.newsWrap .news p {
    height: 40px;
    margin: 15px 15px 0;
}
.newsWrap .news p a.news-more {
    color: #666;
    float: right;
    margin-right: 10px;
}
.newsWrap p span {
    color: #ec641a;
    font-size: 21px;
}
.newsWrap hr {
    color: #767878;
    margin: 0 20px;
}
.newsWrap .news ul {
    padding: 0 20px;
}
.newsWrap .news ul li {
    line-height: 20px;
    list-style-type: none;
    margin: 8px 0;
    overflow: hidden;
    white-space: nowrap;
}
.newsWrap .news ul li a {
    color: #666;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 420px;
}
.newsWrap .news a:hover {
    color: #2f6fb7;
    text-decoration: none;
}
.newsWrap .news li span {
    color: #7a7a7a;
    float: right;
}
.newsWrap .news .news-more {
    margin-top: 12px;
    text-align: right;
}
.newsWrap .news-02 {
    margin-left: 10px;
}
.banner-m {
    margin: 20px auto;
    max-width: 1190px;
    height: 90px;
    overflow: hidden;
}
.banner-m a{
    margin: 0 auto;
    width: 1190px;
    height: 90px;
    display: block;
}
.banner-m img{
    display: block;
    width: 1190px;
    height: 90px;
}
/*--------------------列表封面结束--------------------*/

/*文章导航*/
.content {
    min-width: 1190px;
    background-color: #e9eaef;
    overflow: hidden;
} 
.d-banner {
    display: block;
    height: 200px;
    width: 100%;
    margin: 0 auto 20px;
    width: 100%;
    min-width: 1190px;
    overflow: hidden;
    background: url("/skin/ruifang/images/list/bannerlist.gif") no-repeat scroll center top;
}
.h100 {
    height: 45px;
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.h100 .home-nav {
    float: left;
    margin: 0 auto;
    overflow: hidden;
}
.home-nav a {
    color: #595757;
    font-size: 16px;
}
.home-nav span {
    float: left;
    margin-top: 6px;
}
.go-home {
    background: url("/skin/ruifang/images/list/homeico.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 36px;
    width: 36px;
}


/*搜索*/
.article-search {
    float: right;
    width: 355px;
    height: 42px;
    border-radius: 10px;
    background-color: #fff;
    border: 0;
    overflow: hidden;
}
.article-search input {
    float: left;
    width: 275px;
    height: 42px;
    border: 0 none;
    outline: none;
    border-radius: 10px;
    padding-left: 20px;
}
.article-search a {
    float: right;
    width: 60px;
    height: 42px;
    background: url("/skin/ruifang/images/list/search.png") no-repeat center top;
    background-color: #F5F5F5;
}
.article-search a:hover {
    background-position-y: bottom;
    background-color: #D8261C;
}


/*文章列表*/
.content-list {
    width: 1190px;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    content: " ";
    display: table;
    padding-bottom: 55px;
}
.article-list-left {
    width: 794px;
    overflow: hidden;
    float: left;
}
.article-list-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 32px;
}
.list-title {
    font-size: 16px;
    font-weight: 100;
    color: #D8261C;
    font-weight: bold;
    position: relative;
    height: 58px;
}

.list-title span {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    border-bottom: 2px solid #D8261C;
    padding: 22px 0 10px;
}

/*内容*/
.article-list-left .article-info {
    color: #999;
    font-size: 14px;
}
.article-list-left .article-title {
    font-size: 16px;
    font-weight: 100px;
    color: #595757;
    margin: 26px 0 22px;
}
.article-title a {
    display: block;
    color: #666;
    font-weight: bold;
    max-height: 45px;
    overflow: hidden;
}
.article-content {
    max-height: 60px;
    overflow: hidden;
}
.article-publish {
    margin: 27px 0 32px;
}
.article-publish .clock {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url('/skin/ruifang/images/list/shijian.png') no-repeat center center;
    margin-bottom: -1px;
    margin-right: 6px;
}
.article-publish small {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.news-hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #eee;
}


/*分页*/
.list-page {
    height: 50px;
    margin: 30px auto 0;
}
.list-page ul {
    width: 794px;
    display: inline-block;
    border-radius: 10px;
    list-style: outside none none;
    background-color: #fff;
    color: #8e8b8b;
}


/*热门资讯*/
.article-right-content{
    float: right;
    overflow: hidden;
    width: 355px;
}
.article-list-right {
    width: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 25px;
}
.hot-articles {
    padding: 16px 0;
    /* 为了固定右下角时间 */
    position: relative;
}
.hot-imgs {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
}
.hot-info {
    display: inline-block;
    width: 196px;
    padding-right: 4px;
    margin-left: 18px;
    margin-top: -2px;
}
.hot-infos {
    display: block;
    max-height: 63px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.hot-info .article-publish {
    text-align: right;
    margin: 0;
    padding-right: 1px;
    position: absolute;
    bottom: 13px;
    right: 12px;
}


/*热门标签*/
.hot-tag{
    width: 355px;
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
}
.hot-tag .list-title span{
    margin-left: 25px;
}

.tag-list{
    overflow: hidden;
    padding: 18px;
}
.tag-list a{
    float: left;
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #55a0ec;
    background: #ecfcfe;
    border-radius: 14px;
    overflow: hidden;
    margin: 10px 5px;
}


/*地区*/
.diqu{
    text-align: center;
    width: 1200px;
    height: 450px;
    margin: 30px auto;
    background-color: #fff;
    padding: 0 40px;
}
.diqu a{
    height: 120px;
    width: 112px;
    margin: 14px;
    float: left;
} 
