

/* nt-title */

#nt-title-container {
    background: #F2F2F2;
}

#nt-title {
}

    #nt-title li {
        font-size: 28px;
        color: #4E4E4E;
        white-space: nowrap;
        overflow: hidden;
         text-overflow: ellipsis;
    }


/* nt-example1 */

#nt-example1 {
    max-width: 620px;
    margin: 0px 0px 0px 0px;
    padding:0px;
}

.newsbox-box{
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 30px 15px;
    float: left;
}

.news-box-wrap {
height:auto;
width:100%;
margin:0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
float:left;
}


#nt-example1-container {
    text-align: center;
}

    #nt-example1-container i {
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    float: left;
    background: #004987;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

    }

        #nt-example1-container i:hover {
            color: #fff;
        }

#nt-example1 li {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .20px;
    color: #fff;
    overflow: hidden;
    /* height: 70px; */
    padding: 5px 0px;
    text-align: left;
    margin: 0px 0px;
        border-bottom: 1px solid #eae3e3;
    font-weight:600;
}




    #nt-example1 li span {
       font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    background: #fc9c12;
    margin: 0px 0px 0px 0px;
    padding: 2px 10px 5px 10px;
      
    }
.newsbox-read2 {
height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight:400;
    color:#52ca00;
    line-height: 20px;
    text-align: left;
}


.calender-a{
height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight:400;
    color: #fff;
    line-height: 20px;
    text-align: left;
}

.calender-a:hover{
    color:#fff;
}




