﻿.GdoaNoteMan {
overflow:hidden;

width:1250px;
margin:10px auto;
}
.GdoaNoteBanner {
    height: 250px;
    background: url(../Img/home/news.jpg) no-repeat;
    background-size: 100%;
}
.GdoaNoteActrcle {
    float:left;

    width: 850px;
    border: 1px solid #ccc;
    padding: 10px;

    box-shadow: 0px 0px 5px #ddd;
    line-height: 30px;
    font-size: 16px;
    min-height: 500px;
}
    .GdoaNoteActrcle img {
    max-width:100%;
    }
.GdoaNoteTitle {
text-align:center;

line-height:40px;
font-size:23px;
padding:10px 20px;
margin-bottom:10px;
border-bottom:1px dashed #ddd;


}
    .GdoaNoteTitle h3 {
    font-weight:bold;
    }
    .GdoaNoteTitle .mess {
        font-size: 14px;
 
        color: #aaa;
    }
        .GdoaNoteTitle .mess span {
        display:inline-block;
        margin-right:20px;
        }
.GdoaNoteContent img {
max-width:100%;
}
.GdoaNoteHistory {

    width: 345px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    margin-left: 10px;
    float: left;
}
    .GdoaNoteHistory .header {
        font-size: 20px;
        background:#fff;
        font-weight: bold;
        border-bottom: 1px dashed #ccc;
        line-height: 50px;
        position: relative;
        margin-bottom:5px;

        padding:0px 10px 0px 25px;
      text-shadow:0px 0px 3px #eee;
    }
        .GdoaNoteHistory .header:before {
        position:absolute;
        width:4px;
        height:16px;
        background:#10ae59;
        left:15px;
        content:"";
        top:18px;
        }
    .GdoaNoteHistory .HistoryLst {
  margin-bottom:5px;
 
    }
        .GdoaNoteHistory .HistoryLst .item {
            line-height: 25px;
            padding: 0 10px 10px 0px;
            margin: 0 5px 10px 10px;
            cursor: pointer;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
            max-height: 45px;
            overflow: hidden
        }
           
            .GdoaNoteHistory .HistoryLst .item.itemimg {
                padding: 0px;
                margin: 0px;
                margin-bottom: 10px;
                max-height: inherit;
            }
                .GdoaNoteHistory .HistoryLst .item.itemimg a {
                    padding: 0 10px 10px 10px;
                    display: inline-block;
                    max-height: 45px;
                    overflow: hidden
                }
            .GdoaNoteHistory .HistoryLst .item.active a {
                color:#d2572b;
                font-weight:bold;
            }
                 .GdoaNoteHistory .HistoryLst .item img {
                    width: 335px;
                    margin-bottom: 5px;
                    border-radius:5px;
                    margin:0 5px;
                    box-shadow:0px 0px 3px #ccc;
                }
        .GdoaNoteHistory .HistoryLst .itemfile {
        line-height:30px;
     cursor:pointer;
        }
        .GdoaNoteHistory .HistoryLst .itemfile a {
            padding-left: 25px;
            background: url(../Img/icon/fjicon.png) no-repeat 6px 4px;
            background-size: 15px;
        }