body {
    background: url(../images/sthjzl_bg.png) no-repeat top center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}
a{
    color: #000;
    text-decoration: none;
}
.main {
    background-color: #fff;
    margin-top: 415px;
    padding: 15px;
}

.position {
    font-size: 16px;
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.position a{
     font-size: 16px;
}
.position img {
    vertical-align: middle;
    margin-right: 5px;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.onebox {
    margin-top: 25px;
}

.twobox {
    margin-top: 40px;
}

.title {
    font-size: 26px;
    font-weight: bold;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
}
.title a {
    display: block;
    color: #fff;
    width: 190px;
    font-size: 26px;
    padding-left: 45px;
    background: url(../images/sthjzl_titlebg.png) no-repeat;
}
.twobox .right .title a{
    width: 230px;
    background: url(../images/sthjzl_titlebg2.png) no-repeat;
}
.list {
    margin-top: 20px;
}

.list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list ul li {
    height: 36px;
    line-height: 36px;
    background: url(../images/libg.png) no-repeat 0 17px;
    padding-left: 20px;
}

.list ul li span {
    float: right;
    color: #999;
}

.list ul li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left {
    width: 49%;
    float: left;
}

.right {
    width: 49%;
    float: right;
}

