@charset "utf-8";
.main_left{
    float: left;
    width: 800px;
}
.main_right{
    margin-left: 810px;
}
.main_img{
    margin-bottom: 10px;
}
.list_header {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    background: #ffffff;
    padding-left: 24px;
    position: relative;
}
.list_header:after {
    content: '';
    height: 24px;
    width: 4px;
    background: #FF5722;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
}
.header_more{
    font-size: 14px;
    float: right;
    margin-right: 15px;
}
.div_read{
    width: 400px;
    float: left;
}
.list_read{
    margin-top: 4px;
}
.list_read a{
    display: block;
    line-height: 38px;
}
.div_file{
    margin-left: 410px;
}

.list_file{
    margin-top: 5px;
}
.list_file a{
    display: block;
    line-height: 38px;
}
.img_plan{
    margin-top: 15px;
    background: #FFFFFF;
    height: 250px;
}
.img_group{
    margin-bottom: 5px;
    background: #FFFFFF;
    height: 190px;
    border: 1px solid #aaa;
}
.doc_link a{
    margin: 0 2px;
    padding: 4px 8px;
    border: 1px solid #1787E0;
}