@charset "utf-8";
.logo {
    width: 184px;
    padding: 20px 0 0 20px;
}
.logo img {
    width: 100%;
}
.page {
    width: 400px;
    padding: 20px 0 0 20px;
}
.page img {
    width: 100%;
}
.newsBox{
    width: 1000px;
    height: 260px;
    margin: 0 auto;
}
.boxleft{
    position: relative;
    width: 400px;
    height: 260px;
    float: left;
}
.boxleft img{
    width: 400px;
    height: 260px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}
.boxleft .title{
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.boxleft .title p{
    width: 96%;
    line-height: 34px;
    padding: 0 2%;
}
.boxleft .title p a{
    color: #fff;
    width: 100%;
    display: inline-block;
}
.boxright{
    width: 500px;
    float: left;
    margin-left: 60px;
}
.boxright .boxlist{}
.boxright .boxlist li{    
    padding: 8px 0;
    border-bottom: 1px solid #64e8ff;
}
.boxright .boxlist li h3{    
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.boxright .boxlist li h3 a{    
    font-size: 18px;
    color: #fff;
}
.boxright .boxlist li p{  
    padding-top: 4px;
    color: #fff;
    margin: 0;
}
.boxright .boxlist li p a{    
    font-size: 14px;
    color: #fff;
}
.boxright .getMore{    
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
}
.boxright .getMore img{    
    width: 88px;
    height: auto;
}
.inaline {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.intwoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.previousBox{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}
.previousTitle{
    width: 240px;
    text-align: center;
    padding: 40px 0 20px 0;
}
.previousTitle{
    width: 200px;
}
.previous{
    width: 1000px;
}
.menuBox{
    bottom: 0;
    top: 0;
    margin: auto;
}