
.c-bread li{
    float: left;
}
.index-ct-image img{
    max-height: 100%;
    max-width: 100%;
}

.item-pro2{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 260px;
}
.c-imglist{
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.item-pro2 img,.c-imglist img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.item-pro2:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.c-imglist:hover img{
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
.c-a{
    transition: all ease-in-out 0.4s;
    font-size: 20px;
    color: #272323;
    display: block;
    height: 58px;
    overflow: hidden;
    font-weight: bold;
}
.c-a:hover{
    color: #4CAF50;
}
.blog-item-summary{
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    margin-top: 13px;
}
.c-date{
    background: url(../img/bg_newsky.png) top left repeat;
    color: #544d4d;
    bottom: 0;
    position: absolute;
    left: 0;
    padding: 6px;
    font-size: 12px;
}
.title-examp{
    padding: 15px;
    text-align: justify;
}
.c-urb,.c-List{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
    margin: 15px 0;
}
.c-n{

    font-size: 16px;
    padding: 10px 0px 15px 0;
}
.c-hmore{
    float: right;

}
.c-an{
    float: left;
}
.c-hmore a{
    color: #4CAF50;
}
.allexamps{
    color: #272323;
}
.c-interes li a{
    color: #333;
    transition: all ease-in-out 0.4s;
}
.c-interes li a:hover{
    color: #4CAF50
}
.c-newest{
    color: #272323;
}
.module-header .module-title {
    position: relative;
    display: inline-block;
    padding: 15px 0 15px;
    /*    font-size: 1.23077em;*/
    font-weight: 600;
    margin: 0;
}
.module-header {
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 30px;
}

.module-header .module-title span {
    border-bottom: #4CAF50 3px solid;
    padding-bottom: 13px;
    color: #4CAF50;
    font-size: 21px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.item-pro{
    border: 1px solid #ddd;
    /* margin: 2%; */
    overflow: hidden;
    width: 80px;
    height:70px;
    max-width: 80px;
    max-height: 70px;
    float: left;
    margin-right: 18px;
    display: flex;
} 
/*.item-pro img{
    height: 100%;
    }*/
    .examp-title a:hover {
        color: #4CAF50;
        text-decoration: none;
    }
    .c-date2{
        font-size: 15px;
        padding-top: 16px;
    }
    .c-date2 i {
        color: #4CAF50;
    }
    .examp-title{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .examp-title a{
        height:76px;
        color: #444444;
        overflow: hidden;
        font-size: 15px;
        display: block;
        line-height: 19px;
        text-align: justify;
    }
    .allitem:last-child .examp-title{
        border-bottom: none;
    }
    .c-pag{
        font-size: 16px !important;
        border-radius: 0 !important;
    }
    .c-page{
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .c-interes li{
        padding: 5px 0;
    }
    .c-interes li:first-child{
        padding: 0;
    }
    .high-title h4 {
        color: #333;
        font-weight: bold;
        font-size: 22px;
    }
    span.something {
        color: #707070;
        margin-bottom: 10px;
    }
    .c-nothing{
        text-align: justify;

    }
    .pl{
        line-height: 30px;
    }
    .c-pro3{
        position: relative;
        overflow: hidden;
        display:flex;
        display: webkit-flex;
        display: moz-flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    c-List{
        padding: 15px;
    }
    .c-imglist{
        width: 100%;
        height: 205px;
        overflow: hidden;
    }
    .c-title{
        margin-top: 10px;
        height: 55px;
        overflow: hidden;
    }
    .c-List{
        padding: 15px;
    }
    .c-title a{
        color: #2f8833;
    }

    .gallery:after {
        content: '';
        display: block;
        height: 2px;
        margin: .5em 0 1.4em;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .gallery img {
        height: 100%;
        width: 100%;
    }

    .gallery a {
        width: 100%;
        height: 188px;
        display: inline-block;
        overflow: hidden;
        margin-top: 20px;
        /* margin: 4px 6px; */
        box-shadow: 0 0 4px -1px #000; 
    }
    .gallery{
     width: 100%; 
 }
 .maj-title {
    font-size: 28px ;
    font-weight: 600 ;
    color: #333 ;
    position: absolute;
    top: 234px ;
    left: 20% ;
}
.maj-content {
    width: 53%;
    height: 150px ;
    overflow: hidden;
    position: absolute;
    left: 55px;
    color: #333;
    font-weight: 500;
    bottom: 146px ;
    font-size: 20px ;
}
.major img{
    width: 100%;
    height: 100%;
}
.major{
    opacity: 0.8;
    height: 500px;
}
#major2{
    margin-top: 50px;
    margin-bottom: 60px;
}
@media screen and (max-width: 992px) and (min-width: 768px){ 
    .major {
        height: 355px;
    }
    .maj-content{
        bottom: 100px;
    }
    .maj-title {
        font-size: 28px;
        font-weight: 600;
        color: #333;
        position: absolute;
        top: 178px;
        left: 16%;
    }
}
