

.main {
    font-size: 12px;
}
/*左边*/
.main .mainLeft {
    width: 280px;
    height: 387px;
    margin-right: 20px;
    padding-bottom: 434px;
    background: url("../images/sidebarBg.png") no-repeat right bottom;
}
.sideNav.department {
    margin-bottom: 14px;
}
.sideNav .title {
    text-align: center;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: url("../images/sidebar1.png") no-repeat 54px center #1172b7;
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
}
.sideNav.organization .title {
    background: url("../images/sidebar2.png") no-repeat 54px center #1172b7;
    -webkit-background-size: 30px auto;
    background-size: 27px auto;
}
.sideNav .content {
    border: 1px solid #e2f3ff;
    padding: 12px 0;
}
.sideNav li {
    width: 260px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f6f6f6;
    margin: 0 auto;
    margin-bottom: 3px;
}
.sideNav li a {
    display: block;
    padding: 0 34px;
    width: 192px;
    height: 100%;
    background: url("../images/rightArrow2.png") no-repeat 16px center;
}
.sideNav li.on {
    border: 1px solid #569bcc;
}
.sideNav li.on a {
    background: url("../images/rightArrow1.png") no-repeat 16px center;
}
/*右边*/
.main .mainRight {
    width: 850px;
}
.mainRight .yourPosition {
    padding-left: 20px;
    background: #e8e8e8;
    margin-bottom: 10px;
}
.mainRight .yourPosition p {
    font-size: 14px;
    padding-left: 24px;
    height: 38px;
    line-height: 38px;
    background: url("../images/position.png") no-repeat left center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.article h3 {
    text-align: center;
    font-size: 24px;
    height: 78px;
    line-height: 78px;
}
.article .line {
    display: block;
    height: 1px;
    width: 100%;
    background: #1172b7;
    margin-bottom: 28px;
}
.article p {
    padding: 0 20px;
    text-align: justify;
    font: 15px/26px "Microsoft YaHei";
    margin-bottom: 8px;
}
.article .imgBox {
    text-align: center;
}
.article img {
    display: inline-block;
    width:800px;
    height:600px;
}
.article .imgBox span {
    display: block;
    height: 44px;
    font: 15px/44px "Microsoft YaHei";
}
