.box1{
    width: 100%;
    height: 260px;
    background: url('../../img/all-in-one/bg_erji.jpg') no-repeat top center;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.news{
    margin-top: 100px;
}

.newstitle{
    width: 214px;
    margin-bottom: 20px;
    display: block;
}

.home{
    width: 68px;
}

.back{
    width: 128px;
    height: 59px;
    background: url('../../img/all-in-one/back.png') no-repeat;
    margin-top: 150px;
    cursor: pointer;
}
.back:hover{
    background: url('../../img/all-in-one/back_hover.png') no-repeat;
}
.back a{
    display: block;
    width: 128px;
    height: 59px;
}

.footer{
    background: #2db5c4;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.contentmain {
    padding: 30px 0 80px;
}

.title {
    border-left: 5px solid #204fb4;
    padding: 8px 0 8px 15px;
    margin-bottom: 25px;
    position: relative;
}

.title span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #204fb4;
    margin-bottom: 20px;
}

.title p {
    width: 800px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
}

.facebook {
    width: 246px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.facebook:hover {
    opacity: 0.9;
}

.articleInfo {
    padding-top: 30px;
}

.articleInfo p {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

#doc p a {
    color: #337ab7;
}