/* 页面自定义css样式 */
body {
    background: #F7F7F7;
}
.container {
    padding: 0 !important;
}
.bt-1200-box {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.lmy_content {
    margin-top: -60px;
}
.lmy_content .tyj_container {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
/**当前位置**/
.position {
    /*height: 80px;
    line-height: 80px;*/
}
.position .position_nav {
    padding-left: 40px;
    background: url("icon_position.png") no-repeat left 4px;
    background-size: 20px;
    line-height: 32px;
    display: flex;
    flex-wrap: nowrap;
}
.position .position_nav .interval{
    margin: 0 10px;
    color: #ccc;
}
.position .position_nav a{
    color: #333;
}
.position .line {
    width: 100%;
    height: 6px;
    background: url("bg_line.png") no-repeat center;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 30px;
}
.position_nav a.active{
    color: #3366CC;
}
.position_nav > span{
    white-space: nowrap;
}
.position_nav table,
.position_nav tbody,
.position_nav tr,
.position_nav td{
    display: inline;
    vertical-align: bottom;
}
.position_nav table > tbody > tr td:first-child{
    float: left;
}
/* 主体 */
.colLeft {
    float: left;
    width: 280px;
}
.colTop {
    background: #205BBB;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
}
.colTop span,
.colTop a{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF!important;
    display: inline-block;
}
.colList {
    padding: 20px 26px;
    background: #E8F2FF;
}
.colList li{

}
.colList li a{
    padding: 12px 10px 12px 40px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 36px;
    display: block;
    position: relative;
}
.colList li a:before{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background-image: linear-gradient(90deg, #E8F2FF 0%, #FFFFFF 100%);
    left: 20px;
    top: 27px;
}
.colListCld {
    border-bottom: 1px solid #fff;
}
.colListCld:hover a,
.colListCld.active a{
    background: #fff;
    color: #205BBB;
}
.colListCld:hover a:before,
.colListCld.active a:before{
    background-image: linear-gradient(90deg, #AACBFF 0%, #205BBB 100%);
}
.colListCld.bdn {
    border-bottom: none;
}
.colListCld ul {
    border-top: 1px solid #CCCCCC;
    display: none;
}
.colListCld ul li {
    line-height: 50px;
    padding-left: 80px;
    background: url(col.png) right center no-repeat;
}
.colListCld ul li.colHover {
    background: url(colHover.png) right center no-repeat;
}
.colListCld ul li:hover {
    background: url(colHover.png) right center no-repeat;
}
.colListCld ul li.colHover a {
    color: #185DA8;
}
.colListCld ul li:hover a {
    color: #185DA8;
}
.colRight {
    float: left;
    width: 1070px;
    min-height: 625px;
    background: #fff;
    margin-left: 30px;
}
.colRight .currentCol{
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.colRight .currentCol span{
    display: inline-block;
    line-height: 32px;
}
.colRightList li {
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.colRightList li .imgBox{
    float: left;
    width: 270px;
    height: 180px;
    overflow: hidden;
}
.colRightList li .imgBox a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("http://jnstyj.jinan.gov.cn/picture/1367/2408261505113335663.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.35s ease-out;

}
.colRightList li .imgBox a:hover{
    transform: scale(1.1);
}
.colRightList li .imgBox a img {
    width: 100%;
    height: 100%;
}
.colRightList li.ztzl .imgBox{
    width: 74%;
    height: auto;
}
.colRightList li .list_right{
    float: left;
    width: 780px;
    height: 180px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.colRightList li .list_right .list_title{
    height: 72px;
}
.colRightList li .list_right .list_title a{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.colRightList li .list_right .list_title a:hover{
    color: #004FDF;
}
.colRightList li .list_right .abstract p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.colRightList li .list_right .time{
    margin-top: 12px;
}
.colRightList li .list_right .time span{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
/* 通用栏目页 */
.colRightList li.currency{
    padding: 0;
    border-bottom: none;
    line-height: 54px;
}
.colRightList li.currency:first-child{
    margin-top: 20px;
}
.colRightList li.currency:nth-child(5n){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.colRightList li.currency a{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-right: 16px;
}
.colRightList li.currency a:hover{
    color: #004FDF;
}
.colRightList li.currency .date{
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #999;
}
.replyToProcessing{
    width: 100%;
}
.replyToProcessing tr th{
    text-align: center;
    line-height: 40px;
    border: 1px solid #999;
    font-size: 18px;
    color: #333;
}
.replyToProcessing tr td{
    text-align: center;
    line-height: 28px;
    border: 1px solid #999;
    padding: 4px 10px;
    font-size: 16px;
    color: #333;
}
.replyToProcessing tr td.letter_title{
    text-align: left;
}
.colRightList .statistics{
    width: 480px;
    height: 52px;
    display: flex;
    align-items: center;
}
.statistics_label{
    margin-left: 20px;
}
.statistics_label img{
    width: 100px;
    height: auto;
}
.statistics span{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 20px;
    display: inline-block;
}
/* 分页条 */
.colRightList .lucidity_pgToolbar{
    border: none;
    height: auto;
    margin: 24px 0 0 0;
    display: flex;
    justify-content: center;
}
.colRightList .lucidity_pgToolbar td{
    color: #333;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
    height: auto;
    font-size: 16px;
}
.colRightList .lucidity_pgBtn{
    width: 80px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0;
}
.colRightList a.lucidity_pgPrevDisabled,
.colRightList a.lucidity_pgPrevDisabled:hover,
.colRightList a.lucidity_pgNextDisabled,
.colRightList a.lucidity_pgNextDisabled:hover{
    color: #ccc!important;
}
.colRightList .lucidity-ui-paging-container li.ui-pager{
    border: 1px solid #ddd;
}
.colRightList a.lucidity_pgNext:hover,
.colRightList a.lucidity_pgLast:hover,
.colRightList a.lucidity_pgFirst:hover,
.colRightList a.lucidity_pgPrev:hover,
.colRightList .lucidity-ui-paging-container li.ui-pager:hover,
.colRightList .lucidity-ui-paging-container li.focus,
.colRightList .lucidity_pgRefresh:hover{
    background-color: #004FDF!important;
    border-color: #004FDF;
}
.colRightList .lucidity-ui-paging-container li.focus{
    border-color: #004FDF;
}
.colRightList a.lucidity_pgFirstDisabled,
.colRightList a.lucidity_pgFirstDisabled:hover,
.colRightList a.lucidity_pgLastDisabled,
.colRightList a.lucidity_pgLastDisabled:hover{
    color: #ccc;
}
.colRightList .lucidity-ui-paging-container ul{
    padding: 0;
    margin: 0;
}
.colRightList .lucidity-ui-paging-container li{
    margin: 0 0 0 10px;
    padding: 0 10px;
    width: auto;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
}
.colRightList .lucidity-ui-paging-container li.ui-paging-ellipse{
    border-color: #ddd;
}
.colRightList .lucidity-ui-paging-container li:first-child{
    margin-left: 0;
}
.colRightList .lucidity_pgCurrentPage{
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0 6px;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
}
.colRightList .lucidity_pgToolbar td:first-child {
    margin-left: 0;
}
.articleContent{
    padding: 0 20px;
}
.articleContent .articleContent_title{
    height: auto;
    font-weight: 600;
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 52px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.articleContent .articleContent_con{
    padding: 20px 40px;
}
.articleContent .articleContent_con p{
    font-size: 20px;
    line-height: 40px;
}

/* 移动端 */
@media screen and (max-width: 1024px){
    .lmy_content{
        margin-top: 0;
    }
    .lmy_content .tyj_container{
        padding: 0.24rem;
    }
    .position .position_nav{
        font-size: 0.26rem;
        background-size: 0.3rem 0.36rem;
        line-height: 0.5rem;
        background-position: left 0.07rem;
        padding-left: 0.5rem;
    }
    .position .position_nav a{
        font-size: 0.26rem;
    }
    .position .line{
        background: url("bgPhone_line.jpg") repeat center;
        background-size: cover;
        margin: 0.24rem 0;
        height: 0.08rem;
    }
    .position .position_nav .interval{
        margin: 0 0.24rem;
    }
    .colLeft{
        float: none;
        width: 100%;
    }
    .colTop{
        min-height: 1.08rem;
        padding: 0.24rem;
    }
    .colTop span,
    .colTop a{
        font-size: 0.36rem;
        line-height: 0.54rem;
    }
    .colList{
        padding: 0.24rem;
    }
    .colListCld{
        border-width: 0.01rem;
    }
    .colList li a{
        font-size: 0.3rem;
        padding: 0.24rem 0.24rem 0.24rem 2.67rem;
        line-height: 0.4rem;
    }
    .colList li a:before{
        width: 0.16rem;
        height: 0.16rem;
        left: 2.03rem;
        top: 0.36rem;
    }
    .colRight{
        float: none;
        width: 100%;
        min-height: auto;
        margin-left: 0;
        margin-top: 0.48rem;
    }
    .colRight .currentCol{
        font-size: 0.36rem;
        padding-bottom: 0.24rem;
        border-width: 0.01rem;
    }
    .colRight .currentCol span{
        line-height: 0.54rem;
    }
    .colRightList li{
        padding: 0.24rem 0;
        border-width: 0.01rem;
    }
    .colRightList li .imgBox{
        float: right;
        width: 2.22rem;
        height: 1.48rem;
        margin-left: 0.25rem;
    }
    .colRightList li.ztzl .imgBox{
        width: 100%;
    }
    .colRightList li .list_right{
        margin-left: 0;
        width: calc(100% - 2.22rem - 0.25rem);
        height: auto;
    }
    .colRightList li .list_right .list_title{
        font-size: 0.3rem;
        height: auto;
    }
    .colRightList li .list_right .list_title a{
        font-size: 0.3rem;
        line-height: 0.42rem;
        font-weight: 400;
        -webkit-line-clamp: 3;
    }
    .colRightList li .list_right .abstract{
        display: none;
    }
    .colRightList li .list_right .time{
        margin-top: 0.16rem;
        font-size: 0.24rem;
    }
    .colRightList li .list_right .time span{
        font-size: 0.24rem;
        line-height: 0.32rem;
        color: #999;
    }
    .colRightList{
        font-size: 0.3rem;
    }
    .colRightList li.currency{
        line-height: 0.42rem;
        border-bottom: 0.01rem solid #eee;
        padding: 0.24rem 0;
    }
    .colRightList li.currency:first-child{
        margin-top: 0;
    }
    .colRightList li.currency a{
        font-size: 0.3rem;
        line-height: 0.42rem;
        margin-right: 0;
    }
    .colRightList li.currency .date{
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.32rem;
        margin-top: 0.16rem;
    }
    .colRightList .lucidity_pgToolbar{
        font-size: 0.3rem;
        width: 100%;
        border: 0.02rem solid #ccc;
        border-radius: 0.08rem;
        margin-top: 0.24rem;
        position: relative;
        height: 0.88rem;
    }
    .colRightList .lucidity_pgBtn{
        border: none;
        font-size: 0.3rem;
        color: #333!important;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lucidity_pgPanel{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }
    .colRightList .lucidity_pgToolbar td{
        margin-left: 0;
        font-size: 0.3rem;
    }
    .colRightList .lucidity_pgPanel td:nth-child(2){
        position: absolute;
        left: 0;
        top: 0;
        width: calc((100% - 3rem) / 2);
        height: 100%;
    }
    .colRightList .lucidity_pgPanel td:nth-child(1),
    .colRightList .lucidity_pgPanel td:nth-child(3),
    .colRightList .lucidity_pgPanel td:nth-child(5),
    .colRightList .lucidity_pgPanel td:nth-child(6),
    .colRightList .lucidity_pgPanel td:nth-child(7){
        display: none;
    }
    .colRightList .lucidity_pgPanel td:nth-child(4){
        position: absolute;
        right: 0;
        top: 0;
        width: calc((100% - 3rem) / 2);
        height: 100%;
    }
    .colRightList .lucidity_pgPanel td:nth-child(8){
        border-left: 0.02rem solid #ccc;
        border-right: 0.02rem solid #ccc;
        height: 0.84rem;
        line-height: 0.84rem;
        padding: 0 0.1rem;
        width: 3rem;
        text-align: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .colRightList .lucidity_pgCurrentPage{
        font-size: 0.3rem;
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.48rem;
        border-width: 0.01rem;
        margin: 0;
    }
    .colRightList a.lucidity_pgPrev:hover,
    .colRightList a.lucidity_pgNext:hover{
        background: none!important;
    }
    a.lucidity_pgNext:hover,
    a.lucidity_pgPrev:hover{
        color: initial;
    }
    .colRightList .statistics{
        width: 100%;
        padding-right: 0.48rem;
        justify-content: space-between;
        height: 0.94rem;
    }
    .statistics_label{
        margin-left: 0.24rem;
    }
    .statistics_label img{
        width: 1.8rem;
    }
    .statistics span{
        font-size: 0.3rem;
        line-height: 0.42rem;
        margin-left: 0.18rem;
    }
    .replyToProcessing tr th{
        line-height: 0.42rem;
        font-size: 0.26rem;
        border-width: 0.01rem;
    }
    .replyToProcessing tr td{
        line-height: 0.42rem;
        padding: 0.04rem 0.1rem;
        font-size: 0.24rem;
        border-width: 0.01rem;
    }
}