﻿.div1
{
    padding: 0 10px;
    border-left: dotted 1px #ff8c00;
    border-right: dotted 1px #ff8c00;
}
.left1
{
    float: left;
    width: 430px;
}
.right1
{
    float: right;
    width: 150px;
}
.news_box
{
    margin: 10px 0;
    border: solid 1px #88aeeb;
}
.news_title
{
    margin: 0;
    background-image: url('../images/news_title.gif');
    background-repeat: repeat-x;
    line-height: 25px;
    text-align: center;
    color: #10218b;
    font-size: 100%;
}
.news
{
    margin: 0;
    background-color: #f3f8ff;
    padding: 5px;
}
.picture
{
    margin: 10px 0;
    text-align: center;
    padding: 5px 0 10px 0;
    background-color: #eeeeee;
}
