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) fixed 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;
    margin-bottom: 3%;
}
.li-cons-center .li-cons-col {
    width: 23%;
    min-height: 300px;
    float: left;
    margin: 0;
    padding: 1%;
}
.li-cons-center .li-cons-colr {
    width: 71%;
    min-height: 600px;
    float: right;
    margin: 0;
    padding: 3% 2%;
    padding-top: 1.9%;
    background-color: #fff;
}
.li-cons-center .li-cons-colr p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #222;
}
.li_cons_item .li_cons_logo{
    text-align: center;
    margin-top: 6%;
}
.li_cons_item .li_cons_logo img{
    height: 160px;
    text-shadow: 3px 3px 10px #fff;
}
.li_cons_item .li_cons_title{    
    font-weight: 900;
    font-size: 22px;
    color:#333;
    text-shadow: 1px 1px 6px #FFF;
}
.li_cons_item .li_cons_date{    
    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:#1b4392;
    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;
    margin: 6% 9% 1% 9%;
}
.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%;
}
.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: #014f8a;
    color: #fff;
}
div.back a{
    background-color: #ddd;
    color: #000;
    width: auto;
    text-align: right;
    float: right;
    margin: 0;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
div.back a:hover{
    background-color: #1b4392;
    color: #fff;
}
div.clear{
    clear: both;
}
strong.title{
    color: #1b4392;
}
em{
    color: #4679dd;
    font-style: italic;
}
span.invalid{
    text-decoration: line-through;
}

@media(max-width:900px){
    .li-cons-head{
        padding: 4% 0 4% 0;
    }
    .li-cons-head p{
        font-size: 24px;
    }
    .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-center .li-cons-colr {
        width: auto;
        min-height: 600px;
        float: none;
        margin: 0;
        padding: 5%;
        padding-top: 1.9%;
        background-color: #fff;
    }
    .li-cons-center .li-cons-colr p {
        text-align: justify;
        font-size: 17px;
    }
    div.back a{
        float: right;
        margin-bottom: 10px; 
    }
    .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; 
    }
}