html{
    padding: 0;
    margin: 0;
} 
body {
    padding: 0;
    margin: 0;
    background-color: #eeeeee;
    font-family: "Roboto", Arial, sans-serif;
    background: url(back_bg_69.jpg) repeat center;
} 
div, section, p {
    padding: 0;
    margin: 0;
}    
.li-cons-head{
    max-width:1206px;
    margin:0 auto;
    padding: 2% 0 2% 0;
}
.li-cons-head p{
    text-shadow: 1px 1px 6px black, 0 0 1em #003972, 0 0 0.6em #003366;
    padding: 0;
    margin: 0 auto;
    font-size: 47px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.li-cons-inner{    
    margin:0 auto;
    padding: 0;
    /* background-color:#2b3754; */
    height: auto;
    overflow: hidden;
    max-width: 1206px;
    min-height: 400px;
    border-radius: 6px;
    background: url(bg.gif) repeat;
    box-shadow: 1px 1px 36px #111;
}
.li-cons-center .li-cons-col {
width: 24.6%;
min-height: 300px;
float: left;
margin: 0;
border-right: 4px solid #fff;
padding: 1% 0;
}
.li-cons-center .last {
width: 24.8%;
border-right: none;
}

.li_cons_item .li_cons_logo{
    text-align: center;
    margin-top: 6%;
}
.li_cons_item .li_cons_logo img{
    height: 120px;
    text-shadow: 3px 3px 10px #fff;
}
.li_cons_item .li_cons_title{
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    color:#333;
    text-shadow: 1px 1px 6px #FFF;
}
.li_cons_item .li_cons_date{
    text-align: center;
    color:#333;
    padding: 1% 9%;
    height: 90px;
    margin: 6% 0 9% 0;
    text-shadow: 1px 1px 6px #FFF;
}
.li_cons_date span, .li_cons_date p{
    padding: 0;
    margin: 0;
    box-shadow: 0px 10px -14px 14px #FFF;
}
.li_cons_date span, .li_cons_desc span, .li_cons_intro span{
    color:cornflowerblue;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 6px #FFF;

}
.li_cons_date p, .li_cons_intro p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.li_cons_desc{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
.li_cons_desc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.li_cons_intro{
    color: #333;
    padding: 0;
    height: auto;
    min-height: 66px;
    overflow: auto;
    margin: 6% 9% 1% 9%;
    text-align: center;   
}
.li_cons_more{
    color: #555555;
    padding: 0;
    height: 47px;
    margin: 6% 9% 6% 9%;
    text-align: center;
}
.li_cons_more a{
    background-color: #2f4c91;
    background-color: #f3f3f3;
    box-shadow: 0 0 9px #ccc;
    color: #132550;
    display: block;
    padding: 6px;
    margin: 0 auto;
    width: 90px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.4s ease-in-out;
}
.li_cons_more a:hover{
    background-color: #1b4392;
    color: #fff;
}
.ckaudio{
    display: none;
}
#playAudio{
    width: 90px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media(max-width:900px){
    .li-cons-head{
        padding: 4% 0 4% 0;
    }
    .li-cons-head p{
        font-size: 30px;
    }
    .li-cons-inner{    
        width: 90%;
        margin-bottom: 5%;
    }
    .li-cons-center .li-cons-col {
        width: 100%;
        float:none;
        border: none;
        border-bottom: 2px solid #ccc;
    }
    .li_cons_item .li_cons_logo img{
        height: 160px;
    }
    .li_cons_item .li_cons_title{
        font-size: 24px;
    }
    .li_cons_date span, .li_cons_desc span, .li_cons_intro span{
        color:#1b4392;
        font-size: 105%;    
    }
    .li_cons_date p, .li_cons_intro p{
        font-size: 120%;
        line-height: 26px;
    }
    .li_cons_more a{
        width: 120px;
        font-size: 15px; 
    }
}