@charset "utf-8";

.page {
    width: 300px;
    padding: 0 0 0 20px;
}
.page img {
    width: 100%;
}
.newsBox{
    width: 1000px;
    height: 260px;
    margin: 0 auto;
    margin-top: -100px;
}
.boxleft{
    position: relative;
    width: 404px;
    height: 254px;
    float: left;
}
.boxleft img{
    width: 400px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #58ba99;
    border-radius: 10px;
    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;
    margin-top: 170px;
}
.boxright .boxlist{}
.boxright .boxlist li{    
    padding: 15px 0;
   
}
.boxright .boxlist li h3{    
    font-size: 18px;
    color: #3f7866;
    margin: 0;
}
.boxright .boxlist li h3 a{   
    display: block;
    background: url(../images/icon3.png) no-repeat 0 center; 
    padding-left: 25px;
    font-size: 18px;
    color: #3f7866;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.boxright .boxlist li p{  
    padding-top: 4px;
    color: #3f7866;
    margin: 0;
}
.boxright .boxlist li p a{    
    font-size: 14px;
    color: #3f7866;
}
.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: 300px;
    margin-top: -50px;
}
.previous{
    width: 1000px;
    margin-top: -100px;
}
.menuBox{
    bottom: 0;
    top: 0;
    margin: auto;
}