.home {
    border-left: 1px dashed #3889c9 !important;
    border-bottom: none !important;
}
.menu ul .selected {
    border-bottom: 3px solid #00b0ec;
}
.shadow {
    background: url(../images/shadow.png) no-repeat top center;
}
.in {
    background: url(../images/in.gif) repeat-y left;
}
.in .left {
    float: left;
    width: 228px;
}
.in .left .title {
    height: 95px;
    background: url(../images/title.jpg) no-repeat;
    font: bold 22px/95px \5FAE\8F6F\96C5\9ED1;
    color: #3669a5;
    text-align: center;
}
.in .left ul {
    margin: 0;
    padding: 5px 15px 15px;
    list-style: none;
}
.in .detail {
    float: right;
    padding-right: 43px;
    width: 644px;
}
.in .detail .dtitle {
    padding-top: 28px;
    font: bold 24px/36px \5FAE\8F6F\96C5\9ED1;
    color: #004276;
    text-align: center;
}
.in .detail .dinfo {
    padding: 6px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #8c8a8a;
    text-align: center;
}
.in .detail .dmain {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #363636;
}
.in .detail .dmain a {
    font-size: 14px;
    line-height: 24px;
    color: #363636;
}
.in .detail .dmain a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.in .detail .close {
    padding-bottom: 20px;
    text-align: right;
}
.in .detail .close a:hover {
    cursor: pointer;
    text-decoration: underline;
}