
body{
    width: 100%;
    overflow-x:hidden;
    /*background-image:url(../image/back.jpg) ;*/
    /*background-color: #ECEAEB;*/
}
.position{
    height: 30px;
    background-color: #eee;
    margin-top: 50px;
    width:90%;
}
.newslist{
    height: 1220px;
    width: 1100px;
    margin:0 auto;
    background-color: #ffffff;
    margin-top: 20px;
}
.leftmeau{
    width:22%;
    float: left;
    /*border:solid 1px;*/
    height: 1100px;
}
.rightmeau{
    width: 75%;
    float: right;
    /*border: solid 1px;*/
    height: 1100px;
}
.table1{
    width: 180px;
    /*border: solid 1px;*/
    margin-top: 50px;
    margin-left: 50px;
}
.table1 td{
    /*border:solid 1px;*/
    cursor: pointer;
    color: #285593;
    font-weight: 600;
    height: 45px;
    background-color: #006600;
    color: #fff;
    text-align: center;
}
.table2{
    width:92%;
    /*border: solid 1px;*/
    color: #000;
    font-size: 13px;
}
.table2 td{
    height: 40px;
    /*border: solid 1px;*/
    border-bottom: dashed 1px #0D4695;
}
.titlesss{
    width:90%;
    height: 50px;
    /*border:solid 1px;*/
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.table2 img{
    height: 12px;
    width: 6px;
}
.fenye{
    width:90%;
    /*height: 30px;*/
    /*border: solid 1px;*/
    margin-top: 20px;
    text-align: center;
    background-color: #eeeeee;
    padding: 10px;
    font-size: 18px;
}