/*
 * 案例css文件
 */

.clear{clear:both}
body{background-color: #fff;}

/*二级导航*/
.case-select-list {
    position: relative;
    top: 1px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}
.case-select-list li {
    position: relative;
    display: inline-block;
    margin: 0 38px;
    font-size: 16px;
    color: #1d1819;
    cursor: pointer;
}
.case-select-list li.on, .case-select-list li:hover {
    color: #d0212b;
    border-bottom: 2px solid #D0212D;
}
.case-select-list li.on:before {
    left: 0;
    width: 100%;
}
.case-select-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
}
.case-select-list li a {
    display: block;
    color: #000;
}

/*内容区域*/
.mainOut {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    z-index: 9999;
}
/*面包屑*/
.crumbs {
    display: block;
    width: 1200px;
    padding-top: 10px;
    font-size: 14px;
}
.crumbs a {
    font-size: 14px;
    color: #000;
}
/*内容*/
#m_content_xzx {
    margin: 10px auto;
    width: 1220px;
    font-size: 14px;
    line-height: 22px;
}
#fy_left2 {
    width: 880px;
    float: left;
}
.sortby {
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 20px;
}
.sortby strong {
    font-size: 20px;
    font-weight: 500;
}
#xzx_lby {
    width: 840px;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#xzx_lby .xzx_tp {
    float: left;
    margin: 0 20px 0 0;
}
#xzx_lby .xzx_tp img {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px;
}
/*分页区域*/
.pageGuide {
    width: 100%;
    font-size: 12px;
    margin: 20px auto;
    text-align: center;
}
.paging a {
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #ddd;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    _line-height: 17px;
}
.paging a:link, .paging a:visited, .paging a:active {
    color: #888;
}
.paging a:hover {
    background: #0088ce;
    color: #fff;
    text-decoration: none;
}
.paging span {
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #ddd;
    background: #0088ce;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    _line-height: 17px;
}
#xzx_lby .tit {
    padding: 10px 0 15px 0;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#xzx_lby .tit a{
    color: #333;
}
#xzx_lby .con {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
#xzx_lby .sj_bq {
    font-size: 12px;
    color: #666;
    padding-top: 20px;
}
#xzx_lby .sj_bq em {
    color: #666;
}
.cle {
    clear: both;
}
#fy_right {
    width: 300px;
    float: right;
}
#fy_right .r_list {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 15px 15px 30px 15px;
}
#fy_right .r_list .tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    text-indent: 20px;
    font-weight: normal;
}
#fy_right .zx_xhx {
    padding:13px 0 10px;
    margin: 5px auto 0;
    border-bottom: 1px solid #e4e4e4;
}
#fy_right .zx_xhx a{
    color:#333;
}
#fy_right .zx_xhx .isselected {
    color: #d20001;
}
#fy_right .r_list {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 15px 15px 30px 15px;
}
#fy_right .r_list .tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    text-indent: 20px;
    font-weight: normal;
}
#fy_right .r_list .zxgs_ph {
    padding: 10px;
}
#fy_right .r_list .zxgs_ph li {
    border-bottom: 1px dotted #eee;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
#fy_right .r_list .zxgs_ph li a {
    width: 230px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#333;
}
/*内容页*/
.in_title {
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
}


/* 推荐资讯样式 */
.gr-rec-news{width:1200px;margin:auto;margin-top:10px;overflow:hidden;}
.gr-rec-news .rec-title{
    width: 1200px;
    height: 50px;
    background-color: #eee;
    font-size:16px;
    line-height: 50px;
    text-align: center;
    color: #0088ce;
}
.gr-rec-news ul{width:100%;padding-top:10px;}
.gr-rec-news ul li{float:left;margin-right:35px;width:360px;height:28px;line-height:28px;margin-bottom:10px;}
.gr-rec-news ul li a{display:block;width:225px;line-height:28px;padding-left:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;color:#0088ce;}
.gr-rec-news ul li span{float:right;color:#999;}
