
/*fontColor1:#015198*/
/*themeColor: background-color:#EFF2F7;*/







.news-session1{
    position:relative;
    width:100%;
    height:300px;
    background-image:url("../img/newsBanner.png");
    background-position:50% 50%;

}
.news-session1 p{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin:0 auto;
    margin-top:-15px;
    height:30px;
    width:600px;
    text-align:center;
    line-height: 30px;
    font-size:36px;
    color:#015198;
    font-weight:100;
}



.news-session2{
    position:relative;
    width:100%;
}

.news-session3{
    margin-bottom:36px;
    position:relative;
    width:100%;
    height: auto;
}



.news-banner{
    position: relative;
    display:inline-block;

    height:376px;
    width:588px;
    background-color:#fff;

}

 .news-banner-date{
    margin:0 auto;
    color:#015198;
    font-size:13px;
    width:54px;
    height:25px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background-color:#979797;
    line-height: 25px;
    text-align:center;
}

.news-banner-title{
    margin:0 auto;
    margin-top:22px;
    margin-bottom:12px;


    font-size:13px;
    width:416px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align:center;
    font-weight: 100;
    cursor:pointer;
    transition: .5s ease;

}
 .news-banner-title:hover{

    color:#015198;

}


 .news-banner-slideB{
     width:588px;
     height:314px;
     overflow: hidden;
 }

.news-banner-slide{
    width:588px;
    height:314px;
}


.news-banner-slide-arrowL{
    position:absolute;
    left:0;
    top: 160px;
    width:86px;
    text-align: center;
}
.news-banner-slide-arrowL i{
    text-align: center;
    color: rgba(112,112,112,.2);
    font-size:30px;
    transition:.5s ease;
    cursor:pointer;
}

.news-banner-slide-arrowL:hover i{
    color: #015198;
}


.news-banner-slide-arrowR{
    position:absolute;
    right:0;
    top: 160px;
    width:86px;
    text-align: center;
}
.news-banner-slide-arrowR i{
    text-align: center;
    color: rgba(112,112,112,.2);
    font-size:30px;
    transition:.5s ease;
    cursor:pointer;
}

.news-banner-slide-arrowR:hover i{
    color: #015198;
}


.new-s2-img-box{
    margin:0 auto;
    width:416px;
    height:234px;
    cursor:pointer;

}
.new-s2-img-box img{
    display: table;
    margin:0 auto;
    max-width:100%;
    height:100%;
}

.news-banner-line{
    margin:0 auto;
    height:62px;
    width:240px;
    text-align:center;
}
.news-banner-line-small{
    margin:0 auto;
    /*display:table;*/
    display:inline-block;
    text-align: center;
    width: 100%;
}

.news-banner-line-small div{
    display: inline-block;
    margin-top: 30px;
    width:30%;
    height:2px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: rgba(112,112,112,.2);
    transition: .5s ease;

}

.news-banner-line-small div p{
    float:left;
    width:0;
    height: 2px;
    transition: .5s ease;
    background-color: #015198;
}

.news-banner-line-small div p:hover{
    background-color: #015198;
}
