﻿section.banner {
    padding: 0 !important;
    background: none;
}
section.banner{
    margin-top:0;
}
section.new a{
    color:#333;
    text-decoration:none;
}
.title-new{
       margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    padding: 12px;
    border-bottom: 3px solid #FFD340;
    background: #167AC6;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.col-content-new-3{
     background: #fff;
    overflow: hidden;
    /* padding: 15px 0; */
    /* border: 1px solid #ddd; */
    box-sizing: content-box;
    border-top: none;
}

.col-item-new p:first-child{
    height:140px;
    max-height:140px;
    overflow:hidden;
    margin-bottom:0;
    background: antiquewhite;
}
.col-item-new p:last-child{
        background: antiquewhite;
    padding: 10px;
    height: 75px;
    overflow: hidden;
}
.col-content-new-3 .col-item-6:last-child{
    padding-right:15px;
}
section h2, section h2 a {
     padding: 0;
         margin-top: 10px;
}
.hot-new {
    padding: 0 15px 15px 15px;
}
.col-event {
    padding: 0;
}
.iframe_video {
    padding: 0;
}
.col-item-6{
    padding-top: 15px;
    float:left;
    background:#fff;
    overflow:hidden;
    border-bottom: 1px dotted #ddd;
}
.col-item-6 p:first-child{
    width:40%;
    padding-right:15px;
    height:72px;
    overflow:hidden;
}
.col-item-6 p{
    float:left;
    width:60%;
    padding-right:10px;
}
.pagination {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}
.pagination span {
    display: inline-block;
}
.pagination span a.active {
    color: #fff;
    cursor: default;
}
.pagination span a:hover, .pagination span a:focus, .pagination span a.active {
    background-color: #167AC6;
    color: #fff;
}
.pagination span a {
    float: left;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline;
    font-weight: normal;
    font-size: 14px;
    background:#ECECEC;
}

/*reponsive*/

@media screen and (max-width:767px){
    .col-item-new p:first-child {
         height: auto; 
         max-height:none; 
}
    .new .col-md-8{
        margin-top:15px;
    }
    section.banner .col-md-8{
        padding-top:15px;
    }
    .col-item-new {
        width: 100% !important;
    }
    .col-item-new .img-responsive{
        width:100% !important;
    }
    .col-item-new{
        padding:15px;
    }
    .col-item-new p:last-child {
        margin:0;
    }
    .col-item-6{
        width:100% !important;
        padding:15px !important;
    }
    .col-item-6 p{
        margin:0;
    }
}