@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.lm_content{
    padding-bottom: 50px;
}
.lm_content .location{
    background: #f1e9d7;
}
.lm_content .location a{
    font-size: 16px;
    color: #454545;
    display: inline-block;
    line-height: 30px;
    margin: 0 3px;
}
.lm_content .location a:hover,
.lm_content .location a.active{
    color: #c13737;
}
.location_con{
    padding: 10px 0 10px 38px;
}
.lm_main{
    margin-top: 30px;
    position: relative;
}
.lm_main .main_left{
    float: left;
    width: 290px;
}
.main_title{
    background: #c13737;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
padding: 0 15px;
}
.main_title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 8px;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: #654f4f transparent transparent transparent;
    opacity: 0.7;
}
.main_title:after{
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    width: 226px;
    height: 8px;
    border-style: solid;
    border-width: 0 0 8px 226px;
    border-color: transparent transparent transparent #a5a5a5;
    opacity: 0.5;
}
.col_list{
    width: 280px;
    padding: 24px;
    margin-left: 10px;
    background: #f5f5f5;
    position: absolute;
    top: 60px;
    bottom: 0;
}
.col_list li{
    padding-left: 20px;
    position: relative;
    margin-top: 28px;
}
.col_list li:first-child{
    margin-top: 0;
}
.col_list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7.5px;
    width: 6px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #a5a5a5;
}
.col_list li a{
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.col_list li:hover:before,
.col_list li.active:before{
    border-color: transparent transparent transparent #c13737;
}
.col_list li:hover a,
.col_list li.active a{
    color: #c13737!important;
}
.lm_main .main_right{
    float: left;
    width: 880px;
    min-height: 700px;
    margin-left: 30px;
}
.lm_main .main_right ul li{
    line-height: 45px;
    padding-left: 20px;
    position: relative;
}
.lm_main .main_right ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    background: #000;
}
.lm_main .main_right ul li a{
    float: left;
    font-size: 18px;
    color: #333;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 84%;
}
.lm_main .main_right ul li a:hover{
    color: #c13737!important;
}
.lm_main .main_right ul li .date{
    float: right;
    font-size: 18px;
    color: #999;
}
.lm_main .main_right ul li.ui-pager {
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #dedede;
    margin-left: 10px;
    border-radius: 4px;
}
.lm_main .main_right ul li.ui-pager:first-child{
    margin-left: 0;
}
.lm_main .main_right ul li.ui-pager:before {
    display: none;
}
.lucidity_pgToolbar{
    border: none!important;
}
.lucidity_pgPanel,
.lucidity_pgPanel tbody,
.lucidity_pgPanel tr{
    width: 100%;
}
.lucidity_pgPanel tr{
    text-align: center;
    padding-top: 10px;
    display: block;
}
.lucidity_pgPanel tr td{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 4px;
}
.lucidity_pgPanel a.lucidity_pgBtn{
    margin: 0;
    width: auto;
    padding: 0 10px;
    border: none;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fff!important;
}
.lucidity_separator{
    display: none;
}
.lucidity-ui-paging-container li.focus,
.lucidity-ui-paging-container li.ui-pager:hover,
a.lucidity_pgNext:hover,
a.lucidity_pgLast:hover,
.lucidity_pgRefresh:hover,
a.lucidity_pgPrev:hover,
a.lucidity_pgFirst:hover{
    background-color: #bb2929!important;
    border: 1px solid #bb2929;
}
.lucidity-ui-paging-container ul{
    margin: 0!important;
    padding: 0!important;
}
.lucidity_pgPanel .lucidity_pgBtn{
    margin: 0;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #666;
}
.lucidity-ui-paging-container li.ui-paging-ellipse{
    border: 1px solid #dedede!important;
    margin-left: 10px;
    line-height: 28px!important;
    border-radius: 4px;
    list-style: none;
    padding: 0 10px!important;
}
.lucidity-ui-paging-container li.ui-paging-ellipse:before{
    display: none;
}
.lm_main .main_right .big{
    display: none;
}
/* 重大项目建设样式 */
.lmtit{
    text-align: left;
    font-size: 20px;
    border-bottom: 4px solid #c13737;
    margin-bottom: 15px;
    line-height: 55px;
    font-weight: bold;
}

/*专题专栏栏目页*/
.lm_main .main_right ul li.zt_img{
    padding-left: 0;
    float: left;
    width: 273px;
    margin: 0 10px;
}
.lm_main .main_right ul li.zt_img:before{
    display: none;
}
.lm_main .main_right ul li.zt_img a{
    float: none;
    max-width: none;
    width: 100%;
}
.lm_main .main_right ul li.zt_img a img{
    width: 100%;
    height: 157px;
}
.lm_main .main_right ul li.zt_img a span{
    display: block;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}